/* CSS crunched with Crunch - http://crunchapp.net/
*/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
**/
/* Modified by: DITS
*/


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      01. GENERAL STYLING
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05. BLOG LAYOUT
/*      06. BLOG SINGLE PAGE
/*      07. ABOUT US PAGE
/*      08. 404 PAGE
/*      09. FOOTER
/*      10. SIDEBAR & WIDGETS
/*      11. RESPONSIVE STYLING
/*
/*========================================================================*/
/***********************************************************************************************/
/* 01. GENERAL STYLING  */
/***********************************************************************************************/
body {
  font: 15px/23px 'Arial', serif;
  background-color: #f2f2f2;
  font-style: normal;
  font-weight: 300;
  position: relative;
}
img {
  max-width: 100%;
}



a {
  color: #000;
  text-decoration: none;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
a:focus {
  color: #025f63;
  text-decoration: none;
}
blockquote {
  font: 'Arial', serif;
  color: #ff8036;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial', serif;
  color: #000;
  line-height: 32px;
  margin: 0 0 16px 0;
}
h1 {
text-align: left;
  font-size: 24px;
  color: #025f63;
  font-weight: bold;
  text-decoration: none;
}
h2 {
  font-size: 20px;
}
h2 + p {
  margin-top: 12px;
}
h3 {
  font-size: 18px;
  color: #025f63;
  font-weight: bold;
}
h3 + p {
  margin-top: 12px;
}
h4 {
  font-size: 16px;
}
h4 + p {
  margin-top: 12px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
* + p {
  margin-top: 12px;
}
p {
  line-height: 22px;
  margin: 0 0 12px;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}

.simpletitle2, h3, h4 {font-family: Arial; color:  #000000; font-size: 17px; font-weight: bold; text-align: left; text-decoration: none;}

.simpletitle3, h3, h4 {font-family: Arial; color: #025f63; font-size: 16px; font-weight: bold; text-align: left; text-decoration: none;}

.simpletitle4, h3, h4 {font-family: Arial; color:  #0D536B; font-size: 15px; font-weight: normal; text-align: left; text-decoration: none;}

.simpletitle5, h3, h4 {font-family: Arial; color: #025f63; font-size: 16px; font-weight: normal; text-align: left; text-decoration: none;}

.simpletitle6, h3, h4 {font-family: Arial; color: orange;  font-size: 18px; font-weight: bold; text-decoration: none;}

.table1 {
     border:1px solid #000;
 } 
.table1 th {

     border:1px solid #000; } 

.table1 td {
     border:1px solid #000; } 

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
#preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 4px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: '-';
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #FFF;
}
#backTop.custom {
  background: url(./uparr-48-b.png) no-repeat center center #ff8036;
  border: 2px solid #4f4e4e;
}
.text-bold {
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-11 {
  margin-top: 11px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-11 {
  margin-bottom: 11px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
.inline li {
  display: inline-block;
  margin-right: 24px;
}
.inline li:last-child {
  margin-right: 0;
}
.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.db {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
span.border-light-dotted {
  border-bottom: 1px dotted #ff8137;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #ff8137;
}
.jumbo-heading {
  text-align: center;
  color: #1a1a1a;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.jumbo-heading .highlight {
  display: block;
  color: #ff8137;
  font-family: 'Lora', serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 24px;
}
.jumbo-sub-heading {
  text-align: center;
}
.jumbo-heading-2-container {
  text-align: left;
}
.jumbo-heading-2-container h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 32px;
  background-colour: #000000;
}
.jumbo-heading-2-container h3 span {
  color: #ff8137;
}
.jumbo-heading-2-container h4 {
  font-size: 30px;
  line-height: 36px;
  color: #626262;
  margin-bottom: 32px;
}
.jumbo-heading-2-container p {
  margin-bottom: 32px;
}
.jumbo-heading-3-container {
  text-align: left;
}
.jumbo-heading-3-container h5 {
  font-size: 20px;
}
.jumbo-heading-3-container h5 span {
  font-size: 30px;
  color: #ff8137;
}
.jumbo-heading-3-container p {
  margin-bottom: 32px;
  font-style: italic;
}
.jumbo-heading-4-container {
  text-align: left;
  color: #ffffff;
}
.jumbo-heading-4-container h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 12px;
}
.jumbo-heading-4-container h5 span {
  font-size: 30px;
  color: #ff8137;
}
.jumbo-heading-4-container p {
  margin-bottom: 32px;
  font-style: italic;
}
.letter-heading {
  text-align: center;
}
.letter-heading h1 {
  color: #ff8137;
  font-size: 60px;
  line-height: 36px;
  position: relative;
  margin-bottom: 48px;
}
.letter-heading h1:after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #797979;
  width: 160px;
  height: 3px;
  top: 66px;
  left: 50%;
  margin-bottom: 24px;
  margin-left: -78px;
}
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  background: #ffffff;
  position: relative;
  border: 1px solid #ebebeb;
  border-left: 4px solid #6b6b6b;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
blockquote:hover {
  border: 1px solid #c5c5c5;
  border-left: 4px solid #6b6b6b;
}
blockquote p {
  font-size: 14px;
  line-height: 24px;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote.testimonial {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  margin-right: 4px;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 6px;
}
.bq-author .bq-author-info {
  font-size: 12px;
}
ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}
.section-container {
  margin: 24px 0 0 0;
}
.section-header {
  margin: 0 0 62px 0;
  text-align: center;
}
.section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-header .section-desc {
  text-transform: capitalize;
  color: #bfbfbf;
}
.topic-bold-header {
  margin-bottom: 24px;
}
.topic-bold-header h2,
.topic-bold-header h3,
.topic-bold-header h4 {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  float: left;
  display: inline-block;
  font-size: 24px;
  color: #272727;
}
.topic-bold-header h2 {
  font-size: 24px;
  color: #272727;
}
.topic-bold-header h3 {
  color: #272727;
}
.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accordion .panel .panel-title a {
  display: block;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-custom {
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	border: 1px solid #000000;
	background: #ff8137;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 12px 14px;
}
.btn-custom:hover {
	border-color: #000000;
	color: #000000;
	background: #ff8137;
}
.btn-custom-inverse {
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	border: 1px solid #000000;
	color: #ff8137;
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 12px 14px;
}
.btn-custom-inverse:hover {
	background: #ff8137;
	color: #ffffff;
}
.btn-download-petition {
  font-weight: bold;
  padding: 14px 18px;
  background: #ffa16a;
  color: #ffffff;
}
.btn-download-petition:hover {
  color: #ffffff;
}
.btn-white-download-petition {
  font-weight: bold;
  padding: 14px 18px;
  background: #ffffff;
  color: #ff8137;
}
.btn-white-download-petition:hover {
  color: #ff8137;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
.text-highlighter {
  color: #000;
}
.text-highlighter-white {
  color: #ffffff;
}
#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #686868;
  padding: 6px 12px;
}
#comment_btn:hover {
  border: 1px solid #ff8137;
  color: #ff8137;
  background: transparent;
}
#contact-form .p-errors label {
  color: lightcoral;
}
#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}
.sticky {
  margin-bottom: 21px;
  background: #FFFFFF;
}
/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  background: transparent;
}
.top-bar {
  line-height: 42px;
  font-size: 13px;
  background-color: #ffffff;
;
  }
.top-bar1 {
  line-height: 42px;
  font-size: 17px;
  background-color: #f0fefe;
  color: #fff
;
}
.top-bar2 {
  line-height: 42px;
  font-size: 12px;
  padding: 2px 422px 0px 5px;
  background-color: #f0fefe;
  color: #025f63;
  
  }

.top-bar3 {
  background: #025f63;
  line-height: 42px;
  color: #fff;
  font-size: 13px;
  
}
.top-bar i {
  color: #06321F;
  margin-right: 5px;
  display: inline-block;
}
.top-phone-no {
  display: inline-block;
  margin-right: 12px;
  font-family: Arial, Geneva, sans-serif;
  font-weight: bold  !important;
}
.top-email-info {
  display: inline-block;
}
.top-donate-btn {
  border: 2px solid #ff8137 !important;
  font-weight: bold;
  background: transparent;
  color: #ffffff;
  margin-left: 24px;
  padding: 12px 32px !important;
  font-family: 'Arial', serif !important;
  font-weight: bold  !important;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.top-donate-btn:hover {
  color: #ff8137;
  background: #ffffff;
}
.top-location-info {
  margin-right: 12px;
  display: inline-block;
  margin-right: 12px;
  font-family: Arial, Geneva, sans-serif;
  font-weight: bold  !important;
}
.sticky-wrapper {
  background: #025f63;
}
.transparent-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.transparent-header .sticky-wrapper {
  background: transparent !important;
}
.logo {
  margin-top: 24px;
  margin-bottom: 0;
}

.header-container {
  border-bottom: 0px solid #eeeeee;
  padding-bottom: 5px;
  box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
.search-container {
  font-family: 'Arial', sans-serif;
  background: transparent;
  margin: 22px 0 0 0;
  font-size: 10px;
  float: right;
  width: 250px;

}
	/* Index - MMedia */
	.mmedia {
		float: left;
		width: 270px;
		margin-top: 5px;
		margin-left: 5px;
		height: 100%;
		background: #FFFFFF;
		padding: 0;
	}
		/* Events */
		.events {
		float: left;
		width: 99%;
		height: 375px;
		background: #FFFFFF;
		margin-top: 5px;
	}
		
		.events h3 {
		font: bold 14px/ 1em Arial, Helvetica, sans-serif;
		text-align: left;
		padding-bottom: 5px;
		padding-top: 5px;
		width: 100%;
	}
		
		/* YouTube */
		.youtube {
		float: left;
		width: 99%;
		height: 300px;
		background: #FFFFFF;
		}
						
		.youtube h3 {
		font: bold 14px/ 1em Arial, Helvetica, sans-serif;
		text-align: left;
		padding-bottom: 5px;
		padding-top: 5px;
		width: 100%;
	}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/

.main-menu-container {
  font-family: 'Arial', sans-serif;
  background: transparent;
  /*also change bg color #main-menu .sf-menu ul li*/
  line-height: 24px;
  margin: 20px 0 0 0;
  font-size: 1.0 em;
  font-weight: 600;
  float: center;
}
#main-menu .sf-menu {
  margin-bottom: 0px;
}
#main-menu .sf-menu ul li,
#main-menu .sf-menu li {
  background: transparent;
  color: #ffffff;
}
#main-menu .sf-menu ul {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  min-width: 12em;
}
#main-menu .sf-menu a,
#main-menu .sf-menu a:visited {
  color: #fff;
  border: 0px solid red;
  text-decoration: none;
  /*text-transform: lowercase;*/
  font-weight: 600;
  font-size: 1.0 em;
  background-color: #025f63;
}
#main-menu .sf-menu li:hover
{	outline: 0;
	color: fff; }


#main-menu .sf-menu li.sfHover #main-menu .sf-menu a:focus
{	outline: 0;
	color: #fff;
}


#main-menu .sf-menu a:active {
	outline: 0;
	color: #fff;
}


#main-menu .sf-menu a:hover {
	outline: 0;
	color: #fff;
}

.sf-arrows .sf-with-ul::after {
  border-top-color: #fff;
  margin-top: -5px;
  /* IE8 fallback colour */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #fff;
  /* IE8 fallback colour */
}
#main-menu .sf-arrows li.current-menu-parent > a,
#main-menu .sf-arrows li.current-menu-parent > a:hover,
#main-menu .sf-arrows li.current-menu-parent > a:active {
  color: black;
}
#main-menu .sf-arrows > li > ul li {
  background: #fff;
}
#main-menu .sf-arrows > li > ul li a {
  color: #ffffff;
  background: #025f63;
}
#main-menu .sf-arrows > li > ul li:hover {
  background: #2d3400;
  color: red;
}

select.main-menu-responsive {
  display: none;
}
select.main-menu-responsive option {
  padding: 3px 0;
  text-transform: capitalize;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: #025f63;
  width: 100%;
  padding: 0px 90px;
  margin: 0 !important;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-main-menu {
  background: #fff;
}
.section-slider {
  padding: 50px 0 50px 0;
}
.section-carousel {
  padding: 50px 0 50px 0;
  background: #f2f2f2;
}
.section-content-block {
  padding: 25px 0 25px 0;
  background: #FfFfFf;
}
section.home-page-big-banner-block {
  display: block;
  clear: both;
  padding: 250px 0 350px 0;
  position: relative;
  overflow: hidden;
}
section.home-page-big-banner-block:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  content: '';
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
}
section.home-page-big-banner-block h2 {
  text-align: center;
  font-size: 48px;
  padding: 20px 48px 0;
  line-height: 48px;
  color: #ffffff;
}
section.home-page-big-banner-block h2 span.heading-heighlighter {
  color: #ff8137;
  font-family: 'Arial', serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
section.home-page-big-banner-block p {
  color: #ffffff;
  display: block;
  margin-bottom: 32px;
}
.one-page-home-layout-1 {
  background: transparent;
  background-image: url('../images/home_banner_1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.one-page-home-layout-2 {
  background: transparent;
  background-image: url('../images/home_banner_2.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.one-page-home-layout-3 {
  background: transparent;
  background-image: url('../images/home_banner_3.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.multi-petition-hero-block-layout-1 {
  background: transparent;
  background-image: url('./multi-banner.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  clear: both;
  padding: 250px 0;
  position: relative;
  overflow: hidden;
}
.multi-petition-hero-block-layout-1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.multi-petition-hero-block-layout-1 h2 {
  text-align: center;
  font-size: 40px;
  padding: 0px 48px 0;
  line-height: 48px;
  color: #ffffff;
}
.multi-petition-hero-block-layout-1 h2 span.heading-heighlighter {
  color: #ff8137;
  font-family: 'Arial', serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  display: block;
  margin: 24px 0;
}
.multi-petition-hero-block-layout-1 p {
  color: #ffffff;
  display: block;
  margin-bottom: 32px;
}
.hero-block-texts {
  text-align: center;
}
.hero-block-texts span {
  display: block;
  color: #ff8137;
  font-family: 'Arial', serif;
  font-style: italic;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #000;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 55px;
  background: #8F3400;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #fff;
  color: #000;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
.section-contact-block .contact-info .icon-container i {
  font-size: 14px;
}
.section-contact-block .contact-info address {
  display: inline-block;
}
.section-contact-block .contact-info a {
  color: #2b2b2b;
}
.section-contact-block .contact-info a:hover {
  color: #ff8137;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type=text],
.section-contact-block #contact-form input[type=email],
.section-contact-block #contact-form input[type=url],
.section-contact-block #contact-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type=text]:focus,
.section-contact-block #contact-form input[type=email]:focus,
.section-contact-block #contact-form input[type=url]:focus,
.section-contact-block #contact-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}


/***********************************************************************************************/
/* HEADER IN EACH PAGE */
/***********************************************************************************************/

.insidepage-header {
  margin: 0;
  background-repeat: no-repeat;
  background: #f3f3f3;

    background-position: center center;
  background-size: cover;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.insidepage-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #999;
  opacity: 0.3;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}
.insidepage-header h3 {
  color: #000000;
  text-align: center;
  font-size: 26px;
  margin: 1px 0 1px 0;

}

.insidepage-header h4 {
  color: #000000;
  text-align: center;
  font-size: 22px;
  margin: 1px 0 1px 0;

}
.insidepage-header .page-breadcrumb {
  font-size: 13px;
  color: #000000;
  text-align: center;

}


.insidepage-header .page-breadcrumb a{
  font-size: 13px;
  color: #000000;
  text-align: center;

}

.insidepage-header .page-breadcrumb a:hover{
  font-size: 13px;
  color: #000000;
  text-align: center;

}

.insidepage-header .page-breadcrumb a:focus{
  font-size: 13px;
  color: blue;
  text-align: center;

}
/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 48px 0;
}
/***********************************************************************************************/
/* 05. BLOG LAYOUT */
/***********************************************************************************************/
.page-header {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ced0cf;
  opacity: 0.3;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}
.page-header h3 {
  color: #000000;
  text-align: center;
  font-size: 32px;
  margin: 24px 0 12px 0;
  text-transform: capitalize;
}
.page-header .page-breadcrumb {
  font-size: 13px;
  color: #802F00;
  text-align: center;
  text-transform: capitalize;
}
.single-post {
  margin-bottom: 50px;
}
.single-post p {
  line-height: 30px;
}
.single-post .single-post-content {
  margin-bottom: 30px;
  padding: 15px;
  background: #f2f2f2;
}
.single-post .single-post-title {
  line-height: 24px;
}
.single-post .single-post-title h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.single-post .single-post-title .single-post-meta {
  font-size: 12px;
}
.readmore {
  border: 0px;
  background: #ff8137;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 24px;
}
.readmore-sm {
  border: 0px;
  background: #ff8137;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
}
/***********************************************************************************************/
/* 06. BLOG SINGLE PAGE */
/***********************************************************************************************/
.single-post-inner {
  background: #f1f1f1;
  padding: 30px;
}
.single-post-inner-title {
  margin-bottom: 24px;
}
.single-post-inner-title h2 {
  font-size: 24px;
  margin: 32px 0 24px 0;
}
.single-post-inner-meta .tag-list a {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 3px;
  background: #ff8137;
  color: #ffffff;
}
.custom-post-info {
  margin: 0;
  padding: 0;
}
.custom-post-thumb-small {
  width: 70px;
  height: 70px;
}
.custom-post-thumb-medium {
  width: 350px;
  height: 120px;
}
.single-post-container {
  margin: 0 0 24px 0;
}
.single-post-container h3 {
  margin: 24px 0 12px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.single-post-container h3 a {
  color: #272727;
}
.single-post-container h3 a:hover {
  color: #686868;
}
.single-post-container .custom-breadcrumb {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.single-post-container .article-meta-extra {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 6px 0;
  margin-bottom: 12px;
}
.single-post-container .article-meta-extra span {
  margin-right: 5px;
}
.single-post-container .article-meta-extra span:last-child {
  margin-right: 0px;
}
.single-post-container .article-meta-extra i {
  color: #888888;
  margin-right: 3px;
}
.single-post-container h2 + p {
  margin-top: 12px;
}
.single-post-content h1 {
  margin: 12px 0;
}
.single-post-content h2 {
  margin: 12px 0;
}
.single-post-content h3 {
  margin: 12px 0;
}
.single-post-content h4 {
  margin: 12px 0;
}
.single-post-content h5 {
  margin: 12px 0;
}
.single-post-content h6 {
  margin: 12px 0;
}
.articles-nav {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  padding: 0 2.4em;
}
.articles-nav .articles-nav-prev {
  float: left;
}
.articles-nav .articles-nav-next {
  float: right;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
  margin: 12px 0 24px 0;
  max-width: 100%;
  height: auto;
}
.aligncenter,
img.centered {
  display: block;
  margin: 12px auto;
}
.alignleft {
  float: left;
  /*margin: 7px 12px 7px 0; */
}
.alignright {
  float: right;
  /*margin: 7px 0 7px 12px;  */
}
.alignnone {
  clear: both;
}
.wp-caption {
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
  max-height: auto;
}
.wp-caption .wp-cap {
  margin-bottom: 0px;
  font-size: 12px;
}
.post-navigation {
  text-align: center;
  clear: both;
}
.post-navigation p {
  text-transform: uppercase;
}
.post-navigation p a {
  position: relative;
  padding-left: 24px;
  margin-right: 5px;
}
.post-navigation p a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 3px;
  background: transparent;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.post-navigation p a:hover:before {
  background: #ff8137;
  border: 1px solid #686868;
}
.post-navigation p a:first-child {
  margin-right: 0px;
}
.comments-nav-section,
.post-nav-section {
  margin: 24px 0 0 0;
}
.comments-nav-section p,
.post-nav-section p {
  margin-bottom: 0px;
}
.comments-nav-section a,
.post-nav-section a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  background: transparent;
  color: #686868;
  padding: 6px 12px;
}
.comments-nav-section a:hover,
.post-nav-section a:hover {
  border: 1px solid #ff8137;
  color: #ff8137;
  background: transparent;
}
.article-share-section {
  margin: 24px 0 0 0;
  border: 1px solid #ebebeb;
  border-left: 0px;
  border-right: 0px;
  padding: 14px 0 10px 0;
}
.article-author {
  margin-top: 24px;
  background: #f1f1f1;
  padding: 30px;
  min-height: 100px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
}
.article-author .author-avatar img {
  width: 100px;
  max-width: 100%;
  max-height: auto;
  float: right;
  border: 1px solid #ebebeb;
  padding: 3px;
  margin-top: 0px;
  margin-left: 12px;
}
.article-author .about_author {
  margin-bottom: 24px;
}
.article-author .social-icons a {
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #b8b8b8;
  color: #2b2b2b;
  margin-right: 3px;
}
.article-author .social-icons a:hover {
  color: #ff8137;
}
.related-post {
  margin-top: 24px;
  background: #f1f1f1;
  padding: 30px;
}
.related-post ul li {
  margin: 5px 0;
}
.related-post ul li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #2b2b2b;
}
.related-post ul li a:hover {
  color: #ff8137;
}
ul.pagination li a {
  color: #ff8137;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
  border: 0px;
  margin: 0 2px;
}
ul.pagination li a:hover {
  backgroud: #000 !important;
}
ul.pagination li a.current {
  background: #ff8137;
  color: #ffffff;
  border: 0px;
}
ul.pagination li:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
ul.pagination li:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.comments-area {
  margin-top: 24px;
  background: #f1f1f1;
  padding: 30px;
}
.article-add-comments {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #888888;
  border: 1px solid #ebebeb;
  background: #ffffff;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.article-add-comments:hover {
  border: 1px solid #ff8137;
  color: #ff8137;
}
.commentslist {
  margin-top: 24px;
  counter-reset: comment-id;
}
.commentslist li {
  list-style-type: none;
  margin-left: 0px;
}
.commentslist li:first-child {
  margin-top: 24px;
}
.commentslist li + li {
  margin-top: 24px;
}
.commentslist li ol,
.commentslist li ul {
  padding-left: 3em;
  margin-left: 3em;
  border-left: 1px dotted #ebebeb;
  list-style-type: none;
}
.commentslist li ol li,
.commentslist li ul li {
  position: relative;
}
.commentslist li ol li::before,
.commentslist li ul li::before {
  content: '';
  width: 2em;
  height: 1px;
  border-bottom: 1px dotted #ebebeb;
  position: absolute;
  left: -3em;
  top: 2em;
}
.commentslist li article {
  background: #ffffff;
  padding: 12px;
}
.commentslist li article header {
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  margin-bottom: 1.5em;
  position: relative;
}
.commentslist li article header span {
  color: #b4b4b4;
}
.commentslist li article header::before {
  counter-increment: comment-id;
  content: counter(comment-id);
  position: absolute;
  right: 5px;
  top: 15px;
  color: #f8f8f8;
  font-size: 32px;
  font-family: 'PT Serif', serif;
}
.commentslist li article header h5 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #272727;
}
.commentslist li article header h5 a {
  color: #272727;
}
.commentslist li article header h5 a:hover {
  color: #686868;
}
.commentslist li article header h5 span {
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  padding: 3px 5px;
  font-style: normal;
  margin-right: .5em;
}
.commentslist li article .comment_text {
  padding-right: 24px;
}
.comment-avatar img {
  width: 64px;
  height: 64px;
  float: right;
  background: #FFFFFF;
  margin: 2px;
  border: 1px solid #ebebeb;
  padding: 2px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.comment-avatar img:hover {
  border-color: #c5c5c5;
}
.waiting-moderation {
  color: #b4b4b4;
}
.comments-nav-section {
  margin: 48px 0;
}
.comments-nav-section .btn-primary {
  background: #ffffff;
}
.comments-nav-section .btn-primary:hover {
  background: #ffffff;
}
#comment-form label {
  margin-bottom: 12px;
}
#comment-form input[type=text],
#comment-form input[type=email],
#comment-form input[type=url],
#comment-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form input[type=text]:focus,
#comment-form input[type=email]:focus,
#comment-form input[type=url]:focus,
#comment-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #a1a1a1;
}
#comment-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 12px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.accordion {
    background-color: #ccc;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
    border: 1px solid white;
}

.active, .accordion:hover {
    background-color: #ccc; 
}



/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.section-heading-bold {
  position: relative;
  font-size: 32px;
  margin-bottom: 48px;
  line-height: 48px;
}
.section-heading {
  position: relative;
  font-size: 28px;
  margin-bottom: 48px;
}
.section-heading:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #ff8137;
  margin-left: -35px;
}
.section-heading:before {
  background: transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff8137;
  border-bottom: 10px solid transparent;
  bottom: -42px;
  content: "";
  display: inline-block;
  height: 0px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0px;
}
.section-subheading {
  font-size: 14px;
  color: #454545;
  margin-bottom: 48px;
}
.section-how-we-work {
  background: #f9fafb;
}
.section-how-we-work .service-block {
  margin-top: 2px;
  background: #ecebeb;
  
 }
.section-how-we-work .service-block .after {
  margin-top: 2px;
  background: #ffba3b;
}
.section-how-we-work .service-block .icon {
  font-size: 48px;
}
.section-our-team .team-layout-1 {
  text-align: center;
  margin-bottom: 24px;
}
.section-our-team .team-layout-1 .team-member img {
  vertical-align: middle;
}
.section-our-team .team-layout-1 h3 {
  text-transform: uppercase;
  margin: 12px 0 0 0;
}
.section-our-team .team-layout-1 p {
  color: #919191;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
  .section-our-team .team-layout-1 {
    text-align: center;
    border: 0px solid grey;
    margin-bottom: 24px;
    background-color: transparent;
}

.section-our-team .team-layout-1 h4 {
    color: grey;
    font-size: 20px;
    position: absolute;
    right: -5px;
    bottom: 2px;
    left: 5px;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 25px;
    color: blue;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
}
.section-our-team .team-layout-1 .team-social-share {
  margin: 12px 0 24px 0;
}
.section-our-team .team-layout-1 .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-petition-stats {
  background-image: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-petition-stats:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  width: 100%;
  height: 2000px;
}
.section-petition-stats .counter-block-1 .icon {
  font-size: 48px;
  display: block;
  margin-bottom: 24px;
  color: #ababab;
}
.section-petition-stats .counter-block-1 .counter {
  margin-top: 12px;
  font-size: 42px;
  color: #ff8137;
  font-weight: bold;
  font-family: 'PT Serif', serif;
}
.section-petition-stats .counter-block-1 h4 {
  margin-top: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.section-client-testimonial {
  background: #f9fafb;
}
.section-client-testimonial .testimony-layout-1 img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  margin: 0 auto 24px auto;
}
.section-client-testimonial .testimony-layout-1 h6 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.section-client-testimonial .testimony-layout-1 span {
  font-size: 12px;
  text-transform: uppercase;
  color: #787878;
}
.section-client-testimonial .testimonial-container .owl-nav div {
  color: #f1f1f1;
  font-size: 90px;
  line-height: 140px;
  margin-top: -70px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.section-client-testimonial .testimonial-container .owl-nav div.owl-prev {
  left: 30px;
}
.section-client-testimonial .testimonial-container .owl-nav div.owl-next {
  right: 30px;
}
.section-client-testimonial .testimonial-container .owl-nav div:hover {
  opacity: 0.4;
}
.section-successful-petitions {
  background: #f2f2f2;
}
.section-successful-petitions .successful-petitions-layout-1 {
  padding: 0 12px;
  position: relative;
  overflow: hidden;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid {
  position: relative;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid img {
  overflow: hidden;
  min-height: 225px;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  position: absolute;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 12px;
  bottom: 0;
  left: 0;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption p {
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 24px;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid:hover figcaption {
  opacity: 0.99;
  bottom: 0;
  left: 0;
}
.section-petition-cta span {
  position: relative;
  top: 5px;
  font-size: 28px;
  display: inline-block;
  margin-right: 32px;
  color: #454545;
}
.section-petition-cta span strong {
  color: #121212;
  text-transform: uppercase;
}
.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}
/***********************************************************************************************/
/* 08. 404 PAGE */
/***********************************************************************************************/
.section-404 {
  background: #f9fafb;
}
.message-container-404 {
  margin: 48px 0;
}
.message-text-404 {
  padding: 24px 160px;
  display: block;
  text-align: center;
}
.search-form-404 {
  margin: 0 auto;
  padding: 5px 5px;
  width: 40%;
}
.text-404 {
  font-size: 150px;
  font-family: 'PT Serif', serif;
  text-align: center;
  margin: 80px 0;
}
.text-404 span {
  color: #dadada;
}
/***********************************************************************************************/
/* 09. FOOTER */
/***********************************************************************************************/
footer {
  color: #000;
  background: #025f63;
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
}
.section-footer-menu {
  padding: 36px 0 24px 0;
  background-color: #f3f3f3;
}
.section-bootom-footer {
  padding: 36px 0 24px 0;
  background-color: #f0fefe;

}
.footer-nav {
  float: right;
  margin-top: 5px;
}
.footer-nav li {
  display: inline;
  list-style-type: none;
}
.footer-nav li a {
  padding: 6px 12px;
  position: relative;
  /*border-right: 1px solid black;*/
}
.footer-nav li a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #ff8036;
  margin: 0;
  height: 8px;
  width: 1px;
}
.footer-nav li:last-child a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #ff8036;
  margin: 0;
  height: 8px;
  width: 0px;
  background: #ffffff;
}
li.photos { 
	list-style:none; 
	width: 100%;
	float:left;  
	border-bottom:  0px solid grey;
	 padding: 0px 0 }

li.photos span {display:block;
padding-left:20px;
  font-size: 12px;
margin-left: 180px;}

li.photos a  {
display: block;
width: 100%;
float: left;
color: #0e6175;
font-weight: normal;
font-size: 15px;

padding-bottom: 10px; 
padding-left:10px; }

li.photos a:hover{ text-decoration:underline}

li.photos img {width:180px;
    float: left;
}


.photos h2, .bottom h2 {display:block; color:#666;
background-color:#07528C; color:#fff; width:80px;
padding:7px; margin:0; border-bottom:3px solid #442812;
font-family:Arial; font-size:20px;
}
/***********************************************************************************************/
/* 10. SIDEBAR & WIDGETS */
/***********************************************************************************************/
.widget {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 20px;
}
.widget-title {
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
}
.widget-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 55px;
  background: #ff8137;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 5px 0;
}
.widget ul li a {
  color: #2b2b2b;
}
.widget ul li a:hover {
  color: #ff8137;
}
.petition-widget {
  padding: 0px;
  margin-bottom: 30px;
}
.petition-sign-counter-widget {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 12px 8px 0;
  border: 5px solid #fafafa;
}
.petition-sign-counter-widget h2 {
  text-align: center  !important;
}
.petition-sign-counter-widget h2 .sign-counter {
  font-size: 48px !important;
}
.petition-sign-counter-widget h2 .sign-postfix {
  font-size: 32px !important;
}
.petition-sign-counter-widget h4 {
  text-align: center  !important;
}
.petition-sign-counter-widget .vticker {
  margin-top: 0px !important;
}
.search-form {
  margin: 24px 0 12px;
}
.search-form span.input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ff8137;
  border-right: 0px;
  color: #ffffff;
  font-weight: bold;
  width: 10%;
  padding: 0 20px;
}
.search-form input[type="text"] {
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.search-form input[type="text"]:focus {
  box-shadow: none;
  border-bottom: 1px solid #d5d5d5;
}
.widget-post-category {
  margin: 11px auto;
}
.widget-post-category li {
  margin: 5px 0;
  padding: 0;
  text-transform: capitalize;
}
.widget-post-category li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.single-recent-post {
  margin-bottom: 26px;
  overflow: hidden;
}
.single-recent-post a {
  color: #2b2b2b;
  margin-bottom: 8px;
  display: block;
}
.single-recent-post a:hover {
  color: #ff8137;
}
.single-recent-post span {
  font-size: 12px;
  display: block;
  color: #ff8137;
}
.single-post-thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 5px;
  width: 100px;
}
.widget-recent-tags {
  margin: 0 auto;
}
.widget-recent-tags li {
  margin: 0px 5px 7px 0px;
  float: left;
}
.widget-recent-tags li a {
  padding: 3px 7px;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #ff8137;
  display: block;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-tags li a:hover,
.widget-recent-tags li a:active {
  background: transparent;
  border: 1px solid #ff8137;
  background: #ffffff;
}
/***********************************************************************************************/
/* Widget Link Color */
/***********************************************************************************************/
.sidebar-widget a {
  color: #686868;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.sidebar-widget a:hover {
  color: #ff8137;
}

.accordioninside {
font-family:Roboto,sans-serif;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
  font-weight: bold;
    transition: 0.4s;
    border: 1px solid white;
	margin-left:1px;
margin-bottom: -20px;
list-style-type: none;
}


.catformat {
font-family:Roboto,sans-serif;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding:18px;
padding-top: 4px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
  font-weight: normal;
    transition: 0.4s;
	margin-left:1px;
margin-bottom: -20px;
list-style-type: none;
}


/***********************************************************************************************/
/* CALENDAR WIDGET */
/***********************************************************************************************/
#calendar_wrap {
  margin: 0 auto 5px auto;
}
#calendar_wrap #wp-calendar {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 2px;
}
#calendar_wrap #wp-calendar caption {
  border-color: #ebebeb;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#calendar_wrap #wp-calendar thead {
  border-right: 1px solid #ebebeb;
}
#calendar_wrap #wp-calendar thead th {
  border-right: 1px solid #ebebeb;
}
#calendar_wrap #wp-calendar th {
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#calendar_wrap #wp-calendar tr th,
#calendar_wrap #wp-calendar thead th {
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
}
#calendar_wrap #wp-calendar tbody {
  color: #aaa;
}
#calendar_wrap #wp-calendar tbody tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 6px;
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#calendar_wrap #wp-calendar tbody tr td:hover {
  background: #eeeeee;
}
#calendar_wrap #wp-calendar tbody .pad {
  background: none;
}
#calendar_wrap #wp-calendar tfoot tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 6px;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #prev {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}
#calendar_wrap #wp-calendar #today {
  background-color: #ff8137;
  color: #ffffff;
  font-weight: bold;
}
/***********************************************************************************************/
/* 11. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Smaller than 1200 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .top-bar1 {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .sf-menu {
    display: none;
  }
  select.main-menu-responsive {
    margin: 0px auto 0 auto;
    display: block;
    width: 100%;
    border-radius: 0px;
  }
  select.main-menu-responsive option {
    margin: 8px 0;
    padding: 0;
    text-transform: capitalize;
  }
  .logo {
    text-align: center;
  }
  select.main-menu-responsive {
    margin-top: 10px;
    display: block;
    width: 100%;
    border-radius: 0px;
  }
  .petition_form_container form .row {
    margin-bottom: 0px;
  }
  .petition_form_container form input[type="text"],
  .petition_form_container form textarea {
    margin-bottom: 12px;
  }
  .petition_form_container form select {
    margin-bottom: 12px;
    width: 99%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 480px)and (max-width: 767px) {
  .top-bar1 {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  select.main-menu-responsive {
    margin: 0px auto 0 auto;
    display: block;
    width: 100%;
    border-radius: 0px;
  }
  select.main-menu-responsive option {
    margin: 8px 0;
    padding: 0;
    text-transform: capitalize;
  }
  .logo {
    text-align: center;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
  .post-box-container .bd-post-image-container {
    margin: 0 auto;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  .petition_form_container form .row {
    margin-bottom: 0px;
  }
  .petition_form_container form input[type="text"],
  .petition_form_container form textarea {
    margin-bottom: 12px;
  }
  .petition_form_container form select {
    margin-bottom: 12px;
    width: 99%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .top-bar1 {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .sf-menu {
    display: none;
  }
  select.main-menu-responsive {
    margin: 0px auto 0px;
    display: block;
    width: 100%;
  }
  select.main-menu-responsive option {
    margin: 8px 0;
    padding: 0;
    text-transform: capitalize;
  }
  .logo {
    text-align: center;
  }
  .petition_form_container form .row {
    margin-bottom: 0px;
  }
  .petition_form_container form input[type="text"],
  .petition_form_container form textarea {
    margin-bottom: 12px;
  }
  .petition_form_container form select {
    margin-bottom: 12px;
    width: 99%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }