@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
/* Typography
================================================== */
body,
p {
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  font-size: 14px;
  color: #444; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121212;
  font-family: 'Roboto', sans-serif!important; }

h1, h2 {
  font-family: 'Roboto', sans-serif!important; }

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900; }

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

h5 {
  font-size: 14px;
  line-height: 24px; }

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility; }

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
.container{
	max-width:1200px !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style:none; }

a:link,
a:visited {
  text-decoration: none; }

a {
  color: #008afa;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

a:hover {
  text-decoration: none; }

a.read-more {
  color: #e7015e;
  font-weight: 700; }

a.read-more:hover {
  color: #222; }

.body-color {
  background: #161362;
  color: #fff; }

section,
.section-padding {
  position: relative; }

.section-bg {
  background: #f9fafc; }

.no-padding {
  padding: 0; }

a:focus {
  outline: 0; }

.form-control:focus{
	box-shadow:none;
}
/***===================side-nav==================***/
.sliding-navbar{
    position: fixed;
    top:0;
    left:-400px;
    height: 100vh;
    width: 230px;
    background: #179cda none repeat scroll 0 0;
    transition: left 0.5s ease-in-out;
    z-index: 300;
}
.sliding-navbar--open{
    left: 0px;
}
.mask{
    position:absolute;
    top: 0px;
    left:0px;
    height: 100vh;
    width:100%;
    background: #333;
    opacity:0.8;
    z-index: -100;
}
.show{
    z-index: 200;
}
.brand{
    text-decoration: none;
    color: #fff;
    display: block;
    width: 140px;
    margin: 20px auto 0 auto;
    font-family:sans-serif;
    transition: color 0.2s ease-in-out;
}
.brand:hover{
    color: #ccc;
}
.navbar--items {
    background-color: #179cda;
    left: 0;
    list-style-type: none;
    padding: 20px 0;
    position: relative;
    top: 0;
    width: 100%;
}
.navbar--item {
    color: white;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin: 0;
}
.hamburger-menu {
    background-color: #064068;
    cursor: pointer;
    display: none;
    height: 35px;
    margin: auto;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 30px;
    width: 35px;
    z-index: 999;
}
.hamburger {
    background: #179cda none repeat scroll 0 0;
    position: relative;
    transform: translateY(10px);
    transition: all 0ms ease 300ms;
}
.hamburger, .hamburger::after, .hamburger::before {
    border-radius: 2px;
    height: 3px;
    width: 25px;
}
.hamburger::before {
    background: #179cda none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    left: 0;
    position: absolute;
    transition: bottom 0.3s ease-in-out 0s;
}
.hamburger::after {
    background: #179cda none repeat scroll 0 0;
    content: "";
    left: 0;
    position: absolute;
    top: 8px;
    transition: top 0.3s ease-in-out 0s;
}
.menu-opened:before {
    transition: bottom 0.3s ease-in-out;
}
.menu-opened:after {
    transition: top 0.3s ease-in-out;
}
.navbar--item > a {
    border-bottom: 1px solid #1381b4;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 10px 17px;
}
.nav-menu a {
    color: #fff;
    display: block;
    padding: 10px 17px;
}
.nav-menu {
    padding: 20px 0;
}
.navbar--items li:last-child a{
	border:none !important;
}
/***===================styles====================***/
.banner-links .btn {
    background: #179cda none repeat scroll 0 0;
    border-radius: 59px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    padding: 0 35px;
    transition: all 0.4s ease 0s;
}
header, header * {
	transition: all 0.5s ease 0s;
}
header {
    padding: 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.fixed-header {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    left: 0;
    padding:0;
    position: fixed;
    top: 0;
    transition: all 0.8s ease 0s;
    width: 100%;
}
.fixed-header .nav-btn.nav-slider span {
    background-color: #1da4fe;
}
.fixed-header .custom-nav{
	position:relative;
}
.fixed-header .nav-link {
    color: #282828 !important;
}
.logo {
	float:left;
	transition: all 0.8s ease 0s;
}

@media (max-width: 62em) {
	.navbar-nav {
		padding-top: .425rem;
		padding-left: 0.75rem;
	}
	.navbar-nav .nav-item {
		float: none;
	}
	.navbar-brand {
		float: right;
	}
	.navbar-brand,
	.navbar-nav .nav-item {
		display: block;
	}
	.navbar-nav .nav-item + .nav-item {
		margin-left: 0;
	}
	.dropdown-menu {
		position: relative;
		float: none;
	}
}
.navbar {
    border-bottom: medium hidden;
    margin: 0;
    padding: 0 0 !important;
    top: 0;
}
.navbar-brand > img {
    margin: 0 0;
}
.navbar-brand {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 -15px;
    padding: 8px 20px;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #0a8cc9 !important;
    position: relative;
}
.nav-link.js-scroll-trigger.active::before {
    content: "(";
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    left: 10px;
    position: absolute;
    top: -7px;
}
.nav-link.js-scroll-trigger.active::after {
    content: ")";
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    left: auto;
	right:10px;
    position: absolute;
    top: -7px;
}
.custom-nav {
    background-color: #fff !important;
    position: static;
}
.top-menu li a {
    color: #171717 !important;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px !important;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.top-menu li a.dropdown-item {
    padding: 10px 15px !important;
}
.navbar-wapper {
    background-color: #fff;
    display: flex;
    padding: 0 15px;
    width: 100%;
	position: relative;
}
.top-menu {
    margin-top: 0;
}
.custom-nav .nav-item .dropdown-menu {
    top: 95%!important;
}
.custom-drop .dropdown-menu {
    left: calc(50% - 70px);
}
.top-menu .dropdown-menu {
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 16, 44, 0.18), 0 1px 5px rgba(0, 16, 44, 0.2);
    display: block;
    min-width: 155px;
    opacity: 0;
    padding: 14px 0 15px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -2000px;
    transform: translate3d(0px, -10px, 0px) scaleY(1);
    transform-origin: 50% 0 0;
    transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s, opacity 0.2s linear 0s, top 0.25s step-end 0s, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
    z-index: 1;
}
.dropdown:hover .dropdown-menu {
	opacity:1 !important;
	pointer-events:all;
	top:39px;
	transform:translate3d(0px, 0px, 0px) scaleY(1);
	transition-delay:0.2s;
	transition-duration:0.25s, 0.1s, 0.25s, 0.25s;
	transition-property:transform, opacity, top, -webkit-transform;
	transition-timing-function:cubic-bezier(0.17, 0.67, 0.52, 1), linear, step-start, cubic-bezier(0.7, 0.67, 0.52, 1);
	z-index:4;
}

.nav-item a:hover {
    color: #0a8cc9 !important
}

.custom-nav .nav-item .dropdown-menu::after {
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: 50%;
    top: -14px;
    transform: rotate(90deg);
}


.banner {
    padding: 0 0 0;
}
.banner h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.3;
    margin: 170px 0 10px;
    padding: 0;
    word-wrap: break-word;
}
.banner h1 span {
    font-weight: 300;
}
.banner p {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    margin: 0 0 20px;
    padding: 0;
    word-wrap: break-word;
}
.banner-item{
	min-height: 600px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.banner-item .container {
    min-height: 600px;
    position: relative;
}
.banner-caption {
    bottom: 30px;
    position: absolute;
    right: 0;
    text-align: right;
}
.about-text h2 {
    color: #404040;
    font-size: 21px;
    margin: 0 0 15px;
}
.about-text h2 span{
    color: #179cda;
}
.about-text .btn {
    font-size: 12px;
    margin: 0;
    padding: 0 18px 0 0;
    position: relative;
}
.about-text .btn::after {
    background: #179cda none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 11px;
}
.service-box h3 {
    color: #404040;
    font-size: 21px;
    margin: 0 0 15px;
    padding: 65px 0 0;
}
#service-1 h3{
	background:rgba(0,0,0,0) url(../images/service-1.png) no-repeat left top/ auto;
}
#service-2 h3{
	background:rgba(0,0,0,0) url(../images/service-2.png) no-repeat left top/ auto;
}
#service-3 h3{
	background:rgba(0,0,0,0) url(../images/service-3.png) no-repeat left top/ auto;
}
#service-4 h3{
	background:rgba(0,0,0,0) url(../images/service-4.png) no-repeat left top/ auto;
}
.service-box {
    margin: 0 0 15px;
}
.who-we-are {
    padding: 40px 0 25px;
}
.about-text {
    margin: 0 0 25px;
}
.funfact-area{
	background:rgba(0,0,0,0) url(../images/funfact-bg.png) no-repeat 0 0/ cover;
}
.funfact-area p {
    color: #000;
    padding: 80px 0 0;
    font-weight: 600;
}
.funfact-box h3 {
    color: #179cda;
    font-size: 28px;
    margin: 0 0 10px;
    
}
#funfact-1 p{
	background:rgba(0,0,0,0) url(../images/funfact-1.png) no-repeat center top/ auto;
}
#funfact-2 p{
	background:rgba(0,0,0,0) url(../images/funfact-2.png) no-repeat center top/ auto;
}
#funfact-3 p{
	background:rgba(0,0,0,0) url(../images/funfact-3.png) no-repeat center top/ auto;
}
#funfact-4 p{
	background:rgba(0,0,0,0) url(../images/funfact-4.png) no-repeat center top/ auto;
}
.funfact-box {
    margin: 0 0 15px;
}
.funfact-area {
    padding: 50px 0 25px;
}
.date {
    color: #179cda;
    font-size: 11px;
    margin: 20px 0 5px;
}
.event-text > h3 {
    color: #222;
    font-weight: 300;
}
.event-text > p {
    color: #444;
    font-size: 14px;
    line-height: 20px;
}
.event-footer {
    border-top: 1px solid #ddd;
    padding: 5px 0 0;
}
.event-footer li a {
    color: #777;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.event-footer li a i{
    color: #179cda;
    font-size: 12px;
}
.event-pic img {
    max-width: 100%;
}
.event-footer > ul {
    display: flex;
    float: left;
}
.event-footer .btn {
    float: right;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 18px 0 0;
    position: relative;
}
.event-footer .btn::after {
    background: #179cda none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 11px;
}
.event-pic figure {
    border-radius: 0 6px 6px 0;
    margin: 0 0 35px;
    overflow: hidden;
}
.latest-event-area {
    border-bottom: 1px solid #dcdada;
    padding: 40px 0 5px;
}
.donate-text-left {
    background: #179cda none repeat scroll 0 0;
    margin: -1px 0 0;
    position: relative;
}
.donate-text-left::before {
	content:"";
    background: #179cda none repeat scroll 0 0;
    position:absolute;
	left:-100%;
	top:0;
	height:100%;
	width:100%;
}
.donate-text-left h2 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 30px;
    padding: 0 0 0;
}
.donate-text-left h3 {
    color: #000;
    font-size: 21px;
    margin: 0 0 15px;
}
.donate-text-left h4 {
    color: #fff;
    font-size: 16px;
	 margin: 0;
}
.donate-text-left p {
    color: #000000;
    font-size: 15px;
    margin: 0 0 20px;
}
.donate-text-left a {
    background-color: #1b1b1b;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0;
    padding: 8px 25px;
}
.donate-text-left > article {
    padding: 50px 0;
}
.donate-text-right h2 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 30px;
}
.donate-text-right article {
    border-radius: 4px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
    padding: 20px 20px 5px;
}
.donate-text-right h3 {
    color: #179cda;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 10px;
}
.donate-text-right p {
    color: #121313;
    font-size: 13px;
    line-height: 23px;
}
.donate-text-right .btn {
    background-color: #179cda;
    border-radius: 30px;
    color: #fff;
    margin: 15px 0 0;
    padding: 6px 23px;
}
.donate-text-right section {
    padding: 40px 0 50px 25px;
}
footer {
    background-color: #1b2126;
    padding: 40px 0 0;
}
footer p{
	font-size:13px;
	color:#fff;
}
footer h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 18px;
}
.widget-3 li {
    margin: 0 0 15px;
}
.widget-3 li a{
    font-size:13px;
}
.widget-2 span {
    display: block;
}
.widget-4 .form-control {
    background: transparent none repeat scroll 0 0;
    border-color: #34393e;
    border-radius: 30px;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    resize: none;
	color: #ddd;
}
.widget-4 .btn {
    background-color: #179cda;
    border-radius: 30px;
    color: #fff;
    margin: 0 0 0;
    padding: 6px 23px;
	float:right;
	border-color:#179cda;
	font-size:13px;
}
.copy-right p {
    margin: 0;
    padding: 25px 0;
}
.widget-1 li {
    display: inline-block;
    margin: 15px 0 0;
}
.widget-1 li a {
    background-color: #179cda;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 30px;
}
.widget-1 li a:hover {
    background-color:transparent;
    color: #179cda;
	box-shadow:0px 0px 1px #179cda;
}
.widget-4 .form-group {
    margin-bottom: 12px;
}
/***========about========***/
.about-banner {
    background:rgba(0,0,0,0) url(../images/about-bg.png) no-repeat center center/ cover;
    padding: 140px 0 0;
}
.about-banner h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0;
}
.about-banner h2 span {
    font-weight: 300;
	display:block;
}
.about-banner p {
    color: #fff;
    font-size: 15px;
	line-height:28px;
}
.committee-banner {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(0, 174, 255, 1) 0%, rgba(0, 216, 255, 1) 100%) repeat scroll 0 0;
    height: 250px;
    padding: 165px 0 0;
}
.committee-banner h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}
.member-box .card-header > section {
    position: relative;
}
.member-box .card-header {
    border-bottom: medium none;
    padding: 0.75rem;
}
.position {
    background: #00d8ff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.position > p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.position span {
    position: relative;
}
.position span::before {
    left: -14px;
}
.position span::before, .position span::after {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: 8px;
    width: 10px;
}
.position span::after {
    right: -14px;
}
.member-box h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin: 0 0 2px;
}
.member-box .card-footer {
    border-top: medium none;
    padding: 0 0.75rem 0.75rem;
}
.member-box .card-footer section h5 {
    color: #0abcdc;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin: 0 5px 0 0;
}
.member-box .card-footer p {
    color: #222;
    font-size: 12px;
    margin: 0;
	display: inline-block;
}
.committee-members-area {
    padding: 40px 0 20px;
}
.member-box {
    margin: 0 0 20px;
}
.news-event-box iframe {
    width: 100%;
	height:100%;
}
.news-event-box iframe {
    height: 100%;
    min-height: 200px;
    width: 100%;
}
.news-event-box section {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 15px 15px 10px;
}
.news-event-box h4 {
    color: #0abcdc;
    margin: 5px 0 0;
}
.news-event-box p {
    color: #000;
    font-size: 12px;
    margin: 0;
}
.news-event-area {
    padding: 40px 0 20px;
}
.upcoming-event-area {
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 0 40px;
    padding: 40px 0 0;
}
.news-event-box {
    margin: 0 0 20px;
}
.latest-event-box .btn {
    background-color: #179cda;
    border-radius: 30px;
    color: #fff;
    margin: 15px 0 0;
    padding: 6px 23px;
}
.latest-event-box p {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.latest-event-box section {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 15px 15px 10px;
}
.latest-event-box {
    margin: 0 0 20px;
}
.upcoming-event-box h2 {
    color: #000;
    font-size: 18px;
    line-height: 27px;
}
.date-2 {
    color: #179cda;
    float: left;
    font-size: 12px;
}
.time {
    color: #179cda;
    font-size: 12px;
	float: right;
}
.upcoming-event-box section {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 15px 15px 10px;
}
.upcoming-event-box p {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0;
	min-height: 40px;
}
.upcoming-event-box {
    margin: 0 0 20px;
}
.tg-gallery {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.tg-gallery figure {
    margin: 0;
    width: 100%;
}
.tg-masonrygrid figure {
    overflow: hidden;
}
figure {
    position: relative;
}
.tg-masonrygrid figure img {
    display: block;
    height: auto;
    width: 100%;
}
.tg-themeimgborder::after {
    border: 6px solid rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.tg-galleryhover {
    background:rgba(23,156,218,0.7);
    content: "";
    height: 100%;
    padding: 30px;
    position: absolute;
    width: 100%;
	transition: all 0.5s ease;
	top:50%;
	opacity:0;
}
.tg-galleryhover .tg-leftarea {
    position: relative;
    z-index: 3;
}
.tg-leftarea time {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    margin: 0 0 9px;
}
.tg-galleryhover .tg-leftarea time, .tg-galleryhover .tg-leftarea .tg-title h2 {
    color: #fff;
}
.tg-leftarea .tg-title h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}
.tg-btnexpand {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 30px;
    color: #444349;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 3;
}
.tg-gallery:hover .tg-galleryhover{
	top:0;
	opacity:1;
}
.tg-masonrygrid {
    padding: 0 5px;
	margin-bottom: 10px;
}
.review-area {
    padding: 40px 0 20px;
}
.review-box section {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding: 30px 15px 10px;
	position:relative;
}
.review-box {
    margin: 0 0 40px;
}
.star-circle{
	 background: rgba(255, 255, 255, 1) url("../images/Y.png") no-repeat scroll center center / 40px auto;
	position:absolute;
	left:15px;
	top:-24px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	height:50px;
	width:50px;
	overflow:hidden;
	border-radius:50%;
}
.review-box p {
    height: 140px;
    overflow-y: auto;
}
.contact-map > section {
    height: 250px;
}
.contact-map iframe {
    height: 100%;
    width: 100%;
}
.contact-map {
    padding: 75px 0 0;
}
.contact-form-area h3{
    color: #424244;
    display: block;
    font-weight: 400;
    margin: 0 0 0;
	 font-size: 17px;
}
.contact-form-area h1 {
    color: #424244;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px;
}
.contact-form-area .btn {
    background-color: #179cda;
    border-radius: 30px;
    color: #fff;
    margin: 15px 0 0;
    padding: 6px 23px;
}
.contact-form-area {
    padding: 40px 0 20px;
}
.contact-wrapper p {
    margin: 8px 0 2px;
}
.contact-wrapper section {
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    padding: 0 0 5px;
    position: relative;
}
.contact-wrapper .badge {
    left: 0;
    position: absolute;
    top: -15px;
}
.contact-wrapper i {
    border: 1px solid #179cda;
    border-radius: 50%;
    color: #179cda;
    margin: 15px 0 0;
    padding: 15px;
}
.contact-wrapper h3 {
    color: #000;
    font-weight: 600;
}
.contact-wrapper h5 {
    margin: 12px 0 5px;
	color: #444;
}
.contact-wrapper h3 {
    color: #000;
    font-weight: 600;
    margin: 0 0 8px;
}
.contact-form-area form {
    margin: 0 0 50px;
}
.leave-reply-area h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
}
.leave-reply-area .btn {
    background-color: #179cda;
    border-radius: 30px;
    color: #fff;
    margin: 15px 0 40px;
    padding: 6px 23px;
}
.who-we-are a img{
	margin: 0 0 15px;
    width: 67px;
}
/***=====our supporters=====***/
.supporters-bg {
    padding: 40px 0 20px;
}
.supporters-bg article {
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    padding: 15px;
    position: relative;
}
.supporters-bg article h3 {
    color: #272727;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    min-height: 35px;
}
.supporters-bg article h3 span{
    font-size: 14px;
    font-weight: 300;
	display:block;
}
.donation {
    background-color: #09e3db;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 100%;
    line-height: 65px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 110px;
}
/***===Responsive start===***/
@media (min-width:250px) and (max-width:991px){ 
.navbar-toggler{
	display:none;
}
.hamburger-menu {
    background-color: transparent;
    display: block;
    top: 10px;
}
}
@media (min-width:250px) and (max-width:767px){
.leave-reply-area input[type="text"], .leave-reply-area input[type="email"], .contact-form-area input[type="text"], .contact-form-area input[type="email"] {
    margin: 15px 0 0;
}
}
@media (min-width:250px) and (max-width:575px){
	.banner-item .container {
    min-height: 400px;
}
.banner-item {
    min-height: 400px;
}
.banner h1 {
    font-size: 20px;
}
.banner-links .btn {
    font-size: 14px;
}
.navbar-brand img {
    width: 190px;
}
.navbar-brand {
    padding: 8px 15px;
}
.committee-banner h2 {
    font-size: 20px;
}
}













.service-box .btn {
    font-size: 12px;
    margin: 0;
    padding: 0 18px 0 0;
    position: relative;
}
.service-box .btn::after {
    background: #179cda none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 11px;
}
.service-box p {
    text-align: justify;
}
h2#mission_ttl {
	background: rgba(0,0,0,0) url(../images/service-0.png) no-repeat left top/ auto;
	padding: 65px 0 0;
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 27px;
}

a.company_logo {
    display: block;
    margin: 8px 0 0;
}
.about-text p {
    text-align: justify;
}
.about-text h2 {
    color: #404040;
    font-size: 21px;
    margin: 0 0 15px;
	line-height: 27px;
}
.images-dispaly-area .carousel-inner img {
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    width: 100%;
}
.images-dispaly-area {
    padding: 40px 0;
}
.images-dispaly-area .carousel-control-next span, .images-dispaly-area .carousel-control-prev span {
    background-color: #28b0ef;
    background-size: 12px auto;
    height: 40px;
    width: 40px;
}
.images-dispaly-area .carousel-control-next, .images-dispaly-area .carousel-control-prev {
    opacity: 1;
}
.images-dispaly-area .carousel-item {
    max-height: 500px;
    overflow: hidden;
}
.mission-area {
    padding: 40px 0;
}
.mission-area h4 {
    color: #179cda;
}
.mission-area h2 {
    margin: 0 0 25px;
}
.mission-area li {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
}
.mission-area li i {
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 5px;
}
/***joinus***/
.join-us-area {
    background-color: #f5f5f5;
}
.join-us-area form label {
    font-size: 13px;
}
.volunteer-form .form-check-inline label {
    font-size: 15px;
}
.volunteer-form .form-check .form-check-label {
    font-size: 15px;
	font-weight: 500;
}
/*.volunteer-form .custom-form-check {
    margin: 30px 0 0;
}*/
.volunteer-form section {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    margin: -16px 0 40px;
    padding: 30px;
}
.volunteer-form h3 {
    font-weight: 300;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}
.form-description.text-center > p {
    font-size: 14px;
}
.form-description {
    margin: 30px 0 0;
}
.volunteer-form .btn-primary {
    background-color: #02e3b1;
    border-color: #02e3b1;
    margin: 10px 0 0;
    padding: 7px 50px;
}
.honorary-membership-details li {
    display: inline-block;
    margin: 0 -2px;
}
.honorary-membership-details li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.honorary-membership-details li a:hover{
	transform:scale(1.1,1.1);
	border-radius:4px;
}
.honorary-membership-details li a span {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.one-year a{
	background-color:#205c76;
}
.five-year a{
	background-color:#3281a2;
}
.ten-year a{
	background-color:#49a8d6;
}
.life-time a{
	background-color:#59d9da;
}
.honorary-membership-details {
    margin: 30px 0;
}
.join-us-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin: 0 0 20px;
}
.join-us-area .nav-tabs .nav-item.show .nav-link, .join-us-area .nav-tabs .nav-link.active {
    background-color: #03c6e9;
    border-color: #03c6e9;
    color: #fff;
}
.form-description p span {
    display: inline-block;
    height: 35px;
    width: 50px;
    border: solid #ddd 1px;
    margin: 0 0 -13px;
}
.medical-update-bg{
	padding:40px 0 40px;
}
section.who-we-are p {
    max-height: 70px;
    overflow: hidden;
}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
} 
.carousel-caption h3 {
    margin: 0;
    font-size: 18px;
}
.carousel-caption {
    background-color: #f1f1f1;
}
.committee-banner h2 a {
    font-size: 13px;
    color: #fff;
    float: right;
    margin: 5px 0 0;
    border: solid #fff 1px;
    line-height: 30px;
    padding: 0 7px;
    border-radius: 4px;
}
/***new donation***/
.volunteer-form h3 span {
    color: #179cda;
    display: block;
    font-size: 15px;
    margin: 0 0 3px;
}
.volunteer-form .nav {
    display: flex;
    margin-top: 40px;
    text-align: center;
}
.volunteer-form .nav-item {
    display: inline-block;
    width: 50%;
}
.volunteer-form .nav-pills .nav-link.active, .volunteer-form .nav-pills .show > .nav-link {
    background-color: #00d2ff;
    border-color: #00d2ff;
    color: #fff;
}
.volunteer-form .nav-link {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    font-weight: 900;
}
.form-title {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0;
    text-align: center;
}
#donate-form section {
    margin: -15px auto 40px;
    max-width: 700px;
}
.price-links a {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 900;
    line-height: 38px;
    margin: 0 !important;
    width: 50%;
}
.price-links .card-link {
   border:1px solid #179cda !important; 

    /*box-shadow: 0 0 1px #179cda;*/
    color: #179cda;
	position:relative;
}
.price-links .collapsed.card-link {
    border: 1px solid #ddd !important;
    color: #333;
	box-shadow:none;
}
.price-links.text-center {
    display: block;
    margin: 10px 0 0;
}
.donation-pic img {
    object-fit: cover;
}
#donate-form .collapse-wrapper {
    background-color: #eee !important;
    font-size: 13px !important;
    margin: 10px 0 0;
    position: relative !important;
    text-align: center !important;
}

#donate-form .price-links input[type="text"] {
    padding: 0 10px;
    width: 100%;
	margin:0 !important;
	height:38px;
	margin:10px 0 0 !important;
}

#donate-form .price-links textarea {
    padding: 0 10px;
    width: 100%;
	margin:0 !important;
	height:38px;
	margin:10px 0 0 !important;
}

#donate-form .price-links input[type="number"] {
    padding: 0 10px;
    width: 100%;
	margin:0 !important;
	height:38px;
	margin:10px 0 0 !important;
}
#donate-form .price-links input[type="email"] {
    padding: 0 10px;
    width: 100%;
	margin:0 !important;
	height:38px;
	margin:10px 0 0 !important;
}
/*#donate-form .collapse.show::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}*/
#donate-form .collapse span {
    position: relative;
}
#donate-form .tab-pane .btn-block {
    background-color: #00ffb4;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	margin: 25px 0 0;
}
#price-links a {
    width: 33.333%;
}
.template {
    background-color: #eee;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
}
.credit-card-area label {
    font-weight: 600;
    margin-right: 15px;
}
.donation-pic {
    margin: 15px 0 0;
}
@media (min-width:250px) and (max-width:1000px){ 
section.who-we-are h3, section.who-we-are h2 {
    font-size: 16px !important;
}
}
@media (min-width:250px) and (max-width:767px){
.donation-form-area section b i {
    padding: 0!important;
    width: 100%;
    display: block;
	margin: 0 0 15px;
}
.donation-form-area section h5 {
	margin:0 0 0 0!important;
}
#donate-form section {
    text-align: center;
	padding: 20px;
}
.volunteer-form h3 {
    margin: 20px 0 25px;
}
.committee-banner {
    padding: 130px 0 0;
}
.committee-banner h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.committee-banner h2 a {
    float: none;
    display: block;
    width: 117px;
}
.donation-pic img {
    object-fit: cover;
	height:auto !important;
}
}






.donation-form-area section b i {
    display: block;
    padding: 7px 20px!important;
    text-align: center;
    background-color: rgba(0, 216, 255, 0.8);
    color: #fff;
    margin: 0 0 10px;
}