
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;text-decoration: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a:focus{ outline: none !important; text-decoration: none;}
input[type="text"]::-webkit-input-placeholder { opacity: 1; }
input[type="text"]::-moz-placeholder { opacity: 1; }
input[type="search"]::-webkit-input-placeholder { opacity: 1; }
input[type="search"]::-moz-placeholder { opacity: 1; }
input[type="email"]::-webkit-input-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1; }
input[type="tel"]::-webkit-input-placeholder { opacity: 1; }
input[type="tel"]::-moz-placeholder { opacity: 1; }
textarea::-moz-placeholder { opacity: 1; }
textarea::-webkit-placeholder { opacity: 1; }
textarea:focus{ outline:none; }
input:focus{outline: none}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
*::-moz-selection {
 background:#10bcf4;
 color: #fff;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
img {
	max-width: 100%;
	display: block;
	width: auto;
	height: auto;
}

@font-face {
    font-family: 'Airbnb Cereal App';
    src: url('../fonts/AirbnbCerealApp-Bold.woff2') format('woff2'),
        url('../fonts/AirbnbCerealApp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Lucida Grande';
    src: url('../fonts/LucidaGrande.woff2') format('woff2'),
        url('../fonts/LucidaGrande.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('../fonts/LucidaGrande-Bold.woff2') format('woff2'),
        url('../fonts/LucidaGrande-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {font-family: 'Lucida Grande'; margin: 0;padding: 0;}
.container {
	max-width:1366px;
	position: relative;
    margin: 0 auto;
    padding: 0;
}

header {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed .search_open {
    top: 42px;
}

.desktop_none{
    display: none;
}
.mob_search {
    position: relative;
    padding: 20px 10px 15px 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
a.logo {
    position: absolute;
    top: 0;
    width: 160px;
    left: 0;
    background: url(../images/logo.png) 0 0 no-repeat;
    height: 200px;
}
.fixed a.logo {
    width: 54px;
    background: url(../images/fixed_logo.png) 0 0 no-repeat;
    height: 52px;
    top: 8px;
}
.main-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
    transition: all ease-in-out 0.3s;
    background-color: #fff;
    padding: 0;
    left: 0;
    z-index: 99;
}
.fixed.main-nav {
    box-shadow: 0 3px 16px rgba(51,99,151,0.25);
}

.hide_logo, .menu-button{
	display:none;
}

.mainnav {
    float: right;
    padding: 0;
    margin: 0;
    width: 80%;
}
.mainnav ul {
    margin: 0;
    float: right;
}
.mainnav ul li {
    margin: 0 0 0 14px;
    padding: 0;
    float: left;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
.mainnav ul li:last-child {
    padding-right: 0px;
}
.mainnav ul li a {
    color: #2F2E2E;
    position: relative;
    padding: 18px 12px;
    display: block;
}
.mainnav ul li.active_nav a {
	color:#5252AF;
}
.mainnav ul li a:hover {
	color:#5252AF;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mainnav ul li.donate_btn {
    background-color: #5252AF;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
}
.mainnav ul li.donate_btn a {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 18px 15px;
    float: left;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.mainnav ul li.donate_btn:hover{
    background-color: #020204;
}


.sub-menu {
display:none; border:1px solid #ebebeb; position:absolute; width:200px;background:#fff; z-index:99999
}
.mobile_primary  ul li ul.sub-menu li { float:none; padding:5px 10px; margin:0; border-bottom:1px solid #ebebeb }
.mobile_primary  ul li:hover .sub-menu { display:block}
.mobile_primary  ul li.menu-item-has-children .sub-menu li a { background:none; font-size:15px;}
.mobile_primary  ul li.menu-item-has-children .sub-menu li:last-child  { border:none}
.mobile_primary ul li.menu-item-has-children a {
    background: transparent url("../images/drop.png") no-repeat scroll right 7px;
    padding: 0px 15px 0px 0px;
}



@media (max-width: 991px) {
.header .fix-menu { background:#619D09; }
.header .fix-menu .search_icon { color:#000}
.header .fix-menu .mblogo { display:block; float:left; margin-top:10px; }
.mblogo img { width:180px; }
.menu-button{background:url(../images/mb_menu.png) center center no-repeat;height:48px;width:48px;display:block;border:none;cursor:pointer;margin:15px 0;float:right;border-radius: 2px;position: absolute;right: 25px; z-index:999;}
.menu-button.open{background:url(../images/mb_menu.png) center center no-repeat}
.mobile_primary{display:none;background:#5152af;position:absolute;right:0;width:100%;height: 100vh;top:66px;z-index:999999;}
.fixed .mobile_primary{top:66px;z-index:999999;}
.mobile_primary ul{list-style:none;margin-top: 0;padding: 0;float: left;width: 100%;}
.mobile_primary li, .mainnav ul li{ /*border-bottom:1px solid #fff;*/display:block;position:relative;padding:0;background:none; float:none;}
.mobile_primary ul li a{padding:17px 30px;float: none;display: block;border-bottom: 1px solid #fff; color: #fff;}
.mobile_primary li:first-child{border-top:none}
.mobile_primary li:last-child{border-bottom:none;}
.mobile_primary .sub-menu{display:none}
.mainnav ul li.active_nav a, .mainnav ul li:hover a {
    color: #000;
}
.mobile_primary .sub-menu li:first-child{border-top:1px solid #fff}
.mobile_primary li ul.sub-menu li a{padding:10px 20px; line-height:30px;}
.mobile_primary .sub-menu .sub-menu a{padding:15px 0 15px 50px}
.mobile_primary .sub-menu--button{background:#02a6c0 url(../images/submenu.png) no-repeat center;cursor:pointer;display:inline-block;height:50px;position:absolute;right:0;top:0;width:50px;z-index:9999999999999; border-right:1px solid #28a2ef; border-top:1px solid #28a2ef;}
.mobile_primary .sub-menu--button.open{background:#02a6c0 url(../images/submenu_h.png) no-repeat center;}
.mobile_primary .sub-menu li { display:block}
.mobile_primary li:hover>.sub-menu { top:0}
.page-header__primary{display:none}
.mobile_primary li:hover .sub-menu {display:none; position:relative}
.mobile_primary .sub-menu { position:relative; top:0; width:auto;}
.mobile_primary li.dropdown a:after { background:none; }
.mobile_primary  ul li:hover .sub-menu { display:none}
.mobile_primary ul li ul.sub-menu li {padding: 5px 0;}
.mobile_primary ul li ul.sub-menu li {padding: 0;}

.mainnav ul li.donate_btn a {
    display: block;
    float: none;
    border-bottom: none;
    text-align: left;
    padding: 18px 30px;
    color: #fff;
}
.mainnav ul li.donate_btn {
    display: block;
    width: 100%;
    float: none;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    clear: both;
}
.mainnav ul li.donate_btn:hover {
    background-color: transparent
}
header .container {
    width: 100%;
}
.logo {
    padding:  0 20px;
}
}


@media only screen and (min-width:300px) and (max-width:767px){
.menu-button {margin: 0;top: -14px;right: 0;z-index: 999;}

.mainnav ul li.login_btn a {
    display: inline-block;
    float: none;
    border-bottom: none;
}
.mainnav ul li.donate_btn {
    display: block;
    width: 100%;
    float: none;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    clear: both;
}
}


@media only screen and (min-width:300px) and (max-width:599px){
.logo img {width: 100%;}
}

button:focus {
	outline: none;box-shadow: none;
}
.banner_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35);
}
.banner {
    width: 100%;
    position: relative;
    margin-top: 66px;
}
.banner_col {
    width: 100%;
    position: relative;
}
.banner_col img {
    width: 100%;
}

.banner_content {
    width: 100%;
    max-width: 896px;
    position: absolute;
    left: 0;
    padding: 40px 0;
    top: 180px;
    font-family: 'Poppins', sans-serif;
}
.banner_content h2 {
    font-size: 39px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 0 2px 17px rgba(0,0,0,0.50)
}

.inner .banner_content {
    max-width: 100%;
    margin-left: 40px;
}
.inner .banner_content h2 {
    font-size: 28px;
}




.banner_content p {
    font-size: 28px;
    color: #fff;
    text-align: left;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
}

.banner_content p.quote-name {
    text-align: right;
    font-size: 25px;
    font-weight: 400;
}

.banner_content .quote-icon {
    font-size: 28px;
    color: #ffffff!important;
    text-align: left;
    line-height: 40px;
    font-weight: 600;
    position: absolute;
}

.banner_content .fa-quote-left.quote-icon {
    top: 0;
    left: 0
}
.banner_content .fa-quote-right.quote-icon {
    bottom: 0;
    right: 0;
}

.banner_content span {
    display: table;
    position: relative;
    padding: 0 38px;
}



.banner_content a{
    display: block;
    margin-top: 20px;
    font-size:18px;
    color: #fff;
    padding: 0 40px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 54px;
    display: inline-block;
    background-color: #5252AF;
    transition: all ease-in-out 0.3s;
}
.banner_content a:hover{
    background-color: #353580;
}

.banner .slick-next {
    right: 10px;
    background: url(../images/next_arrow.png) center center no-repeat;
    width: 53px;
    height: 53px;
    top: 50%;
    z-index: 9;
    margin-top: 0px;
    transition: all ease-in-out 0.3s;
}
.banner .slick-prev {
    left: 10px;
    background: url(../images/pre_arrow.png) center center no-repeat;
    width: 53px;
    height: 53px;
    top: 50%;
    z-index: 9;
    margin-top: 0px;
    transition: all ease-in-out 0.3s;
}


.about_us{
    width: 100%;
    padding: 48px 0;
    background-color: #EEEEEE;
}
.heading h2{
    width: 100%;
    font-size: 33px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
/*.heading h2 span {
    font-size: 18px;
}*/
.about_us .heading h2{
    margin-bottom: 50px;
}

.heading{
    width: 100%;
}
.heading p{
    font-size: 17px;
    color: #333333;
    margin: 15px auto;
    text-align: center;
    padding: 0 0;
    max-width: 1009px;
}
.timeline .heading p{
    font-size: 23px;
}
.heading h2:after{
    width: 162px;
    height: 18px;
    bottom: 0;
    left: 50%;
    margin-left: -81px;
    position: absolute;
    content: "";
    background-image: url(../images/heading_line.png);
    background-repeat: no-repeat;
}

.about_content p {
    font-size: 17px;
    font-weight: normal;
    color: #212121;
    text-align: left;
    line-height: 25px;
    margin-bottom: 40px;
    font-family: 'Lucida Grande';
    text-align: justify;
}
.about_content p span{
    font-weight: bold;
}
.about_content h2 {
    width: 100%;
    font-size: 33px;
    color: #333333;
    text-align: left;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    line-height: 33px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.quote{
    width: 100%;
    display: block;
    float: left;
}
.quote h3 {
    font-size: 30px;
    color: #505050;
    line-height: 35px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 70px;
    text-align: center;
}
.quote h3 span{
    font-size: 18px;
    color: #333333;
    font-weight:600;
    font-style: normal;
}
.about_content {
    padding-top: 20px;
    padding-right: 40px;
}
.about_section_img {
    width: 100%;
    background: url(../images/about_bg.png) right no-repeat;
    float: left;
    padding: 40px 30px 40px 0;
}

.about_img {
    width: 100%;
    cursor: pointer;
}
.about_img img{
    width: 100%;
}
.only_video{
    width: 900px;
    margin: 0 auto;
}
.who_we .heading h2{
    margin-bottom: 50px;
}
.real_need{
    width: 100%;
    padding: 48px 0;
}
.real_need_image{
    width: 100%;
    overflow: hidden;
}
.real_need_image img{
    width: 100%;
    border-radius: 3px;
    transition: all ease-in-out 0.4s;
}
.real_need_col p{
    padding: 20px 8px;
    color: #323232;
    font-size: 17px;
    text-align: left;
    line-height: 25px;
}
.real_need_area{
    width: 100%;
    margin-top: 40px;
}
.real_need_col:hover .real_need_image img{
    transform: scale(1.1);
}

.stories{
    width: 100%;
    padding: 100px 0; 
}
.stories a {
    padding: 0 50px;
    background-color: #5252AF;
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 30px auto 0;
    display: table;
    line-height: 54px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.stories a:hover{
    background-color: #393984;

}
.stories.online_donate{
    width: 100%;
    background-color: #EEEEEE;
}
.organize {
    width: 100%;
    background-color: #EEEEEE;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    position: relative;
}

.organize .heading h2 {
    padding: 0 20% 35px 20%;
}
.organize p{
    font-size: 17px;
    color: #26267F;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
    float: left;
}
.get_mail {
    margin: 25px auto 0;
    display: table;
}
.organize a{
    font-size: 20px;
    color: #26267F;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    float: left;
    transition: all ease-in-out 0.3s;
}
.organize a:hover{
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

footer{
	width: 100%;
	background-color: #46467D;
	padding: 60px 0 0 0;
    float: left;
}
.footer_logo {
    display: table;
    width: unset;
    position: absolute;
    top: 0;
    left: 50%;
    width: 172px;
    margin-left: -86px;
}
.footer_col{
    width: 50%;
    padding: 30px 30px 0 30px ;
    float: left;
}
.footer_col a {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 22px;
}
.footer_col a:hover{
    text-decoration: underline;
}
.right_col {
    float: right;
    width: 40%;
}
.footer_area{
    width: 100%;
    display: block;
}

.footer_menu {
    width: 100%;
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer_menu ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    
    display: table;
}
.footer_menu ul li {
    margin: 0 20px;
    position: relative;
    float: left;
    text-align: center;
}

.footer_menu ul li a{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.footer_menu ul li a:hover{
    color: #e1c64d;
    text-decoration: unset;
}
.footer_menu ul li p{
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}



footer p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}
footer p span{
    font-weight: 600;
}

.footer_social_icon ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: table;
}

.footer_social_icon ul li a {
    color: #222222;
    font-size: 13px;
}
.footer_social_icon ul li {
    float: left;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background-color: #D8D8D8;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer_social_icon ul li a:hover{
    color: #fff;
}
.footer_social_icon ul li:hover {
    background-color: #3E3E97;
}
.footer_menu p{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0;
    text-align: left;
}
.upcoming_event{
    width: 100%;
    margin: 100px 0;
}
.event_image img{
    width: 100%;
}
.event_content{
    width: 100%;
    padding: 30px 20px;
    background-color: #5252AF;
}
.event_content h2{
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Lucida Grande'
}
.event_content h2:after{
    position: absolute;
    content: "";
    width: 101px;
    height: 18px;
    background-image: url(../images/event_content_heading_line.png);
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;

}
.event_content p{
    color: #DFDFDF;
    font-size: 16px;
    font-weight: normal;
    margin: 25px 0;
    font-family: 'Lucida Grande'
}
.event_content a{
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin: 25px 0;
    font-family: 'Lucida Grande';
    text-transform: uppercase;
    text-decoration: underline;
}
.event_col{
    padding: 0 15px !important;
}
.upcoming_event_area{
    margin-top: 60px;
}
.upcoming_event_area .slick-prev {
    left: -70px;
    background: url(../images/event_pre_arrow.png) center center no-repeat;
    width: 53px;
    height: 53px;
    top: 50%;
    z-index: 9;
    margin-top: 0px;
    transition: all ease-in-out 0.3s;
}
.upcoming_event_area .slick-next {
    right: -70px;
    background: url(../images/event_next_arrow.png) center center no-repeat;
    width: 53px;
    height: 53px;
    top: 50%;
    z-index: 9;
    margin-top: 0px;
    transition: all ease-in-out 0.3s;
}






/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*conatct_page*/

.contact_info {
    width: 100%;
    padding: 80px 0;
}
.contact_area{
    width: 85%;
    margin: 0 auto;
}
.contact_col_icon{
    width: 98px;
    height: 98px;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #5252AF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        transition: all ease-in-out 0.3s;
}
.contact_col_icon img{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    display: block;
}
.contact_col:hover .contact_col_icon{
    background-color: #2f2f6f
}

    


.contact_col h2{
    font-size: 20px;
    font-weight: 700;
    color: #3F3F3F;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
}
.contact_col a{
    font-size: 16px;
    font-weight: normal;
    color: #3F3F3F;
    font-family: 'Lucida Grande';
    margin-top: 15px;
    text-align: center;
    display: block;
    line-height: 24px;
}
.contact_col{
    width: 100%;
    padding: 0 25px;
}

.vision{
    width: 100%;
    padding: 80px 0;
    background-color: #5252AF;
}
.vision .heading h2 {
    color: #fff;
}
.vision .heading h2:after {
    background-image: url(../images/white_heading_line.png);
}

.vision .heading p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Lucida Grande';
    margin-top: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 20%;
}
.enquiry{
    width: 100%;
    padding: 80px 0;
}

.enquiry_form{
    width: 630px;
    margin: 30px auto 0;
}
.from_col{
    width: 100%;
    border:1px solid #DDDDDD;
    height: 57px;
    color: #3F3F3F;
    padding: 10px 20px;
}
.messege_col{
    width: 100%;
    border:1px solid #DDDDDD;
    height: 98px;
    color: #3F3F3F;
    padding: 10px 20px;
    resize: none;
}
.enquiry_form p{
    margin-bottom: 10px;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lucida Grande';
    text-align: left;
}

.from_input{
    margin: 10px 0;
}
.submit_btn{
    line-height: 57px;
    background-color: #5252AF;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Lucida Grande';
    font-weight: bold;
    width: 100%;
    border: none;
    margin-top: 20px;
}
.map {
    width: 100%;
    padding: 0;
    margin-bottom: -6px;
}
.support{
    width: 80%;
    margin: 0 auto;
}
.support a{
    float: left;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
    padding-right: 40px;
    font-size: 16px;
    color: #3A559F;
    font-weight: bold;
    font-family: 'Lucida Grande';
}
.support a span{
    float: left;
    margin-right: 40px;
}
.support ul{
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: table;
}
.support ul li{
    float: left;
    margin: 20px 15px 0 15px;
}
/*conatct_page*/


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*service_page*/
.service_info p{
    font-size: 17px;
    color: #323232;
    text-align: center;
    font-family: 'Lucida Grande';
    font-weight: normal;
}
.service_info{
    width: 100%;
    padding: 80px 0; 
}
.service_info p{
    color: #323232;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Lucida Grande';
    margin-top: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 10%;
}
.service_info_area{
    width: 85%;
    margin: 40px auto 0;
}
.service_info_col{
    width: 100%;
    height: 210px;
    border-radius: 5px;
    padding: 25px;
    transition: all ease-in-out 0.3s;
}
.service_col_icon{
    margin: 0 auto;
    height: 80px;
    overflow-y: hidden;
}
.service_col_icon img{
    margin: 0 auto;
    display: table;
}
.service_info_col:hover{
    background-color: #5252AF;
    box-shadow: 0 5px 25px 0 rgba(82,82,175,0.55);
}
.service_info_col:hover .service_col_icon img{
    margin-top: -100px;
}
.service_info_col h2{
    font-size: 17px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    font-family: 'Lucida Grande';
    margin-top: 25px;
    text-transform: uppercase;
}
.service_info_col:hover h2{
    color: #fff;
}
.service_item_area{
    width: 100%;
    padding: 80px 0;
    background-color: #EEEEEE;
}
.service_item_area ul{
    padding: 0;
    margin: 0;
    list-style-type: none; 
}
.service_item_area ul li{
    float: left;
    width: 48%;
    padding: 0;
    margin: 20px 1%;
    list-style-type: none; 
    color: #000000;
    font-size: 27px;
    line-height: 60px;
    transition: all ease-in-out 0.3s;
}
.service_item_area ul li span{
    float: left;
    margin-right: 20px;
}


/*service_page*/


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*donate_page*/
.only_donate .nav-tabs>li {
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 3px;
}
.only_donate .nav-tabs>li a {
    font-size: 16px;
    font-weight: 600;
    color: #B2B3B5;
    margin: 0;
}
.only_donate .nav-tabs>li.active {
    border: 2px solid #5252AF;
}
.only_donate .nav-tabs>li.active a{
   color: #5252AF;
}
.only_donate .nav-tabs {
    border-bottom: 1px solid transparent;
}
.inner .banner_content p {
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 27px;
    font-weight: 500;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
}
.inner .banner_col img {
    width: 100%;
    height: 360px;
}
.donation_here {
    position: relative;
    border: 1px solid #ccc;
    padding: 0 54px 0 40px;
    border-radius: 3px;
}
.ammout{
    width: 100%;
    line-height: 52px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    color: #5252AF;
}
.donation_here p{
    width: 100%;
    color: #000;
}
.donation_here p span{
    text-align: right;
}
.dollar{
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 16px;
    color: #323232;
}
.currency {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 16px;
    color: #323232;
}
.submit_ammount{
    width: 100%;
    line-height: 50px;
    background-color: #5252AF;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    margin-top: 15px;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
}
.submit_ammount:hover{
    background-color: #36366f;
}

.innner_donate_image {
    width: 18%;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.donate{
    width: 100%;
    padding: 80px 0;
    background-color: #EEEEEE;
}

.donate .heading h2 {
    text-align: left;
    margin-bottom: 30px;
    text-align: center;
    }
.donate .heading h2:after {
    width: 162px;
    height: 18px;
    bottom: 0;
    left: 50%;
    margin-left: -81px;
    position: absolute;
    content: "";
    background-image: url(../images/heading_line.png);
    background-repeat: no-repeat;
    }
.donate_content p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    text-align: left;
    line-height: 23px;
    margin-bottom: 20px;
}
.donate_content p span{
    font-weight: 600;
}
.donate_content {
    width: 100%;
    margin-top: 0;
    margin-left: 30px;
    padding-right: 20%;
    float: left;
    margin-top: 30px;
}
.organize.inner_doante_page {
    background-color: #fff;
}
.donate_option{
    width: 970px;
    margin: 0 auto;
    display: table;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    padding: 30px;
    margin-top: -130px;
    margin-bottom: 60px;
}
.donate_option_content{
    width: 100%;
    padding-right: 30px;
}
.donate_option_content h2{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    color: #5252AF;
}
.donate_option_content a{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
    color: #5252AF;
    display: block;
    margin-top: 20px;
}
.donate_option_content p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    color: #212121;
    margin-top: 20px;
}
.only_donate{
    width: 100%;
}

.banner_btn{
    margin-top: 20px;
    width: 100%;
    float: left;
}
.banner_btn ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.banner_btn ul li{
    float: left;
    padding: 0;
    margin-right: 20px; 
    padding: 0 40px;
    line-height: 55px;
    background-color: #5252AF;
    text-align: center;
    display: block; 
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
    border: 1px solid transparent;
}
.banner_btn ul li a{  
    font-size: 18px;
    font-weight: 500;
    color: #fff; 
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
.banner_btn ul li:hover{
    background-color: transparent;
    border: 1px solid #5252AF;
}
.banner_btn ul li:hover a{
    color: #5252AF;
}
.banner_btn ul li:nth-child(2){
    background-color: transparent;
    border: 1px solid #5252AF;
}
.banner_btn ul li:nth-child(2) a{
    color: #5252AF;
}
.banner_btn ul li:nth-child(2):hover{
    background-color: #5252AF;
    border: 1px solid transparent;
}
.banner_btn ul li:nth-child(2):hover a{
    color: #fff;
}
.online_doante{
    width: 100%;
    padding: 80px 0;
}
.online_doante p {
    color: #2A2929;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Lucida Grande';
    margin-top: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 20%;
}
.online_doante a{
    padding: 0 50px;
    background-color: #5252AF;
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 30px auto 0;
    display: table;
    line-height: 54px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    margin-bottom: 80px;
}
.online_doante a:hover{
    background-color: #3d3d8a;
}
.online_donate_image img{
    margin: 0 auto;
    display: table;
}
/*donate_page*/




/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/




/*about_page*/



.who_we {
    width: 100%;
    padding: 80px 0;
}

.who_we_content {
    width: 100%;
    margin-top: 50px;
    margin-left: 30px;
    padding-right: 20%;
    float: left;
}
.who_we_content .heading h2:after {
    margin-left: 0;
    left: 0;
}
.who_we_content .heading h2 {
    text-align: left;
    margin-bottom: 30px;
}
.who_we_content p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    text-align: left;
    line-height: 25px;
    margin-bottom: 15px;
}
.facilites{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.facilites ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.facilites ul li{
    float: left;
    padding: 0;
    margin-right: 30px;
    cursor: pointer;
    transition:  all ease-in-out 0.3s;
}
.facilites ul li img{
    float: left;
    padding: 0;
    margin-right: 20px;  
}
.facilites ul li p{
    float: left;
    margin-top: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 19px;
}
.facilites ul li:last-child{
    margin-right: 0;
}
.facilites ul li:hover p{
    color: #0000A0;
}
.our_videos{
    width: 100%;
    float: left;
}













.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}

.client_image {
    width: 50px;
    background-color: #0000A0;
    cursor: pointer;
    
}
.client_image img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    background-color: #0000A0;
}
.content_sec {
    width: 100%;
    margin-bottom: 20px;
}
.content_sec img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.slick-current.slick-active .client_image img {
    opacity: 0.56;
}
.slider-nav .slick-slide {
    margin: 0 10px !important;
}
.organize.inner_mission p {
    color: #323232;
    float: left;
    margin-bottom: 30px;
}
.inner_mission a {
    padding: 0 50px;
    background-color: #5252AF;
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
    display: table;
    line-height: 54px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    float: none;
}
.inner_mission a:hover{
    background-color: #2b2b63;
}
.inner_vision{
    padding: 80px 0;
    width: 100%;
}

.inner_vision_area{
    width: 90%;
    margin: 30px auto 0;
    display: block;
}
.inner_vision_area ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.inner_vision_area ul li {
    float: left;
    width: 48%;
    margin: 20px 1%;
    min-height: 160px;
}
.vision_image {
    width: 50%;
    float: left;
    position: relative;
    z-index: 99;
}
.vision_content{
    width: 50%;
    float: left;
    border-radius: 20px;
    padding: 25px;
    min-height: 150px;
    transition: all ease-in-out 0.3s;
}
.vision_content:hover{
    background-color: #EEEEEE;
}
.vision_content h2{
    font-size: 16px;
    font-family: 'Lucida Grande';
    font-weight: bold;
    text-transform: uppercase;
}
.vision_content p{
    font-size: 16px;
    font-family: 'Lucida Grande';
    font-weight: normal;
    color: #000000;
    line-height: 20px;
    margin-top: 15px;
}



.inner_vision_area ul li:first-child .vision_content h2 {
    color: #00A99D;
}
.inner_vision_area ul li:nth-child(2) .vision_content h2 {
    color: #4A5090;
}
.inner_vision_area ul li:nth-child(3) .vision_content h2 {
    color: #61B86A;
}
.inner_vision_area ul li:last-child .vision_content h2 {
    color: #153850;
}


.inner_vision_area ul li:first-child .vision_content {
    border: 1px solid #4A5090;
    text-align: right;
    margin-right: -6px;
}
.inner_vision_area ul li:nth-child(2) .vision_content {
    border: 1px solid #00A99D;
    text-align: left;
    margin-left: -5px;
}
.inner_vision_area ul li:last-child .vision_content{
    border: 1px solid #153850;
    text-align: left;
    margin-left: -6px;
}
.inner_vision_area ul li:nth-child(3) .vision_content{
    border: 1px solid #61B86A;
    text-align: right;
    margin-right: -6px;
}
.difference{
    width: 100%;
    padding: 80px 0;
    background-color: #5252AF;
}
.difference .heading h2 {
    text-align: left;
    color: #fff;
}
.difference .heading h2:after {
    margin-left: 0;
    left: 0;
    background-image: url(../images/white_heading_line.png);
}
.difference_area{
    width: 100%;
    margin-top: 30px;
    float: left;
}
.difference_area ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.difference_area ul li{
    padding: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Lucida Grande';
    font-weight: normal;
}
.difference_area ul li:last-child{
    margin-bottom: 0;
}
.inspiration{
    width: 100%;
    padding: 80px 0;
    background-color: #EEEEEE;
}
.inspiration_image img{
    width: 100%;
}
.mt30 {
    margin-top: 30px;
}
.inspiration_content {
    width: 100%;
    margin-top: 80px;
    margin-right: 30px;
    padding-left: 10%;
    float: left;
}
.inspiration_content .heading h2:after {
    margin-left: 0;
    left: 0;
}
.inspiration_content .heading h2 {
    text-align: left;
}

.inspiration_content ul{
    padding: 0;
    margin: 30px 0 0 0;
    list-style-type: none;
}
.inspiration_content ul li {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 16px;
    font-family: 'Lucida Grande';
    font-weight: normal;
    position: relative;
    line-height: 26px;
}
.inspiration_content ul li:after{
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #0000A0;
    top: 8px;
    left: 0;
    border-radius: 50px;
    content: "";
}
.mobile_view{
    display: none;
}


/*about_page*/





.picture_image{
    width: 100%;
    position: relative;
    margin: 15px 0;
    transition: all ease-in-out 0.3s;
    border-radius: 3px;
}
.picture_image:hover .picture_image_overly{
    display: block;
}
.picture_image_overly{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: url(../images/picture_image_overly.png) center center no-repeat #fff;
}
.picture{
    width: 100%;
    padding: 80px 0;
}
.pictures_area{
    width: 100%;
    margin-top: 40px;
}
.organize.subscribe p {
    color: #2F2D2D;
    margin-bottom: 40px;
}
.subscribe_area{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.subscribe_input{
    width: 100%;
    padding: 0 160px 0 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.17);
    border:none; 
    line-height: 50px;
}
.subscribe_submit{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    background-color: #5252AF;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    border: none;
    transition: all ease-in-out 0.3s;
}
.subscribe_submit:hover{
    background-color: #2e2e63;
}
.service_item_area .heading h2{
    margin-bottom: 50px;
}
.more_btn{
    margin-top: 40px;
}
.more_btn a {
    padding: 0;
    margin: 0 auto;
    color: #000000;
    font-size: 27px;
    line-height: 60px;
    transition: all ease-in-out 0.3s;
    background: url(../images/service_item_icon_9.png) left center no-repeat;
    display: table;
    padding-left: 70px;
}
.timeline{
    width: 100%;
    padding: 80px 0;
}
.timelne_area{
    margin-top: 60px;
}
.timelne_area img{
    margin: 0 auto;
}

.demograhic-section {
    padding-top: 28px;
}

.demograhic-section h2 {
    width: 100%;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 30px;
}

.demograhic-section img {
    margin: auto;
}

.timelne_area_box {
    width: 100%;
    display: table;
    margin-bottom: 60px;
}

.timeline-count {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 0 8px #0000007a;
    color: #0000A0;
    font-size: 40px;
    font-weight: 700;
    float: left;
    text-align: center;
}

.timeline-text {
    width: calc(100% - 64px);
    padding-left: 14px;
    float: right;
}

.timeline-text h4 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
}
 
.timeline-text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.close {
    opacity: 1;
    float: none;
    position: absolute;
    top: 16px;
    right: 24px;
    z-index: 999;
}

.modal-body {
    padding: 40px 24px;
}

.main-pop-up {
    position: relative;
}

.donate-popup-main {

}

.popup-header {
    text-align: center;
}

.popup-header h3 {
    font-size: 22px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.popup-header h3 span {
    font-size: 15px;
}

.popup-header a {
    font-size: 14px;
    color: #4A4A4A;
    text-decoration: underline;
}

.payment-method {
    margin-top: 40px;
}
.payment-method p.pay-hd {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 500;
}

.btn-payment {
    width: 100%;
    min-height: 74px;
    background: url(../images/payment.png) 22px no-repeat #ffffff;
    outline: none;
    border: 1px solid #DFDEDE;
    border-radius: 6px;
    padding: 6px 77px;
    text-align: left;
    transition: all .4s ease-in-out;
    margin-bottom: 20px;
}

.btn-payment:hover {
    background: url(../images/payment.png) 22px no-repeat rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);

}

.btn-payment h4 {
    font-size: 16px;
    transition: all .4s ease-in-out
}

.btn-payment p {
    font-size: 14px;
    transition: all .4s ease-in-out
}

.btn-payment:hover h4,
.btn-payment:hover p {
    color: #ffffff;
}

.get-text {
    font-size: 14px;
    color: #393939;
}

.get-text a {
    color: #1455BC;
}

.btn-payment.paymeny-pypl {
    background: #EEEEEE;
    min-height: 52px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.btn-payment.paymeny-pypl img {
    margin-right: 12px;
}
.btn-payment.paymeny-pypl h4 {
    line-height: 28px;
}

.btn-payment.paymeny-pypl:hover {
    background: #dedede;
    border-color: #dedede;
}

.btn-payment.paymeny-pypl:hover h4 {
    color: #000000;
}

.sv-drft {
    font-size: 16px;
    color: #116399;
    font-weight: 500;
}
.bank-payment-popup .payment-method,
.credit-card-payment-popup .payment-method {
    border: 1px solid #DFDEDE;
    border-radius: 6px;
    padding: 40px 20px;
}

.form-text {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.form-text input {
    width: 100%;
    border: 1px solid #DFDEDE;
    height: 52px;
    color: #9E9E9E;
    padding: 0 20px;
    font-size: 14px;
    line-height: 52px;
    border-radius: 6px;
}

.form-text input::placeholder {
    font-size: 14px;
    color: #9E9E9E;
}

.bank-payment-popup .btn-payment.payment-bankaccount,
.credit-card-payment-popup .btn-payment.payment-bankaccount {
    border: none;
    background: url(../images/payment.png) 0 no-repeat #ffffff;
    margin-bottom: 0;
    padding: 0px 0px 0 48px;
    pointer-events: none;
}

.form-text input[type="checkbox"] {
    width: auto;
    height: auto;
    float: left;
}
 .form-text input[type=checkbox] + label{
    display: inline;
    padding-left: 12px;
    cursor: pointer;
    float: left;
    width: 96%;
    color: #9E9E9E;
    font-weight: 500;
}

.form-text.chk-text {
    margin-bottom: 14px;
}

.dir-img {

}

.dir-img img {
    margin: 0 auto
}

.popup-header h2 {
    font-size: 25px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 32px;
}

.sec-box {
    width: 100%;
    display: table;
    max-width: 425px;
    margin: 40px auto 0;
}

.secure-method {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.sec-icon {
    width: 30px;
    float: left;
}

.sec-text {
    width: calc(100% - 30px);
    padding-left: 20px;
    float: left;
}

.sec-text h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.sec-text p {
    font-size: 15px;
    color: #9E9E9E;
    font-weight: 400;
}

.shore-text {
    font-size: 14px;
    color: #848484;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

.shore-text a {
    color: #848484;
    text-decoration: underline;
}

.form-text input.search-box {
    background: url(../images/search-icon.png) 14px no-repeat transparent;
    padding: 0 20px 0 45px;
}

.bank-name {
    width: 100%;
    height: 200px;
    overflow: auto;
}

.bank-item {
    width: 33.33%;
    float: left;
    height: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.bank-item a {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.bank-item a img {
    margin: 0 auto;
}

.form-text h3 {
    font-size: 22px;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 15px;
}

.cre-modal-body .modal-body {
    background: #243E96;
}

.bank-credintails-popup .payment-method {
    padding: 0 35px;
}

.arrow-back {
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 999999;
    cursor: pointer;
}

.sre-title {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.bank-credintails-popup .submit_ammount {
    background: #2B4AB4;
    box-shadow: 0 0 8px #00000052;
    margin-bottom: 40px;
}

.bank-credintails-popup .submit_ammount:hover {
    background: #1c44ce;
}

.rst-pass {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.rst-pass:hover {
    color: #ffffff;
}

.credit-card-payment-popup .form-text {
    position: relative;
}

.credit-card-payment-popup .form-text .card-catg {
    position: absolute;
    top: 0;
    right: 10px;
}

.credit-card-payment-popup .form-text input.card-no {
    padding-right: 166px;
    padding-left: 44px;
}

.form-text input.exp-date {
    max-width: 60px;
    padding: 0 0px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: unset;
    height: 48px;
    margin-top: 3px;
}

.form-text input.cvc {
    max-width: 45px;
    padding: 0 0px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: unset;
    height: 48px;
    margin-top: 3px;
}
.form-text input.zip {
    max-width: 45px;
    padding: 0 0px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: unset;
    height: 48px;
    margin-top: 3px;
}

.lbl-chke:first-child {
    width: 100%;
    margin-bottom: 12px;
    display: table;
}

.form-text.recaptcha {
    margin-top: 30px;
}

.recaptcha img {
    margin: auto;
}

.wrapper-header {
    width: 100%;
    display: table;
    margin-bottom: 38px;
}

.alt-msg {
    font-size: 13px;
    color: #9E9E9E;
    margin-top: 10px;
    display: block;
}

.txt-sign-thank {
    font-size: 16px;
    color: #4A4A4A;
    text-align: center;
}

.thankyou-popup {
    padding-bottom: 100px;
} 

.modal-dialog.flex-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
} 

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.ammount-catg {
    width: 100%;
    margin-bottom: 15px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.ammout-button {
    flex: 5;
    display: inline-block;
    height: 44px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #B2B3B5;
    color: #B2B3B5;
    font-size: 18px;
    border-radius: 3px;
    transition: all .4s ease-in-out;
    position: relative;
}

.ammout-button input {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.ammout-button:hover {
    border-color: #5252AF;
    background: #5252AF;
    color: #ffffff;
}
.ammout-button.selected {
    border-color: #5252AF;
    background: #5252AF;
    color: #ffffff;
}
.ammout-button:first-of-type {
    margin-left: 0;
}

input[type="radio"],
input[type="checkbox"] {
    outline: none;
} 

#error {
    display: block;
    text-align: center;
    margin-top: 10px;
    transition: margin-top .4s ease-in-out;
}

/**card css***/

.card-container {
}
.card-container input {
}
.card-type {
    width: 20px;
    height: 14px;
    background: url(../images/cards.png);
    background-position: 0 -77px;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    left: 15px;
}
.card-type.mastercard {
  background-position: 0 0;
}
.card-type.visa {
  background-position: 0 -33px;
}
.card-type.amex {
  background-position: 0 -16px;
}
.card-type.discover {
  background-position: 0 -47px;
}
.card-valid {
    position: absolute;
    top: 0;
    right: 10px;
}
.card-valid.active {
  color: #42ca7c;
}
.card-details {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  transition: 300ms ease;
}
.card-details input {
  font-size: 30px;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.card-details input.error {
  border: 1px solid #c2313c;
  box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
  outline: none;
}
.card-details .expiration {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.card-details .cvv {
  width: 45%;
  float: left;
}

.credit-card-payment-popup .form-text input.card-no.active {
    border-color: #46d000ad;
}

.credit-card-payment-popup .form-text input.card-no.card-no-error {
    border-color: #d00000ad;
}

#loader {
    position: absolute;
    bottom: -21px;
    left: 46%;
}

#loader img {
    margin: 0 auto;
    width: 45px;
}

.credit-card-payment-popup .form-text div.card-no.card-no-error {
    position: absolute;
    top: 0;
    right: 10px;
}

@media (max-width: 480px) {
    .credit-card-payment-popup .form-text input.card-no {
        padding-right: 14px;
    }
    .credit-card-payment-popup .form-text .card-catg {
        position: unset;
        border: 1px solid #DFDEDE;
        border-radius: 6px;
        margin-top: 6px;
        height: 52px;
    }
    .credit-card-payment-popup .form-text div.card-no.card-no-error {
        position: unset;
        border: 1px solid #DFDEDE;
        border-radius: 6px;
        margin-top: 6px;
        height: 52px;
    }

    .form-text input.exp-date,
    .form-text input.cvc {
        max-width: 33%;
        height: 100%;
        margin-top: 0;
        border-radius: 6px;
    }

    .form-text input.cvc {
        max-width: 30%;
    }
    .form-text input.zip {
        max-width: 33%;
        height: 100%;
        margin-top: 0;
        border-radius: 6px;
    }
    
}

.timelne_listings {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.timelne_col {
    padding: 6px 15px;
    border: 2px solid #333333;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
    background: #fcfcfc;
}

.timelne_col:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 16px;
    height: 16px;
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    background-size: 100%;
    margin-left: -8px;
}

.timelne_listings:last-child .timelne_col:after {
    display: none;
}

.timelne_col h3 {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 6px;
}

.about-map {
    max-width: 1300px;
    position: relative;
}

.about-map img {
    max-width: 100%;
}

.about-map-click {
    position: absolute;
    left: 259px;
    top: 354px;
    width: 93px;
    height: 81px;
    cursor: pointer;
}

.about-map .about-map-click img {
    max-width: 100%;
    margin-top: 22px;
}

.about-map-click a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .about-map {
        width: 970px;
        position: relative;
        margin: 0 auto;
    }

    .about-map-click {
        left: 226px;
        top: 297px;
        width: 60px;
        height: 49px;
    }

    .about-map .about-map-click img {
        margin-top: 10px;
    }
}

@media (max-width: 1023px) {
    .about-map {
        width: 720px;
        position: relative;
        margin: 0 auto;
    }

    .about-map-click {
        left: 169px;
        top: 219px;
        width: 44px;
        height: 35px;
    }

    .about-map .about-map-click img {
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .about-map {
        width: 540px;
        position: relative;
        margin: 0 auto;
    }

    .about-map-click {
        left: 128px;
        top: 167px;
        width: 25px;
        height: 25px;
    }

    .about-map .about-map-click img {
        margin-top: 4px;
        width: 15px;
    }
}

@media (max-width: 599px) {
    .about-map {
        width: 300px;
        position: relative;
        margin: 0 auto;
    }

    .about-map-click {
        left: 69px;
        top: 91px;
        width: 18px;
        height: 17px;
    }

    .about-map .about-map-click img {
        margin-top: 4px;
        width: 10px;
    }
}
/*campaign css*/
/*.volunteer{*/
/*    text-align: center;*/
/*    text-transform: capitalize;*/
/*    margin-bottom: 30px;*/
/*    margin-top: 20px;*/
/*    display: block;*/
/*}*/
/*.volunteer h2{*/
/*    margin-top:15px;*/
/*    margin-bottom:15px;*/
/*}*/
/*.volunteer span{*/
 
/*}*/
/*.volunteer p{*/
/*    font-family:Lucida Grande;*/
/*    margin-top:15px;*/
/*}*/
/*.volunteer img{*/
/*    border-radius:50% !important;*/
/*    text-align:center;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .volunteer img{*/
/*        margin-left:30px;*/
/*    }*/
/*}*/

/*campaign form*/

.inner-banner-tab {
    padding-top: 66px;
}

.campaign-tab {
    padding: 80px 0 50px;
}

.campaign-tab .nav.nav-tabs {
    border-bottom: 2px solid #dbdbdb;
    display: table;
    margin: 0 auto 40px;
}

.campaign-tab .nav.nav-tabs li {
    list-style: none;
}

.campaign-tab .nav.nav-tabs li a {
    border: none;
    border-bottom: 3px solid transparent;
    color: #333333;
    font-size: 18px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    background: transparent;
}

.campaign-tab .nav.nav-tabs li.active a,
.campaign-tab .nav.nav-tabs li a:hover {
    border-bottom-color: #5252af;
    color: #5252af;
}

.campaign-flex-box [class*="col-"] {
    margin-bottom: 28px;
}

.campaign-box {
    height: 100%;
    box-shadow: -5px 5px 10px rgb(171 171 171 / 25%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 45px;
}

.campaign-box li {
    list-style: none;
}

.campaign-box li img {
    height: 250px!important;
    object-fit: cover;
}

.campaign-box li h2.woocommerce-loop-product__title {
    padding: 20px 16px 18px;
    text-transform: capitalize;
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

.campaign-box li .button.product_type_crowdfunding.add_to_cart_button,
.campaign-box li .wpneo_location,
.campaign-box li .days_remaining {
    display: none;
}

.campaign-box li p {
    padding: 0px 16px 5px;
    font-size: 15px;
}

.campaign-box li p .price {
    color: #5252af;
    font-weight: bold;
    font-size: 20px;
}

.campaign-tab .heading h2 {
    text-transform: capitalize;
}

.campaign-team {
    padding: 20px 0 80px;
}

.cateam-image {
    width: 270px;
    height: 270px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.cateam-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cateam-content {
    text-align: center;
    padding: 10px 16px 20px;
}

.cateam-content h3 {
    text-transform: capitalize;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 14px; 
}

.cateam-content h6 {
    text-transform: capitalize;
    color: #5252af;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 14px;
}

.cateam-content p {
    color: #000000;
    font-size: 14px;
}

@media (min-width: 768px) {
    .campaign-flex-box {
        display: flex;
        flex-wrap: wrap;
    }
}

