
/*
font-family: 'Roboto Slab', serif;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/*
font-family: 'Lato', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/*
font-family: 'Raleway', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
font-family: 'Open Sans', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/*
font-family: 'Roboto', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/*UNIVERSAL CODE*/

* {
    margin: 0;
    padding: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
        background-color: #95ba3c !important;
    border-color: #95ba3c !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 3px !important;
        vertical-align: bottom!important;  
    
    font-size: 14px!important;
    font-weight: 300!important;
}

.table>thead>tr>th{
      border-bottom: 1px solid #ddd!important;
    background: #95ba3c !important;
    color: #fff!important;
}
.view-all{background-color: #fded10;
    color: #f66e14;padding: 8px 50px;border-radius: 5px;text-transform: uppercase;font-size: 18px;font-weight: 700;font-family: 'Open Sans', sans-serif;}
.blog_cat li{padding: 10px 0px 10px;
    border-bottom: 1px solid #ccc;}
    .glyphicon{ color: #95ba3c; }
.form-control:focus{
    border: 1px solid#ccc !important;border-color:#ccc !important;box-shadow:none !important;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: 0px auto -webkit-focus-ring-color !important;
}
.btn-primary:focus, .btn-primary.focus{box-shadow:0 0 0 0.2rem rgb(239, 105, 17)}
.white-bg{width: 100%; height: 20px; background: #fff;}
.btn-primary{color: #f76f15!important;
    background-color: #fdea12!important;
    border-color: #95ba3c !important;}
.panel-group{margin-bottom: 2px !important;}
.social_icon a{color: #f56315 !important;}
.scroll-text { 
            height: 568px;
            overflow: hidden;
            }
label{ font-weight: 300 !important; }
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.fix {
    overflow: hidden
}
.clear {
    clear: both
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
  /*  -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    height: 100%
}
body {
}

/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/
.nav>li>a{    padding: 9px 8px !important}
.form-control:focus {
    border-color: #fff;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************/
 .jour_bg{ border:1px solid#95ba3c; margin-bottom: 15px;margin-top: 10px; }

 .jour_bg_head{ background:#95ba3c;padding: 10px;  }
 .jour_bg_head h3{color:#fded0f !important; text-align: center; }
 .jour_bg_cont{padding-top: 5px; padding-bottom: 5px; }
 .jour_bg_cont p{ text-align: center;font-size: 1.2em; }
.jour_bg_cont p small span{ color:#f66315 !important; font-weight: bold;text-align: center; }

.jour_edit_cont h3{ color: #f66315; padding-bottom: 5px; }
.jour_edit_cont p span{ color: #f66315; }

.head{ padding: 5px; background:#95ba3c; color: #fff; text-align: center;margin-top: 10px}
    .head-in{ padding: 2px;text-align: center; margin-bottom: 30px;  }
    .table_title{ padding-bottom: 5px; color: #f56315 }
    .border-bottom{ border-bottom: 1px solid#ccc; }
    .modal-body{text-align: left;}
    .even_bg{background: #EEEEEE; border-bottom: 1px solid#ccc;padding-top: 5px; padding-bottom: 5px; }
    .odd_bg{background: #fff;border-bottom: 1px solid#ccc;padding-top: 5px; padding-bottom: 5px;}
.modal-title{color: #f66315!important;}
.modal-dialog{width: 100% !important;}
.zero_mp {
    padding: 0 !important;
    margin: 0 !important;
}
.margin_btm {
    margin-bottom: 0px !important;
}
.sections{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/***********************************************/









/*header*/
.dropdown-menu{ min-width: 195px !important; }
.head-logo img{
width: 20%;
}
#header {
    padding: 0px 0px 1px 0px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #95ba3c;
}
.header-top .header-top-right a {
   color: #fff;
    font-weight: 400;
    margin-left: 0px;
    background-color: rgba(187, 184, 184, 0.38);
    padding: 6px 12px;
    border-right: 1px solid #f00;
}
.nav-menu a {
    padding: 0 14px 0px 14px;
    text-decoration: none;
    display: inline-block;
    color: #f56315;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    line-height: 30px;
}
.nav-menu>li {
    float: left;
    /* width: 10%; */
    height: 30px;
    background-color: #fff;
    border-right: 2px solid #ccc;
}
.nav-menu>li:hover,.nav-menu>li.active{
    background-color: #fded10;
}
.nav-menu>li {
    margin-left: 0px;
}

/*slider*/
/*Slider*/
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fded10;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 170px !important;
}
.carousel-caption h3,h1{
	color: #fff;
	font-weight: 500;
}

.carousel-caption p{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

/*search*/
#search{
min-height: 90px;
  /*  background: rgba(0, 0, 0, 0.52);*/

}
#search .vol_area {
    padding: 28px 0;
}
input.search-btn {
    padding: 7px 91px;
    background-color: #fdea12;
    color: #f76f15;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    outline: 0 !important;
}
/*Volunteer*/

#volunteer {
    min-height: 150px;
   /* background: rgba(0, 0, 0, 0.52);*/
}
.volunteer_content{
	margin-left: 0px;
}

#volunteer .volunteer_content h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .volunteer_content h3 span {
    color: #f56315;
}
#volunteer .volunteer_content p {
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .join_us {
    padding-top: 55px;
}
#volunteer .vol_area {
    padding: 25px 0;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.choose-option input,.choose-option select{
	border: 1px solid  #f66f15;
}
/*Welcome Section*/
#welcome {
    min-height: 350px;
    background: #fff;
    padding: 80px 0;
}
.wel_header {
    text-align: left;
    color: #6f6d6d;
    padding-top: 30;
}
.page_header{
    text-align: center;
    color: #6f6d6d;
    padding-top: 0;
}
#news{ padding-bottom: 80px; }

.fw-heading.fw-heading-center {
    padding-bottom: 40px;

}
.rightcolimg a{color: #f56315;}
.rightcolimg a:hover{color:#95ba3c;}
.wel_header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    font-family: 'Roboto Slab', serif !important;
    color: #313131;
}
.wel_header p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
#welcome .single_item {
    padding-top: 30px;
    text-align: left;
}
#welcome .welcome_icon {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #C4C4C4;
    transition: .7s;
    background-color: #96ba3c;
    color: #fff;
    margin: 0 auto;
}
#welcome .welcome_icon i {
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
#welcome .item_list p {
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #f66e14;
    transition: 0.7s;
    font-family: 'Roboto Slab', serif;
}
#welcome .item_list h4 {  
    color: #f66e14 !important;
   
}
#welcome .item_list:hover .welcome_icon {
    background: #fded10;
    cursor: pointer;
}
#welcome .item_list:hover .welcome_icon i {
    color: #f66f14;
}
#welcome .item_list:hover p {
    color: #f66f14;
    cursor: pointer;
}
/*Volunteer*/

#volunteer {
    min-height: 150px;
    background:rgb(149, 186, 60);
    margin-bottom: 50px;
    border-radius: 5px;
}
#volunteer .volunteer_content h3 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
#volunteer .volunteer_content h3 {
    color: #fee3d8;
}
#volunteer .volunteer_content p {
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .join_us {
    padding-top: 55px;
}
#volunteer .vol_area {
    padding: 25px 0;
}
#volunteer .join_us a.vol_cust_btn {
    background-color: #fded10;
    color: #f66e14;
    padding: 8px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: 30px;
}
/*tabs*/
/* .faq-cat-content {
    margin-top: 25px;
} */

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.faq-cat-tabs li.active::before{
	 content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8%;
    width: 0;
    height: 0;
    border-top: solid 30px #fded11;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}
.journal-details .nav-tabs{
	border-bottom:none;
}
.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #fff;
}
.panel-heading{
        border-top-left-radius: 0px !important; 
    border-top-right-radius: 0px !important; 
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}
/*
.active-faq {
    border-left: 5px solid #888888;
} */
.border{ padding: 15px; border:1px solid#f76f15!important; /*background:#f76f15 !important; color: #fff!important;*/ }
.modal-dialog{max-width:800px !important; top:30%!important;}
.panel-title a,h4{ color: #fff !important; }
.single_item h4{ text-align: center; }
.single_item p{ text-align: center; }
.journalstxt p{color: #f76f15!important;}
.journalstxt h4{color: #f76f15!important;}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
.nav-tabs>li>a {   
    background-color: #95ba3c;
    color: #fded10;
    text-align: center;
    font-size: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f66e14 !important;
    cursor: default;
    background-color: #fded10  !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a:hover {
    color: #f66f15 !important;
    cursor: default;
    background-color: #fded10 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {    
    line-height: 1.42857143;
    border: 1px solid transparent;
 }
.journal-details .nav-tabs>li>a{
	margin-right: 0px;
}
 .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fded10 !important;
    color: #f66e14;
}
.panel-default>.panel-heading{
	    background-color: #313131 !important;
}
td.link a{
	color: #f47115;
    text-decoration: none;
    outline: transparent;
}
/*.journal-details{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
*/
.tabHeader{
	text-align: center;
    padding: 15px;
    background: #95ba3c;
    color: #fff;
    border-top: 1px solid #c1c3ba;
}
a{color: #f56315 !important;}
.breadcrumb{background: transparent !important;}
.breadcrumb a{ font-size: 16px; color: #fff!important; }
.breadcrumb li{ font-size: 16px; color: #95ba3c; }


/*testmonials*/
section#testimonial {
	background-color:#96ba3c;
	height: auto;
}
.h1, .h2, .h3, h1, h2, h3{    margin-top: 10px !important;
    margin-bottom: 10px !important;}
.inner-header{ padding-top: 25px; padding-bottom: 25px; text-align: center; color: #fff;  background: #f56315; }
.inner-header h1{color: #fff;}

.inner-header-user{ padding-top: 1px; padding-bottom: 1px;  text-align: left; color: #fff;  background: #f56315; margin-bottom: 30px; }
.inner-header-user h1{color: #fff; font-size: 25px; padding-left: 10px;}

.test_cont{ min-height: 350px; }
.mtb-40{ margin-top: 40px; margin-bottom: 40px; }
.mb-40{  margin-bottom: 40px; }
.mt-40{margin-top: 40px;}
.selected-cat{    background: #f66315;
    padding: 5px;
    text-align: center;
    color: #fff;}
.border-r{border-right: 1px solid#f66315}
.inner_tag{
	min-height: 300px;
    background: #fdea12;
    top: -40px;
    position: relative;
    margin-top: 20px;
}
.inner_tag:before{
	content: ' ';   
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid orange;
    position: relative;
    left: -20px;
}
.inner_tag:after{
	position: absolute;
    content: '';
    width: 100%;
    bottom: -1px;
    height: 20%;
    background-image: linear-gradient(to bottom right, transparent 50%, #97b649 50%), linear-gradient(to bottom left, transparent 50%, #96ba3c 50%);
    background-size: 50.2% 100%;
    background-repeat: no-repeat;
    background-position: top left, top right;
}
.testimonial_desc{
    padding: 50px 20px 20px 20px;
	text-align:center;
}
.testimonial_img{
	text-align: center;
    z-index: 999;
    position: relative;
}
.testimonial_img img{
	width: 100px;
    border-radius: 82%;
    margin: 0 auto;
    height: 100px;
}
/*blog*/
.box img{
	width: 100%;
	height: 350px !important;
}
.blog-post{
	width: 95%;
    min-height: 250px;
    background-color: #fded10;
    position: relative;
    left: 12px;
    bottom: 50px;
}
.blog-post:hover{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-post h5{
	font-size: 18px;
    text-align: left;
    font-weight: 500;
    padding: 10px 30px;
    color: #f76f15;
}
.blog-post span{
	font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding: 10px 30px;
    color: #59595b;
}
.blog-post p{
	font-size: 16px;
    text-align: left;
    padding: 10px 30px;
    color: #59595b;
}
.blog-post a{
	float: right;
    font-size: 20px;
    text-align: left;
    padding:5px 30px;
    color: #ffffff !important;
    background-color: #f66f14;
    position: relative;
    top: 22px;
    right: 20px;
    font-weight: 500;
}
.blog-post a:hover{
     color: #fded10;
	}


/*latest news*/
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 75%;
}
.image-down a{
	float: right;
    font-size: 20px;
    text-align: left;
    padding: 5px 30px;
    color: #f66f14;
    background-color: #fded10;
    position: relative;
    top: 0px;
    right: 20px;
    font-weight: 500;
}
.image-down a:hover{
     color: #95ba3c;
	}


/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    height: 400px;
}
.fakeimg img{
	 width: 100%;
	 height: 400px;

}
.image-down{
	width: 100%;
	height: 200px;
    background-color: #95ba3c;
}
.image-down h5{
	font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #ffff;
    padding: 10px 30px;
}
.image-down p{
	font-size: 16px;
    color: #ffff;
    text-align: left;
     padding: 0px 30px;
}

/* Add a card effect for articles */
.card {
     background-color: transparent;
     padding: 20px;
     margin-top: 20px;
     border: 1px solid transparent !important;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.rightcolimg{
	width: 100%;
	height: 150px;

}

.rightcolimg img{
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}


/*contact-bg*/
.contact-bg{
	width: 100%;
	height: auto;
	background-color: #ccc;
}
#map_container{
  position: relative;
}

.map-top{
    width: 100%;
    height: 100px;
    background-color: #95ba3c;
    color: #fff;
}
.map-top i{
       color: #fded10;
    font-size: 30px;
    margin: 20px 20px;
    position: relative;
    top: 15px;
}
.map-top span{
       font-size: 16px;
    margin: 0px auto;
    display: inline-flex;
    text-align: center;
}
.map-bottom{
	    width: 100%;
    height: 80px;
    background-color: rgba(255, 242, 56, 0.63);
    position: relative;
    bottom: 80px;
}

#contactFrmBox{
	background-color: #95ba3c;
    width: 100%;
    height: auto;
    display: inline-block;
	padding: 10% 10%;
}
#contactFrmBox form .form-control{
	padding: 30px 15px !important;
}
.contactSmt{
	    padding: 5px 13px;
    background-color: #fded11;
    border: none;
    float: right;
    color: red;
    font-weight: bold;
    border-radius: 20px;
    margin-right: 60px;
    top: -28px;
    position: relative;
}


/* footer */

footer{
	background-color:#6b6969;
	min-height:200px;
	padding:30px;
}
.quickLinks{
	padding:0px !important;
}

.quickLinks a{
	color: #fff !important;
    font-size: 12px;
}
.quickLinks a:hover{
    color: #f56315!important;
}
.quickLinkBtns li{
	border-radius: 20px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.quickLinkBtns a{
	display: block;
    padding: 5px 30px;
	color:#fff!important;
	text-align:center;
}
.quickLinkBtns a:hover{
  color: #f56315!important;
}
a.copy{
    font-size: 17px;
    color: #ccc !important;
    padding-left: 12px;
}
a.copy:hover{
  color: #fded10;  
}
.socialMedia li{
	display:inline-block;
	color:#fff;
	font-size: large;
	margin-right:10px;
}











/*Media Query*/
/* Smartphones (portrait and landscape) ----------- */
 @media only screen and (min-device-width : 320px) and (max-device-width : 710px) {
    #banner{
        margin-top: 60px;
    }
.volunteer_content {
    margin-left: 0px;
}
.choose-option input, .choose-option select {
    border: 1px solid #f66f15;
    margin: 10px auto;
}
#welcome {
    min-height: 350px;
    background: #fff;
    padding: 20px 0;
}
#volunteer .volunteer_content h3 {
    font-size: 28px;
}
.nav-tabs>li>a {
        font-size: 9px;
    }
    .head-logo img {
    width: 100%;
}
.blog-post h5 {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    padding: 10px 25px;
    color: #f76f15;
}
.blog-post {
    width: 95%;
    min-height: 382px;
    background-color: #fded10;
    position: relative;
    left: 6px;
    bottom: 100px;
}
.blog-post span {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding: 10px 25px;
    color: #59595b;
}
.image-down {
    width: 100%;
    height: auto;
    background-color: #95ba3c;
}
.fakeimg {
    background-color: #aaa;
    width: 100%;
    height: 250px;
}
.fakeimg img{
     width: 100%;
     height: 250px;

}
a.copy {
    font-size: 13px;
    color: #ccc;
    padding-left: 12px;
}
.map-top {
    width: 100%;
    height: 300px;
    background-color: #95ba3c;
    color: #fff;
}
.map-top i {
    color: #fded10;
    font-size: 30px;
    margin: 20px 12px;
    position: relative;
    top: 15px;
}



 	}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
/*caurousel*/
.carousel-caption {
    padding-bottom: 50px !important;
}
.carousel-caption h1{
	font-size: 23px;
}
.carousel-caption p {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}


	/*search*/
	input.search-btn {
    padding: 7px 50px;
}
/*.volunteer_content {
    margin-left: -30px;
}
*/



    .blog-post {
    width: 95%;
    min-height: 338px;
    background-color: #fded10;
    position: relative;
    left: 12px;
    bottom: 50px;
}
.quickLinkBtns a {
    display: block;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
}
.socialMedia li {
    display: inline-block;
    color: #fff;
     font-size: small; 
    margin-right: 10px;
}
.map-top i {
    color: #fded10;
    font-size: 30px;
    margin: 20px -2px;
    position: relative;
    top: 15px;
}
	


}
@media only screen  and (min-width : 1024px) and (max-width : 1300px) {


input.search-btn {
    padding: 7px 65px;
    background-color: #fdea12;
    color: #f76f15;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    outline: 0 !important;
}
.nav-menu a {
    padding: 0 10px 0px 10px;
}
.carousel-caption {
    padding-bottom: 100px !important;
}
.carousel-caption h1{
	font-size: 30px;
}
.carousel-caption p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}



}

@media (min-width: 768px){
.testimonial_img{
	padding-top: 36px;
}
}