/**
 * File: styles.css
 * Description : Contains all necessary styling for the Political Buddies - Election Campaign & Activism HTML5 Template
 * Author: xenioushk
 * URL: https://themeforest.net/user/xenioushk
 * Project: Political Buddies - Election Campaign & Activism HTML5 Template
 * Version: 1.0.1
 * Last Update: 19-04-2018
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      01. GENERAL STYLING
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05. BLOG LAYOUT
/*      06. BLOG SINGLE PAGE
/*      07. EVENTS/CAMPAIGN PAGE
/*      08. ABOUT US PAGE
/*      09. GALLERY PAGE
/*      10. SERVICE PAGE
/*      11. 404 PAGE
/*      12. FOOTER
/*      13. SIDEBAR & WIDGETS
/*      14. RESPONSIVE STYLING
/*
/*========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:300,400');
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/***********************************************************************************************/
/* 01. GENERAL STYLING  */
/***********************************************************************************************/



.icon-user{

  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  padding: 6px;
  border-radius: 25px;


}




.custom-marker {
  font-size: 1em;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #7F7F7F solid 1px;
  text-align: center;
}

.custom-marker:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -6px;
  bottom: -6px;
  left: 50%;
}

.custom-marker:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -7px;
  left: 50%;
}



.error{
  color: #f52617;
  font-weight: bold;
}

body {
  font: 16px/28px 'Poppins', sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #014081;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
a:focus {
  color: #600005;
  text-decoration: none;
}
blockquote {
  font: 'Poppins', sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #555555;
  line-height: 36px;
  margin: 0 0 16px 0;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 48px;
}
h2 + p {
  margin-top: 12px;
}
h3 {
  font-size: 36px;
}
h3 + p {
  margin-top: 12px;
}
h4 {
  font-size: 24px;
}
h4 + p {
  margin-top: 12px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
* + p {
  margin-top: 12px;
}
p {
  font: 16px/28px 'Poppins', sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
strong {
  font-weight: 600;
}
#preloader {
  background: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
  left: 50%;
  margin-left: -64px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 0px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: '-';
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #FFF;
}
#backTop.custom {
  background-color: #008f3d;
  background-image: url('../images/uparr-48-b.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #fe2e39;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
  background-color: #ffffff;
  border: 0px solid #600005;
}
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: #FFFFFF;
  position: relative;
  border: 1px solid #CCCCCC;
  border-left: 4px solid #4d4d4d;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
blockquote:hover {
  border: 1px solid #a6a6a6;
  border-left: 4px solid #4d4d4d;
}
blockquote p {
  font-size: 14px;
  line-height: 24px;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote.testimonial {
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  margin-right: 4px;
}


.containerRB {
  /*display: block;*/
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRB input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRB:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRB input:checked ~ .checkmark {
  background-color: #014081;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRB input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRB .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.titulo-form{
  margin-top: 19px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
}

.subtitulo-form{

  font-size: 18px;
  color: #014081;
  font-weight: 500;

}

.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 6px;
}
.bq-author .bq-author-info {
  font-size: 12px;
}
ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}
.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accordion .panel .panel-title a {
  display: block;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
/*-----  BUTTONS ----*/
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-custom {
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  background: #008f3d;
  color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom:hover {
  border-color: #a6a6a6;
  color: #008f3d;
  background: #FFFFFF;
}
.btn-custom-inverse {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  color: #008f3d;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom-inverse:hover {
  background: #008f3d;
  color: #FFFFFF;
}
a.btn-load-more {
  margin-bottom: -36px;
  margin-top: 48px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #008f3d;
  background: #FFFFFF;
  border: 1px solid #008f3d;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
a.btn-load-more:hover {
  color: #FFFFFF;
  background: #008f3d;
  border: 1px solid #008f3d;
}
.btn-theme {
  border: 0px;
  background: #008f3d;
  color: #FFFFFF;
  display: inline-block;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 36px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 'all' '0.5s' ease-out;
  -moz-transition: 'all' '0.5s' ease-out;
  -o-transition: 'all' '0.5s' ease-out;
  transition: 'all' '0.5s' ease-out;
  margin-bottom: 0;
  letter-spacing: 0em;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-theme:hover {
  color: #FFFFFF;
  background-color: #014081;
}
/*End BTN Style*/
.btn-theme-invert {
  color: #FFFFFF;
  background-color: #014081;
}
.btn-theme-invert:hover {
  background: #0d1829;
  color: #FFFFFF;
}
.btn-capitalize {
  text-transform: capitalize !important;
}
.btn-rounded {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-small {
  padding: 12px 32px;
  font-size: 14px;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #333333;
  padding: 6px 12px;
}
#comment_btn:hover {
  border: 1px solid #008f3d;
  color: #008f3d;
  background: transparent;
}
/*-----  BOX SHADOW----*/
.theme-custom-box-shadow {
  border: 0px solid transparent;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.theme-custom-box-shadow:hover {
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.theme-custom-box-animation {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.theme-custom-box-animation:hover {
  top: -5px;
}
#contact-form .p-errors label {
  color: lightcoral;
}
#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}
.sticky {
  margin-bottom: 21px;
  background: #FFFFFF;
}
/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  left: 0;
  position: relative;
  /*position: relative;*/
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-wrapper {
  background: #ffffff;
}
.navgiation-wrapper {
  background: #ffffff;
}
.top-bar {
  background: #014081;
  color: #FFFFFF;
  font-size: 14px;
}
.top-bar i {
  color: #FFFFFF;
  margin-right: 5px;
  display: inline-block;
}
.top-bar a {
  color: #FFFFFF;
}
.top-bar p {
  margin-top: 10px;
  color: #FFFFFF;
}
.top-bar-social {
  float: right;
  margin-top: 12px;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 16px;
  border: 0px solid #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.top-bar-social a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top-bar-social a i.fa {
  width: 24px;
  height: 24px;
  text-align: center;
  color: #666;
  background: #fafafa;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.top-bar-social a:hover i.fa {
  color: #008f3d;
  background: #fafafa;
}
a.free-estimate {
  line-height: 42px;
  font-size: 14px;
  padding: 4px 0px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  background: #008f3d;
  border: 0px solid transparent;
  letter-spacing: 1px;
}
a.free-estimate:hover {
  background: #ac010a;
  border: 0px solid transparent;
}
.sticky-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-header .top-bar {
  background: rgba(254, 60, 71, 0.9);
}
.sticky-header .navgiation-wrapper {
  background: rgba(255, 255, 255, 0.97);
}
.sticky-header .sticky-wrapper {
  background: transparent !important;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 0px;
  margin: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.03);
}
.logo {
  margin-top: 32px;
  margin-bottom: 0;
}
.header-container {
  border-bottom: 0px solid #EEEEEE;
  padding-bottom: 0px;
  box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/
a.logo {
  margin-top: 10px;
  display: inline-block;
}
a.logo img {
  display: block;
}
.navbar-default {
  border: none;
  background: transparent;
  margin-bottom: 0px;
  padding: 12px 0;
}
.navbar-default .navbar-nav {
  margin-top: 10px;
}
.navbar-default .navbar-nav > li {
  margin-left: 10px;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000000;
}
.navbar-default .navbar-nav li.drop {
  position: relative;
}
.navbar-default .navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 71px;
  left: 0;
  width: 190px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-default .navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}
.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  top: 0px;
  left: 100%;
  border-bottom: none;
}
.navbar-default .navbar-nav li ul.drop-down li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #000000;
  padding: 12px 20px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  border: none;
}
.navbar-default .navbar-nav li ul.drop-down li a:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
}
.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.navbar-default .navbar-nav li ul.drop-down li:last-child {
  border-bottom: none;
}
.navbar-default .navbar-nav li:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
}
header.one-page .navbar-nav > li {
  margin-left: 0;
}
header.one-page .navbar-nav > li > a span {
  color: #008f3d;
}
.menu-container {
  border: 5px solid rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  padding: 0px 20px;
}
.menu-container .navbar-nav li ul.drop-down {
  top: 66px;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-content-block {
  padding: 50px 0 50px 0;
  background: #FFFFFF;
}

.section-content-block-informes {
  padding: 20px 0 80px 0;
  background: #FFFFFF;
}
.section-heading-wrapper {
  margin-bottom: 32px;
  /*-----  Left Alignment ----*/
  /*-----  Right Alignment ----*/
}
.section-heading-wrapper h2 {
  text-align: center;
  position: relative;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0em;
  font-weight: 700;
  color: #555555;
}
.section-heading-wrapper h2:after {
  background-image: url('../images/separator.png');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  top: 55px;
  width: 150px;
}
.section-heading-wrapper p,
.section-heading-wrapper h4 {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #484848;
  margin-bottom: 24px;
  padding: 30px 0 0 0px;
  word-spacing: 0em;
}
.section-heading-wrapper span.heading-separator {
  display: inline-block;
  width: 2px;
  height: 32px;
  background: #008f3d;
  margin-top: 12px;
}
.section-heading-wrapper span.heading-separator-horizontal {
  width: 72px;
  height: 2px;
  margin-top: 0px;
  position: relative;
  top: -3px;
}
.section-heading-wrapper .no-img-separator {
  clear: both;
}
.section-heading-wrapper .no-img-separator h2 {
  margin-bottom: 0px;
}
.section-heading-wrapper .no-img-separator h2:after {
  display: none;
}
.section-heading-wrapper .no-img-separator h4 {
  padding: 0px;
  margin: 0;
}
.section-heading-wrapper .text-left h2 {
  text-align: left;
  clear: both;
}
.section-heading-wrapper .text-left h2:after {
  left: 0;
  margin-left: 0px;
}
.section-heading-wrapper .text-left p,
.section-heading-wrapper .text-left h4 {
  text-align: left;
}
.section-heading-wrapper .text-right h2 {
  text-align: right;
  clear: both;
}
.section-heading-wrapper .text-right h2:after {
  left: initial;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.section-heading-wrapper .text-right p,
.section-heading-wrapper .text-right h4 {
  text-align: right;
}
.section-heading-wrapper h2 + h4 {
  margin-top: 16px !important;
}
.section-heading-wrapper h4 + h2 {
  margin-top: 16px !important;
}
.section-heading-wrapper-alt {
  margin-bottom: 32px;
}
.section-heading-wrapper-alt h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
  position: relative;
  color: #FFFFFF;
}
.section-heading-wrapper-alt p,
.section-heading-wrapper-alt h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.section-heading-wrapper-alt span.heading-separator {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #008f3d;
  margin-top: 8px;
}
.section-heading-wrapper-alt span.heading-separator-horizontal {
  background: #008f3d;
  width: 72px;
  height: 2px;
  margin-top: 0px;
  position: relative;
  top: -4px;
}
.section-heading-wrapper-alt h2 + h4 {
  margin-top: 16px !important;
}
.section-heading-wrapper-alt h4 + h2 {
  margin-top: 16px !important;
}
.section-custom-bg-extra-padding {
  padding: 200px 0;
}
.section-pure-white-bg {
  background: #FFFFFF !important;
}
.section-pure-black-bg {
  background: #000000 !important;
}
.section-primary-bg {
  background: #008f3d !important;
}
.section-secondary-bg {
  background: #F9FAFB !important;
}
/*----- SECTION SLIDER ----*/
.slider-wrap {
  clear: both;
}
#slider_1 {
  text-align: center;
}
#slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
#slider_1 .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
}
#slider_1 .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 100%;
}
#slider_1 .slider-content h2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  margin: 0px 0 0;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
}
#slider_1 .slider-content h2 span {
  color: #008f3d;
  background: none;
  padding: 0px;
}
#slider_1 .slider-content h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.01em;
  margin: 16px 0;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
}
#slider_1 .slider-content a.btn-slider {
  font-size: 16px;
  margin-top: 36px;
  background: #008f3d;
  border: 0px solid #008f3d;
  color: #FFFFFF;
  line-height: 48px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#slider_1 .slider-content a.btn-slider:hover {
  background: #014081;
  border: 0px solid #008f3d;
  color: #FFFFFF;
}
#slider_1 .slider-contents-info {
  background: rgba(255, 255, 255, 0.9);
  padding: 42px 42px 60px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#slider_1 .slider-contents-info h2,
#slider_1 .slider-contents-info h3 {
  color: #333333;
}
#slider_1 .slider-contents-info:before,
#slider_1 .slider-contents-info:after {
  content: "";
  width: 130px;
  height: 130px;
  background: transparent;
  border: 5px solid #008f3d;
  position: absolute;
  z-index: -1;
}
#slider_1 .slider-contents-info:before {
  bottom: 0px;
  left: 0;
  border-top: 0px;
  border-right: 0px;
}
#slider_1 .slider-contents-info:after {
  top: 0px;
  right: 0;
  border-left: 0px;
  border-bottom: 0px;
}
#slider_1 a.btn + a.btn {
  margin-left: 12px;
}
#slider_1 .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
#slider_1 .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#slider_1 .owl-nav .owl-prev {
  left: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 80px;
  color: #FFFFFF;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
#slider_1 .owl-nav .owl-prev:hover {
  background: transparent;
  color: #008f3d;
}
#slider_1 .owl-nav .owl-next {
  right: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 80px;
  color: #FFFFFF;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
#slider_1 .owl-nav .owl-next:hover {
  background: transparent;
  color: #008f3d;
}
#slider_1 .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
}
#slider_1 .owl-dots .owl-dot {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 16px;
  height: 8px;
  background: #FAFAFA;
  margin: 0 4px;
}
#slider_1 .owl-dots .owl-dot span {
  display: none;
}
#slider_1 .owl-dots .active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 24px;
  background: #008f3d;
}
#slider_1 .owl-dots .active span {
  display: none;
}
#slider_1:hover .owl-nav {
  opacity: 1;
}
#slider_1:hover .owl-nav .owl-prev {
  left: 0%;
}
#slider_1:hover .owl-nav .owl-next {
  right: 0%;
}
.slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-origin: initial;
  background-repeat: no-repeat;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
  transform: rotate(0deg) scale(1);
}
.slidezoom {
  transform: rotateY(2deg) scale(1.1);
}
.owl-carousel .owl-item {
  overflow: hidden !important;
}
/*-----  SECTION BANNER----*/
.section-banner {
  background-image: url("../images/home_1_slider_1.jpg");
  padding: 250px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.section-banner .banner-content {
  width: 100%;
}
.section-banner .banner-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 12px 0 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.section-banner .banner-content h2 span {
  padding: 0 3px;
  font-weight: 400;
}
.section-banner .banner-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 16px 0 0;
  color: #FFFFFF;
}
.section-banner .banner-content a.btn-slider {
  font-size: 16px;
  margin-top: 24px;
  background: #008f3d;
  border: 2px solid #008f3d;
  color: #FFFFFF;
  line-height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.section-banner .banner-content a.btn-slider:hover {
  background: #920108;
  border: 2px solid #008f3d;
  color: #FFFFFF;
}
/*-----  SECTION P\ROCESS ----*/
.section-process {
  position: relative;
  overflow: hidden;
}
.process-layout {
  margin: 0px 0 32px 0;
  text-align: left;
  position: relative;
  padding: 0;
  background: #F8F9FA;
}
.process-layout .process-img {
  position: relative;
}
.process-layout .process-img img {
  vertical-align: middle;
  width: 100%;
}
.process-layout .process-img .step h3 {
  color: #FFFFFF;
  bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  position: absolute;
  right: 30px;
  text-align: center;
  z-index: 9999;
}
.process-layout .process-img .step:after {
  background: #008f3d;
  bottom: 0;
  content: "";
  height: 100px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  width: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process-layout h2 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #1A1A1A;
}
.process-layout:hover .process-img .step:after {
  opacity: 1;
}
.process-info {
  padding: 32px 16px;
  text-align: left;
}
/*-----  SECTION BLOG ----*/
.section-home-blog {
  background: #F9FAFB;
}
.latest-news-container {
  margin-bottom: 24px;
  background: #f9f9f9;
  border: 0px solid #CCCCCC;
}
.latest-news-container figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-news-container figure img {
  display: block;
  position: relative;
  width: 1000%;
}
.latest-news-container figure:after {
  font-family: FontAwesome;
  content: '+';
  position: absolute;
  right: 150%;
  margin-left: -30px;
  bottom: -64px;
  background: #FFFFFF;
  color: #008f3d;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-news-container .news-content {
  padding: 15px 25px 35px;
}
.latest-news-container .news-content h3 {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 32px;
  margin-bottom: 6px;
  text-transform: uppercase;
  margin-top: 12px;
}
.latest-news-container .news-content h3 a {
  display: block;
}
.latest-news-container .news-content p {
  color: #333333;
}
.latest-news-container .news-content .news-meta-info {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.latest-news-container .news-content .news-meta-info i {
  color: #008f3d;
}
.latest-news-container:hover figure:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -30px;
}
/*----- SECTION HIGHLIGHT ----*/
.tiles {
  width: 1040px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tiles .tile {
  display: inline-block;
  margin: 10px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span,
.tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before,
.tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span,
.tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title,
.tiles .tile:hover .title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.tiles .tile:focus .info,
.tiles .tile:hover .info {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.highlight-layout-1 {
  margin: 24px 0;
  background: transparent;
  padding: 20px;
  position: relative;
}
.highlight-layout-1 figure {
  margin-bottom: 20px;
}
.highlight-layout-1 figure img {
  width: auto !important;
  display: inline-block !important;
  clear: both;
}
.highlight-layout-1 h5 {
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 22px;
}
.highlight-layout-1 div {
  color: #333333;
  padding-bottom: 24px;
}
.highlight-layout-1 div + a.btn-small {
  margin-top: 0;
  margin-bottom: 32px;
}
.highlight-layout-1:hover figure img {
  clear: both;
}
figure.img-shadow {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  overflow: hidden;
}
figure.img-shadow img {
  display: initial;
  display: block !important;
  padding: 0;
  margin: 0;
}
figure.img-shadow:before {
  content: '';
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 1, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(197, 1, 11, 0) 0%, rgba(197, 1, 11, 0.5) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.animate-icon-rotate-up {
  clear: both;
}
.animate-icon-rotate-up img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  top: 0px;
  transform: rotateY(0deg);
  width: auto !important;
  display: inline-block !important;
}
.animate-icon-rotate-up:hover img {
  position: relative;
  top: -10px;
  transform: rotateY(360deg);
}
.highlight-carousel {
  clear: both;
}
.highlight-carousel [class^="col-"] {
  width: 100%;
}
.highlight-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.highlight-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.highlight-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #008f3d;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.highlight-carousel .owl-nav .owl-prev:hover {
  color: #6790ce;
}
.highlight-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #008f3d;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.highlight-carousel .owl-nav .owl-next:hover {
  color: #6790ce;
}
.highlight-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.highlight-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.highlight-carousel .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.highlight-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.highlight-carousel:hover .owl-nav {
  opacity: 1;
}
/*----- SECTION SERVICE ----*/
.service-layout-1 {
  margin-top: 0px;
  margin-bottom: 42px;
  background: #fafafa;
  position: relative;
  padding: 0;
}
.service-layout-1 .service-img-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.service-layout-1 .service-img-box .service-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 0px;
}
.service-layout-1 .service-img-box .service-img:before {
  background: #014081;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout-1 .service-img-box .service-img:after {
  font-family: FontAwesome;
  content: '\f0c1';
  position: absolute;
  right: 150%;
  margin-left: -21px;
  bottom: -64px;
  background: #FFFFFF;
  color: #008f3d;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-layout-1 .service-img-box .service-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.service-layout-1 .service-img-box:hover .service-img:before {
  background: #008f3d;
  width: 100%;
  height: 1500px;
}
.service-layout-1 .service-img-box:hover .service-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
}
.service-layout-1 .service-img-box:hover .service-img img {
  opacity: 0.5;
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.service-layout-1 .service-img-box:hover .service-img figcaption {
  bottom: 0px;
  left: 0;
}
.service-layout-1 h2 {
  font-size: 20px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.service-layout-1 h2:after {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  content: '';
  bottom: -12px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  margin-left: 0px;
  background: #008f3d;
}
.service-layout-1 p {
  margin-top: 24px;
}
.service-layout-1 a.service_read_more {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  color: #008f3d;
  display: inline-block;
}
.service-layout-1 i.fa {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  font-size: 48px;
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #008f3d;
  opacity: 1;
}
.service-layout-1:hover .icon {
  color: #008f3d;
  top: 60px;
  opacity: 1;
}
.service-layout-1:hover h2:after {
  background: #014081;
  width: 100px;
  height: 1px;
}
.service-carousel {
  clear: both;
}
.service-carousel [class^="col-"] {
  width: 100%;
}
.service-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.service-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.service-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #008f3d;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.service-carousel .owl-nav .owl-prev:hover {
  color: #014081;
}
.service-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #008f3d;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.service-carousel .owl-nav .owl-next:hover {
  color: #014081;
}
.service-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.service-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.service-carousel .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.service-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.service-carousel:hover .owl-nav {
  opacity: 1;
}
.service-info {
  padding: 12px 24px;
}
/*----- SECTION TEAM ----*/
.section-our-team {
  clear: both;
}
.section-our-team .team-centered {
  text-align: center !important;
}
.team-layout-1 {
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #EEE;
}
.team-layout-1 .team-member img {
  vertical-align: middle;
  width: 100%;
}
.team-layout-1 .team-info {
  background: #fcfcfc;
  padding: 5px 12px;
  text-align: center;
}
.team-layout-1 .team-info h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #1A1A1A;
}
.team-layout-1 .team-info h4 {
  font-family: 'Montserrat', sans-serif;
  color: #808080;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.team-layout-1 .team-content {
  background: #F8F9FA;
}
.team-layout-1 .team-content .team-social-share {
  border-top: 1px solid #EEE;
  margin: 0px 0px;
  padding: 15px;
}
.team-layout-1 .team-content .team-social-share a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  color: #008f3d;
  border: 1px solid #EEE;
  background: #FFFFFF;
}
.team-layout-1 .team-content .team-social-share a:hover {
  color: #600005;
}
.team-layout-1.team-minimal-layout {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-1.team-minimal-layout .team-info,
.team-layout-1.team-minimal-layout .team-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.team-layout-1.team-minimal-layout .team-info {
  bottom: 0px;
}
.team-layout-1.team-minimal-layout:hover .team-info,
.team-layout-1.team-minimal-layout:hover .team-content {
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.team-layout-1.team-minimal-layout:hover .team-info {
  bottom: 54px;
}
.team-carousel {
  clear: both;
}
.team-carousel [class^="col-"] {
  width: 100%;
}
.team-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin: 0;
  z-index: 1;
}
.team-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.team-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #008f3d;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.team-carousel .owl-nav .owl-prev:hover {
  color: #014081;
}
.team-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #008f3d;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.team-carousel .owl-nav .owl-next:hover {
  color: #014081;
}
.team-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.team-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.team-carousel .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.team-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.team-carousel:hover .owl-nav {
  opacity: 1;
}
/*----- SECTION CTA  ----*/
.cta-section-1 {
  background: #F8F9FA;
  padding: 40px 0;
  color: #333333;
}
.cta-section-1 h2 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.cta-section-1 p {
  margin-bottom: 0;
  color: #777777;
}
a.btn-cta-1 {
  background: #008f3d;
  color: #FFFFFF;
  border: 3px solid #008f3d;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 42px;
  margin-bottom: 6px;
  margin-top: 24px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: all 0.3s ease-out 0.2s;
}
a.btn-cta-1:hover {
  background: transparent;
  color: #1A1A1A;
}
.cta-section-2 {
  padding: 64px 0;
  background: transparent;
  background-image: url('../images/pattern_1.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: initial;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section-2:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008f3d;
  opacity: 0.95;
  top: 0;
  left: 0;
  content: '';
}
.cta-section-2 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cta-section-2 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #FFFFFF;
}
a.btn-cta-2 {
  background: #FAFAFA;
  color: #008f3d;
  border: 2px solid #CCCCCC;
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  line-height: 42px;
  margin-bottom: 6px;
  margin-top: 24px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: all 0.3s ease-out 0.2s;
}
a.btn-cta-2:hover {
  background: #008f3d;
  color: #FFFFFF;
}
.cta-section-3 {
  background: transparent;
  background-image: url('../images/cta-bg-img.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
.cta-section-3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  content: '';
}
.cta-section-3 .cta-content {
  color: #FFFFFF;
}
.cta-section-3 .cta-content h2 {
  font-size: 60px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 65px;
  font-weight: 700;
}
a.btn-cta-3 {
  background: #008f3d;
  border: 2px solid #008f3d;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 25px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  margin-top: 25px;
}
a.btn-cta-3:hover {
  background-color: #920108;
}
.cta-video-icon {
  border: 5px solid #212121;
  color: #008f3d;
  width: 120px;
  height: 120px;
  font-size: 48px;
  line-height: 110px;
  text-align: center;
  margin: 0 auto 24px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cta-video-icon > i {
  margin-left: 6px;
}
.cta-video-icon:hover {
  color: #1A1A1A;
  border: 5px solid #008f3d;
}
.cta-video-icon-invert {
  color: #FFFFFF;
  border: 5px solid #008f3d;
}
.cta-video-icon-invert:hover {
  border: 5px solid #CCCCCC;
  color: #008f3d;
}
/*----- SECTION FAQ ----*/
.section-faq {
  position: relative;
  overflow: hidden;
}
.section-faq .panel {
  box-shadow: none;
}
.section-faq .panel-default {
  border: 1px solid #EEE;
  padding: 0;
  background: #F9FAFB;
  border-radius: 0;
  margin-top: 24px;
}
.section-faq .faq-box .panel-heading {
  background: #008f3d;
  border: 0 none;
  display: block;
  padding: 10px 15px;
}
.section-faq .faq-box .panel-title {
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  display: block;
}
.section-faq .faq-box .panel-title > a {
  display: block;
  color: #FFFFFF;
}
.section-faq .faq-box .panel-title > a:hover,
.section-faq .faq-box .panel-title > a:focus {
  outline: none;
  color: #FFFFFF;
}
.section-faq .faq-box .panel-body {
  padding: 10px 15px;
}
.section-faq .faq-box .panel-heading [data-toggle="collapse"]:after {
  font-family: FontAwesome;
  content: "\f106";
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  margin-right: 10px;
}
.section-faq .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
  color: #FFFFFF;
  content: "\f107";
}
/*-----  SECTION TESTIMOIANL ----*/
.testimony-layout-1 {
  position: relative;
  padding: 0 32px;
}
.testimony-layout-1 .people-quote {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #008f3d;
  margin-bottom: 24px;
}
.testimony-layout-1 h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #404040;
}
.testimony-layout-1 span {
  font-size: 15px;
  text-transform: uppercase;
  color: #4d4d4d;
}
.testimony-layout-1 img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 32px;
  display: inline-block !important;
  margin-bottom: 12px;
}
.testimony-layout-1 .testimony-text {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 32px;
  margin: 0 0 42px 0;
  padding-top: 24px;
  color: #333333;
}
.testimony-layout-1 .testimony-text i {
  color: #808080;
  font-style: normal;
  opacity: 0.4;
}
.testimonial-container.owl-carousel [class^="col-"] {
  width: 100%;
}
.testimonial-container {
  padding: 80px 0px;
  clear: both;
}
.testimonial-container .owl-nav {
  clear: both;
  color: #000000;
  font-size: 22px;
  line-height: 42px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -21px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-container .owl-nav div.owl-prev {
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: -8px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background: #008f3d;
  color: #ededed;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.testimonial-container .owl-nav div.owl-next {
  text-align: center;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  right: -8px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background: #008f3d;
  color: #ededed;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.testimonial-container .owl-nav:hover {
  opacity: 0.8;
}
.testimonial-container .owl-dots {
  margin: 42px 0 0 0;
  text-align: center;
}
.testimonial-container .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.testimonial-container .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.testimonial-container .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.testimonial-container.text-left .owl-dots {
  text-align: left;
  padding-left: 48px;
}
.testimonial-container:hover .owl-nav {
  opacity: 1;
}
.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}
/*-----  COUNTDOWN----*/
#countdown_block {
  font-size: 32px;
  clear: both;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
#countdown_block .countdown_container {
  margin-bottom: 32px;
  text-align: center;
  display: block;
  float: left;
  width: 25%;
}
#countdown_block .countdown_container .count_number {
  display: block;
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  color: #f8010e;
}
#countdown_block .countdown_container .count_text {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
}
/*----- SECTION COUNTER ----*/
/*----- COUNTER LAYOUT 01  ----*/
.counter-block-1 {
  margin: 32px 0;
  background: #FFFFFF;
  padding: 24px 24px;
}
.counter-block-1 h4 {
  margin-top: 15px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.02em;
  position: relative;
}
.counter-block-1 .counter {
  display: block;
  margin-top: 12px;
  font-size: 32px;
  color: #008f3d;
  font-weight: 600;
}
.counter-block-1 .icon {
  border-radius: 0;
  font-size: 48px;
  line-height: 50px;
  margin: 20px 0;
  color: #333333;
  top: 0px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.counter-block-1:hover {
  clear: both;
}
.counter-block-1:hover .icon {
  color: #008f3d;
  top: -5px;
}
/*----- SECTION EVENTS ----*/
.ce_event_wrap,
.default_width {
  float: left;
  position: relative;
  width: 100%;
}
.ce_event_wrap .event-img,
.default_width .event-img {
  position: relative;
  width: 100%;
}
.ce_event_wrap .event-img img,
.default_width .event-img img {
  height: auto;
  width: 100%;
}
.ce_event_wrap .event-img .ce_event_date,
.default_width .event-img .ce_event_date {
  border: 1px solid #CCCCCC;
  color: #333333;
  background-color: #FFFFFF;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  left: 2px;
  padding: 6px;
  position: absolute;
  text-align: center;
  bottom: 12px;
  width: 200px;
  opacity: 0.9;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.ce_event_wrap .event-img .ce_event_date:hover,
.default_width .event-img .ce_event_date:hover {
  opacity: none;
}
.ce_event_wrap .ce_event_des_wrap,
.default_width .ce_event_des_wrap {
  position: relative;
  padding: 0px;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des,
.default_width .ce_event_des_wrap .ce_event_new_des {
  float: none;
  padding: 0px;
  width: auto;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des h5 a,
.default_width .ce_event_des_wrap .ce_event_new_des h5 a {
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #008f3d;
  text-transform: capitalize;
  display: block;
  margin: 15px 0 0px;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des h5 a:hover,
.default_width .ce_event_des_wrap .ce_event_new_des h5 a:hover {
  color: #555555;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul,
.default_width .ce_event_des_wrap .ce_event_new_des ul {
  text-transform: uppercase;
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li,
.default_width .ce_event_des_wrap .ce_event_new_des ul li {
  color: #555555;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  list-style: outside none none;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li:first-child,
.default_width .ce_event_des_wrap .ce_event_new_des ul li:first-child {
  padding-left: 0;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li a,
.default_width .ce_event_des_wrap .ce_event_new_des ul li a {
  color: #555555;
  display: inline-block;
  font-weight: 300;
}
.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li i,
.default_width .ce_event_des_wrap .ce_event_new_des ul li i {
  margin-right: 5px;
}
.event_wrapper .event-img {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin: -1px -1px 0px -1px;
}
.event_wrapper .event-img img {
  display: block;
  clear: both;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  max-width: 100%;
}
.event_wrapper .event-img .ce_event_date {
  background-color: #008f3d;
  color: #FFFFFF;
  text-transform: uppercase;
  float: left;
  font-size: 15px;
  font-weight: 700;
  left: 5px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  bottom: 5px;
  transition: all 0.2s ease-out 0s;
}
.event_wrapper .single-event {
  background: #008f3d;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  overflow: hidden;
  padding: 10px 25px 30px;
  position: absolute;
  width: 100%;
  opacity: 0.9;
}
.event_wrapper .single-event h5 {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 15px 0 0px;
}
.event_wrapper .single-event ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  list-style: outside none none;
  position: relative;
  padding: 0 12px 0 0;
}
.event_wrapper .single-event ul li i {
  color: #FFFFFF;
}
.event_wrapper .single-event ul li a {
  color: #FFFFFF;
}
.event_wrapper .sidebar-event {
  position: relative;
  padding-left: 120px;
  display: block;
  margin: -10px 0 45px;
}
.event_wrapper .sidebar-event:last-child {
  margin-bottom: 0;
}
.event_wrapper .sidebar-event .event-date {
  background: #008f3d;
  border: 2px solid #f8010e;
  color: #FFFFFF;
  font-size: 12px;
  height: 110px;
  left: 0;
  padding: 17px 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 90px;
  text-transform: uppercase;
}
.event_wrapper .sidebar-event .event-date .day {
  border-bottom: 2px solid #FFFFFF;
  font-size: 30px;
}
.event_wrapper .sidebar-event .event-date .year {
  color: #FFFFFF;
}
.event_wrapper .sidebar-event ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0px 0 0;
  padding: 0 12px 0 0;
  position: relative;
}
.event_wrapper .sidebar-event ul li a {
  color: #555555;
}
.event_wrapper .sidebar-event h3 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #333333;
  letter-spacing: 0.03em;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}
.event_wrapper .sidebar-event h3:hover {
  color: #008f3d;
}
.event_wrapper:hover h5 a {
  color: #008f3d;
}
.event_wrapper:hover a.event_read_more {
  background: #920108;
}
/*----- SECTION APPOINTMENT ----*/
.section-appointment {
  position: relative;
  overflow: hidden;
}
.appointment-img {
  height: 650px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.appointment-img img {
  display: table;
  position: relative;
}
.appointment-form-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
  background: #eaedf1;
  padding: 0px 5px 28px;
}
.appointment-form-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  background: #008f3d;
  padding: 30px;
  letter-spacing: 0.03em;
  margin: 0 -5px 50px;
  text-transform: uppercase;
  position: relative;
}
.appointment-form-wrapper h3.join-heading-alt {
  background: #014081;
}
.appoinment-form {
  padding: 0 12px;
}
.appoinment-form .form-control {
  font-size: 16px;
}
.appoinment-form .form-group {
  margin-bottom: 0;
}
.appoinment-form input[type=text],
.appoinment-form input[type=email],
.appoinment-form input[type=url],
.appoinment-form input[type=password] {
  border: 0px;
  border: 1px solid #EEE;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.appoinment-form input[type=text]:focus,
.appoinment-form input[type=email]:focus,
.appoinment-form input[type=url]:focus,
.appoinment-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #EEE;
}
.appoinment-form textarea {
  border: 0px;
  border: 1px solid #EEE;
  padding-left: 2px;
  margin-bottom: 24px;
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.appoinment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #EEE;
}
.appoinment-form .select-style {
  position: relative;
}
.appoinment-form .select-style select.form-control {
  border: 1px solid #EEE;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/down_arrow.png");
  background-position: 100% 4px;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: none;
  color: #999;
  padding: 6px 12px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 24px;
}
.appoinment-form .select-style select.form-control:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #EEE;
  box-shadow: none;
}
.appoinment-form .btn-submit {
  background: #008f3d;
  border: 2px solid #008f3d;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.appoinment-form .btn-submit:hover {
  background-color: #920108;
}
/*-----  SECTION LOGO ----*/
.section-client-logo {
  padding: 50px 0px;
}
.logo-layout-1 .client-logo {
  padding: 0 6px;
}
.logo-layout-1 .client-logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0;
  border: 0px solid #CCCCCC;
  display: block;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.logo-layout-1 .client-logo:hover img {
  border: 0px dotted #f8010e;
  opacity: 1;
}
.logo-layout-2 .logo {
  background: #FFFFFF;
}
.logo-layout-2 .logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0 auto 24px auto;
  border: 1px solid #CCCCCC;
  display: block;
  padding: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.logo-layout-2 .logo:hover img {
  border: 1px solid #f8010e;
  opacity: 1;
}
.no-border-logo-layout .client-logo {
  border: 0px solid transparent;
}
.no-border-logo-layout .client-logo:hover {
  border: 0px solid transparent;
}
.logo-items {
  clear: both;
}
.logo-items [class^="col-"] {
  width: 100%;
}
.logo-items .client-logo {
  margin-bottom: 0;
}
.logo-items .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin: 0;
  z-index: 1;
}
.logo-items .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.logo-items .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 42px;
  color: #008f3d;
  background: transparent;
  margin-top: -24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.logo-items .owl-nav .owl-prev:hover {
  color: #014081;
}
.logo-items .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 42px;
  color: #008f3d;
  background: transparent;
  margin-top: -24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.logo-items .owl-nav .owl-next:hover {
  color: #014081;
}
.logo-items .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.logo-items .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.logo-items .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.logo-items .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.logo-items:hover .owl-nav {
  opacity: 1;
}
/*-----  SECTION CONTACT ----*/
.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 32px;
}
.contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #008f3d;
}
.contact-info li {
  text-align: -webkit-center;
  margin-bottom: 24px;
}
.contact-info .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008f3d;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 32px;
  text-align: center;
  margin-right: 5px;
}
.contact-info .icon-container i {
  font-size: 30px;
}
.contact-info address {
  display: inline-block;
}
.contact-info a {
  color: #333333;
}
.contact-info a:hover {
  color: #008f3d;
}
.contact-form-block {
  padding: 0 0 0 0px;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form input[type=url],
#contact-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 42px;
  height: 60px;
  padding-left: 16px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#contact-form input[type=text]:focus,
#contact-form input[type=email]:focus,
#contact-form input[type=url]:focus,
#contact-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
#contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #EEE;
  padding-top: 16px;
  padding-left: 16px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 48px 0;
}
/***********************************************************************************************/
/* 05. BLOG LAYOUT */
/***********************************************************************************************/
.page-header {
  margin: 0;
  /*padding: 50px 0 50px;*/
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #014081;
  background-attachment: scroll;
  /*background-color: transparent;*/
  /*background-image: url('../images/header-bg.jpg');*/
  background-repeat: repeat;
  background-size: initial;
  border-top: 4px solid #008f3d;
  border-bottom: 4px solid #008f3d;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}
.page-header h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 24px 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.page-header .page-breadcrumb {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.page-header .page-breadcrumb a {
  color: #FFFFFF;
}
.page-header .page-breadcrumb a:hover {
  color: #008f3d;
}
.single-post {
  margin-bottom: 50px;
}
.single-post p {
  line-height: 30px;
}
.single-post .single-post-content {
  margin-bottom: 30px;
  padding: 6px;
  background: #F9FAFB;
}
.single-post .single-post-title {
  line-height: 24px;
}
.single-post .single-post-title h2 {
  font-size: 28px;
  line-height: 32px;
  line-height: 30px;
  font-weight: 500;
}
.single-post .single-post-title .single-post-meta {
  font-size: 15px;
}
.readmore {
  border: 0px;
  background: #008f3d;
  color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 24px;
}
.readmore-sm {
  border: 0px;
  background: #008f3d;
  color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
}
/***********************************************************************************************/
/* 06. BLOG SINGLE PAGE */
/***********************************************************************************************/
.single-post-inner {
  background: #F9FAFB;
  padding: 30px;
}
.post-inner-featured-content {
  display: block;
}
.post-inner-featured-content img {
  display: block;
  width: 100%;
  text-align: center;
}
.single-post-inner-title {
  margin-bottom: 24px;
}
.single-post-inner-title h2 {
  font-size: 32px;
  margin: 32px 0 24px 0;
}
.single-post-inner-meta h2 {
  font-size: 24px;
}
.single-post-inner-meta .tag-list a {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 3px;
  background: #008f3d;
  color: #FFFFFF;
}
.custom-post-info {
  margin: 0;
  padding: 0;
}
.custom-post-thumb-small {
  width: 70px;
  height: 70px;
}
.custom-post-thumb-medium {
  width: 350px;
  height: 120px;
}
.single-post-container {
  margin: 0 0 24px 0;
}
.single-post-container h3 {
  margin: 24px 0 12px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.single-post-container h3 a {
  color: #555555;
}
.single-post-container h3 a:hover {
  color: #333333;
}
.single-post-container .custom-breadcrumb {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.single-post-container .article-meta-extra {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 6px 0;
  margin-bottom: 12px;
}
.single-post-container .article-meta-extra span {
  margin-right: 5px;
}
.single-post-container .article-meta-extra span:last-child {
  margin-right: 0px;
}
.single-post-container .article-meta-extra i {
  color: #555555;
  margin-right: 3px;
}
.single-post-container h2 + p {
  margin-top: 12px;
}
.single-post-content h1 {
  margin: 12px 0;
}
.single-post-content h2 {
  margin: 12px 0;
}
.single-post-content h3 {
  margin: 12px 0;
}
.single-post-content h4 {
  margin: 12px 0;
}
.single-post-content h5 {
  margin: 12px 0;
}
.single-post-content h6 {
  margin: 12px 0;
}
.single-post-content a {
  clear: both;
}
.single-post-content a img {
  display: block;
}
.articles-nav {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  padding: 0 2.4em;
}
.articles-nav .articles-nav-prev {
  float: left;
}
.articles-nav .articles-nav-next {
  float: right;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
  margin: 12px 0 24px 0;
  max-width: 100%;
  height: auto;
}
.aligncenter,
img.centered {
  display: block;
  margin: 12px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  clear: both;
}
.wp-caption {
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
  max-height: auto;
}
.wp-caption .wp-cap {
  margin-bottom: 0px;
  font-size: 12px;
}
.post-navigation {
  text-align: center;
  clear: both;
}
.post-navigation p {
  text-transform: uppercase;
}
.post-navigation p a {
  position: relative;
  padding-left: 24px;
  margin-right: 5px;
}
.post-navigation p a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 3px;
  background: transparent;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.post-navigation p a:hover:before {
  background: #008f3d;
  border: 1px solid #333333;
}
.post-navigation p a:first-child {
  margin-right: 0px;
}
.comments-nav-section,
.post-nav-section {
  margin: 24px 0 0 0;
}
.comments-nav-section p,
.post-nav-section p {
  margin-bottom: 0px;
}
.comments-nav-section a,
.post-nav-section a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  background: transparent;
  color: #333333;
  padding: 6px 12px;
}
.comments-nav-section a:hover,
.post-nav-section a:hover {
  border: 1px solid #008f3d;
  color: #008f3d;
  background: transparent;
}
.article-share-section {
  margin: 24px 0 0 0;
  border: 1px solid #CCCCCC;
  border-left: 0px;
  border-right: 0px;
  padding: 14px 0 10px 0;
}
.article-author {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
  min-height: 100px;
  padding-bottom: 24px;
}
.article-author .author-avatar img {
  width: 100px;
  max-width: 100%;
  max-height: auto;
  float: right;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin-top: 0px;
  margin-left: 12px;
}
.article-author .about_author {
  margin-bottom: 24px;
}
.article-author .social-icons a {
  display: inline-block;
  text-align: center;
  border: 1px solid #CCCCCC;
  color: #333333;
  margin-right: 3px;
}
.article-author .social-icons a:hover {
  color: #008f3d;
}
.related-post {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
}
.related-post ul li {
  margin: 5px 0;
}
.related-post ul li a {
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #333333;
}
.related-post ul li a:hover {
  color: #008f3d;
}
ul.pagination li a {
  color: #008f3d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
  border: 0px;
  margin: 0 2px;
}
ul.pagination li a:hover {
  backgroud: #000 !important;
}
ul.pagination li a.current {
  background: #008f3d;
  color: #FFFFFF;
  border: 0px;
}
ul.pagination li:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
ul.pagination li:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.comments-area {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
}
.article-add-comments {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #555555;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.article-add-comments:hover {
  border: 1px solid #008f3d;
  color: #008f3d;
}
.commentslist {
  margin-top: 24px;
  counter-reset: comment-id;
}
.commentslist li {
  list-style-type: none;
  margin-left: 0px;
}
.commentslist li:first-child {
  margin-top: 24px;
}
.commentslist li + li {
  margin-top: 24px;
}
.commentslist li ol,
.commentslist li ul {
  padding-left: 3em;
  margin-left: 3em;
  border-left: 1px dotted #CCCCCC;
  list-style-type: none;
}
.commentslist li ol li,
.commentslist li ul li {
  position: relative;
}
.commentslist li ol li::before,
.commentslist li ul li::before {
  content: '';
  width: 2em;
  height: 1px;
  border-bottom: 1px dotted #CCCCCC;
  position: absolute;
  left: -3em;
  top: 2em;
}
.commentslist li article {
  background: #FFFFFF;
  padding: 12px;
}
.commentslist li article header {
  border-bottom: 1px solid #CCCCCC;
  font-size: 12px;
  margin-bottom: 1.5em;
  position: relative;
}
.commentslist li article header span {
  color: #808080;
}
.commentslist li article header::before {
  counter-increment: comment-id;
  content: counter(comment-id);
  position: absolute;
  right: 5px;
  top: 15px;
  color: #F8F8F8;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}
.commentslist li article header h5 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #555555;
}
.commentslist li article header h5 a {
  color: #555555;
}
.commentslist li article header h5 a:hover {
  color: #333333;
}
.commentslist li article header h5 span {
  font-size: 12px;
  background: #000000;
  color: #FFFFFF;
  padding: 3px 5px;
  font-style: normal;
  margin-right: .5em;
}
.commentslist li article .comment_text {
  padding-right: 24px;
}
.comment-avatar img {
  width: 64px;
  height: 64px;
  float: right;
  background: #FFFFFF;
  margin: 2px;
  border: 1px solid #CCCCCC;
  padding: 2px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.comment-avatar img:hover {
  border-color: #a6a6a6;
}
.waiting-moderation {
  color: #808080;
}
.comments-nav-section {
  margin: 48px 0;
}
.comments-nav-section .btn-primary {
  background: #FFFFFF;
}
.comments-nav-section .btn-primary:hover {
  background: #FFFFFF;
}
#comment-form label {
  margin-bottom: 12px;
}
#comment-form input[type=text],
#comment-form input[type=email],
#comment-form input[type=url],
#comment-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form input[type=text]:focus,
#comment-form input[type=email]:focus,
#comment-form input[type=url]:focus,
#comment-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #a1a1a1;
}
#comment-form textarea {
  border: 0px;
  border-bottom: 1px solid #EEE;
  padding: 12px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
/***********************************************************************************************/
/* 07. EVENTS/CAMPAIGN PAGE */
/***********************************************************************************************/
.event-layout-1 {
  clear: both;
  padding: 0;
  margin-bottom: 32px;
  background: #F8F9FA;
}
.event-layout-1 .event-img {
  float: left;
  margin: 0;
  width: 40%;
}
.event-layout-1 .event-img a {
  clear: both;
}
.event-layout-1 .event-img a img {
  display: block;
}
.event-layout-1 .event-info {
  margin-top: 0;
  overflow: hidden;
  padding: 24px 24px;
}
.event-layout-1 .event-info i {
  color: #008f3d;
  margin-right: 5px;
  font-size: 18px;
}
.event-layout-1 .event-info h4 {
  margin: 12px 0 12px 0;
  font-weight: 500;
}
.event-layout-1 .event-info .event-date {
  margin-top: 24px;
  font-size: 14px;
}
.event-layout-1 .event-info .event-time {
  margin-top: 24px;
  font-size: 14px;
}
.event-layout-1 .event-info .event-time a {
  margin-right: 12px;
}
.event-layout-1 .event-info .event-time a:last-child {
  margin-right: 0;
}
.event-carousel {
  clear: both;
}
.event-carousel [class^="col-"] {
  width: 100%;
}
.event-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.event-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.event-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #008f3d;
  background: transparent;
  margin-top: -60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.event-carousel .owl-nav .owl-prev:hover {
  color: #6790ce;
}
.event-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #008f3d;
  background: transparent;
  margin-top: -60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.event-carousel .owl-nav .owl-next:hover {
  color: #6790ce;
}
.event-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.event-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.event-carousel .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.event-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.event-carousel:hover .owl-nav {
  opacity: 1;
}
.event-search-box {
  margin-bottom: 48px;
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
}
.event-search-box input {
  border: 0px;
  border-bottom: 1px dotted #999999;
}
.event-search-box input:focus {
  border-bottom: 1px dotted #4d4d4d;
}
.event-search-box button {
  border-radius: 0px;
}
.event-search-box .btn-event-search {
  background-color: #008f3d;
  border-color: #008f3d;
  color: #fff;
}
.event-search-box .btn-event-search:hover {
  background-color: #920108;
}
.event-content-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.event-content-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #008f3d;
}
.event-sub-content-title {
  margin-top: 12px;
  font-weight: bold;
  display: block;
}
.event-sub-content-title em.date {
  font-weight: normal;
  border-bottom: 1px dashed #b3b3b3;
  cursor: help;
}
.event-content-info {
  font-size: 14px;
}
.event-latest {
  background: #F8F9FA;
  position: relative;
  margin-top: 32px;
}
.event-latest .event-latest-thumbnail a {
  display: block;
}
.event-latest .event-latest-thumbnail a img {
  vertical-align: middle;
}
.event-latest .latest-date {
  border: 0px solid #333333;
  border-radius: 0px;
  background: #333333;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding: 0px 12px;
  line-height: 32px;
  text-decoration: none;
  margin-top: 16px;
}
.event-latest .event-details {
  padding: 10px 15px 0 0;
}
.event-latest .event-latest-title {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 24px;
  text-transform: uppercase;
}
.event-latest .event-latest-details {
  font-size: 14px;
  margin-bottom: 12px;
}
.event-latest .event-latest-details i {
  color: #008f3d;
  margin-right: 5px;
  font-size: 18px;
}
.event-latest .event-latest-details a {
  color: #6e6e6e;
  display: inline-block;
  line-height: 14px;
  margin-right: 5px;
  padding-right: 8px;
  transition: all 0.3s ease 0s;
}
.event-latest .event-latest-details a:last-child {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
}
.event-latest .event-latest-details a:hover {
  color: #212121;
}
.article-event {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
  min-height: 100px;
  border-bottom: 0px solid #CCCCCC;
  padding-bottom: 24px;
}
.article-event .single-post-inner {
  padding: 12px 0px;
}
/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.about-us-full-width {
  background: #F9FAFB;
  padding: 0;
}
.about-featured-image-block {
  background: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-image: url('../images/about_us_bg.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 720px;
}
.about-us-info-block {
  padding: 52px 0 52px 52px;
}
.about-us-info {
  margin-top: 72px;
  margin-bottom: 60px;
}
.about-us-bg {
  background-image: url("../images/about_us_bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: relative;
  overflow: hidden;
  background-color: #e0e6eb;
}
.section-about-us {
  clear: both;
}
.about-us-slogan {
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 42px;
  margin-bottom: 48px;
  position: relative;
}
.about-us-slogan:after {
  content: "";
  height: 3px;
  left: 0;
  background: #008f3d;
  position: absolute;
  bottom: -36px;
  width: 72px;
}
.about-us-slogan-bold {
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.01em;
}
.about-us-slogan-bold span {
  font-weight: 500;
  font-size: 24px;
}
.about-us-slogan-alt {
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 42px;
  margin-bottom: 32px;
}
/*------------------------------  NEW ABOUT LAYOUT---------------------------------*/
.section-feat-about-us {
  position: relative;
  padding: 0;
}
.feat-img-side-bg {
  left: 0;
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.feat-img-side-bg.img {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 100%;
}
.service-lists {
  position: relative;
  float: left;
  display: block;
  padding-top: 24px;
  clear: both;
}
.service-lists.custom-service {
  background: #EEEEEE;
  padding-left: 24px;
}
.service-lists.custom-service:before {
  top: 0;
  right: 0;
  content: '';
  width: 100px;
  height: 100px;
  background: yellow;
}
.service-lists li {
  width: 50%;
  float: left;
  margin: 16px 0;
}
.service-lists li .service-item {
  padding-left: 84px;
  position: relative;
}
.service-lists li .service-icon {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #FFFFFF;
  color: #008f3d;
  border: 2px solid #CCCCCC;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: 54px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 60px;
  text-align: center;
  font-size: 24px;
}
.service-lists li .service-icon:hover {
  color: #014081;
  background: #fafafa;
  border-color: #008f3d;
}
.service-lists li .service-text {
  position: relative;
}
.service-lists li .service-text span {
  position: relative;
  display: block;
  padding-top: 6px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
.service-lists li .service-text span:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 32px;
  height: 1px;
  background: #CCCCCC;
  content: '';
}
.service-lists li .service-text p {
  color: #737373;
}
.about-us-img img {
  display: block;
}
.about-us-layout-2 {
  display: block;
  padding: 12px 0px 0px;
}
.about-us-layout-2 .about-us-img-2 {
  overflow: hidden;
  position: relative;
}
.about-us-layout-2 .about-us-img-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .about-us-img-2:after {
  color: #343434;
  position: absolute;
  font-family: FontAwesome;
  content: '\f04b';
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  text-indent: 5px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .about-us-img-2 img {
  display: block;
  width: 100%;
}
.about-us-layout-2 .about-us-img-2:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
.about-us-layout-2 .about-us-img-2:hover:after {
  color: #1A1A1A;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 6px rgba(237, 19, 93, 0.7);
}
.full-width-video-box {
  display: block;
  margin: 24px 0 48px 0;
  padding: 0px;
}
.full-width-video-box .video-box-img-container {
  overflow: hidden;
  position: relative;
}
.full-width-video-box .video-box-img-container:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.full-width-video-box .video-box-img-container:after {
  color: #343434;
  position: absolute;
  font-family: FontAwesome;
  content: '\f04b';
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 42px;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  text-indent: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: pulse-effect 3s infinite;
}
.full-width-video-box .video-box-img-container img {
  display: block;
  width: 100%;
}
.full-width-video-box .video-box-img-container:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
.full-width-video-box .video-box-img-container:hover:after {
  color: #008f3d;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0px #014081;
}
/*-----  ABOUT US VIDEO BLOCK ----*/
.about-us-container {
  background: #F9FAFB;
  position: relative;
  /*width: 632px;*/
  z-index: 2;
  padding: 42px 36px 32px;
  margin-top: 42px;
}
.about-details {
  clear: both;
}
.about-details .about-heading {
  position: relative;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #555555;
}
ul.custom-bullet-list {
  list-style-type: none;
  margin-bottom: 16px;
}
ul.custom-bullet-list li {
  padding-left: 26px;
  line-height: 32px;
  position: relative;
}
ul.custom-bullet-list li:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: transparent;
  border: 1px solid #008f3d;
  margin: 0 11px 0 0;
  height: 8px;
  position: absolute;
  top: 15px;
  left: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.about-img {
  position: relative;
  overflow: hidden;
}
.about-img img {
  vertical-align: middle;
}
.about-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-img a {
  background: rgba(0, 0, 0, 0.5);
  border: 5px solid #e6e6e6;
  border-radius: 100%;
  color: #008f3d;
  font-size: 40px;
  height: 100px;
  left: 50%;
  line-height: 70px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.about-img a > i {
  margin-left: 8px;
}
.about-img a:hover {
  background: rgba(0, 0, 0, 0.8);
  border: 5px solid #008f3d;
  color: #e6e6e6;
}
/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/
.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url('../images/bg-geometry.png');
  background-repeat: repeat;
  background-size: initial;
}
.section-gallery-block {
  clear: both;
}
.gallery-container {
  padding: 12px;
  margin: 0;
}
.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
.no-padding-gallery .gallery-light-box {
  clear: both;
}
.no-padding-gallery .gallery-light-box .gallery-img {
  padding: 0;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 5px;
}
.gallery-light-box .gallery-img:before {
  background: #008f3d;
  opacity: 0.3;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  content: '\f1c5';
  position: absolute;
  right: 150%;
  margin-left: -21px;
  bottom: -64px;
  background: #FFFFFF;
  color: #008f3d;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.gallery-light-box:hover .gallery-img:before {
  background: #008f3d;
  opacity: 0.5;
  width: 100%;
  height: 1500px;
}
.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
}
.gallery-light-box:hover .gallery-img img {
  opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}
.gallery-carousel {
  clear: both;
}
.gallery-carousel [class^="col-"] {
  width: 100%;
}
.gallery-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin: 0;
  z-index: 1;
}
.gallery-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.gallery-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #008f3d;
  background: transparent;
  margin-top: -36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.gallery-carousel .owl-nav .owl-prev:hover {
  color: #014081;
}
.gallery-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #008f3d;
  background: transparent;
  margin-top: -36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.gallery-carousel .owl-nav .owl-next:hover {
  color: #014081;
}
.gallery-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.gallery-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.gallery-carousel .owl-dots .owl-dot span {
  display: block;
  background: #014081;
}
.gallery-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f8010e;
}
.gallery-carousel:hover .owl-nav {
  opacity: 1;
}
/*----- NEWSLETTER LAYOUT 01 ----*/
.horizontal-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 12px;
}
.horizontal-newsletter .news-subscription input {
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  height: 55px;
  padding-left: 13px;
  width: 100%;
}
.horizontal-newsletter .news-subscription button {
  background: #008f3d;
  border: 0 none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 55px;
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
}
.horizontal-newsletter .news-subscription button:hover {
  background: #600005;
}
.horizontal-newsletter .news-subscription button:hover:before {
  background: #600005;
}
.horizontal-newsletter .news-subscription.square-layout input,
.horizontal-newsletter .news-subscription.square-layout button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/***********************************************************************************************/
/* 11. DONATION PAGE  */
/***********************************************************************************************/
.donation-header {
  position: relative;
  overflow: hidden;
}
.donation-form-wrapper {
  border: 1px solid #CCCCCC;
  background: #fafafa;
  padding: 24px;
}
.donation-form-wrapper h4 {
  color: #008f3d;
  width: 100%;
  clear: both;
  display: block;
  font-weight: 700;
}
.donation-form-wrapper .form-group {
  margin-bottom: 12px;
  padding: 0;
  float: left;
  clear: both;
  width: 100%;
}
.donation-form-wrapper .form-group label {
  padding-left: 0px;
}
.donation-form-wrapper .checkbox {
  clear: both;
}
.donation-form-wrapper input {
  border: 1px solid #CCCCCC;
}
.donation-form-wrapper select#country {
  height: 32px;
  line-height: 32px;
  width: 59%;
  border: 1px solid #CCCCCC;
}
.donation-form-wrapper .btn-submit-donation {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #008f3d;
  background: #FFFFFF;
  border: 1px solid #008f3d;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.donation-form-wrapper .btn-submit-donation:hover {
  color: #FFFFFF;
  background: #008f3d;
  border: 1px solid #008f3d;
}
.donation-form-info-1,
.donation-form-info-2,
.donation-form-info-3 {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 12px;
  margin: 12px 0;
}
/***********************************************************************************************/
/* 11. 404 PAGE */
/***********************************************************************************************/
.section-404 {
  background: #F9FAFB;
}
.message-container-404 {
  margin: 48px 0;
}
.message-container-404 .text-404 {
  font-size: 170px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 80px 0;
  color: #008f3d;
}
.message-container-404 .text-404 span {
  color: #920108;
}
.message-container-404 .search-form-404 {
  margin: 0 auto;
  padding: 5px 5px;
  width: 40%;
}
.message-container-404 .message-text-404 {
  padding: 24px 160px;
  display: block;
  text-align: center;
}
/***********************************************************************************************/
/* 12. FOOTER */
/***********************************************************************************************/
footer {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  margin-top: 0px;
}
footer .footer-intro {
  margin-bottom: 32px;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #008f3d;
}
footer p {
  color: #FFFFFF;
}
.about-footer {
  /*border-bottom: 1px solid #2C2C2C;*/
  /*margin-bottom: 60px;*/
  /*padding-bottom: 50px;*/
  text-align: center;
}
.footer-widget-area {
  padding: 100px 0 80px 0;
  background: #1a1a1a;
  margin: 0;
}
.footer-widget-area .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-widget-area .footer-subscription input[type="email"] {
  background: #444444;
  border: 0 solid #CCCCCC;
  border-radius: 0;
  height: 48px;
  color: #FFFFFF;
}
.footer-widget-area .footer-subscription input[type="email"]:focus {
  box-shadow: none;
}
.footer-widget-area .footer-subscription input[type="submit"] {
  background: #008f3d;
  border: 0 solid #CCCCCC;
  color: #FFFFFF;
  height: 42px;
  letter-spacing: 2px;
  margin-top: 6px;
  padding: 0 18px;
  text-transform: uppercase;
}
.footer-widget-area .footer-widget-header h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: inline-block;
  color: #FFFFFF;
}
.footer-widget-area .footer-widget-header h3 span {
  font-style: 400;
  color: #555555;
}
.footer-widget-area .footer-useful-links {
  clear: both;
}
.footer-widget-area .footer-useful-links li {
  margin-bottom: 8px;
  width: 50%;
  float: left;
}
.footer-widget-area .fa-footer {
  display: inline;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #de010c;
  padding: 4px 6px 6px 0;
  margin-right: 0px;
}
.footer-widget-area .textwidget {
  clear: both;
}
.footer-widget-area .textwidget p {
  padding-left: 42px;
}
.footer-widget-area .fa-contact {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #de010c;
  padding: 6px 6px 6px 0;
  margin-right: 6px;
  position: absolute;
}
.footer-widget-area .footer-widget + .footer-widget {
  margin-top: 24px;
}
.footer-widget-area li {
  line-height: 32px;
}
.footer-widget-area-bg {
  background: #1a1a1a;
}
.footer-contents {
  background: #1b1b1a;
  border-top: 1px solid #2C2C2C;
  padding: 28px 0 20px 0;
}
.footer-social-icons {
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.footer-social-icons a {
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  /*height: 35px;*/
  line-height: 33px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*width: 35px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.footer-social-icons a:hover {
  background: #e6e6e6;
}

.footer-nav li {
  display: inline;
  list-style-type: none;
}

.footer-nav li a {
  padding: 6px 12px;
  position: relative;
}
.footer-nav li a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 0;
  margin: 0;
  height: 8px;
  width: 1px;
  background: #808080;
}
.footer-nav li:last-child a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #008f3d;
  margin: 0;
  height: 8px;
  width: 0px;
  background: #FFFFFF;
}
/***********************************************************************************************/
/* 13. SIDEBAR & WIDGETS */
/***********************************************************************************************/
.widget {
  background: #F9FAFB;
  margin-bottom: 30px;
  padding: 20px;
}
.widget-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: inline-block;
  color: #1A1A1A;
}
.widget-title span {
  font-style: 400;
  color: #555555;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 5px 0;
}
.widget ul li a {
  color: #333333;
}
.widget ul li a:hover {
  color: #008f3d;
}
.search-form {
  margin: 0 0 12px 0;
}
.search-form span.input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #008f3d;
  border-right: 0px;
  color: #FFFFFF;
  font-weight: bold;
  width: 10%;
  padding: 0 20px;
}
.search-form input[type="text"] {
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #EEE;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.search-form input[type="text"]:focus {
  box-shadow: none;
  border-bottom: 1px solid #d5d5d5;
}
.widget-post-category {
  margin: 11px auto;
}
.widget-post-category li {
  margin: 5px 0;
  padding: 0;
  text-transform: capitalize;
}
.widget-post-category li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.single-recent-post {
  margin-bottom: 26px;
  overflow: hidden;
}
.single-recent-post a {
  color: #333333;
  margin-bottom: 8px;
  display: block;
}
.single-recent-post a:hover {
  color: #008f3d;
}
.single-recent-post span {
  font-size: 14px;
  display: block;
  color: #008f3d;
  padding-left: 2px;
}
.single-recent-post span i {
  font-size: 16px;
}
.single-post-thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 5px;
  width: 100px;
}
.widget-recent-tags {
  margin: 0 auto;
}
.widget-recent-tags li {
  margin: 0px 5px 7px 0px;
  float: left;
}
.widget-recent-tags li a {
  padding: 3px 7px;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #008f3d;
  display: block;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-tags li a:hover,
.widget-recent-tags li a:active {
  background: transparent;
  border: 1px solid #008f3d;
  background: #FFFFFF;
}
/***********************************************************************************************/
/* Widget Link Color */
/***********************************************************************************************/
.sidebar-widget a {
  color: #333333;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.sidebar-widget a:hover {
  color: #008f3d;
}
/***********************************************************************************************/
/* CALENDAR WIDGET */
/***********************************************************************************************/
#calendar_wrap {
  margin: 0 auto 5px auto;
}
#calendar_wrap #wp-calendar {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 2px;
}
#calendar_wrap #wp-calendar caption {
  border-color: #CCCCCC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#calendar_wrap #wp-calendar thead {
  border-right: 1px solid #CCCCCC;
}
#calendar_wrap #wp-calendar thead th {
  border-right: 1px solid #CCCCCC;
}
#calendar_wrap #wp-calendar th {
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#calendar_wrap #wp-calendar tr th,
#calendar_wrap #wp-calendar thead th {
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
}
#calendar_wrap #wp-calendar tbody {
  color: #aaa;
}
#calendar_wrap #wp-calendar tbody tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 6px;
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#calendar_wrap #wp-calendar tbody tr td:hover {
  background: #FAFAFA;
}
#calendar_wrap #wp-calendar tbody .pad {
  background: none;
}
#calendar_wrap #wp-calendar tfoot tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 6px;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #prev {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}
#calendar_wrap #wp-calendar #today {
  background-color: #008f3d;
  color: #FFFFFF;
  font-weight: bold;
}
/*----- COMMON UTILITY CLASSES  ----*/
.rounded-box {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.text-bold {
  font-weight: bold;
}
.text-primary-color {
  color: #008f3d !important;
}
.text-light-color {
  color: #FFFFFF;
}
.text-dark-color {
  color: #1A1A1A;
}
.text-highlighter-white {
  color: #FFFFFF;
}
.text-bold {
  font-weight: bold;
}
.text-highlighter {
  color: #008f3d;
}
.text-curly {
  font-style: italic;
}
.text-curly-no-italic {
  font-style: normal;
}
.text-highlighter-primary {
  color: #008f3d !important;
}
h2.extra-large {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.inline li {
  display: inline-block;
  margin-right: 24px;
}
.inline li:last-child {
  margin-right: 0;
}
.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.db {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
span.border-light-dotted {
  border-bottom: 1px dotted #008f3d;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #008f3d;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-normal {
  text-transform: initial !important;
}
.text-dark {
  color: #1A1A1A !important;
}
/*----- CUSTOM MARGIN ----*/
.no-margin {
  margin: 0px !important;
}
.margin-top-reverse-220 {
  margin-top: -220px !important;
}
.margin-top-appointment-reverse {
  margin-top: -350px !important;
}
/*----- TOP MARGIN ----*/
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-11 {
  margin-top: 11px;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-24 {
  margin-top: 24px !important;
}
.margin-top-32 {
  margin-top: 32px !important;
}
.margin-top-48 {
  margin-top: 48px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
/*----- BOTTOM MARGIN ----*/
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-11 {
  margin-bottom: 11px !important;
}
.margin-bottom-12 {
  margin-bottom: 12px !important;
}
.margin-bottom-24 {
  margin-bottom: 24px !important;
}
.margin-bottom-32 {
  margin-bottom: 32px !important;
}
.margin-bottom-48 {
  margin-bottom: 48px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
/*----- CUSTOM PADDING ----*/
.no-gutter [class^="col-"] {
  padding: 0px;
}
.no-padding {
  padding: 0px !important;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
/*----- TOP PADDING ----*/
.padding-top-24 {
  padding-top: 24px;
}
.padding-top-32 {
  padding-top: 32px;
}
.padding-top-48 {
  padding-top: 48px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-100 {
  padding-top: 100px;
}
/*----- BOTTOM PADDING ----*/
.padding-bottom-24 {
  padding-bottom: 24px;
}
.padding-bottom-32 {
  padding-bottom: 32px;
}
.padding-bottom-48 {
  padding-bottom: 48px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-bottom-220 {
  padding-bottom: 220px !important;
}
/*----- RIGHT/LEFT PADDING ----*/
.db {
  display: block !important;
}
/***********************************************************************************************/
/* 14. RESPONSIVE STYLING */
/***********************************************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  #slider_1 {
    text-align: center;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_1 .slider-content {
    margin-top: 24px;
  }
  #slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  #slider_1 .slider-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .top-bar strong {
    display: none;
  }
  a.free-estimate {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
  .top-bar span {
    display: block;
  }
  .main-header .top-bar-social {
    float: none;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  a.logo {
    text-align: center;
  }
  .navbar-default .navbar-nav li ul.drop-down {
    top: 68px;
  }
  .navbar-default .navbar-header {
    width: 100%;
    text-align: center;
    clear: both;
    float: none ;
    margin: 0 ;
  }
  .navbar-default .navbar-toggle {
    margin: 22px 0 0 0;
    padding: 5px;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-right {
    float: none;
    padding: 0;
    margin: 12px 70px 0 0;
  }
  .navbar-default .navbar .navbar-collapse {
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-nav > li {
    margin-left: 0;
  }
  .nav > li > a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }
  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }
  #slider_1 {
    text-align: center;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_1 .slider-content {
    top: 50%;
    transform: translateY(-48%);
  }
  #slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  #slider_1 .slider-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .margin-top-appointment-reverse {
    margin-top: 0 !important;
  }
  .team-layout-1 {
    margin-bottom: 30px;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .logo {
    text-align: center;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .activity-section-1 .activity-info-block {
    padding: 90px 0 90px 90px;
  }
  .activity-section-1 .activity-info-block p {
    max-width: 662px;
  }
  .page-header {
    padding: 80px 0;
  }
  /*-----  About Us. ----*/
  .about-us-info-block {
    padding: 24px 36px;
  }
  .about-us-container {
    width: auto;
    padding: 24px 12px;
    margin: 0px 0;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 36px;
    line-height: 42px;
  }
  .event-latest {
    clear: both;
  }
  .event-latest .event-details {
    padding: 12px 6px 0 12px;
  }
  .event-search-box input[type=text] {
    margin-bottom: 12px;
  }
  .event_wrapper {
    margin-bottom: 48px;
  }
  .event_wrapper .event-img img {
    width: 100%;
    max-width: 100%;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .top-bar {
    text-align: center;
  }
  .top-bar span {
    display: block;
  }
  a.free-estimate {
    margin-bottom: 16px;
    padding: 4px 32px;
    display: inline-block;
  }
  .main-menu-container {
    float: none;
  }
  .main-header .top-bar-social {
    float: none;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .section-content-block {
    padding: 60px 0;
  }
  .margin-top-appointment-reverse,
  .margin-top-reverse-220 {
    margin-top: 0 !important;
  }
  /*----- Section Heading ----*/
  .section-heading-wrapper {
    margin-bottom: 32px;
  }
  .section-heading-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .section-heading-wrapper-alt {
    margin-bottom: 32px;
  }
  .section-heading-wrapper-alt h2 {
    font-size: 32px;
    line-height: 36px;
  }
  /*----- COMMON UTILITY CLASSES  ----*/
  .no-padding {
    padding: 0px 16px !important;
  }
  .btn-theme {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
  }
  #slider_1 .slider_item_container {
    min-height: 500px;
  }
  #slider_1 .slider-content {
    margin-top: 12px;
    text-align: center;
    top: 50%;
    transform: translateY(-55%);
  }
  #slider_1 .slider-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #slider_1 .slider-content h3 {
    font-size: 20px;
    display: none;
  }
  #slider_1 .slider-content a.btn-slider {
    font-size: 16px;
    margin-top: 16px;
    background: #008f3d;
    border: 2px solid #008f3d;
    color: #FFFFFF;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #slider_1 .slider-content a.btn-slider:hover {
    background: #920108;
    border: 2px solid #008f3d;
    color: #FFFFFF;
  }
  #slider_1 .slider-content a.btn + a.btn {
    margin-left: 0px;
  }
  #slider_1 .slider-contents-info {
    margin-top: 24px;
    padding: 42px 16px 42px;
  }
  .section-banner {
    padding: 130px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-30px);
  }
  .section-banner .banner-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-banner .banner-content h3 {
    font-size: 20px;
    display: none;
  }
  .process-layout {
    margin: 0 0 32px 0;
  }
  .process-layout h2 {
    font-size: 32px;
    font-weight: 500;
  }
  /*-----  About Us. ----*/
  .about-us-info-block {
    padding: 24px 36px;
  }
  .about-us-container {
    width: auto;
    padding: 24px 12px;
    margin: 0px 0;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 36px;
    line-height: 42px;
  }
  /*----- HIGLIGHT BOX ----*/
  .highlight-layout-1 {
    margin: 24px 0;
    background: transparent;
    padding: 20px;
    position: relative;
  }
  .highlight-layout-1 figure {
    margin-bottom: 20px;
  }
  .highlight-layout-1 figure img {
    width: 100% !important;
  }
  /*-----  COUNTDOWN----*/
  #countdown_block {
    font-size: 32px;
    clear: both;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
  }
  #countdown_block .countdown_container {
    margin-bottom: 32px;
    text-align: center;
    display: block;
    float: left;
    width: 25%;
  }
  #countdown_block .countdown_container .count_number {
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
  }
  #countdown_block .countdown_container .count_text {
    display: block;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
  }
  .team-layout-1 {
    margin-bottom: 30px;
  }
  .appointment-form-wrapper {
    margin: 48px 0;
    padding: 0px 5px 28px;
  }
  .appointment-form-wrapper h3 {
    font-weight: 600;
    margin: 0 -5px 32px;
    position: relative;
  }
  .appoinment-form {
    padding: 0 0px;
  }
  .testimonial-container {
    padding: 24px 0px;
  }
  .testimonial-container.text-left .owl-dots {
    text-align: left;
    padding-left: 12px;
  }
  .testimony-layout-1 {
    padding: 0;
  }
  .testimony-layout-1 .testimony-text {
    line-height: 32px;
  }
  .event-layout-1 {
    clear: both;
  }
  .event-layout-1 .event-img {
    float: none;
    margin: 0;
    width: 100%;
  }
  .event-latest {
    clear: both;
  }
  .event-latest .event-details {
    padding: 12px 6px 0 12px;
  }
  /*-----  No Padding Gallery ----*/
  .no-padding-gallery {
    clear: both;
  }
  .no-padding-gallery .gallery-container {
    padding: 0px 12px;
    margin: 0;
  }
  .cta-section .cta-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section-home-blog .latest-news-container {
    margin-bottom: 30px;
  }
  .about-us-container {
    width: auto;
    padding: 24px 12px;
    margin: 42px 0;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 36px;
  }
  .stuck {
    position: initial;
  }
  .cta-section-2 h2 {
    font-size: 32px;
  }
  .cta-section-2 h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .section-faq .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .section-faq .faq-box .panel-body {
    padding-left: 0;
  }
  .navbar-default .navbar-toggle {
    margin-top: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    color: #008f3d;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #0d0d0d;
    margin-top: 12px;
    padding: 12px 0;
  }
  .navbar-default .navbar-nav li ul.drop-down,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  .navbar-default .navbar-nav li ul.drop-down li a,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: inherit;
    padding: 4px 20px;
  }
  .navbar-default .navbar-nav li ul.drop-down li a:hover,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #008f3d;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .page-header {
    padding: 80px 0;
  }
  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
  .post-box-container .bd-post-image-container {
    margin: 0 auto;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  .event-layout-1 {
    clear: both;
  }
  .event-layout-1 .event-img {
    float: none;
    margin: 0;
    width: 100%;
  }
  a.btn-load-more {
    margin-bottom: -24px;
    margin-top: -16px;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .main-header .top-bar-social {
    float: none;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  .top-bar span {
    display: block;
  }
  a.free-estimate {
    margin-bottom: 16px;
    padding: 4px 32px;
    display: inline-block;
  }
  .main-menu-container {
    float: none;
  }
  a.logo {
    text-align: center;
    /*width: 75%;*/
  }
  .navbar-default .navbar-toggle {
    margin: 20px 0 0 0;
    padding: 5px 3px;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li {
    margin-left: 0px;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #008f3d;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .section-heading-wrapper {
    margin-bottom: 0px;
  }
  .section-content-block {
    padding: 60px 0;
  }
  .margin-top-appointment-reverse,
  .margin-top-reverse-220 {
    margin-top: 0 !important;
  }
  .section-heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 24px;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    display: none;
  }
  .page-header {
    padding: 80px 0;
  }
  /*----- Section Heading ----*/
  .section-heading-wrapper {
    margin-bottom: 32px;
  }
  .section-heading-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .section-heading-wrapper h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .section-heading-wrapper-alt {
    margin-bottom: 32px;
  }
  .section-heading-wrapper-alt h2 {
    font-size: 32px;
    line-height: 36px;
  }
  /*----- COMMON UTILITY CLASSES  ----*/
  .no-padding {
    padding: 0px 16px !important;
  }
  .btn-theme {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
  }
  /*----- HOME 1 SLIDER ----*/
  #slider_1 .slider_item_container {
    min-height: 460px;
  }
  #slider_1 .slider-content {
    top: 50%;
    transform: translateY(-63%);
  }
  #slider_1 .slider-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #slider_1 .slider-content h3 {
    display: none;
  }
  #slider_1 .slider-content a.btn + a.btn {
    margin-left: 0px;
  }
  #slider_1 .slider-contents-info {
    margin-top: 24px;
    padding: 42px 16px 42px;
  }
  #slider_1 .slider-contents-info:before,
  #slider_1 .slider-contents-info:after {
    content: "";
    width: 70px;
    height: 70px;
    background: transparent;
    border: 2px solid #008f3d;
    position: absolute;
    z-index: -1;
  }
  #slider_1 .slider-contents-info:before {
    bottom: 0px;
    left: 0;
    border-top: 0px;
    border-right: 0px;
  }
  #slider_1 .slider-contents-info:after {
    top: 0px;
    right: 0;
    border-left: 0px;
    border-bottom: 0px;
  }
  .section-banner {
    padding: 80px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-20px);
  }
  .section-banner .banner-content h2 {
    font-size: 32px;
  }
  .section-banner .banner-content h3,
  .section-banner .banner-content a.btn-slider,
  .section-banner .banner-content a.btn-slider-2 {
    display: none;
  }
  .process-layout {
    margin: 0 0 24px 0;
  }
  .process-layout h2 {
    font-size: 32px;
    font-weight: 500;
  }
  /*-----  About Us. ----*/
  .about-us-info-block {
    padding: 24px 36px;
  }
  .about-us-container {
    width: auto;
    padding: 24px 12px;
    margin: 0px 0;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 32px;
    line-height: 42px;
  }
  /*----- HIGLIGHT BOX ----*/
  .highlight-layout-1 {
    margin: 24px 0;
    background: transparent;
    padding: 0px;
    position: relative;
  }
  .highlight-layout-1 figure {
    margin-bottom: 20px;
  }
  .highlight-layout-1 figure img {
    width: 100% !important;
  }
  /*-----  COUNTDOWN----*/
  #countdown_block {
    font-size: 32px;
    clear: both;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
  }
  #countdown_block .countdown_container {
    margin-bottom: 32px;
    text-align: center;
    display: block;
    float: left;
    width: 25%;
  }
  #countdown_block .countdown_container .count_number {
    display: block;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
  }
  #countdown_block .countdown_container .count_text {
    display: block;
    font-size: 15px;
    line-height: 42px;
    font-weight: 400;
  }
  .section-how-we-work .service-block-bg {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .section-how-we-work .service-block-bg .service-block a.service_read_more:after {
    display: none;
  }
  .appointment-form-wrapper {
    margin: 32px 0;
    padding: 0px 5px 28px;
  }
  .appointment-form-wrapper h3 {
    font-weight: 600;
    margin: 0 -5px 32px;
    position: relative;
  }
  .appoinment-form {
    padding: 0 0px;
  }
  .testimonial-container {
    padding: 24px 0px;
  }
  .testimonial-container.text-left .owl-dots {
    text-align: left;
    padding-left: 12px;
  }
  .testimony-layout-1 {
    padding: 0;
  }
  .testimony-layout-1 .testimony-text {
    line-height: 32px;
  }
  .event-layout-1 {
    clear: both;
  }
  .event-layout-1 .event-img {
    float: none;
    margin: 0;
    width: 100%;
  }
  a.btn-load-more {
    margin-top: -24px;
  }
  .event-latest {
    clear: both;
  }
  .event-latest .event-latest-title {
    font-size: 20px;
  }
  .event-latest .event-details {
    padding: 12px 6px 0 12px;
  }
  .event_wrapper .single-event {
    padding: 0px 10px 15px;
  }
  .event_wrapper .single-event h5 {
    font-size: 16px;
  }
  .event_wrapper .single-event ul li {
    display: none;
  }
  .section-faq .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .section-faq .faq-box .panel-body {
    padding-left: 0;
  }
  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }
  .section-home-blog {
    background: #F9FAFB;
  }
  .section-home-blog .latest-news-container {
    border: 0px solid #CCCCCC;
  }
  .section-home-blog .latest-news-container img {
    width: 100%;
  }
  .section-home-blog .latest-news-container .news-content {
    padding: 12px 16px 24px;
  }
  .section-news-block .news-wrapper {
    margin: 0 0 48px 0;
  }
  .cta-section-1 h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0px 0 24px;
    font-weight: 600;
  }
  .cta-section-1 a.btn-cta1 {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    display: block;
  }
  .cta-section-2 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .cta-section-3 .cta-content {
    color: #FFFFFF;
  }
  .cta-section-3 .cta-content h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .cta-section-3 .cta-content a.btn-cta-3 {
    margin-top: 0px;
  }
  .cta-img {
    display: none;
  }
  /*-----  No Padding Gallery ----*/
  .no-padding-gallery {
    clear: both;
  }
  .no-padding-gallery .gallery-container {
    padding: 0px 12px;
    margin: 0;
  }
  /*----- Subscription Form ----*/
  .horizontal-newsletter .news-subscription button {
    width: 120px;
  }
  .page-header h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0;
  }
  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .about-footer {
    margin-bottom: 32px;
    padding-bottom: 22px;
    text-align: left;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget-area .textwidget i.fa {
    padding-top: 10px;
  }
  .footer-widget-area .textwidget p {
    padding-left: 30px;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-widget .footer-useful-links {
    clear: both;
  }
  .footer-widget .footer-useful-links li {
    width: 100%;
    float: none;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: left;
  }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .xs-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .xs-margin {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .xs-margin {
    margin-left: 120px;
    margin-right: 120px;
  }
}

/*# sourceMappingURL=styles.css.map */

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  /*width: 45px;*/
  text-align: center;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 10px;
  border: 2px solid #333745;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #333745;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 20px;
  /*font-family: "Trebuchet MS", Helvetica, sans-serif !important;*/
  line-height: 1.1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  /*background-color: #0A246A;*/
  /*color: #fff3e0;*/
  top: 0;
  border-bottom: 1px solid #333745;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
  /*background-color: red;*/
  /*color: #fff3e0;*/
}

.label-avaliacao{
  font-size: medium;
  line-height: 110%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}


/*MENU DO PORTAL */
.tile {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 255, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  background-color: #105fa1;
  width: 220px;
  height: 120px;
  border: 2px solid transparent;
  color: #fff;
  position: relative;
  margin: 5px;
  box-sizing: inherit;
  border-radius: 5px 5px 5px 5px;
  margin: 0px 10px 30px 0px ;
}

.tile:hover{
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
  background-color: #8fb440;
  color: #fff;
}

.icon{
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.icon-fa{
  font-size: 80px !important;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

.title{
  padding: 5px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 130%;
}


.title2{
  padding: 5px;
  font-size: 15px;
  position: absolute;
  bottom: -30px;
  color: darkslategray;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 130%;
}


.title:hover{

  color: #fff;
}

.btn-menu{
  border-style: solid;
  padding: 7px !important;
  border-radius: 5px;
  border-color: #3e4095;
  border-width: 1px;
  margin: 5px;
}

/*.nav-clean{*/
  /**/
  /*width: 0;*/
  /*padding: 0;*/
  /*margin: 0;*/
/*}*/


@media only screen and (min-width: 768px) {
  .tabDesk{
    visibility: visible;

  }
  .tabMob{
    visibility: collapse;
    display: none;
  }
  .menu-ssp{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .combo-menu{
    float: right;
    text-align: right;
  }

  .column1{
    text-align: right;
  }

  .column2{
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .tabDesk{

    visibility: collapse;
    display: none;
  }
  .tabMob{
    visibility: visible;
  }
  .combo-menu{

    text-align: center;
  }

  .page-header{
    padding: 0px;
  }

  .column1{
    text-align: center;
  }

  .column2{
    text-align: center;
  }

}

.process-steps {
  margin: 0 0 40px;
  list-style: none;
}

.process-steps li {
  float: left;
  position: relative;
  width: 16%;
  text-align: center;
  overflow: hidden;
}

.process-steps .step3 {
  width: 33%;
}

.process-steps.process-2 li { width: 50%; }
.process-steps.process-3 li { width: 33.33%; }
.process-steps.process-5 li { width: 20%; }

.process-steps li .i-circled { margin-bottom: 0 !important; }

.process-steps li .i-bordered { background-color: #FFF; }

.process-steps li h5 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
  font-weight: 600;
  color: #1ABC9C;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
  background-color: #0d4278 !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-color: #1ABC9C !important;
}

.process-steps li:before,
.process-steps li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #DDD;
}

.process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after { display: none; }


@media only screen and (max-width: 767px) {
  .process-steps-2 {
   display: none;
  }
}



.process-steps-2 {
  margin: 0 0 40px;
  list-style: none;
}

.process-steps-2 li {
  float: left;
  position: relative;
  width: 16%;
  text-align: center;
  overflow: hidden;
}

.process-steps-2 .step3 {
  width: 33%;
}

.process-steps-2.process-2 li { width: 50%; }
.process-steps-2.process-3 li { width: 33.33%; }
.process-steps-2.process-5 li { width: 20%; }

.process-steps-2 li .i-circled { margin-bottom: 0 !important; }

.process-steps-2 li .i-bordered { background-color: #FFF; }

.process-steps-2 li h5 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}

.process-steps-2 li.active h5,
.process-steps-2 li.ui-tabs-active h5 {
  font-weight: 600;
  color: #1ABC9C;
}

.process-steps-2 li.active a,
.process-steps-2 li.ui-tabs-active a {
  background-color: #0d4278 !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-color: #1ABC9C !important;
}

.process-steps-2 li:before,
.process-steps-2 li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #DDD;
}

.process-steps-2 li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}

.process-steps-2 li:first-child:before,
.process-steps-2 li:last-child:after { display: none; }


/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  cursor: pointer;
  font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px;
}

.i-bordered {
  border: 1px solid #555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none;
}

.i-plain {
  width: 36px !important;
  height: 36px !important;
  font-size: 28px;
  line-height: 36px !important;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
  background-image: url('images/icons/iconalt.svg');
  background-position: center center;
  background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
  background-color: #444 !important;
  color: #FFF;
  border-color: #444;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
  width: 18px !important;
  height: 18px !important;
  font-size: 14px;
  line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
  margin: 6px 13px 9px 0;
  font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
  width: 28px !important;
  height: 28px !important;
  font-size: 20px;
  line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
  width: 48px !important;
  height: 48px !important;
  font-size: 42px;
  line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
  width: 84px !important;
  height: 84px !important;
  line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
  width: 64px !important;
  height: 64px !important;
  font-size: 56px;
  line-height: 64px !important;
}


/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/

.i-xxlarge.i-rounded,
.i-xxlarge.i-plain,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
  margin: 6px 15px 10px 0;
  font-size: 64px;
}

.i-xxlarge.i-rounded,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
  width: 96px !important;
  height: 96px !important;
  line-height: 96px !important;
}

.i-xxlarge.i-bordered { line-height: 94px !important; }

.i-xxlarge.i-plain {
  width: 80px !important;
  height: 80px !important;
  font-size: 64px;
  line-height: 80px !important;
}


/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay,
.i-overlay a {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0,0,0,0.2) url('images/grid.png') repeat;
}

.i-overlay a { background: transparent; }

.i-overlay img,
.i-overlay i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  width: 48px !important;
  height: 48px !important;
  font-size: 48px;
  line-height: 1;
  color: #E5E5E5;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.i-overlay i {
  margin: -18px 0 0 -18px;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px;
  font-size: 24px;
}
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;

  background: #4826a7;
  color: #FFFFFF;
  border: 3px solid #4826a7;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 42px;
  margin-bottom: 6px;
  margin-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  text-transform: uppercase;
}


/* Magnific Popup CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}



.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.timeline {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px;
  color: white;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #27293d;
}
.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #4f537b;
}
.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline .timeline-container .timeline-body {
  /*background: #27293d;*/
  border-radius: 3px;
  padding: 20px 20px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}
.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}
.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  /*opacity: 0.4;*/
  margin-top: 16px;
  font-size: 15px;
}
.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: #1d8cf8 !important;
}
.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
  background: #11cdef !important;
}
.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}
.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}
.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: #fd5d93 !important;
}

.author {
  font-family: inherit;
  padding: 3em;
  text-align: center;
  width: 100%;
  color: white;
}
.author a:link,
.author a:visited {
  color: white;
}
.author a:link:hover,
.author a:visited:hover {
  text-decoration: none;
}
.author .btn:link,
.author .btn:visited {
  margin-top: 1em;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  font-weight: 100;
  color: white;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: black;
  padding: 1.5em 2rem;
  border-radius: 1em;
  transition: 0.5s all;
}
.author .btn:link:hover, .author .btn:link:focus, .author .btn:link:active,
.author .btn:visited:hover,
.author .btn:visited:focus,
.author .btn:visited:active {
  background-color: #1a1a1a;
}

.saldo-negativo{
  background-color:red; color: white;
  text-align: center;  border-radius: 10px;
}
.saldo-positivo{
  background-color:blue; color: white;
  text-align: center;  border-radius: 10px;
}
.saldo-zero{
  text-align: center;  border-radius: 10px;
}

.opacidade-parcela{
  opacity: 0.3;
}


.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #1ABC9C;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

body:not(.device-touch) .button {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button-dark { background-color: #444; }

.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important;
}

.button:hover {
  background-color: #444;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover { background-color: #1ABC9C; }

.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}

.button.button-small {
  padding: 0 17px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}

.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
}

.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}

.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  /*font-family: 'Crete Round', serif;*/
  font-style: italic;
  text-transform: none;
}

/*.button i {*/
/*  position: relative;*/
/*  top: 1px;*/
/*  line-height: 1;*/
/*  margin-right: 5px;*/
/*  width: 16px;*/
/*  text-align: center;*/
/*}*/

.button.tright i { margin: 0 0 0 5px; }

.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
  top: 2px;
  margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

/*.button.button-desc i {*/
/*  top: 1px;*/
/*  font-size: 48px;*/
/*  width: 48px;*/
/*  text-align: center;*/
/*  margin-right: 12px;*/
/*}*/

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 3px; }


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
  /*border: 2px solid #3e4095;*/
  /*background-color: transparent;*/
  /*color: #333;*/
  /*line-height: 36px;*/
  /*font-weight: 600;*/
  /*text-shadow: none;*/

  background-color: #194e84;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

}

.button.button-border-thin {
  border-width: 1px;
  line-height: 38px;
}

.button.button-border.button-mini { line-height: 24px; }

.button.button-border.button-small { line-height: 30px; }

.button.button-border.button-large { line-height: 42px; }

.button.button-border.button-xlarge { line-height: 48px; }

.button.button-border-thin.button-mini { line-height: 26px; }

.button.button-border-thin.button-small { line-height: 32px; }

.button.button-border-thin.button-large { line-height: 44px; }

.button.button-border-thin.button-xlarge { line-height: 50px; }

.button.button-border.button-desc { line-height: 1; }

.button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE;
}

.button.button-border.button-light:hover {
  background-color: #EEE;
  color: #333;
  text-shadow: none;
}


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button.button-3d:hover {
  background-color: #1ABC9C !important;
  opacity: 0.9;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333;
}


/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}

.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
}

.button.button-reveal.button-border i { top: -2px; }

.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }

.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini { padding: 0 17px; }

.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}

.button.button-reveal.button-small { padding: 0 22px; }

.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}

.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}

.button.button-reveal.button-large { padding: 0 32px; }

.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}

.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px;
}

.button.button-reveal.button-xlarge { padding: 0 40px; }

.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px;
}

.button.button-reveal:hover i { left: 0; }

.button.button-reveal.tright:hover i {
  left: auto;
  right: 0;
}

.button.button-reveal:hover span { left: 16px; }

.button.button-reveal.button-mini:hover span { left: 11px; }

.button.button-reveal.button-small:hover span { left: 13px; }

.button.button-reveal.button-large:hover span { left: 19px; }

.button.button-reveal.button-xlarge:hover span { left: 22px; }

.button.button-reveal.tright:hover span { left: -16px; }

.button.button-reveal.button-mini.tright:hover span { left: -11px; }

.button.button-reveal.button-small.tright:hover span { left: -13px; }

.button.button-reveal.button-large.tright:hover span { left: -19px; }

.button.button-reveal.button-xlarge.tright:hover span { left: -22px; }


/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.button.button-full {
  display: block !important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }

.button.button-full strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.button.button-full.button-light strong { border-bottom-color: #333; }

.button.button-full.button-light:hover strong { border-bottom-color: #EEE; }


/* Buttons - Circle
-----------------------------------------------------------------*/

.button.button-circle { border-radius: 20px; }

.button.button-mini.button-circle { border-radius: 14px; }

.button.button-small.button-circle { border-radius: 17px; }

.button.button-large.button-circle { border-radius: 23px; }

.button.button-xlarge.button-circle { border-radius: 26px; }


/* Buttons - Fill Effect
-----------------------------------------------------------------*/

.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill span { position: relative; }

.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-fill.button-light:hover {
  border-color: #EEE !important;
  color: #333 !important;
  text-shadow: none;
}

.button.button-border.button-fill:before {
  content: '';
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.button-light:before { background-color: #EEE; }

.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-fill:hover:before { width: 100%; }

.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; }

.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; }


/* Buttons - Colors
-----------------------------------------------------------------*/

.button-red { background-color: #C02942; }
.button-3d.button-red:hover,
.button-reveal.button-red:hover,
.button-border.button-red:hover,
.button-border.button-red.button-fill:before { background-color: #C02942 !important; }

.button-border.button-red {
  color: #C02942;
  border-color: #C02942;
}

.button-teal { background-color: #53777A; }
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover,
.button-border.button-teal:hover,
.button-border.button-teal.button-fill:before { background-color: #53777A !important; }

.button-border.button-teal {
  color: #53777A;
  border-color: #53777A;
}

.button-yellow { background-color: #ECD078; }
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover,
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; }

.button-border.button-yellow,
.button-border.button-yellow.button-fill.button-light:hover {
  color: #ECD078 !important;
  border-color: #ECD078 !important;
}

.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; }

.button-green { background-color: #59BA41; }
.button-3d.button-green:hover,
.button-reveal.button-green:hover,
.button-border.button-green:hover,
.button-border.button-green.button-fill:before { background-color: #59BA41 !important; }

.button-border.button-green {
  color: #59BA41;
  border-color: #59BA41;
}

.button-brown { background-color: #774F38; }
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover,
.button-border.button-brown:hover,
.button-border.button-brown.button-fill:before { background-color: #774F38 !important; }

.button-border.button-brown {
  color: #774F38;
  border-color: #774F38;
}

.button-aqua { background-color: #40C0CB; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; }

.button-border.button-aqua {
  color: #40C0CB;
  border-color: #40C0CB;
}

.button-lime { background-color: #AEE239; }
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover,
.button-border.button-lime:hover,
.button-border.button-lime.button-fill:before { background-color: #AEE239 !important; }

.button-border.button-lime {
  color: #AEE239;
  border-color: #AEE239;
}

.button-purple { background-color: #5D4157; }
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover,
.button-border.button-purple:hover,
.button-border.button-purple.button-fill:before { background-color: #5D4157 !important; }

.button-border.button-purple {
  color: #5D4157;
  border-color: #5D4157;
}

.button-leaf { background-color: #A8CABA; }
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover,
.button-border.button-leaf:hover,
.button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; }

.button-border.button-leaf {
  color: #A8CABA;
  border-color: #A8CABA;
}

.button-pink { background-color: #F89FA1; }
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover,
.button-border.button-pink:hover,
.button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; }

.button-border.button-pink {
  color: #F89FA1;
  border-color: #F89FA1;
}

.button-dirtygreen { background-color: #1693A5; }
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover,
.button-border.button-dirtygreen:hover,
.button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; }

.button-border.button-dirtygreen {
  color: #1693A5;
  border-color: #1693A5;
}

.button-blue { background-color: #1265A8; }
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover,
.button-border.button-blue:hover,
.button-border.button-blue.button-fill:before { background-color: #1265A8 !important; }

.button-border.button-blue {
  color: #1265A8;
  border-color: #1265A8;
}

.button-amber { background-color: #EB9C4D; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; }

.button-border.button-amber {
  color: #EB9C4D;
  border-color: #EB9C4D;
}

.button-black { background-color: #111; }
.button-3d.button-black:hover,
.button-reveal.button-black:hover,
.button-border.button-black:hover,
.button-border.button-black.button-fill:before { background-color: #111 !important; }

.button-border.button-black {
  color: #111;
  border-color: #111;
}

.button-white { background-color: #F9F9F9; }
.button-3d.button-white:hover,
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }


/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}


.button-icon{
  position: absolute;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
  right: 29px;
  font-size: 82px;
}
