
.bolder {
  font-weight: 600; }

.cfix, .middlebar:after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

.header-date p i{
    margin-right: 4px;
}
/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/* ==========================
NORMALIZE
============================= */
/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
 font-family:MyriadPro-Regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
  font-family:MyriadPro-Regular;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5; }

h1, .panel-pricing .price,
h2,
.banner-page .title-page,
h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page,
h4,
.lead,
.team-2 .title,
.rs-team-1 .title,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 0 1.75em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote p {
  margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0"; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

blockquote > :last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  color: #041e42; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace; }

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li > ul,
li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table,
th,
td {
  border: 1px solid #d1d1d1; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th,
td {
  padding: 0.4375em; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
 font-family:MyriadPro-Regular; }

:-moz-placeholder {
  color: #686868;
  font-family:MyriadPro-Regular; }

::-moz-placeholder {
  color: #686868;
	font-family:MyriadPro-Regular;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #686868;
  font-family:MyriadPro-Regular; }

html, body {
  width: 100%;
  height: 100%; }

i, cite, em, var, address, dfn {
  font-style: italic; }

.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url("../images/apple-touch-icon.png");
  background-position: center;
  background-repeat: no-repeat; }

.pos-relative {
  position: relative; }

.section {
  position: relative;
  background-size: cover;
  background-position: center;
  	/*> .container-fluid,
  	> .container{
  		padding-top: 80px;
  		padding-bottom: 80px;
  	}
  	&.overlap-bottom{
     		position: relative;
      	z-index: 100;
      	margin-bottom: -125px;
      	> .container{
      		background-color: $color_1;
  		    padding-top: 20px;
  		    padding-bottom: 0;
      	}
  	}*/ }
  .section.section-border {
    border-bottom: 1px solid #eee; }
  .section.banner {
    padding: 0 0; }
  .section.testimony > .container, .section.page404 > .container {
    padding-top: 50px;
    padding-bottom: 0; }
  .section.section-no-padding > .container {
    padding-top: 0;
    padding-bottom: 0; }
  .section.stat-client > .container {
    padding-top: 20px;
    padding-bottom: 20px; }

.content-wrap {
  padding: 40px 0; }

.content-wrap-20 {
  padding: 20px 0; }

.content-wrap-top {
  padding-top: 80px; }

.content-wrap-2x {
  padding: 140px 0; }

.sosmed-icon {
  margin-top: -6px; }
  .sosmed-icon a {
    color: #ffffff;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: table-cell;
    padding: 5px 15px 0 15px;
    font-size: 18px; }
    .sosmed-icon a:hover {
      background-color: #333333; }
  .sosmed-icon.primary a {
    color: #f58b39; }
    .sosmed-icon.primary a:hover {
      color: #999999;
      background-color: transparent; }

.bg-light {
  background-color: rgba(255, 112, 0, 0.05); }

.bg-1 {
  background-color: #f58b39; }

.bg-2 {
  background-color: #333333; }

.bgwhite {
  background-color: #ffffff; }

.font__color-white {
  color: #ffffff; }

.color-white {
  color: #ffffff !important; }

.color-primary {
  color: #f58b39; }

.color-secondary {
  color: #333333; }

.section-heading, .section-heading-events {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative; }
  .section-heading span, .section-heading-events span {
    color: #f58b39; }
  .section-heading.light, .light.section-heading-events {
    color: #f58b39; }
    .section-heading.light span, .light.section-heading-events span {
      color: #ffffff; }
    .section-heading.light:after, .light.section-heading-events:after {
      background: #ffffff; }
  .section-heading.white, .white.section-heading-events {
    color: #ffffff; }
  .section-heading.center, .center.section-heading-events {
    text-align: center; }
    .section-heading.center:after, .center.section-heading-events:after {
      margin-left: auto;
      margin-right: auto; }
  .section-heading.no-after:after, .no-after.section-heading-events:after {
    display: none; }

.subheading {
  margin-top: -20px;
  margin-bottom: 46px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #999; }

.section-subheading {
  /*@extend h5;
  color: $black_2;*/ }

.section-heading-2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333; }

.section-heading-3 {
  font-size: 1.714em;
  line-height: normal; }

.section-heading-events {
  padding-top: 0;
  margin-left: 110px;
  clear: none;
  font-size: 30px;
  color: #999999; }

.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.no-gutter > [class^="col-"],
.no-gutter > [class*=" col-"],
.no-gutter[class*='col-'],
.no-gutter[class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.gutter-5 {
  margin-right: 0;
  margin-left: 0; }

.gutter-5 > [class^="col-"],
.gutter-5 > [class*=" col-"],
.gutter-5[class*='col-'],
.gutter-5[class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }

/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
  color: #999999;
  text-decoration: none; }
  a:hover {
    color: #f58b39;outline:0 !important;
    text-decoration: none; }

/* 1.4. HEADING & PARAGRAPH */
p {
  margin: 0 0 20px 0; }

h1, .panel-pricing .price,
h2,
.banner-page .title-page,
h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page,
h4,
.lead,
h5 {
 font-family:MyriadPro-Regular;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px; }

h1, .panel-pricing .price {
  font-size: 3.571em;
  line-height: normal; }

h2, .banner-page .title-page {
  font-size: 2.857em;
  line-height: normal; }

h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
  font-size: 1.714em;
  line-height: normal; }

h4, .lead{
  font-size: 1.286em;
  line-height: normal; }

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

h6 {
  font-size: 13px; }

strong, b {
  font-weight: 700; }

.lead {
  font-family:MyriadPro-Regular;
  font-weight: 500;
  line-height: 1.6; }

ol {
  margin-left: 24px; }

ul {
  list-style: initial;
  margin-left: 24px; }
  ul li {
    margin: 8px 0; }

.title-heading {
  color: #041e42;
  font-size: 36px;
  line-height: 50px; }

blockquote {
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin: 0 0 20px;
  border-left: 5px solid #f58b39;
  font-style: italic; }

.jumbo-heading {
  color: #333333;
  font-size: 20px;
  position: relative; }
  .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
    position: relative;
    z-index: 2; }
  .jumbo-heading .fa {
    font-size: 200px;
    position: absolute;
    top: 0;
    left: 0;
    color: #f5f5f5;
    z-index: 1; }

ul.checklist {
  margin: 0; }
  ul.checklist li {
    list-style: none;
    margin: 10px 0 10px 35px; }
    ul.checklist li:before {
      font-family: FontAwesome;
      content: "\f00c";
      font-size: 20px;
      color: #f58b39;
      margin-left: -35px;
      margin-right: 15px; }

ul.bull {
  margin: 0 0 20px;
  list-style: none;
  padding: 0; }
  ul.bull li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 14px; }
    ul.bull li:before {
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      left: 0;
      top: 2px;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      color: #f58b39; }


.grid-services {
  margin-top: 30px;
  margin-bottom: 30px; }

.grid-item {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.spacer-10 {
  height: 10px; }
  .spacer-10::after {
    display: block;
    content: "";
    clear: both; }

.spacer-30 {
  height: 30px; }
  .spacer-30::after {
    display: block;
    content: "";
    clear: both; }

.spacer-50 {
  height: 50px; }
  .spacer-50::after {
    display: block;
    content: "";
    clear: both; }

.spacer-70 {
  height: 70px; }
  .spacer-70::after {
    display: block;
    content: "";
    clear: both; }

.spacer-90 {
  height: 70px; }
  .spacer-90::after {
    display: block;
    content: "";
    clear: both; }

.spacer-110 {
  height: 70px; }
  .spacer-110::after {
    display: block;
    content: "";
    clear: both; }

.uk16 {
  font-size: 16px; }

.uk18 {
  font-size: 18px; }

.uk21 {
  font-size: 21px; }

.uk24 {
  font-size: 24px; }

.uk36 {
  font-size: 36px; }

.uk48 {
  font-size: 48px; }

.uk60 {
  font-size: 60px; }

.uk72 {
  font-size: 72px; }

.banner-page {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }
  .banner-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .banner-page .title-page {
    text-align: center;
    color: #999999;
    margin-bottom: 0;
    color: white; }


.info-detail dl {
  font-size: 16px; }
.info-detail dt {
  font-weight: 700; }
.info-detail dd {
  margin-bottom: 20px; }


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f58b39; }

/* ==========================
Back To Top Section
============================= */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f58b39 url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.cd-top.cd-fade-out {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.cd-top:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.hover-img {
  background: #f58b39;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 -1.5px; }
  .hover-img img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all; }
  .hover-img:hover img {
    /*opacity: 0.6;*/
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    /*transform: scale(1.1);*/
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.readmore {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #f58b39; }
  .readmore:hover {
    color: #f58b39;
    text-decoration: underline; }

.img-rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.color_white {
  color: #ffffff; }

@media (min-width: 1200px) {
	.img_education_in_palestine,.success_stories {
		height:500px !important;
	}

  .col-3 > .col-md-4:nth-child(3n+1),
  .col-3 > .col-sm-4:nth-child(3n+1) {
    clear: both; } }
.img-border {
  border: 1px solid #eeeeee;
  margin-bottom: 10px; }

.bg-primary {
  background-color: #f58b39; }

.promo-ads {
  padding: 25px;
  background-size: cover; }
  .promo-ads .fa {
    font-size: 70px; }
  .promo-ads .title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px; }

.img-border-lg {
  border: 7px solid #eee; }

/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
.media-anim .media, .box-fundraising .media, .box-event .media {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  background-color: #ffffff !important; }
  .media-anim .media img, .box-fundraising .media img, .box-event .media img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear; }
.media-anim:hover .media, .box-fundraising:hover .media, .feature-box-8:hover .media, .box-event:hover .media {
  background-color: #333333; }
  .media-anim:hover .media img, .box-fundraising:hover .media img,.box-event:hover .media img{
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

/* 2.1. PRELOADER */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url("../images/apple-touch-icon.png");
  background-position: center;
  background-repeat: no-repeat; }

/* 2.2. BUTTONS */
:focus {
  outline: none; }

.btn, .btn-primary, .btn-secondary, .btn-light, .btn-grey, .rs-nav-tabs .nav-pills .nav-link, .rs-nav-tabs .nav-pills li a, .btn-ghost-light, .btn-ghost-dark {
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  /*@include border-radius(30px);*/ }

.btn-default {
  background-color: #f58b39;
  color: #ffffff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-default:hover {
  background-color: #f58b39; }

.btn-cta {
  background-color: #333333;
  color: #ffffff;
  padding: 15px 25px;
  border: 0;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-cta:hover {
    background-color: #1a1a1a;
    color: #ffffff; }

.btn-primary {
	background-color: #f58b39;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background-color: #005b52;
	color: white;
}

.btn-secondary {
  background-color: #333333; }
  .btn-secondary:hover {
    background-color: #292929;
    color: #ffffff; }

.btn-primary.disabled {
  background-color: #f58b39;
  border-color: #f58b39;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
  .btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #cc5a00; }

.btn-secondary.disabled {
  background-color: #333333;
  border-color: #333333; }
  .btn-secondary.disabled:hover {
    background-color: #292929;
    color: #ffffff; }

.btn-light {
  background-color: #ffffff;
  color: #f58b39;
  border: 1px solid #ffffff; }
  .btn-light:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: transparent; }

.btn-grey, .rs-nav-tabs .nav-pills .nav-link, .rs-nav-tabs .nav-pills li a {
  background-color: #F8F8F8;
  color: #333333;
  border: 1px solid #F8F8F8; }
  .btn-grey:hover, .rs-nav-tabs .nav-pills .nav-link:hover, .rs-nav-tabs .nav-pills li a:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: transparent; }

.btn-ghost-light {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .btn-ghost-light:hover {
    background-color: #f58b39;
    color: #ffffff;
    border-color: transparent; }

.btn-ghost-dark {
  background-color: transparent;
  color: #999999;
  border: 1px solid #999999; }
  .btn-ghost-dark:hover {
    background-color: #f58b39;
    color: #ffffff;
    border-color: transparent; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f58b39;
  border-color: #f58b39; }

.btn-sidebar {
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700; }
  .btn-sidebar .fa {
    margin-right: 10px;
    font-size: 1.4em;
    vertical-align: middle; }

/* 2.3. BOX ICON 1 pakai */
.box-icon-1 {
  margin-bottom: 15px; }
  .box-icon-1 .icon {
    display: inline-block;
    color: #f58b39;
    font-size: 27px;
    line-height: 2.2;
    float: left;
    width: 60px;
    height: 60px;
    background: #F8F8F8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    text-align: center; }
  .box-icon-1 .body-content {
    margin-left: 70px;
    font-weight: 400;
    color: #999999; }
    .box-icon-1 .body-content .heading {
      font-weight: 700;
      color: #333333; }

.icon-with-text {
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .icon-with-text .icon {
    width: 75px;
    height: 75px;
    color: #ffffff;
    background-color: #f58b39;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 20px;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    .icon-with-text .icon .fa {
      font-size: 35px; }
  .icon-with-text .no {
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 65px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    color: #333333;
    font-family:MyriadPro-Regular;
    font-weight: 600; }
  .icon-with-text .subtitle {
    margin-bottom: 0;
    margin-top: 20px;
    color: #333333;
    font-size: 16px; }
  .icon-with-text .title {
    margin-bottom: 25px;
    margin-top: 5px;
    color: #333333; }
  .icon-with-text:hover .icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-color: #333333; }
  .icon-with-text:hover .title {
    color: #f58b39; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
/* 2.4. BOX ICON 3 pakai */
.box-icon-3 {
  margin-bottom: 40px;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid #e1e2e4;
  height: 280px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: table-cell;
  vertical-align: middle;
  border-spacing: 50px; }
  .box-icon-3:after {
    content: '';
    clear: both; }
  .box-icon-3 .icon {
    color: #f58b39;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px; }
  .box-icon-3 .heading {
    font-size: 16px; }
  .box-icon-3 .body-content {
    position: relative;
    min-height: 5px;
    color: #999999; }
    .box-icon-3 .body-content .fa {
      padding: 8px 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      color: rgba(255, 112, 0, 0.6);
      -webkit-transition: all .1s ease .3s;
      -moz-transition: all .1s ease .3s;
      -ms-transition: all .1s ease .3s;
      -o-transition: all .1s ease .3s;
      transition: all .1s ease .3s; }
    .box-icon-3 .body-content p {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: max-height .4s ease, opacity .5s ease;
      -moz-transition: max-height .4s ease, opacity .5s ease;
      -ms-transition: max-height .4s ease, opacity .5s ease;
      -o-transition: max-height .4s ease, opacity .5s ease;
      transition: max-height .4s ease, opacity .5s ease; }
    .box-icon-3 .body-content a {
      color: #f58b39;
      padding: 10px 0;
      display: block; }
      .box-icon-3 .body-content a:hover {
        text-decoration: underline; }
  .box-icon-3:hover {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13); }
    .box-icon-3:hover .body-content .fa {
      color: #f58b39;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    .box-icon-3:hover .body-content p {
      max-height: 80px;
      opacity: 1;
      -webkit-transition: max-height .7s ease .15s, opacity .8s linear .2s;
      -moz-transition: max-height .7s ease .15s, opacity .8s linear .2s;
      -ms-transition: max-height .7s ease .15s, opacity .8s linear .2s;
      -o-transition: max-height .7s ease .15s, opacity .8s linear .2s;
      transition: max-height .7s ease .15s, opacity .8s linear .2s; }

/* 2.5. BOX FUNDRAISING */
.progress {
  height: 4px;
  background-color: #999; }

.progress-bar {
  background-color: #f58b39; }

.progress-fundraising.progress-lg .progress {
  height: 10px;
  background-color: #fff;
  border-radius: 0; }
.progress-fundraising .total {
  color: #f58b39;
  font-size: 24px;
  display: inline-block; }
  .progress-fundraising .total span {
    font-size: 16px;
    color: #333333; }
.progress-fundraising .persen {
  float: right;
  padding-top: 14px;
  font-weight: 700; }
.progress-fundraising .progress {
  clear: both; }
.progress-fundraising .detail {
  margin-top: 20px;
  color: #f58b39;
  /*small{
  	color: $white;
  }*/ }

.box-fundraising {
  background-color: #F8F8F8;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  margin-bottom: 30px; }
  .box-fundraising .media {
    width: 100%;
    margin-bottom: 0;
    position: relative; }
  .box-fundraising .meta-date {
    text-align: center;
    margin-right: 20px;
    background-color: #f58b39;
    color: #fff;
    padding: 8px 0;
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2; }
    .box-fundraising .meta-date .month {
      text-transform: uppercase;
      display: block;
      line-height: 1; }
    .box-fundraising .meta-date .date {
      font-size: 30px;
      line-height: .8;
      font-weight: 700;
      margin-top: 5px;
      margin-bottom: 5px;
      display: block; }
  .box-fundraising .body-content {
    padding: 20px;
    overflow: hidden;
    position: relative; }
  .box-fundraising .title {
    min-height: 115px;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px; }

	.section.services .text{
		min-height:90px;
	}
  .box-fundraising .progress-fundraising {
    margin-top: 20px; }
  .box-fundraising:hover {
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2); }
  .box-fundraising a:not(.btn):not(.btn-primary):not(.btn-secondary):not(.btn-light):not(.btn-grey):not(.btn-ghost-light):not(.btn-ghost-dark) {
    color: #333333; }
    .box-fundraising a:not(.btn):not(.btn-primary):not(.btn-secondary):not(.btn-light):not(.btn-grey):not(.btn-ghost-light):not(.btn-ghost-dark):hover {
      color: #f58b39; }
  .box-fundraising .meta {
    margin-bottom: 20px;
    font-size: 14px; }
    .box-fundraising .meta > span:first-child {
      margin-right: 30px; }
    .box-fundraising .meta .location, .box-fundraising .meta .date {
      color: #f58b39; }

.meta-date-heading {
  text-align: center;
  margin-right: 20px;
  background-color: #f58b39;
  color: #fff;
  padding: 8px 0;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: table-cell;
  vertical-align: middle;
  float: left; }
  .meta-date-heading .month {
    text-transform: uppercase;
    display: block;
    line-height: 1; }
  .meta-date-heading .date {
    font-size: 48px;
    line-height: .8;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-family:MyriadPro-Regular; }

/* 2.5. BOX IMAGE 1 */
.box-image-1 {
  position: relative;
  margin-bottom: 30px; }
  .box-image-1 .image {
    overflow: hidden;
    background-color: #000; }
    .box-image-1 .image img {
      opacity: .9;
      max-width: 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition: 0.1s all linear;
      transition: 0.1s all linear; }
  .box-image-1:hover .image img {
    opacity: .4;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: none;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-image-1 .description {
    position: absolute;
    left: 40px;
    bottom: 40px; }
  .box-image-1 .blok-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400; }

/* 2.12. BOX PARTNERS */
.box-partner {
  margin-top: 30px;
  margin-bottom: 30px; }
  .box-partner .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .box-partner .item .box-image {
      float: left;
      width: 20%;
      font-size: 18px; }
      .box-partner .item .box-image img {
        width: 100%;
        border: 1px solid #eee;
        padding: 20px; }
    .box-partner .item .box-info {
      float: left;
      width: 70%;
      position: relative;
      margin-left: 40px; }
      .box-partner .item .box-info .heading {
        font-size: 24px;
        color: #f58b39;
        font-weight: 700;
        margin-bottom: 20px; }
    .box-partner .item:after {
      content: '';
      clear: both;
      display: block; }
  .box-partner .item:last-child {
    border-bottom: 0; }

/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
  border-radius: 0px; }
.panel-faq .panel-default {
  border-color: transparent; }
  .panel-faq .panel-default > .panel-heading {
    background-color: #E7E7E7;
    border-color: #ddd;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 20px 15px 50px;
    position: relative; }
    .panel-faq .panel-default > .panel-heading:before {
      padding: 0 0px 0 20px;
      content: "\29BF";
      font-family: Arial;
      color: #f58b39;
      font-size: 24px;
      position: absolute;
      top: 13px;
      left: 0;
      line-height: 1; }
    .panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
  .panel-faq .panel-default.active > .panel-heading {
    /*background-color: $color_4;*/
    color: #333333; }
    .panel-faq .panel-default.active > .panel-heading:before {
      color: #f58b39;
      content: "\29BE"; }
.panel-faq .panel-title {
  font-size: 16px;
  display: block; }
  .panel-faq .panel-title > a,
  .panel-faq .panel-title > a:active,
  .panel-faq .panel-title > a:focus {
    color: inherit;
    text-decoration: none;
    display: block; }
.panel-faq .panel-body {
  padding: 15px 20px;
  background-color: #ffffff;
  margin-top: 0; }
  .panel-faq .panel-body p {
    margin: 10px 0; }
.panel-faq .collapse.in {
  display: block;
  visibility: visible; }

/* 2.14. FAQ */

.rs-icon-funfact .icon {
  display: block;
  font-size: 30px;
  line-height: 2.2;
  float: left;
  width: 70px;
  height: 70px;
  background-color: white;
  color: #f58b39;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.rs-icon-funfact .body-content {
  margin-left: 85px; }
  .rs-icon-funfact .body-content h1, .rs-icon-funfact .body-content .panel-pricing .price, .panel-pricing .rs-icon-funfact .body-content .price, .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content .banner-page .title-page, .banner-page .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content h3, .rs-icon-funfact .body-content .jumbo-heading h2, .jumbo-heading .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .lead, .rs-icon-funfact .body-content .team-2 .title, .team-2 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .lead, .rs-icon-funfact .body-content .team-2 .title, .team-2 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h5, .rs-icon-funfact .body-content h6 {
    clear: none;
    margin-bottom: 0; }
.rs-icon-funfact.style-2 .icon {
  background-color: #f58b39;
  color: #ffffff; }
.rs-icon-funfact.style-2 .body-content h1, .rs-icon-funfact.style-2 .body-content .panel-pricing .price, .panel-pricing .rs-icon-funfact.style-2 .body-content .price, .rs-icon-funfact.style-2 .body-content h2, .rs-icon-funfact.style-2 .body-content .banner-page .title-page, .banner-page .rs-icon-funfact.style-2 .body-content .title-page, .rs-icon-funfact.style-2 .body-content h3, .rs-icon-funfact.style-2 .body-content .jumbo-heading h2, .jumbo-heading .rs-icon-funfact.style-2 .body-content h2, .rs-icon-funfact.style-2 .body-content .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .rs-icon-funfact.style-2 .body-content .title-page, .rs-icon-funfact.style-2 .body-content .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .rs-icon-funfact.style-2 .body-content .title-page, .rs-icon-funfact.style-2 .body-content h4, .rs-icon-funfact.style-2 .body-content .lead, .rs-icon-funfact.style-2 .body-content .team-2 .title, .team-2 .rs-icon-funfact.style-2 .body-content .title, .rs-icon-funfact.style-2 .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact.style-2 .body-content .title, .rs-icon-funfact.style-2 .body-content h4, .rs-icon-funfact.style-2 .body-content .lead, .rs-icon-funfact.style-2 .body-content .team-2 .title, .team-2 .rs-icon-funfact.style-2 .body-content .title, .rs-icon-funfact.style-2 .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact.style-2 .body-content .title, .rs-icon-funfact.style-2 .body-content h5, .rs-icon-funfact.style-2 .body-content h6 {
  color: #333333; }
	.panel-pricing .rs-box-download .price, .rs-box-download h2, .rs-box-download .banner-page .title-page, .banner-page .rs-box-download .title-page, .rs-box-download h3, .jumbo-heading .rs-box-download h2, .rs-box-download .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .rs-box-download .title-page, .rs-box-download .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .rs-box-download .title-page, .rs-box-download h4, .rs-box-download .lead, .rs-box-download h5, .rs-box-download h6 {
    color: #f58b39;
    margin-top: 0;
    margin-bottom: 0; }
  .rs-box-download.block {
    display: block; }

.rs-icon-info {
  margin-bottom: 15px; }
  .rs-icon-info .info-icon {
    display: table-cell; }
  .rs-icon-info .fa {
    width: 50px;
    height: 50px;
    background-color: #f58b39;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
    font-size: 22px; }
  .rs-icon-info .info-text {
    display: table-cell;
    padding-left: 10px;
    position: relative;
    vertical-align: middle; }
  .rs-icon-info::after {
    display: block;
    content: "";
    clear: both; }

.rs-accordion .card {
  /*margin-top: 10px;*/
  border-color: transparent; }
  .rs-accordion .card .card-header {
    color: #333333;
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent; }
    .rs-accordion .card .card-header:first-child {
      border-radius: 0; }
  .rs-accordion .card .btn, .rs-accordion .card .btn-primary, .rs-accordion .card .btn-secondary, .rs-accordion .card .btn-light, .rs-accordion .card .btn-grey, .rs-accordion .card .rs-nav-tabs .nav-pills .nav-link, .rs-nav-tabs .nav-pills .rs-accordion .card .nav-link, .rs-accordion .card .rs-nav-tabs .nav-pills li a, .rs-nav-tabs .nav-pills li .rs-accordion .card a, .rs-accordion .card .btn-ghost-light, .rs-accordion .card .btn-ghost-dark {
    color: #333333;
    padding: 13px 20px; }
  .rs-accordion .card:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rs-accordion .card:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.rs-accordion .title {
  font-size: 16px;
  margin: 0;
  padding: 0; }
  .rs-accordion .title .btn, .rs-accordion .title .btn-primary, .rs-accordion .title .btn-secondary, .rs-accordion .title .btn-light, .rs-accordion .title .btn-grey, .rs-accordion .title .rs-nav-tabs .nav-pills .nav-link, .rs-nav-tabs .nav-pills .rs-accordion .title .nav-link, .rs-accordion .title .rs-nav-tabs .nav-pills li a, .rs-nav-tabs .nav-pills li .rs-accordion .title a, .rs-accordion .title .btn-ghost-light, .rs-accordion .title .btn-ghost-dark {
   font-family:MyriadPro-Regular;
    font-weight: 700;
    padding: 13px 35px;
    position: relative; }
    .rs-accordion .title .btn:hover, .rs-accordion .title .btn-primary:hover, .rs-accordion .title .btn-secondary:hover, .rs-accordion .title .btn-light:hover, .rs-accordion .title .btn-grey:hover, .rs-accordion .title .rs-nav-tabs .nav-pills .nav-link:hover, .rs-nav-tabs .nav-pills .rs-accordion .title .nav-link:hover, .rs-accordion .title .rs-nav-tabs .nav-pills li a:hover, .rs-nav-tabs .nav-pills li .rs-accordion .title a:hover, .rs-accordion .title .btn-ghost-light:hover, .rs-accordion .title .btn-ghost-dark:hover, .rs-accordion .title .btn:active, .rs-accordion .title .btn-primary:active, .rs-accordion .title .btn-secondary:active, .rs-accordion .title .btn-light:active, .rs-accordion .title .btn-grey:active, .rs-accordion .title .rs-nav-tabs .nav-pills .nav-link:active, .rs-nav-tabs .nav-pills .rs-accordion .title .nav-link:active, .rs-accordion .title .rs-nav-tabs .nav-pills li a:active, .rs-nav-tabs .nav-pills li .rs-accordion .title a:active, .rs-accordion .title .btn-ghost-light:active, .rs-accordion .title .btn-ghost-dark:active {
      text-decoration: none; }
    .rs-accordion .title .btn:before, .rs-accordion .title .btn-primary:before, .rs-accordion .title .btn-secondary:before, .rs-accordion .title .btn-light:before, .rs-accordion .title .btn-grey:before, .rs-accordion .title .rs-nav-tabs .nav-pills .nav-link:before, .rs-nav-tabs .nav-pills .rs-accordion .title .nav-link:before, .rs-accordion .title .rs-nav-tabs .nav-pills li a:before, .rs-nav-tabs .nav-pills li .rs-accordion .title a:before, .rs-accordion .title .btn-ghost-light:before, .rs-accordion .title .btn-ghost-dark:before {
      content: "\29BE";
      font-family: Arial;
      color: #f58b39;
      font-size: 24px;
      position: absolute;
      top: 10px;
      left: -20px;
      line-height: 1;
      padding: 0 0px 0 20px; }
    .rs-accordion .title .btn.collapsed:before, .rs-accordion .title .collapsed.btn-primary:before, .rs-accordion .title .collapsed.btn-secondary:before, .rs-accordion .title .collapsed.btn-light:before, .rs-accordion .title .collapsed.btn-grey:before, .rs-accordion .title .rs-nav-tabs .nav-pills .collapsed.nav-link:before, .rs-nav-tabs .nav-pills .rs-accordion .title .collapsed.nav-link:before, .rs-accordion .title .rs-nav-tabs .nav-pills li a.collapsed:before, .rs-nav-tabs .nav-pills li .rs-accordion .title a.collapsed:before, .rs-accordion .title .collapsed.btn-ghost-light:before, .rs-accordion .title .collapsed.btn-ghost-dark:before {
      content: "\29BF"; }

/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - TOPBAR */
.topbar {
    background: #005b52;
    padding: 5px 0 7px;
}
.header-date {
    display: inline-block;
}
.header-date p {
    display: inline-block;
    margin-bottom: 0;
    color: #e9e9e9;
    margin-right: 10px;
    font-size: 12px;
}
ul.header-social-links li {
    display: inline-block;
    margin: 0;
}
.header-social-links a:last-child {
    padding-right: 0;
}
.header-social-links a {
    color: #e9e9e9;
    transition: all ease-in-out 0.3s;
    padding: 8px;
    font-size: 12px;
}
.header-social-links a:hover {
    color: #f58b39;
}
ul.header-social-links{
	margin:0px;
	padding:0px;
}
  .topbar .info {
    margin-top: 3px;
    color: #ffffff; }
  .topbar .info a {
    color: #ffffff; }
  .topbar .info a:hover {
    color: #333333; }
  .topbar .info .info-item {
    display: inline-table;
    margin-right: 30px; }
  .topbar .info .info-item:last-child {
    margin-right: 0; }
  .topbar .info .info-item .fa {
    margin-right: 7px;
    font-size: 18px; }

.sosmed-icon {
  margin-top: -6px; }
  .sosmed-icon a {
    color: #ffffff;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: table-cell;
    padding: 5px 15px 0 15px;
    font-size: 18px; }
    .sosmed-icon a:hover {
      background-color: #333333; }

.middlebar {
	padding: 0 0;
	height: 120px;
}
  .middlebar .topbar-left .welcome-text {
    font-style: italic;
    color: #ffffff;
    padding: 8px 0; }
  .middlebar .topbar-right {
    text-align: right; }
    .middlebar .topbar-right .topbar-menu {
      display: inline-table;
      margin-bottom: 0;
      vertical-align: top; }
      .middlebar .topbar-right .topbar-menu li {
        list-style: none;
        float: left;
        color: #ffffff;
        padding: 0 10px;
        font-size: 12px; }
        .middlebar .topbar-right .topbar-menu li a {
          color: #ffffff; }
          .middlebar .topbar-right .topbar-menu li a:hover {
            color: #333333; }
    .middlebar .topbar-right .topbar-sosmed {
      display: inline-table;
      margin-bottom: 0; }
      .middlebar .topbar-right .topbar-sosmed li {
        list-style: none;
        float: left;
        font-size: 16px;
        padding: 0 10px; }
        .middlebar .topbar-right .topbar-sosmed li a {
          color: #ffffff; }
          .middlebar .topbar-right .topbar-sosmed li a:hover {
            color: #333333; }

.topbar-logo {
  background-color: #ffffff;
  padding: 5px 0; }

.contact-info {
	float: right;
	margin-top: 20px;
}
img.logo {
    max-height: 104px;
}
  .contact-info > div {
    display: inline-block;
    margin-right: 40px;
    margin-top: 6px; }
    .contact-info > div:last-child {
      margin-right: 0; }

.box-act a {
  margin-top: -20px; }

.navbar-toggle .icon-bar {
  background: #f58b39; }

.navbar-toggle {
  float: left; }

/* 4.2 - NAVBAR */
.navbar-brand {
  padding: 0 0; }

.navbar-main {
  /*border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  z-index: 3;*/
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out; }
.navbar-main .navbar {
	padding: 0;
}
.navbar-main ol, .navbar-main li {
	margin: 0 0;
	font-size: 14px;
	font-weight: 700;
}
.navbar-main ul {
	margin-left: 0;
	/* border-top: 2px solid #f58b39; */
}
.navbar-main .navbar-toggler {
	color: #f58b39;
	border-color: transparent;
}
.navbar-main .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 112, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-main .dropdown-toggle::after {
	margin-left: 0.6em;
	color: #f58b39;
}
.navbar-main .dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-main .dropdown-menu {
	min-width: 200px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 0.2rem 0;
	margin-top: 0;
	border-width: 0;
	background-color: #005b52;
	color: #ffffff;
	font-size: 14px;
}
.navbar-main .dropdown-item {
	color: #ffffff;
	padding: 0.5rem 1.5rem;
}
.navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
	text-decoration: none;
	color: #f58b39;
}

/*end navbarmain*/
.header-1 {
	position: relative;
	z-index: 999;
	width: 100%;
}
.header-1 .navbar-main {
	background-color: #005b52;
}
.header-1 .navbar-main .navbar-brand {
	position: absolute;
	/*left: 40px;*/
	top: -75px;
}
.header-1 .navbar-main .navbar-nav .nav-link {
	color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
.header-1 .navbar-main .navbar-nav .nav-link:hover, .header-1 .navbar-main .navbar-nav .nav-link:focus {
	color: #f58b39;
}
.header-1 .navbar-main .navbar-nav .active > .nav-link {
	color: #f58b39;
}
.header-1 .navbar-main.stiky {
	height: auto;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 40px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: initial;
}
.header-1 .navbar-main.stiky .navbar-brand {
	position: static;
	margin-left: 0;
}
.header-1 .navbar-main.stiky > .container {
	margin-bottom: 0;
	padding: 10px 15px;
}
.header-1 .navbar-main.stiky .nav-link {
	color: #333333; }
.header-1 .navbar-main.stiky .nav-link:hover, .header-1 .navbar-main.stiky .nav-link:focus {
	color: #f58b39;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; } }
.social-icon li {
  list-style: none;
  float: left;
  margin: 0 2px;
  text-align: center; }
  .social-icon li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    padding-top: 2px; }

/**
 * 5. - HOME
 * -----------------------------------------------------------------------------
 */
/* 5.1 - HERO */
/*.banner{
  position: relative;
	padding: 0 0;
  .overlay-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    z-index: -1;
  }
	ol li, ul li{
		margin: 0;
	}
}*/
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 46%;
  width: 100%; }

.slides-navigation.center {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 25%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px); }

.slides-navigation .container {
  position: relative; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation.center a {
  position: relative;
  display: inline-table;
  text-align: center; }

/*.slides-navigation {
  bottom: 20%;
}*/
.slides-navigation a {
  color: #999999;
  font-size: 14px;
  margin: 5px;
  background: #ffffff;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  /*border: 3px solid $white;*/
  padding-top: 15px;
  text-align: center; }
  .slides-navigation a:hover {
    color: #ffffff;
    background: #f58b39;
    text-decoration: none; }
  .slides-navigation a.prev {
    left: -60px; }
  .slides-navigation a.next {
    right: -60px; }

.slides-navigation.center a.next {
  left: 0;
  right: 0; }

.slides-navigation.center a.prev {
  left: 0; }

.banner {
	float: left;
	padding: 0 0;
}
.banner.owl-carousel {
	position: relative;
	height: 100%;
}
/* .banner.owl-carousel div:not(.owl-controls) {
	height: 100%;
} */
/* .banner.owl-carousel .owl-item img {
	display: none;
} */
.banner.owl-carousel .owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner .item {
	position: relative;
	height:100%;
}
.banner .slider-pos {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}
.banner h1, .banner .panel-pricing .price, .panel-pricing .banner .price {
	color: #ffffff;
	font-size: 48px;
	padding: 0;
	margin-bottom: 10px;
}
.banner h1 span, .banner .panel-pricing .price span, .panel-pricing .banner .price span {
	color: #f58b39;
}
.banner h1.bg, .banner .panel-pricing .bg.price, .panel-pricing .banner .bg.price {
	background-color: rgba(51, 51, 51, 0.7);
	padding: 20px;
}
.banner p {
	font-size: 21px;
	color: #ffffff;
	padding: 0;
}
.banner p.bg{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
	color: #333333;
}
.banner p.bg a {
	color: #333333;
}
.banner p.bg a:hover{
	color: #005b52
}
.banner .owl-controls .owl-nav [class*=owl-] {
	color: #ffffff;
	font-size: 18px;
	margin: 5px;
	background: #333333;
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	padding-top: 11px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.banner .owl-controls .owl-nav [class*=owl-]:hover {
	background: #f58b39;
	text-decoration: none;
}
.banner .owl-nav .owl-prev{
	position: absolute;
	z-index: 0;
	top: 50%;
	left:0px;
	right:auto
}
.banner .owl-nav .owl-next{
	position: absolute;
	z-index: 0;
	top: 50%;
	right:0px;
	left:auto
}
    .banner .owl-nav .owl-prev {
      float: left;
      margin-left: 20px !important; }
    .banner .owl-nav .owl-next {
      float: right;
      margin-right: 20px !important; }

/* 5.2 - Text Typing */
.wrap-caption {
  width: 50%; }
  .wrap-caption.center {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .wrap-caption.right {
    width: 50%;
    text-align: right;
    float: right; }
  .wrap-caption .excerpt {
    margin-bottom: 50px;
    font-size: 18px; }
  .wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary, .wrap-caption .btn-light, .wrap-caption .btn-grey, .wrap-caption .rs-nav-tabs .nav-pills .nav-link, .rs-nav-tabs .nav-pills .wrap-caption .nav-link, .wrap-caption .rs-nav-tabs .nav-pills li a, .rs-nav-tabs .nav-pills li .wrap-caption a, .wrap-caption .btn-ghost-light, .wrap-caption .btn-ghost-dark {
    margin-right: 15px; }

/**
 * 6. - SECTION
 * -----------------------------------------------------------------------------
 */
.banner-page {
  background-color: rgba(51, 51, 51, 0.1); }
  .banner-page > .container {
    padding-top: 40px;
    padding-bottom: 40px; }

/*.banner-page:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba($font__body-color, .5);
}*/
/* 6.1 - About */
.image-with-title {
  position: relative;
  margin-bottom: 60px; }
  .image-with-title .image-title {
    position: absolute;
    left: 0;
    bottom: 150px;
    color: white; }
    .image-with-title .image-title p,
    .image-with-title .image-title h1,
    .image-with-title .image-title .panel-pricing .price,
    .panel-pricing .image-with-title .image-title .price, .image-with-title .image-title h2, .image-with-title .image-title .banner-page .title-page, .banner-page .image-with-title .image-title .title-page, .image-with-title .image-title h3, .image-with-title .image-title .jumbo-heading h2, .jumbo-heading .image-with-title .image-title h2, .image-with-title .image-title .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .image-with-title .image-title .title-page, .image-with-title .image-title .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .image-with-title .image-title .title-page, .image-with-title .image-title h4, .image-with-title .image-title .lead, .image-with-title .image-title h5, .image-with-title .image-title h6 {
      background-color: rgba(51, 51, 51, 0.8);
      padding: 10px 60px 10px 20px;
      margin-top: 0;
      margin-bottom: 0; }
    .image-with-title .image-title h1, .image-with-title .image-title .panel-pricing .price, .panel-pricing .image-with-title .image-title .price, .image-with-title .image-title h2, .image-with-title .image-title .banner-page .title-page, .banner-page .image-with-title .image-title .title-page, .image-with-title .image-title h3, .image-with-title .image-title .jumbo-heading h2, .jumbo-heading .image-with-title .image-title h2, .image-with-title .image-title .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .image-with-title .image-title .title-page, .image-with-title .image-title .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .image-with-title .image-title .title-page, .image-with-title .image-title h4, .image-with-title .image-title .lead, .image-with-title .image-title h5, .image-with-title .image-title h6 {
      background-color: rgba(255, 112, 0, 0.8); }

.director-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0; }

.director-position {
  font-size: 14px;
  color: #f58b39;
  text-transform: uppercase;
  font-weight: 600; }

.bos-quote {
  padding: 20px;
  background-color: #ffffff;
  border: 4px solid #dcdde1; }
  .bos-quote .bos-photo {
    float: left;
    width: 100px; }
    .bos-quote .bos-photo img {
      display: block; }
  .bos-quote .bos-text {
    margin-left: 120px; }
  .bos-quote:after {
    content: '';
    clear: both;
    display: inline-table; }

.box-vision {
  border-left: 10px solid #f58b39;
  padding: 15px 30px;
  font-size: 20px;
  line-height: normal;
  background-color: #eff3f6;
  color: #f58b39;
  margin-bottom: 60px;
  font-weight: 400;
  font-style: italic; }

dl.hiw {
  width: 100%; }
  dl.hiw dt {
    width: 70px;
    height: 70px;
    background-color: #f58b39;
    color: #ffffff;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px; }
    dl.hiw dt .fa {
      font-size: 24px;
      color: #ffffff; }
  dl.hiw dd {
    margin-left: 90px;
    margin-bottom: 40px;
    position: relative; }
    dl.hiw dd .no {
      position: absolute;
      top: -25px;
      left: 0;
      font-size: 70px;
      opacity: 0.1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
      filter: alpha(opacity=10); }
    dl.hiw dd h3, dl.hiw dd .jumbo-heading h2, .jumbo-heading dl.hiw dd h2, dl.hiw dd .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page dl.hiw dd .title-page, dl.hiw dd .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading dl.hiw dd .title-page {
      clear: none;
      padding-top: 10px;
      color: #333333; }

.reset-section-heading {
  margin-top: -30px; }

.jumbolead {
  line-height: 1;
  margin-bottom: 30px; }

.vidimg {
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden; }
  .vidimg .play-vid {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: #f58b39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    padding-top: 13px;
    padding-left: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 3.5; }
    .vidimg .play-vid a {
      color: #ffffff; }
    .vidimg .play-vid:hover {
      background-color: #333333; }

.img-video {
  position: relative; }
  .img-video .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    padding-top: 13px;
    padding-left: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    color: #ffffff;
    z-index: 2; }
    .img-video .play-video:hover {
      background-color: #ffffff;
      color: #f58b39; }
  .img-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.4); }

.img-date {
  position: relative; }
  .img-date .meta-date {
    text-align: center;
    margin-right: 20px;
    background-color: #f58b39;
    color: #fff;
    padding: 8px 0;
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2; }
    .img-date .meta-date .month {
      text-transform: uppercase;
      display: block;
      line-height: 1; }
    .img-date .meta-date .date {
      font-size: 30px;
      line-height: .8;
      font-weight: 700;
      margin-top: 5px;
      margin-bottom: 5px;
      display: block; }

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  animation: ripple 2s infinite; }

.ripple:before {
  animation-delay: .9s;
  content: "";
  position: absolute; }

.ripple:after {
  animation-delay: .9s;
  content: "";
  position: absolute; }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
/* 6.2 - Services */
.bg-dark:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: .9; }

.portfolio_filter {
  margin: 0;
  padding: 0;
  text-align: left; }
  .portfolio_filter li {
    display: inline-table;
    list-style: none;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    background-color: #333333; }
    .portfolio_filter li a {
      color: #fff;
      font-weight: 700; }
      .portfolio_filter li a.active, .portfolio_filter li a:hover {
        color: #f58b39;
        text-decoration: none; }
  .portfolio_filter.dark li a {
    color: #666666; }
    .portfolio_filter.dark li a.active, .portfolio_filter.dark li a:hover {
      color: #f58b39;
      text-decoration: none; }

/* 6.3 - Appointment */
.wrap-book {
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }
  .wrap-book.style-2 {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0; }
  .wrap-book > .row {
    display: flex;
    flex-wrap: wrap; }
  .wrap-book .bg-appointment {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    height: 100%;
    background-size: cover; }
  .wrap-book .wrap-form {
    padding: 20px 40px 60px 20px; }

.form-appointment {
  margin-top: 60px; }
  .form-appointment .form-control {
    padding: 10px 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e1e2e4;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-appointment.style-2 {
    margin-top: 20px; }
    .form-appointment.style-2 .form-control {
      padding: 10px 12px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      background-color: #ffffff;
      border: 0;
      border-bottom: 1px solid #e1e2e4;
      -webkit-box-shadow: none;
      box-shadow: none;
      height: 45px; }
    .form-appointment.style-2 textarea.form-control {
      height: auto; }

/* 6.3 - Pages */

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #f58b39;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #000000; }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

#cd-zoom-out {
  background-position: 50% -32px; }

/* 6.6 Section - Features */
.overlap {
  background-color: #ffffff;
  margin-top: -180px;
  position: relative;
  z-index: 2; }

.col-0 {
  margin-right: 0px;
  margin-left: 0px; }
  .col-0 > [class^="col-"], .col-0 > [class*=" col-"], .col-0[class*='col-'], .col-0[class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.border-right {
  border-right: 1px solid #ccc; }

.about-img {
  position: relative;
  min-height: 370px; }
  .about-img img {
    padding: 7px;
    background-color: #eee; }
  .about-img .about-img-top {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -30%;
    transform: translateY(-50%);
    z-index: 1; }
  .about-img .about-img-bottom {
    position: absolute;
    width: 75%;
    left: 5%; }

/* 6.7 Section - CTA */
.section.cta {
  background-color: #D95F00;
  color: #ffffff; }

.cta-info {
  width: 60%;
  margin: 0 auto;
  text-align: center; }

.margin-btn {
  margin-left: 10px;
  margin-right: 10px; }

.cta-1 .body-text {
  max-width: 70%;
  float: left; }
  @media (max-width: 768px) {
    .cta-1 .body-text {
      max-width: 100%;
      text-align: center; } }
.cta-1 .body-action {
  max-width: 30%;
  float: right; }
  @media (max-width: 768px) {
    .cta-1 .body-action {
      max-width: 100%;
      float: none;
      margin: 0 auto;
      display: table; } }
  .cta-1 .body-action .btn, .cta-1 .body-action .btn-primary, .cta-1 .body-action .btn-secondary, .cta-1 .body-action .btn-light, .cta-1 .body-action .btn-grey, .cta-1 .body-action .rs-nav-tabs .nav-pills .nav-link, .rs-nav-tabs .nav-pills .cta-1 .body-action .nav-link, .cta-1 .body-action .rs-nav-tabs .nav-pills li a, .rs-nav-tabs .nav-pills li .cta-1 .body-action a, .cta-1 .body-action .btn-ghost-light, .cta-1 .body-action .btn-ghost-dark {
    display: inline-block;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative;
    padding: 15px 35px; }

.pd30 {
  padding: 30px 0; }

.pd20 {
  padding: 20px 0; }

.gutter-20 {
  margin-right: 0px;
  margin-left: 0px; }

.gutter-20 > [class^="col-"],
.gutter-20 > [class*=" col-"],
.gutter-20[class*='col-'],
.gutter-20[class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px; }

/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
  text-align: center;
  margin-bottom: 40px; }
  .client-img img {
    margin: 0 auto;
    width: 90%; }
    .client-img img:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }

/* 6.10 - Testimony */
.people,
.user-pic {
  display: block;
  max-width: 100%; }

.bg-dark .owl-controls .owl-nav [class*=owl-]:hover {
  color: #ffffff !important;
  border-color: #ffffff !important; }




/* 6.11 - 404 Page */
.title-404 {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: -20px; }

.subtitle-404 {
  font-size: 30px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px; }

/* 6.12 - Pages */
.banner-page.pages {
  background: url("../images/slide2-2.jpg") bottom center no-repeat; }

/* 6.12 - Contact */
.banner-page.contact {
  background: url("../images/slide2-2.jpg") bottom center no-repeat; }

.events-widget {
  border: 1px solid #eee;
  background-color: #ffffff;
  padding: 10px 30px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }
  .events-widget .widget-title {
    font-size: 20px;
    background-color: #f58b39;
    margin: 20px -30px 30px -30px;
    padding: 5px 30px;
    color: #ffffff; }
    .events-widget .widget-title:after {
      content: none; }
    .events-widget .widget-title:first-child {
      margin-top: -10px; }

.rs-nav-tabs .nav-pills .nav-link {
  border-color: transparent;
  border-radius: 4px;
  margin: 0 3px; }
  .rs-nav-tabs .nav-pills .nav-link.active {
    background-color: #333333;
    color: #ffffff;
    border-color: transparent; }
.rs-nav-tabs .nav-pills li a {
  border-color: transparent;
  border-radius: 4px; }
.rs-nav-tabs .nav-pills li.active a {
  background-color: #333333;
  color: #ffffff;
  border-color: transparent; }

.meta {
  margin-bottom: 20px;
  font-size: 14px; }
  .meta > span:first-child {
    margin-right: 30px; }
  .meta .location, .meta .date {
    color: #f58b39; }

/**
 * 7. - FOOTER
 * -----------------------------------------------------------------------------
 */
.footer {
  background-color: #222222;
  color: #999999;
  background-size: cover;
  background-position: center;
  margin-top:40px;}
  .footer > .container {
    padding-bottom: 50px; }
  .footer .footer-item .logo-bottom {
    margin-bottom: 10px; }
  .footer .footer-item .footer-title {
    font-size: 16px;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
    position: relative;
    color: #f58b39; }
    .footer .footer-item .footer-title:after {
      content: '';
      display: block;
      vertical-align: bottom;
      width: 30px;
      height: 1px;
      background: #f58b39;
      margin-bottom: 10px;
      margin-top: 15px; }
  .footer .footer-item .footer-sosmed {
    margin-top: 50px;
    margin-bottom: 30px;
    display: inline-block; }
    .footer .footer-item .footer-sosmed a .item {
      color: #ffffff;
      display: table-cell;
      vertical-align: middle;
      margin: 0 14px;
      width: 40px;
      height: 40px;
      text-align: center;
      background-color: #404040;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
      .footer .footer-item .footer-sosmed a .item:hover {
        background-color: #f58b39; }
      .footer .footer-item .footer-sosmed a .item .fa {
        font-size: 16px; }
  .footer .footer-item .list {
    margin: 0;
    padding: 0; }
    .footer .footer-item .list li {
      list-style: none;
      margin: 14px 0; }
      .footer .footer-item .list li a {
        color: #999999;
        padding-left: 15px;
        position: relative; }
        .footer .footer-item .list li a:before {
          content: '\f105';
          font-family: FontAwesome;
          left: 0;
          position: absolute; }
        .footer .footer-item .list li a:hover {
          color: #f58b39; }
  .footer .footer-item .footer-subscribe {
    position: relative; }
    .footer .footer-item .footer-subscribe input[type=email] {
      width: 100%;
      background: #fff;
      padding: 10px 57px 10px 17px;
      min-height: 38px;
      max-width: 480px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0; }
      .footer .footer-item .footer-subscribe input[type=email]:focus {
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 2px #f58b39;
        -moz-box-shadow: 0 0 0 2px #f58b39;
        box-shadow: 0 0 0 2px #f58b39;
        border-color: transparent; }
    .footer .footer-item .footer-subscribe input[type=submit] {
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden; }
    .footer .footer-item .footer-subscribe label {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 40px;
      height: 38px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      background: none;
      color: #ffffff;
      outline: 0 !important;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: #f58b39; }
    .footer .footer-item .footer-subscribe .icon {
      font-size: 18px; }
    .footer .footer-item .footer-subscribe p {
      font-size: 13px;
      margin-top: 16px; }
  .footer .footer-item .recent-post {
    margin: 0;
    padding: 0; }
    .footer .footer-item .recent-post li {
      list-style: none;
      margin: 0 0 30px; }
      .footer .footer-item .recent-post li a {
        color: #999999;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px; }
        .footer .footer-item .recent-post li a:hover {
          color: #f58b39; }
      .footer .footer-item .recent-post li .date {
        display: block;
        font-size: 12px;
        padding: 0;
        color: rgba(153, 153, 153, 0.4); }
        .footer .footer-item .recent-post li .date i {
          margin-right: 5px; }
  .footer .fcopy {
    padding: 15px 0 15px 0;
    font-size: 14px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    background-color: #333333; }

.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px; }
    .list-info li .info-icon {
      display: inline-block;
      float: left; }
    .list-info li .info-text {
      margin-left: 30px; }

.pline {
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 30px; }

/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  /* TOPBAR */
  .contact-info > div:last-child {
    display: block; }

  /* END TOPBAR */
  .navbar-toggle {
    clear: left;
    float: right; }

  /* SECTION */
  .about-img {
    min-height: initial; }
    .about-img .about-img-top {
      position: relative;
      width: 100%;
      bottom: 0;
      transform: translateY(0);
      border: 0; }
    .about-img .about-img-bottom {
      position: relative;
      width: 100%;
      left: 0; }
.slicknav_btn{

    background: #f58b39;
    background-color: #f58b39 !important;
}
  /* END SECTION */ }
@media (max-width: 767px) {
	.contact-info{
		    max-width: 60%;
	}
  /* TOPBAR */
  .contact-info > div {
    display: block; }

  /* END TOPBAR */
  /* BANNER */
  .banner h1, .banner .panel-pricing .price, .panel-pricing .banner .price {
    font-size: 24px; }
    .banner h1.bg, .banner .panel-pricing .bg.price, .panel-pricing .banner .bg.price {
      padding: 10px; }
  .banner p {
    font-size: 16px; }
    .banner p.bg {
      padding: 10px; }

  .wrap-caption {
    width: 100%; }
    .wrap-caption.center, .wrap-caption.right {
      width: 100%; }

  /* END BANNER */
  /* HEADER */
  .topbar {
    display: none; }

  .header-1 {
    	/*.navbar-main{
    	    bottom: 0;
    		.navbar-brand{
    			position: absolute;
        		left: 0;
    		}
    		.dropdown-menu > li a{
    			color: $black_3;
    		}
    		&.stiky{
    			.navbar-brand{
    				top: 10px;
    				position: absolute;
    			}
    		}
    	}*/ }
    .header-1 .navbar-main .navbar-brand {
      position: relative; }
    .header-1 .navbar-nav > {
      float: none;
      margin-left: 15px;
      margin-right: 15px; }
      .header-1 .navbar-nav > li {
        font-size: 13px; }
    .header-1 .stiky .navbar-nav {
      margin-left: 15px;
      margin-right: 15px;
      float: none; }

  	/*.header-2, .header-3{
  		.navbar-main{
  			.navbar-brand{
  			    position: absolute;
      			left: 0;
      			top: 20px;
  			}
  			&.stiky{
  				.navbar-brand{
  					top: 10px;
  					position: absolute;
  				}
  			}
  		}
  	}*/
  /* END HEADER */
  /* NAVBAR */
  .nav > li > a {
    padding: 10px 25px; }

  .btn-nav {
    display: none; }

  /* END NAVBAR */
  /* SECTION */
  .cta-info {
    width: 100%; }

  .overlap {
    margin-top: 0; }

  /* END SECTION */ }


/********************   css added by me ********************/
/* Breaking News */
.breaking-news{
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
marquee{
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
  padding:14.2px 0;
}
.breaking-news h3{
	display: inline-block;
	position: absolute;
	margin: 0;
	color: #fff;
	background: #f58b39;
	padding: 16px 20px;
	z-index: 1;
	font-size: 17px;
}
.breaking-news marquee li{
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	position: relative;
}
.breaking-news marquee li:before {
	position: absolute;
	content: '\f111';
	font-family: 'fontawesome';
	font-size: 8px;
	left: 0px;
	top: 6px;
}
.navbar-main.stiky{
	display:none;
}
marquee a {
    color: #005b52;
    position: relative;
    margin: 0px 30px;
    text-transform: capitalize;
}
marquee a:hover, marquee a:active, marquee a:focus {
    color: #f58b39;
}
marquee a:after {
    content: '';
    background: #f58b39;
    height: 20px;
    width: 1px;
    top: -3px;
    position: absolute;
    right: -30px;
}


/********* Start CSS for Publication Block *********/

.publication-box{
	text-align:center;
	font-family:MyriadPro-Regular;
	overflow: hidden;
	position: relative;
}
.publication-box:before{
	content: "";
	display: block;
	border: 30px solid rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	z-index: 2;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.publication-box img{
	width: 100%;
	height: 260px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	display:block
}
.box-content .title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: normal;
    margin: 0;
    padding: 0px;
    color: #333333;
}
.box-content .title:hover{
	color: #f58b39;
}
h6.category span {
    color: #005b52;
    margin-right: 10px;
    font-size: 13px;
	font-weight:bold
}
.box-content h6.category{
	margin-top: 8px;
}
.box-content h6.category a{
    margin-top: 8px;
    color: #999999;
    font-size: 15px;
    font-weight: normal;
}
.box-content h6.category a:hover{
	color: #f58b39;
}
.publication-box:after {
	content: "";
	display: block;
	border: 10px solid rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 35px;
	left: 35px;
	bottom: 35px;
	right: 35px;
	opacity: 1;
	z-index: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.publication-box:hover:after {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.publications-carousel .owl-dots{
	margin-top:30px
}
.publication-box:hover:before {
	border: 1px solid rgba(0, 0, 0, 0.18);
}
.box-content {
    background: #fafafa;
    width: 100%;
    position: relative;
    float: left;
    height: 180px;
    padding: 25px 18px;
    margin-top: 0px;
}
.box-content:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 3px;
    height: 40px;
    background-color: #f58b39;
    content: '';
    z-index: 9;
}
.box-content:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 55px;
    height: 3px;
    background-color: #f58b39;
    content: '';
    z-index: 9;
}

/********* End CSS for Publication Block *********/

/********* Start CSS for Programs Block *********/
.program_block{
	margin-bottom:30px;
	padding: 75px 35px;
	background: #fafafa;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	position:relative
}
.program_block h1{
	font-size: 25px;
	margin: 0;
	color: #333333;
	margin-bottom: 40px;
	line-height: 1.3;
	text-align: center;
	text-transform: capitalize;
}
.program_block p{
	font-size: 17px;
	text-align: justify;
}
.mask1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40%;
	height: 3px;
	background-color: #f58b39;
}
.mask1:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 100px;
	background-color: #f58b39;
	content: '';
	z-index: 9;
}
.mask2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40%;
	height: 3px;
	background-color: #f58b39;
}
.mask2:before {
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 4px;
	height: 100px;
	background-color: #f58b39;
	content: '';
	z-index: 9;
}
.program_block img{
	opacity: 0.2;
	margin-top: 120px !important;
	position: absolute;
	max-width: 250px;
	text-align: center;
	top:0;

}
.img_program_block{
	margin:0 auto !important;
	text-align:center;
	vertical-align:middle
}
.img_program_block {
	margin: 0 auto !important;
	text-align: center;
	vertical-align: middle;
	margin-left: 19% !important;
	float: left;
}
.read_more {
	float: right;
}
.read_more a i {
	padding-left: 5px;
	vertical-align: middle;
}
.program_block .read_more a, .content2_education_in_palestine .read_more a, .success_stories_content .read_more a, .articles_home_content .read_more a{
	margin-right: 8px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.program_block:hover .read_more a, .content2_education_in_palestine:hover .read_more a,  .articles_home_content:hover .read_more a,  .success_stories_content:hover .read_more a {
	margin-right: 0px;
	color: #f58b39;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;success_stories_content
	transition: all .4s ease-in-out;
}
.program_block:hover {
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
/********* End CSS for Programs Block *********/



/********* Start CSS for Fourth_block *********/
.Fourth_block {
    padding: 40px 0;
}
.overflow_img{
	background-color: rgba(0,0,0,0.6);
	height: 100%;
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%;
}
.img_education_in_palestine{
	background-size:cover !important;
	width: 100%;
    text-align: center;
    margin: 0 auto !important;
	background-repeat:no-repeat !important;
	background-position: center center;
}
.content_education_in_palestine {
    position: absolute;
    padding: 50px 35px;
    width: 100%;
    top: 0px;
    color: white;
}
.content_education_in_palestine h1, .success_stories h1, .articles_home h1 {
    position: relative;
    padding-left: 12px;
    font-size: 32px;
    margin-bottom: 25px;
}
.content_education_in_palestine h1:after, .success_stories h1:after, .articles_home h1:after{
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0px;
    content: "";
    background: #f58b39;
    bottom: 0px;
}
.content_education_in_palestine h1 span, .success_stories h1 span, .articles_home h1 span{
    color: #f58b39 !important;
    font-size: 60px;
    line-height: 0px;
    margin-left: 2px;
    font-family: sans-serif;
}
.content2_education_in_palestine{
	padding:0 17px;
}
.content2_education_in_palestine h3, .success_stories_content h3, .articles_home_content h3{
    font-size: 25px;
    color: #dadada;
}
.content2_education_in_palestine p, .articles_home_content p,  .success_stories_content p{
    font-size: 17px;
    line-height: 1.8;
    color: white;
    text-align: justify;
}
.success_stories {
    background: #f58b39;
    padding: 50px 35px;
	margin-bottom: 15px;
}
.articles_home {
    background: #005b52;
    padding: 20px;
}
.success_stories h1{
	color: #333333;
}
.articles_home h1{
	color:white;
}
.success_stories h1:after{
    background: #005b52;
}
.success_stories h1 span{
    color: #005b52 !important;
}
.success_stories_content, .articles_home_content {
    position: relative;
    padding: 0px 10px 25px 10px;
}
.success_stories_content h3 {
    color: #e2e2e2;
}
.success_stories_content:hover .read_more a {
	 color: #005b52 !important;
}
/********* End CSS for Fourth_block  *********/



/********** Start CSS for News Block ********/
.box-fundraising .media .img_news .media{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	background-color: #ffffff !important;
}
.box-fundraising .media .img_news{
	width:100%;
	height:235px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}
.box-fundraising:hover .media .img_news{
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.box-fundraising:hover .body-content .title a{
	color: #f58b39 !important;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.box-fundraising .read_more a{
	margin-right: 8px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.box-fundraising:hover .read_more a{
    margin-right: 0px;
    color: #f58b39 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    success_stories_content: ;
    transition: all .4s ease-in-out;
}
.line{
    background-color: #f58b39;
    height: 4px;
    clear: both;
}
.body-content .read_more {
    margin: 30px 0px 10px 0px;
}

/************* start css for brands block ***********/
.item.brand-border {
    height: 140px;
	padding: 20px;
    border: 1px solid #eeeeee;
    vertical-align: middle !important;
}
.item.brand-border img {
    max-height: 60px;
    width: auto !important;
    text-align: center;
    margin: 0 auto !important;
    vertical-align: middle !important;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    success_stories_content: ;
    transition: all .4s ease-in-out;
}
.item.brand-border:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    success_stories_content: ;
    transition: all .4s ease-in-out;
}
.partners-carousel .owl-nav .owl-next,.partners-carousel .owl-nav .owl-prev{
    background-color: transparent !important;
    color: #f58b39;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 46%;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    height: 45px;
    width: 45px;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.partners-carousel:hover .owl-nav .owl-next, .partners-carousel:hover .owl-nav .owl-prev{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
}

.partners-carousel .owl-nav .owl-next{
	left: auto;
    right: 0;
}
.partners-carousel .owl-nav .owl-prev{
	right: auto;
    left: 0;
}
i.icon-arrow-right, i.icon-arrow-left{
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color:#f58b39;
	font-size: 25px;
    line-height: 36px;
}
i.icon-arrow-right:before {
    content: '\f105';
}
i.icon-arrow-left:before {
    content: '\f104';
}
.partners-carousel .owl-next:hover, .partners-carousel .owl-prev:hover{
	background:#f58b39 !important;
}
.partners-carousel .owl-next:hover i.icon-arrow-right , .partners-carousel .owl-prev:hover i.icon-arrow-left {
	color:white;
}
.owl-next{
    margin-right: 0px !important;
}
.owl-prev{
    margin-left: 0px !important;
}
.footer_link:hover{
	text-decoration:underline
}
.fcopy p {
    margin-bottom: 0px;
}
.image_slider{
	height: 600px;
    width: 100%;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.cd-top i.fa.fa-angle-up{
	position: absolute;
    right: 27px;
    color: white !important;
    font-size: 24px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
    opacity: 1 !important;
}
.read_more.slide_more {
    border-radius: 6px;
    background: #f58b39;
    padding: 12px 25px;
	z-index:99999;
	float:left;
}
.read_more.slide_more a{
    color: white;
	font-size:14px;
}
@media (max-width: 991px) {
	div#slicknav-mobile {
		height: 70px;
	}
	.image_slider{
		height:400px
	}
}

/*internal pages*/
.pub {
	    margin-top: 30px;
}
.don {
	    margin-bottom: 30px;
		text-align:center;
}
.don img{
    max-height: 80px !important;
}
.prev-pages{
	color: #f58b39;
}
.prev-pages span, .prev-pages a:hover {
	color: #f58b39 ;
}
.prev-pages a{
	color: #005b52;
}
.half_r {
	float:right;
	text-align:right;
}
.test {
    height: auto;
    padding: 18px 30px 30px 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px -6px rgba(150,148,150,1);
    box-shadow: 0px 5px 17px -6px rgba(150,148,150,1);
    color: #005b52;
    border-radius: 2px;
    text-align: left !important;
}
.test h4{
	position:relative;
	padding-left: 12px;
	color: #005b52;
}
.test h4:after{
	position: absolute;
    width: 3px;
    height: 100%;
    left: 0px;
    content: "";
    background: #f58b39;
    bottom: 1px;
}
form#site-searchform{
	position:relative
}
.articles_name a{
	color: #333333;
	text-decoration:none;
}
.articles_name a:hover{
	color: #f58b39;
}
.articles_name p{
	margin-left: 0px;
	width:100%;
	-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.articles_name p:hover{
	margin-left: 15px;
	-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.search_form2 i{
	color: #005b52;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
}
.search_input{
    color: #707070;
    border: 3px solid #f4f4f4;
    border-radius: 3px;
    outline: none;
    height: 45px;
    width: 100%;
    padding: 0px 15px;
}
.strategic_plane a{
	color:#333333
}
.strategic_plane a:hover{
	color:#f58b39
}
.financial_report_block_side{
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto !important;
}
.financial_report_img{
    background-size: cover !important;
    width: 100%;
    min-height: 280px;
    height: auto !important;
    text-align: center;
    margin: 0 auto !important;
    background-repeat: no-repeat !important;
    background-position: center center;
}
.financial_report_name {
    position: absolute;
    padding: 50px 35px;
    width: 100%;
    top: 0px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    margin: 0 auto;
}
.financial_report_block_side .financial_report_name a{
    color: white;
    font-size: 19px;
    padding: 8px;
    text-decoration: none;
    text-align: center !important;
}
.financial_report_block_side .financial_report_name a:hover{
	color:#f58b39
}
.panel-body{
color:black;

}
.overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    border-radius: 7px;
    overflow: hidden;
    width: 15%;
    height: 100%;
    transition: .5s ease;
    z-index: -9;

}


/**/
.contact_us .btn{
    border-radius: 3px;
    margin-top: 14px;
    padding: 10px 32px;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    text-transform: capitalize;
	font-size:17px;
}
.contact_us .btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}
.text-center{
	text-align:center !important;

}
.cont-colom1, .cont-colom2{
	color:black;
}
.cont-colom1{
	border-bottom:1px solid;
}
.cont-colom2{
    padding-left: 30px;
    padding-top: 30px;
}
.cont-colom2 span{
	color:#f58b39;
}
.sub_photo_galleryy {
    width: 100%;
    height: 200px;
    background-size: cover;
}
.col-five{
	width:20%;
	float:left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

}
@media (max-width: 767px) {
.col-five{
	width:50%;

}
}


/********** css for news article **********/
.news-bkg {
    background:  url(../images/cause-img-1.jpg) no-repeat  !important;
	position:relative;
	height: 350px;
    width: 700px;
    background-size: cover !important;
    background-position: center !important ;
}
.news-article {
	width:100%;
	float:left;
	position:relative
}
.news-article h3 {
    color: #005b52;
    position: relative;
    padding-left: 13px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.news-article h3:after {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0px;
    content: "";
    background: #f58b39;
    bottom: 1px;
}
.news-article p{
    font-size: 16px;
    line-height: 1.7;
	margin: 15px 0px;
    text-align: justify;
	direction: ltr;
    color: #333333;
}
/************** end css for news article ************/

.sub-news-bkg{
	position:relative;
	height: 150px;
    width: 200px;
    background-position: center !important ;
    background-size: cover !important;
	border: 5px solid #999999;
}

/********* css for coantact us page ************/
.contact_info .single-address{
	text-align: center;
	border: 1px solid rgba(153, 153, 153, 0.30);
	border-radius: 3px;
	padding: 30px 15px;
	margin: 0 auto;
	min-height: 245px;
	background: #F8F8F8;
	margin-bottom:30px;
	margin-top:15px;
}
.contact_info .icon.round-border{
	width: 65px;
	height: 65px;
	text-align: center;
	margin-top: 7px;
	line-height: 65px;
	border: 1px solid rgba(153, 153, 153, 0.30);
	font-size: 30px;
	color: #f58b39;
	border-radius: 50%;
	margin:0 auto !important;
}
.text {
	margin-top: 15px;
	/* text-align: center; */
}
.branch_block h3 {
	color: #005b52;
	font-size: 22px;
	position:relative;
	padding-left: 12px;
}
.branch_block h3:after{
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0px;
	content: "";
	background: #f58b39;
	bottom: 0px;
}
.branch_block h3 span{
	color: #f58b39 !important;
	font-size: 60px;
	line-height: 0px;
	margin-left: 2px;
	font-family: sans-serif;
}
.contact_info .single-address h6{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
	color: #333333;
}
.contact_info .single-address span{
	font-size: 16px;
	color: #999;
}
.contact_form .form-group .form-control{
	color: #707070;
	border: 3px solid #f4f4f4;
	border-radius: 3px;
	outline: none;
	height: 45px;
}
.contact_form{
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
	padding: 50px 30px 23px;
	background-color: #fff;
	margin: 50px 15px;
}
.contact_form textarea#message{
	height: 125px;
}
.contact_form h2{
	color: #333333;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 40px;
}
.contact_form .form-group .form-control:focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.contact_us .btn:hover, .contact_us .btn:active, .contact_us .btn:focus{
	background:#005b52;
	color:white

}
input#submit-contact-form{
	outline: 0px;
}

/************ css for news article ***********/
.article_imgs_carousel {
    margin-bottom: 25px;
	width:100%;
	position:relative
}
.img_news_article {
    width: auto !important;
    min-height: 100px !important;
    height: auto !important;
    max-height: 400px;
    background-repeat: no-repeat !important;
    text-align: center;
    margin: auto !important;
    background-position: center center;
}
.article_imgs_carousel.owl-theme .icon-arrow-right:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 30px;
	color:white
}
.article_imgs_carousel.owl-theme .owl-next {
    top: 40%;
    position: absolute;
    right: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.article_imgs_carousel.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 91, 82, 0.82);
	color:white;
    border-radius: 0px;
}
.article_imgs_carousel.owl-theme .owl-nav:hover [class*=owl-], .article_imgs_carousel.owl-theme .owl-nav:active [class*=owl-], .article_imgs_carousel.owl-theme .owl-nav:focus [class*=owl-] {
    background: rgba(241, 191, 34, 0.8);
    border-radius: 0px;
}
.article_imgs_carousel.owl-theme .icon-arrow-left:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 30px;
	color:white;
}
.article_imgs_carousel.owl-theme .owl-prev {
    top: 40%;
    position: absolute;
    left: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
p.date{
	margin: 0px;
    color: #999;
    font-size: 14px;
}
p.date i{
	margin-right: 5px;
}
/******************** css for success stories page ***************/
.sucess_story_block {
    border-radius: 5px;
    margin-bottom: 30px;
	float: left;
    width: 100%;
    position: relative;
}
.sucess_story_odd {
    border: 2px solid #005b52;
}
.sucess_story_block:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.sucess_story_block span {
    float: left;
    width: 80px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.ss_odd{
    background-color: #005b52;
}
.sucess_story_block span>i {
    vertical-align: middle;
    height: 170px;
    display: table-cell;
    width: 80px;
}
.sucess_story_des {
    float: none;
    padding: 15px 15px 5px 100px;
	display: block;
    position: absolute;
}
.sucess_story_des h6 {
    font-size: 18px;
}
.sucess_story_des h6>a {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
    margin: 0px 0px 17px;
	text-decoration:none
}
.sucess_story_des p{
	color: #333;
}
.sucess_story_des h6>a, .sucess_story_des p{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sucess_story_des a.read_more {
    color: #f58b39;
    text-decoration: none;
}
.sucess_story_des a.read_more i {
    color: #f58b39;
    padding-top: 1px;
    line-height: 4px;
    vertical-align: middle;
}
.sucess_story_block.sucess_story_odd:hover:before {
    width: 100%;
    background-color: #005b52;
}
.sucess_story_block:hover .sucess_story_des a, .sucess_story_block:hover .sucess_story_des p, .sucess_story_block:hover .sucess_story_des a.read_more i{
    color: #ffffff;
}
.sucess_story_even {
    border: 2px solid #f58b39;
}
.ss_even{
    background-color: #f58b39;
}
.sucess_story_block.sucess_story_even:hover:before {
    width: 100%;
    background-color: #f58b39;
}
a.read_more.color2, a.read_more.color2 i{
	color:#005b52;
}

/************* end css for success stories *************/

.article_page{
	margin-top:60px;
}

/************ start css for photo gallery article **********/
.photo_article_dessc{
	margin-bottom:30px;
	width:100%;
	position:relative
}
h2.photo_article_name{
    position: relative;
    padding-left: 13px;
    color: #005b52;
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
}
h2.photo_article_name:after {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0px;
    content: "";
    background: #f58b39;
    bottom: 1px;
}
.photo_article_dessc p{
	font-size:16px;
	text-align:justify;
	direction:ltr;
	color:#333333
}
.gallery-grid.col3gallery {
    width: 100%;
    float: left;
    position: relative;
}
.gallery-grid.col3gallery .overflow_img{
	opacity:0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.gallery-grid.col3gallery .single-gitem:hover .overflow_img{
	opacity:0.5;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
/**************** end css for gallery article page ****************/


/************** start css for success story article ************/
.sucess_story_article {
    border: 2px solid #f58b39;
    float: left;
    border-radius: 7px;
    margin-bottom: 30px;
}
.sucess_story_article h5 {
    color: white;
    background: #f58b39;
    text-align: left !important;
    padding: 35px 30px;
    font-size: 25px;
    border-radius: 7px;
}
.sucess_story_article p {
    padding: 0 30px;
    color: #333333;
    text-align: justify;
    font-size: 15.5px;
    line-height: 1.7;
}
/************** End css for success story article ************/

/************** start css for Team Section ************/
.team_block{
	border-radius: 0px !important;
	padding: 15px 25px;
    border: 0px solid transparent !important;
	position:relative;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative;
	margin-bottom: 20px !important;
	background-color:#fafafa
}
.team_block:hover {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.team_block .panel-heading{
	background-color: transparent !important;
    color: #005b52 !important;
}
.team_block .mask1{
	width: 9%;
}
.team_block .mask1:before {
    height: 42px;
}
.team_block .mask2{
	width: 9%;
}
.team_block .mask2:before {
    height: 42px;
}
.team_block .panel-title a{
	font-size: 18px;
	text-decoration:none;color: #005b52;

}
.team_block .panel-title a i{
	font-size: 15px;
	margin-right:8px;
}
.team_block:hover .panel-title a{
	color:#333333
}
.team_block u{
	color:#005b52
}
/* .company_img{
	opacity: 0.1;
    margin-top: 0px;
    position: absolute;
    max-width: 206px;
    right: 30px;
    text-align: center;
    bottom: 30px;
} */
/************** End css for Team section  ************/
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #f58b39;
    background-color: transparent;
    outline: 0;
}

/*************** css for section page **************/
.section_contentt p{
	font-size: 16px;
    line-height: 1.7;
    color: #333333;
}
ul.section_childs li {
    list-style: none;
}
ul.section_childs li a{
	color:#005b52;
	font-size: 16px;
	text-decoration:none;
	margin-left:0px;
	-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
ul.section_childs li a:hover{
	margin-left:10px;
	color:#f58b39;
	-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
ul.section_childs li i{
	margin-right: 10px;
}
.cover {
    background-size: cover !important;
    background-position: center !important;
    background: #fff;
    background-repeat: no-repeat !important;
    height: 340px;
    width: 96%;
    display: inline-block;}
ul{
	    text-align: left;
}
.sidebar-search{
	background: none; border: 0;    float: right;
    background: #fff;
    border: 0px solid;
    outline: none;
    position: relative;
    top: -37px;    right: 2px;
}
.cntnt{
	display: inline-block;
    position: relative;
    z-index: 999;
}
.panel-headinga{
	text-align:right;
}
.collapsea .panel-body{
    border: 0px solid !important;
    -webkit-box-shadow: 6px 7px 13px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 13px -9px rgba(0,0,0,0.75);
    box-shadow: 6px 7px 13px -9px rgba(0,0,0,0.75);
	text-align: left;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.05) !important;
}
.hdr-src{
	position: absolute;
    top: -5px;
    right: -2px;
}
.error {
    display: none;
    color: #C03;
    font-size: 12px;
    margin-bottom: 10px;
}
.success {
    display: none;
}
.search-li
{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.download{
    text-align: left;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #f58b39;
    border-color: #f58b39;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #f58b39;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

li.active a {
    color: #fff;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #f58b39;
    background-color: #eee;
    border-color: #ddd;
}