/**
 * File: styles.css
 * Description : Contains all necessary styling for the Pet Care - Responsive HTML5 Template
 * Author: xenioushk
 * URL: https://themeforest.net/user/xenioushk
 * Project: Pet Care - Responsive HTML5 Template
 * Version: 1.0.0
 * Last Update: 22-05-2017
 **/
/*========================================================================*/
/*   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=Dosis:400,500,600|Source+Sans+Pro:400,600,700');
/**
 * 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  */
/***********************************************************************************************/
body {
	font: 18px/28px 'Source Sans Pro', sans-serif;
	color: #FF0000;
	font-style: normal;
	font-weight: 400;
	position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #2e385c;
  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: #0c0f18;
  text-decoration: none;
}
blockquote {
  font: 'Source Sans Pro', sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  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: 18px/28px 'Source Sans Pro', sans-serif;
  color: #4d4d4d;
  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: -15px;
  margin-top: -15px;
  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: #2e385c;
  background-image: url('../images/uparr-48-b.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #5061a0;
  -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 #0c0f18;
}
.text-bold {
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-11 {
  margin-top: 11px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-11 {
  margin-bottom: 11px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-right-0 {
  margin-right: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
.no-padding {
  padding: 0px;
}
.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 #2e385c;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #2e385c;
}
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: 'Source Sans Pro', 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;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 6px;
}
.bq-author .bq-author-info {
  font-size: 12px;
}
ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}
.section-container {
  margin: 24px 0 0 0;
}
.section-light-heading {
  font-family: 'Dosis', sans-serif;
  font-size: 85px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  color: #808080;
  opacity: 0.06;
}
.section-heading {
  position: relative;
  font-size: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #000000;
}
.section-heading span {
  font-style: 400;
  color: #000000;
}
.section-heading-alt {
  color: #FFFFFF;
}
.section-heading-alt span {
  font-style: 400;
  color: #FFFFFF;
}
.section-subheading {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Dosis', sans-serif;
  color: #4d4d4d;
  margin-bottom: 24px;
  padding: 15px 0 0;
  word-spacing: 0.03em;
}
.section-subheading-alt {
  color: #FFFFFF;
}
.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accordion .panel .panel-title a {
  display: block;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-dynamism {
  -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 42px;
}
.btn-dynamism:hover {
  background: #2e385c;
  color: #FFFFFF;
}
.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: #2e385c;
  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: #2e385c;
  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: #2e385c;
  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: #2e385c;
  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: #2e385c;
  background: #FFFFFF;
  border: 1px solid #2e385c;
  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: #2e385c;
  border: 1px solid #2e385c;
}
a.btn-about {
  font-size: 16px;
  margin-top: 16px;
  background: #2e385c;
  border: 2px solid #2e385c;
  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;
}
a.btn-about:hover {
  background: #1d233a;
  border: 2px solid #2e385c;
  color: #FFFFFF;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
.text-highlighter {
  color: #2e385c;
}
.text-highlighter-white {
  color: #FFFFFF;
}
#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #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 #2e385c;
  color: #2e385c;
  background: transparent;
}
#contact-form .p-errors label {
  color: lightcoral;
}
#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}
.sticky {
  margin-bottom: 21px;
  background: #FFFFFF;
}
/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  width: 100%;
}
.main-header .sticky-wrapper {
  background: rgba(0, 0, 0, 0.4);
}
.main-header .navgiation-wrapper {
  background: #FFFFFF;
}
.main-header .top-bar {
  background: rgba(0, 0, 0, 0.7);
  line-height: 38px;
  color: #FFFFFF;
  font-size: 14px;
}
.main-header .top-bar i {
  color: #2e385c;
  margin-right: 5px;
  display: inline-block;
}
.main-header .top-bar a {
  color: #FFFFFF;
}
.main-header .top-phone-no {
  display: inline-block;
  margin-right: 12px;
}
.main-header .top-email-info {
  display: inline-block;
}
.main-header .top-donate-btn {
	background: #a60040;
	color: #FFFFFF;
	padding: 10px 16px;
	font-size: 13px;
	border: 0px solid #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
	float: right;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.main-header .top-donate-btn i.fa {
  color: #FFFFFF;
}
.main-header .top-donate-btn:hover {
	background: #00e07f;
}
.main-header .top-location-info {
  margin-right: 12px;
}
.main-top-header {
	background: #a60040;
	color: #FFFFFF;
	line-height: 38px;
}
.main-top-header p {
  color: #FFFFFF;
  padding-top: 5px;
}
.main-top-header .top-bar-social {
  background-clip: padding-box;
  border: 0 solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  float: right;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: uppercase;
}
.main-top-header .top-bar-social a {
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}
.main-top-header .top-bar-social a i.fa {
  background: #F8F9FA;
  border-radius: 0;
  color: #666;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  top: -3px;
  width: 24px;
}
.main-top-header .top-bar-social a:hover i.fa {
  background: #F8F9FA;
  color: #2e385c;
}
.transparent-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.transparent-header .sticky-wrapper {
  background: transparent !important;
}
.logo {
  margin-top: 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: 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;
}
.fbone-header-top {
  padding-bottom: 24px;
}
.fbone-header-top .fbone-col-logo {
  position: relative;
}
.fbone-header-top .fbone-col-logo .fbone-logo {
  line-height: 100px;
}
.fbone-header-top .fbone-col-logo .fbone-logo img {
  vertical-align: middle !important;
}
.fbone-header-top .fbone-col-logo .fbone-logo a {
  display: block;
  position: relative;
  top: 6px;
}
.fbone-header-top .repair-icon-box {
  line-height: 19px;
  margin-top: 15px;
  padding-left: 51px;
  position: relative;
  margin-top: 32px;
  float: right;
}
.fbone-header-top .repair-icon-box .icon-container {
  color: #2e385c;
  font-size: 24px;
  left: -12px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.fbone-header-top .repair-icon-box .text {
  font-size: 16px;
  letter-spacing: .03px;
}
.fbone-header-top .repair-icon-box .text .head-heading {
  padding-top: 4px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
  font-weight: 600;
  color: #2e385c;
}
.fbone-header-top .repair-icon-box .text .head-content {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
.fbone-header-top .btn-quote {
  float: right;
  margin-top: 32px;
}
.fbone-header-top .btn-quote .btn-request_quote {
  font-weight: 600;
  text-align: center;
  border: 2px solid #2e385c;
  color: #2e385c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.fbone-header-top .btn-quote .btn-request_quote:hover {
  background: #1d233a;
  color: #FFFFFF;
}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/
a.logo {
  margin-top: 10px;
  display: inline-block;
}
a.logo img {
  display: block;
}
.navbar-default {
	border: none;
	background: #a60040;
	margin-bottom: 0px;
	border-radius: 0;
}
.navbar-default .navbar-collapse {
  padding: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 25px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a.link-active {
  background: #333333;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #EEEEEE;
  background: #333333;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #EEEEEE;
	background: #d0e800;
}
.navbar-default .navbar-nav li.drop {
  position: relative;
}
.navbar-default .navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 190px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  -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;
}
.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 {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  border: none;
}
.navbar-default .navbar-nav li ul.drop-down li a:hover {
  background: rgba(0, 0, 0, 0.8);
  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: #2e385c;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  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;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 0px;
  margin: 0 !important;
}
.navbar-contact a.contact-support {
  color: #FFFFFF;
  display: inline-block;
  padding-top: 15px;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-content-block {
  padding: 80px 0 80px 0;
  background: #FFFFFF;
}
.section-pure-white-bg {
  background: #FFFFFF !important;
}
.section-secondary-bg {
  background: #F9FAFB !important;
}
.section-heading-wrapper {
  margin-bottom: 32px;
}
.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}
.home-page-section-sub-heading {
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  color: #808080;
}
.slider-wrap {
  clear: both;
}
#slider_1 {
  /*position: relative;*/
  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: 800px;
  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 h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 50px;
  margin: 16px 0 0;
}
#slider_1 .slider-content h2 {
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#slider_1 .slider-content h2:after {
  position: absolute;
  content: "";
  background: #FFFFFF;
  width: 100px;
  height: 5px;
  left: 2px;
  bottom: 0;
}
#slider_1 .slider-content h2 span {
  padding: 0 3px;
  font-weight: 400;
}
#slider_1 .slider-content .content-left {
  text-align: left;
}
#slider_1 .slider-content .content-center {
  text-align: center;
}
#slider_1 .slider-content .content-center h2 {
  position: relative;
}
#slider_1 .slider-content .content-center h2:after {
  left: 50%;
  margin-left: -50px;
}
#slider_1 .slider-content .content-right {
  text-align: right;
}
#slider_1 .slider-content .content-right h2 {
  position: relative;
}
#slider_1 .slider-content .content-right h2:after {
  left: initial;
  right: 0;
  margin-left: -50px;
}
#slider_1 .slider-content p {
	letter-spacing: 0.03em;
	fon-size: 18px;
	color: #a60040;
	font-size: 32px;
	line-height: 42px;
}
#slider_1 .slider-content .slider-button {
  display: block;
  margin-top: 40px;
}
#slider_1 .slider-content .slider-button a.btn-slider {
	font-size: 18px;
	display: inline-block;
	background: #00e07f;
	border: 2px solid #2e385c;
	color: #FFFFFF;
	line-height: 32px;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.03em;
	-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 .slider-button a.btn-slider:hover {
  background: #1d233a;
  border: 2px solid #2e385c;
  color: #FFFFFF;
}
#slider_1 .slider-content .slider-button a.btn-slider-2 {
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #2e385c;
  line-height: 32px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.03em;
  -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 .slider-button a.btn-slider-2:hover {
  background: #e6e6e6;
  border: 2px solid #FFFFFF;
}
#slider_1 .owl-controls {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#slider_1 .owl-controls .owl-nav div {
  color: #000000;
  font-size: 22px;
  line-height: 70px;
  margin-top: 0px;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#slider_1 .owl-controls .owl-nav div:hover {
  opacity: 0.8;
}
#slider_1 .owl-controls .owl-nav div.owl-prev {
  -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;
  left: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  color: #1A1A1A;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#slider_1 .owl-controls .owl-nav div.owl-next {
  -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;
  right: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  color: #1A1A1A;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#slider_1:hover .owl-controls {
  opacity: 1;
}
#slider_1:hover .owl-controls .owl-nav div.owl-prev {
  left: 12px;
}
#slider_1:hover .owl-controls .owl-nav div.owl-next {
  right: 12px;
}
.section-banner {
  background-image: url("../images/home_1_slider_2.jpg");
  padding: 250px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.section-banner:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 2000px;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-banner .banner-content {
  width: 100%;
}
.section-banner .banner-content a.banner-video-icon {
  background: rgba(0, 0, 0, 0.8);
  border: 6px solid #6d7db6;
  color: #e6e6e6;
  border-radius: 100%;
  display: block;
  font-size: 60px;
  height: 120px;
  line-height: 105px;
  margin: 0 auto;
  text-align: center;
  width: 120px;
}
.section-banner .banner-content a.banner-video-icon > i {
  margin-left: 12px;
}
.section-banner .banner-content a.banner-video-icon:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 6px solid #CCCCCC;
  color: #FFFFFF;
}
.section-banner .banner-content h3 {
  font-family: 'Source Sans Pro', 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 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin: 24px 0 0;
  color: #FFFFFF;
}
.section-banner .banner-content h2 span {
  padding: 0 3px;
  font-weight: 600;
}
.section-banner .banner-content a.btn-slider {
  font-size: 16px;
  margin-top: 24px;
  background: #2e385c;
  border: 2px solid #2e385c;
  color: #FFFFFF;
  padding: 10px 20px;
  text-transform: uppercase;
  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;
}
.section-banner .banner-content a.btn-slider:hover {
  background: #1d233a;
  border: 2px solid #2e385c;
  color: #FFFFFF;
}
.cta-section-3 {
	background: #a60040;
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}
.cta-section-3 .cta-content {
  color: #FFFFFF;
}
.cta-section-3 .cta-content h2 {
  font-size: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 65px;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
}
.cta-section-3 .cta-content p {
  color: #FFFFFF;
}
.cta-section-3 .cta-content a.btn-cta-3 {
  background: #000000;
  border: 2px solid #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 25px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  margin-top: 40px;
}
.cta-section-3 .cta-content a.btn-cta-3:hover {
  background-color: #1a1a1a;
}
.section-process {
  position: relative;
  overflow: hidden;
}
.process-layout {
  margin: 32px 0 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: 'Source Sans Pro', sans-serif;
  font-size: 64px;
  position: absolute;
  right: 30px;
  text-align: center;
  z-index: 9999;
}
.process-layout .process-img .step:after {
  background: #2e385c;
  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: 'Dosis', 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-home-blog {
  background: #F9FAFB;
}
.section-home-blog .latest-news-container {
  border: 0px solid #CCCCCC;
  background: #FFFFFF;
}
.section-home-blog .latest-news-container figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-home-blog .latest-news-container figure img {
  display: block;
  position: relative;
}
.section-home-blog .latest-news-container .news-meta-info {
  color: #333333;
  padding: 5px 0 15px;
  border-bottom: 1px dashed #CCCCCC;
}
.section-home-blog .latest-news-container .news-content {
  padding: 15px 25px 35px;
  position: relative;
}
.section-home-blog .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;
}
.section-home-blog .latest-news-container .news-content h3 a {
  display: block;
}
.section-home-blog .latest-news-container .news-content p {
  color: #333333;
  margin-bottom: 20px;
}
.section-home-blog .latest-news-container .news-content a {
  color: #333333;
  font-size: 15px;
  margin-left: 60px;
  text-transform: uppercase;
}
.section-home-blog .latest-news-container .news-content a:after {
  background-color: #2e385c;
  bottom: 45px;
  content: "";
  height: 2px;
  left: 25px;
  position: absolute;
  width: 40px;
}
.section-home-blog .latest-news-container:hover figure:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -30px;
}
.counter-section-1 {
  padding: 0px;
}
.counter-layout-1 {
  border: 1px solid #CCCCCC;
  background: #F9FAFB;
  border-top: 0px;
  padding: 20px;
}
.counter-layout-1 i {
  float: left;
  font-size: 72px;
  margin: 12px 12px 0 0;
  color: #e6e6e6;
  display: none;
}
.counter-layout-1 span.counter {
  display: block;
  font-size: 46px;
  font-weight: 300;
  font-family: 'Dosis', sans-serif;
  line-height: 46px;
  margin: 5px 0;
  position: relative;
  text-align: center;
  left: -11px;
}
.counter-layout-1 span.counter:after {
  position: absolute;
  content: '+';
  font-size: 48px;
  display: inline-block;
  margin-left: 5px;
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  color: #9a9a9a;
}
.counter-layout-1 span.counter_text {
  color: #eb464a;
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
}
.counter-layout-1:first-child {
  border-right: 0px;
}
.counter-layout-1:nth-child(2) {
  border-right: 0px;
}
.counter-layout-1:nth-child(3) {
  border-right: 0px;
}
.highlight-block {
  text-align: center;
  position: relative;
  background: #FFFFFF;
  padding: 50px 0px;
  border: 1px solid #EEEEEE;
}
.highlight-block > i {
  color: #2e385c;
  display: block;
  font-size: 50px;
  margin-bottom: 23px;
}
.highlight-block h5 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 18px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.highlight-block p {
  color: #333333;
  margin-bottom: 40px;
}
.highlight-block a {
  color: #FFFFFF;
  background: #2e385c;
  padding: 10px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.highlight-block a i {
  opacity: 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;
}
.highlight-block:hover a {
  background: #252e4b;
}
.highlight-block:hover a i {
  opacity: 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;
  margin-left: 10px;
}
.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: #2e385c;
  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: #000000;
}
.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: #000000;
  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: #000000;
  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: #2e385c;
  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: #2e385c;
  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: 'Dosis', 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: #2e385c;
  border: 2px solid #3f4d7e;
  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: 'Dosis', 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: #2e385c;
}
.event_wrapper:hover h5 a {
  color: #2e385c;
}
.event_wrapper:hover a.event_read_more {
  background: #1d233a;
}
.section-appointment {
  position: relative;
  overflow: hidden;
}
.section-appointment .counter-box {
  margin-top: 100px;
  clear: both;
}
.section-appointment .counter-block-1 {
  margin: 20px 0 0;
  padding: 25px 0;
}
.section-appointment .counter-block-1 h4 {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.02em;
  position: relative;
}
.section-appointment .counter-block-1 .counter {
  display: inline-block;
  margin-top: 0px;
  font-size: 42px;
  color: #2e385c;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
}
.section-appointment .counter-block-1 .counter-postfix {
  display: inline-block;
  margin-top: 0px;
  font-size: 42px;
  color: #2e385c;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
}
.section-appointment .counter-block-1 .icon:after,
.section-appointment .counter-block-1 .icon:before {
  font-size: 40px;
  margin-left: 0 ;
  margin-right: 5px;
  color: #808080;
  opacity: 0.4;
}
.section-appointment .appointment-text {
  margin-top: 150px;
}
.section-appointment .appointment-text h3 {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.03em;
}
.section-appointment .appointment-text p {
  margin-bottom: 30px;
}
.section-appointment .appointment-text a {
  background: #2e385c;
  color: #FFFFFF;
  padding: 10px;
}
.section-appointment .appointment-img {
  position: relative;
  overflow: hidden;
}
.section-appointment .appointment-img img {
  vertical-align: middle;
}
.section-appointment .appointment-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.2);
  bottom: 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;
}
.section-appointment .appointment-img a {
  background: rgba(0, 0, 0, 0.5);
  border: 5px solid #e6e6e6;
  border-radius: 100%;
  color: #2e385c;
  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;
}
.section-appointment .appointment-img a > i {
  margin-left: 8px;
}
.section-appointment .appointment-img a:hover {
  background: rgba(0, 0, 0, 0.8);
  border: 5px solid #2e385c;
  color: #e6e6e6;
}
.section-appointment .appointment-form-wrapper {
  background: #eaedf1;
  padding: 0px 5px 28px;
}
.section-appointment .appointment-form-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  background: #2e385c;
  padding: 30px;
  letter-spacing: 0.03em;
  margin: 0 -5px 50px;
  text-transform: uppercase;
  position: relative;
}
.section-appointment .appoinment-form {
  padding: 0 12px;
}
.section-appointment .appoinment-form .form-control {
  font-size: 16px;
}
.section-appointment .appoinment-form .form-group {
  margin-bottom: 0;
}
.section-appointment .appoinment-form input[type=text],
.section-appointment .appoinment-form input[type=email],
.section-appointment .appoinment-form input[type=url],
.section-appointment .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;
}
.section-appointment .appoinment-form input[type=text]:focus,
.section-appointment .appoinment-form input[type=email]:focus,
.section-appointment .appoinment-form input[type=url]:focus,
.section-appointment .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;
}
.section-appointment .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;
}
.section-appointment .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;
}
.section-appointment .appoinment-form .select-style select.form-control {
  border: 1px solid #EEE;
  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;
  margin-bottom: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section-appointment .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;
}
.section-appointment .appoinment-form .btn-submit {
  background: #2e385c;
  border: 2px solid #2e385c;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.section-appointment .appoinment-form .btn-submit:hover {
  background-color: #1d233a;
}
.section-price-plan {
  clear: both;
  position: relative;
  overflow: hidden;
}
.section-price-plan .pricing-container {
  margin-top: 30px;
}
.section-price-plan .pricing-container .Priceing-heading {
  background: #2e385c;
  padding: 25px 15px;
}
.section-price-plan .pricing-container .pricing-container-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section-price-plan .pricing-container .price-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;
  background-color: #F8F9FA;
  box-sizing: border-box;
  padding: 25px 20px;
  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;
}
.section-price-plan .pricing-container .price-content .price-table-item {
  padding: 15px 25px;
  border-bottom: 1px dashed #CCCCCC;
}
.section-price-plan .pricing-container .price-content .price-table-item:last-child {
  border: 0 none;
}
.section-price-plan .pricing-container .pricing-container-pricing {
  display: inline-block;
  margin-top: 15px;
}
.section-price-plan .pricing-container .pricing-container-pricing .plan-currency {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  vertical-align: top;
}
.section-price-plan .pricing-container .pricing-container-pricing .plan-price {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  vertical-align: middle;
}
.section-price-plan .pricing-container .pricing-container-pricing .plan-interval {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  margin-top: 15px;
}
.section-price-plan .pricing-container .pricing-container-details {
  margin-bottom: 28px;
}
.section-price-plan .pricing-container a.price-plan-btn {
  background: #2e385c;
  color: #FFFFFF;
  border: 2px solid #2e385c;
  font-size: 15px;
  text-transform: uppercase;
  height: 42px;
  line-height: 27px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  margin-top: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -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;
}
.section-newsletter {
  position: relative;
  overflow: hidden;
}
.section-newsletter .horizontal-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: -12px;
  margin-bottom: 12px;
}
.section-newsletter .horizontal-newsletter .news-subscription > input {
  background: #FFFFFF;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px;
  color: #333333;
  height: 55px;
  padding-left: 13px;
  width: 100%;
}
.section-newsletter .horizontal-newsletter .news-subscription > button {
  background: #2e385c;
  border: 0 none;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  height: 50px;
  transition: all 0.3s ease 0s;
}
.section-newsletter .horizontal-newsletter .news-subscription > button:hover {
  background: #1d233a;
}
.testimonial-block {
  background: #2e385c;
  padding: 42px;
}
.testimonial-block h4 {
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}
.testimonial-block p {
  color: #FFFFFF;
}
.section-news-block .news-wrapper {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.section-news-block .news-wrapper .news-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-news-block .news-wrapper .news-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
}
.section-news-block .news-wrapper .news-img .date-meta {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: #2e385c;
  font-size: 30px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  color: #FFFFFF;
  padding: 6px 0;
  font-weight: 600;
}
.section-news-block .news-wrapper .news-img .date-meta span {
  font-size: 16px;
  display: block;
}
.section-news-block .news-wrapper .news-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}
.section-news-block .news-wrapper .news-meta li {
  display: block;
}
.section-news-block .news-wrapper .news-button {
  border-radius: 0 !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #2e385c;
  font-size: 14px;
  color: #FFFFFF;
}
.section-news-block .news-wrapper .news-button:hover {
  background: #FFFFFF;
  border: 0px;
  color: #2e385c;
}
.section-news-block .news-wrapper .news-content {
  padding: 0px 12px 24px 12px;
}
.section-news-block .news-wrapper .news-content .news-text h5 a {
  font-family: 'Dosis', sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.section-news-block .news-wrapper .news-content .news-text p {
  font-size: 16px;
  font-weight: normal;
}
.section-news-block .news-wrapper:hover .news-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-news-block .news-wrapper:hover .news-button {
  background: #eb464a;
  color: #FFFFFF;
}
.section-news-block .news-wrapper:hover .news-button .fa {
  color: #FFFFFF;
}
.btn-social-icon {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: 0px !important;
  margin: 3px 3px;
}
.btn-social-icon .fa {
  line-height: 42px;
  color: #FFFFFF;
}
.btn-goggle-plus {
  background-color: #26b84b;
}
.btn-goggle-plus:hover {
  background-color: #20993e;
}
.btn-envelope-o {
  background-color: #d74b3e;
}
.btn-envelope-o:hover {
  background-color: #ad3d32;
}
.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #2e385c;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #2e385c;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 5px;
}
.section-contact-block .contact-info .icon-container i {
  font-size: 14px;
}
.section-contact-block .contact-info address {
  display: inline-block;
}
.section-contact-block .contact-info a {
  color: #333333;
}
.section-contact-block .contact-info a:hover {
  color: #2e385c;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type=text],
.section-contact-block #contact-form input[type=email],
.section-contact-block #contact-form input[type=url],
.section-contact-block #contact-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type=text]:focus,
.section-contact-block #contact-form input[type=email]:focus,
.section-contact-block #contact-form input[type=url]:focus,
.section-contact-block #contact-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #EEE;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-transparent-bg {
  background: transparent !important;
}
/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 80px 0px 55px 0px;
}
/***********************************************************************************************/
/* 05. BLOG LAYOUT */
/***********************************************************************************************/
.page-header {
  margin: 0;
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-position: center center;
  background-color: transparent;
  background-image: url('../images/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid #FFF;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}
.page-header h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Dosis', 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: #2e385c;
}
.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: #2e385c;
  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: #2e385c;
  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: #2e385c;
  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: #000000;
}
.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;
}
.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: #2e385c;
  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 #2e385c;
  color: #2e385c;
  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: #2e385c;
}
.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: #2e385c;
}
ul.pagination li a {
  color: #2e385c;
  -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: #2e385c;
  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 #2e385c;
  color: #2e385c;
}
.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: 'Dosis', sans-serif;
}
.commentslist li article header h5 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #000000;
}
.commentslist li article header h5 a {
  color: #000000;
}
.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-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: #2e385c;
  border-color: #2e385c;
  color: #fff;
}
.event-search-box .btn-event-search:hover {
  background-color: #1d233a;
}
.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: #2e385c;
}
.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-bottom: 30px;
}
.event-latest .event-latest-thumbnail a {
  display: block;
}
.event-latest .event-latest-thumbnail a img {
  vertical-align: middle;
}
.event-latest .latest-date {
  border: 2px solid #333333;
  border-radius: 0px;
  background: #333333;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding: 2px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.event-latest .event-details {
  padding: 10px 15px 0 0;
}
.event-latest .event-latest-title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}
.event-latest .event-latest-title a {
  color: #2e385c;
}
.event-latest .event-latest-title a:hover {
  color: #1d233a;
}
.event-latest .event-latest-details {
  font-size: 14px;
  margin-bottom: 16px;
}
.event-latest .event-latest-details a {
  border-right: 1px solid #a1a1a1;
  color: #6e6e6e;
  display: inline-block;
  line-height: 14px;
  margin-right: 3px;
  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-header {
  background-image: url("../images/our_mission_bg.html");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-heading-bold {
  position: relative;
  font-size: 32px;
  margin-bottom: 32px;
  line-height: 48px;
}
.section-about-us {
  clear: both;
}
.section-about-us .about-img {
  position: relative;
  overflow: hidden;
}
.section-about-us .about-img img {
  vertical-align: middle;
}
.section-about-us .about-details .about-heading {
  position: relative;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000000;
}
.section-about-us .about-details ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
}
.section-about-us .about-details ul li {
  padding-left: 25px;
  position: relative;
  float: left;
  width: 50%;
}
.section-about-us .about-details ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  border: 2px solid #2e385c;
  border-radius: 100%;
  margin: 0;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.section-about-us .highlight-block-1 {
  margin-top: 32px;
  color: #FFFFFF;
  position: relative;
  clear: both;
}
.section-about-us .highlight-block-1 .icon:before,
.section-about-us .highlight-block-1 .icon:after {
  font-family: Flaticon;
  font-size: 42px;
  font-style: normal;
  margin-left: 0px;
}
.section-about-us .highlight-block-1 .highlight {
  text-align: center;
}
.section-about-us .highlight-block-1 .highlight:nth-child(1) {
	background-color: #f0116e;
}
.section-about-us .highlight-block-1 .highlight:nth-child(2) {
	background-color: #a60040;
}
.section-about-us .highlight-block-1 .highlight:nth-child(3) {
	background-color: #f0116e;
}
.section-about-us .highlight-block-1 .highlight:nth-child(4) {
	background-color: #a60040;
}
.section-about-us .highlight-block-1 .highlight i.icon {
  margin: 20px 0 10px;
  display: block;
}
.section-about-us .highlight-block-1 .highlight h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section-about-us {
  clear: both;
}
.section-about-us .about-img-2 {
  position: relative;
  overflow: hidden;
}
.section-about-us .about-img-2 img {
  vertical-align: middle;
}
.section-about-us .about-details-2 .about-heading {
  position: relative;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000000;
}
.section-about-us .about-details-2 ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
}
.section-about-us .about-details-2 ul li {
  padding-left: 25px;
  position: relative;
  float: left;
  width: 50%;
}
.section-about-us .about-details-2 ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  border: 2px solid #2e385c;
  border-radius: 100%;
  margin: 0;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.section-our-team {
  clear: both;
}
.section-our-team .team-layout-1 {
  position: relative;
  overflow: hidden;
  border: 0px solid #EEE;
  margin-top: 30px;
  background: #fbfbfb;
}
.section-our-team .team-layout-1 .team-member {
  float: left;
  display: block;
  margin-right: 20px;
}
.section-our-team .team-layout-1 .team-member img {
  vertical-align: middle;
  width: 100%;
}
.section-our-team .team-layout-1 .team-info {
  padding: 5px 0px;
}
.section-our-team .team-layout-1 h3 {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #1A1A1A;
}
.section-our-team .team-layout-1 h4 {
  font-family: 'Dosis', sans-serif;
  color: #808080;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 0;
}
.section-our-team .team-layout-1 p {
  margin-top: 0;
}
.section-our-team .team-layout-1 .team-content {
  overflow: hidden;
  padding-right: 12px;
}
.section-our-team .team-layout-1 .team-content .team-social-share {
  border-top: 1px solid #EEE;
  margin: 0px 0px;
  padding: 10px 0 0;
}
.section-our-team .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: #2e385c;
  border: 1px solid #EEE;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.section-our-team .team-layout-1 .team-content .team-social-share a:hover {
  color: #0c0f18;
}
.single-team {
  background: transparent;
  margin: 20px 0 0px;
  overflow: hidden;
  position: relative;
}
.single-team img {
  width: 100%;
}
.single-team-details h3 {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 12px 0 0;
  text-transform: uppercase;
}
.single-team-details h4 {
  color: #9a9a9a;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.single-team-details ul.team-social-share-2 li {
  background: #2e385c;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}
.single-team-details ul.team-social-share-2 li a {
  color: #FFFFFF;
}
.single-team-details a.btn-team-details {
  border: 2px solid #2e385c;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
.service-bottom-layout {
  margin-top: 30px;
}
.single-service-content h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.single-service-content ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
}
.single-service-content ul li {
  padding-left: 32px;
  position: relative;
}
.single-service-content ul li:before {
  content: '';
  font-family: FontAwesome;
  display: inline-block;
  color: #2e385c;
  margin: 0 11px 0 0;
  position: absolute;
  left: 0px;
}
.section-faq {
  position: relative;
  overflow: hidden;
}
.section-faq .panel {
  box-shadow: none;
}
.section-faq .panel-default {
  border: 1px solid #EEE;
  padding: 17px 15px;
  background: #FFFFFF;
  border-radius: 0;
}
.section-faq .faq-box .panel-heading {
  background: none;
  border: 0 none;
  display: block;
  padding: 0;
}
.section-faq .faq-box .panel-title {
  letter-spacing: 0.02em;
  margin-bottom: 0;
  margin-top: 0;
  font-size: inherit;
  text-transform: capitalize;
}
.section-faq .faq-box .panel-title > a {
  display: block;
}
.section-faq .faq-box .panel-title > a:hover,
.section-faq .faq-box .panel-title > a:focus {
  outline: none;
  color: #333333;
}
.section-faq .faq-box .panel-body {
  padding-left: 0px;
}
.section-faq .faq-box .panel-heading [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "";
  float: left;
  color: #555555;
  font-size: 16px;
  margin-right: 10px;
}
.section-faq .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
  color: #555555;
  content: "";
}
.section-counter {
  background-image: url("../images/testimonial_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}
.section-counter:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  width: 100%;
  height: 2000px;
}
.section-counter .counter-block-1 {
  margin: 20px 0 0;
  padding: 25px 0;
}
.section-counter .counter-block-1 h4 {
  margin-top: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  position: relative;
}
.section-counter .counter-block-1 .counter {
  display: block;
  margin-top: 0px;
  font-size: 42px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
}
.section-counter .counter-block-1 .icon {
  border-radius: 0;
  font-size: 48px;
  line-height: 50px;
  margin: 20px 0;
  text-align: center;
  color: #111;
  opacity: 0.4;
  display: none;
}
.section-counter .testimonial-container {
  background: #FFFFFF;
}
.section-counter .testimony-layout-1 {
  position: relative;
  padding: 30px;
}
.section-counter .testimony-layout-1 .people-quote {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e385c;
  margin-bottom: 24px;
}
.section-counter .testimony-layout-1 h6 {
  margin: 0;
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
}
.section-counter .testimony-layout-1 h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section-counter .testimony-layout-1 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #4d4d4d;
}
.section-counter .testimony-layout-1 p.testimony-text {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 32px;
  margin: 0 0 24px 0;
  padding-top: 24px;
  color: #333333;
}
.section-counter .testimony-layout-1 p.testimony-text i {
  color: #808080;
  font-style: normal;
  opacity: 0.4;
}
.section-counter .testimonial-container .owl-controls {
  display: none;
  position: relative;
  margin-top: 0px;
}
.section-counter .testimonial-container .owl-controls .owl-dots {
  margin: 24px 0 0 0;
}
.section-counter .testimonial-container .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.section-counter .testimonial-container .owl-controls .owl-dots .owl-dot span {
  display: block;
}
.section-counter .testimonial-container .owl-controls .owl-dots .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #3f4d7e;
}
.section-client-testimonial {
  background-image: url("../images/testimonial_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.section-client-testimonial:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  width: 100%;
  height: 2000px;
}
.section-client-testimonial .testimony-layout-1 {
  background: #FFFFFF;
  position: relative;
  padding: 30px;
  margin: 0 15px;
}
.section-client-testimonial .testimony-layout-1 .people-quote {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e385c;
  margin-bottom: 24px;
}
.section-client-testimonial .testimony-layout-1 h6 {
  margin: 0;
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
}
.section-client-testimonial .testimony-layout-1 h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section-client-testimonial .testimony-layout-1 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #4d4d4d;
}
.section-client-testimonial .testimony-layout-1 p.testimony-text {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 32px;
  margin: 0 0 24px 0;
  padding-top: 24px;
  color: #333333;
}
.section-client-testimonial .testimony-layout-1 p.testimony-text i {
  color: #808080;
  font-style: normal;
  opacity: 0.4;
}
.section-client-testimonial .testimonial-container .owl-controls {
  display: none;
  position: relative;
  margin-top: 0px;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots {
  margin: 24px 0 0 0;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .owl-dot span {
  display: block;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #3f4d7e;
}
.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}
/***********************************************************************************************/
/* 09.1. COMING SOON PAGE */
/***********************************************************************************************/
.political-countdown-section {
  padding: 170px 0;
  background: transparent;
  background-image: url('../images/coming-soon.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
.political-countdown-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  content: '';
}
.political-countdown-section #political_election_countdown {
  font-size: 32px;
  clear: both;
  width: 900px;
  max-width: 100%;
  margin: 30px auto;
}
.political-countdown-section #political_election_countdown .countdown_container {
  text-align: center;
  display: block;
  float: left;
  width: 25%;
}
.political-countdown-section #political_election_countdown .countdown_container span.count_number {
  display: block;
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
  color: #FFFFFF;
}
.political-countdown-section #political_election_countdown .countdown_container span.count_text {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.political-countdown-section h2 {
  color: #FFFFFF;
  margin-top: 48px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/
.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url('../images/bg-geometry.html');
  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-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: 6px;
}
.gallery-light-box .gallery-img:before {
  background: rgba(78, 98, 130, 0.1);
  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: #2e385c;
  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: rgba(78, 98, 130, 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;
  margin-bottom: 50px;
}
.gallery-carousel .owl-controls {
  -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.9;
  margin-top: -24px;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -42px;
}
.gallery-carousel .owl-controls .owl-nav {
  text-align: center;
}
.gallery-carousel .owl-controls .owl-prev,
.gallery-carousel .owl-controls .owl-next {
  display: inline-block;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  background: #2e385c;
}
.gallery-carousel .owl-controls .owl-prev:hover,
.gallery-carousel .owl-controls .owl-next:hover {
  color: #1A1A1A;
}
.gallery-carousel:hover .owl-controls {
  opacity: 1;
}
/***********************************************************************************************/
/* 10. SERVICE PAGE */
/***********************************************************************************************/
.service-header {
  background-image: url("../images/home_1_banner.html");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-layout-1 {
  margin-top: 32px;
  text-align: left;
  background: #F8F9FA;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.service-layout-1 img {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-layout-1 h2 {
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
}
.service-layout-1 a.service_read_more {
  font-weight: 400;
  border: 2px solid #2e385c;
  background: #2e385c;
  padding: 5px 10px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 15px;
  text-transform: capitalize;
  text-align: center;
}
.service-layout-1 .service-info {
  padding: 12px 15px 20px;
}
.service-layout-1:hover img {
  opacity: 0.3;
}
.service-layout-2 {
  margin-top: 32px;
  text-align: left;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 0;
}
.service-layout-2 .service-img {
  position: relative;
}
.service-layout-2 img {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-layout-2 h2 {
  font-size: 20px;
  color: #333333;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
}
.service-layout-2 a.service_read_more {
  background: #f1f1f1;
  border-radius: 100%;
  bottom: -15px;
  color: #2e385c;
  font-size: 30px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
}
.service-layout-2 .service-info {
  padding: 12px 15px 20px;
  text-align: center;
}
.service-layout-2:hover h2:after {
  width: 100px;
  height: 1px;
}
.service-layout-2:hover img {
  opacity: 0.3;
}
.service-layout-2:hover a.service_read_more {
  background: #2e385c;
  color: #FFFFFF;
}
.service-layout-3 {
  margin: 32px 6px 0;
  text-align: left;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 0;
}
.service-layout-3 .service-img {
  position: relative;
}
.service-layout-3 img {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-layout-3 h2 {
  font-size: 20px;
  color: #333333;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 20px;
}
.service-layout-3 a.service_read_more {
  background: #f1f1f1;
  border-radius: 100%;
  bottom: -25px;
  color: #2e385c;
  font-size: 30px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
}
.service-layout-3 .service-info {
  padding: 12px 15px 20px;
  text-align: center;
}
.service-layout-3:hover h2:after {
  width: 100px;
  height: 1px;
}
.service-layout-3:hover img {
  opacity: 0.3;
}
.service-layout-3:hover a.service_read_more {
  background: #2e385c;
  color: #FFFFFF;
}
.section-client-logo {
  clear: both;
}
.section-client-logo .logo-layout-1 .client-logo {
  padding: 0 6px;
}
.section-client-logo .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;
}
.section-client-logo .logo-layout-1 .client-logo:hover img {
  border: 0px dotted #3f4d7e;
  opacity: 1;
}
.section-client-logo .logo-layout-2 .logo {
  background: #FFFFFF;
}
.section-client-logo .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;
}
.section-client-logo .logo-layout-2 .logo:hover img {
  border: 1px solid #3f4d7e;
  opacity: 1;
}
.section-client-logo .logo-items .owl-controls {
  margin-top: 0px;
}
.section-client-logo .logo-items .owl-controls .owl-nav {
  text-align: center;
  display: none;
}
.section-client-logo .logo-items .owl-controls .owl-prev,
.section-client-logo .logo-items .owl-controls .owl-next {
  display: block;
  margin: 0 4px;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #b3b3b3;
  width: 20px;
  height: 9px;
  position: relative;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 3px;
  background: #36426d;
  content: '';
}
/***********************************************************************************************/
/* 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: 'Dosis', sans-serif;
  text-align: center;
  margin: 80px 0;
  color: #2e385c;
}
.message-container-404 .text-404 span {
  color: #1d233a;
}
.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 {
  background-image: url("../images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
footer:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  width: 100%;
  height: 2000px;
}
footer .footer-intro {
  margin-bottom: 32px;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #e6e6e6;
}
footer p {
  color: #FFFFFF;
}
.about-footer {
  border-bottom: 1px solid #2C2C2C;
  margin-bottom: 60px;
  padding-bottom: 50px;
}
.footer-widget-area {
  padding: 100px 0 80px;
}
.footer-widget-area .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-widget-area .footer-subscription input[type="email"] {
  background: #FFFFFF;
  border: 0 solid #CCCCCC;
  border-radius: 0;
  height: 48px;
  color: #333333;
}
.footer-widget-area .footer-subscription input[type="email"]:focus {
  box-shadow: none;
  color: #333333;
}
.footer-widget-area .footer-subscription input[type="submit"] {
  background: #2e385c;
  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: 'Dosis', 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: #000000;
}
.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: #FFFFFF;
  padding: 4px 6px 6px 0;
  margin-right: 0px;
}
.footer-widget-area .contact-us {
  clear: both;
}
.footer-widget-area .contact-us p {
  padding-left: 42px;
}
.footer-widget-area .fa-contact {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #FFFFFF;
  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-contents {
  border-top: 1px solid #ffffff;
  padding: 28px 0 20px 0;
}
.social-icons {
  clear: both;
  margin-top: 20px;
}
.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;
}
.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: #2e385c;
  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: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: inline-block;
  color: #1A1A1A;
}
.widget-title span {
  font-style: 400;
  color: #000000;
}
.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: #2e385c;
}
.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: #2e385c;
  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: #2e385c;
}
.single-recent-post span {
  font-size: 14px;
  display: block;
  color: #2e385c;
  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 #2e385c;
  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 #2e385c;
  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: #2e385c;
}
/***********************************************************************************************/
/* 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: #2e385c;
  color: #FFFFFF;
  font-weight: bold;
}
/***********************************************************************************************/
/* 14. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .fbone-header-top .repair-icon-box .icon-container {
    font-size: 25px;
  }
  .fbone-header-top .repair-icon-box .text {
    font-size: 13px;
  }
  .fbone-header-top .repair-icon-box .text .head-heading {
    font-size: 13px;
  }
  .fbone-header-top .btn-quote .btn-request_quote {
    font-size: 12px;
    padding: 12px 3px;
  }
  #slider_1 .slider-content h2 {
    font-size: 50px;
    line-height: 52px;
  }
  #slider_1 .slider-content h3 {
    font-size: 25px;
  }
  #slider_1 .slider-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .about-us-layout-2 .xl {
    margin-bottom: 24px;
  }
}
@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;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  .fbone-header-top .fbone-col-logo {
    text-align: center;
  }
  .top-bar {
    text-align: center;
  }
  .top-donation-btn-container {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  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 span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-right {
    float: none;
    padding: 0;
    margin: 12px 110px 0 0;
  }
  .navbar-default .navbar .navbar-collapse {
    text-align: center;
  }
  .top-location-info {
    display: block;
    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 .slider_item_container {
    min-height: 350px;
  }
  #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;
  }
  #slider_1 .slider-content p {
    font-size: 22px;
    line-height: 27px;
  }
  .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;
  }
  .section-about-us {
    padding-bottom: 80px;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 22px;
  }
  a.btn-about {
    margin-bottom: 30px;
  }
  .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%;
  }
  .political-countdown-section #political_election_countdown {
    font-size: 24px;
  }
  .political-countdown-section #political_election_countdown .countdown_container span.count_number {
    font-size: 72px;
    line-height: 60px;
  }
  .political-countdown-section #political_election_countdown .countdown_container span.count_text {
    font-size: 24px;
    line-height: 42px;
  }
  .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-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .navbar-default .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
    float: none;
    -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: #2e385c;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar-nav > li > a.link-active {
    background: none;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #0d0d0d;
    padding: 15px 0;
    border: 0;
  }
  .navbar-default .pull-left {
    float: none !important;
    overflow: hidden;
  }
  .navbar-default .pull-right {
    float: none !important;
  }
  .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: #FFFFFF;
  }
  .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: 50px 0;
  }
  .page-header h3 {
    text-align: center;
  }
  .page-header .page-breadcrumb {
    text-align: center;
  }
  .section-content-block {
    padding: 60px 0;
  }
  .section-heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    font-size: 18px;
    padding: 0px;
  }
  .section-light-heading {
    font-size: 45px;
  }
  #slider_1 .slider_item_container {
    min-height: 350px;
  }
  #slider_1 .slider-content {
    text-align: center;
    top: 50%;
    transform: translateY(-55%);
  }
  #slider_1 .slider-content h2 {
    font-size: 42px;
    line-height: 45px;
  }
  #slider_1 .slider-content h2:after {
    left: 0;
    margin-left: 0;
  }
  #slider_1 .slider-content h3 {
    font-size: 20px;
    display: none;
  }
  #slider_1 .slider-content p {
    font-size: 16px;
    line-height: 25px;
  }
  #slider_1 .slider-content .slider-button {
    margin-top: 16px;
  }
  #slider_1 .slider-content .slider-button a.btn-slider {
    font-size: 16px;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  #slider_1 .slider-content .slider-button a.btn-slider-2 {
    font-size: 16px;
    margin-left: 10px;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .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: 22px;
    font-weight: 500;
  }
  .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;
  }
  .section-counter {
    padding: 48px 0;
  }
  .section-appointment .counter-box {
    margin-top: 0;
  }
  .section-appointment .counter-block-1 {
    text-align: center;
  }
  .event-latest {
    clear: both;
  }
  .event-latest .event-details {
    padding: 12px 6px 0 12px;
  }
  .political-countdown-section #political_election_countdown {
    font-size: 24px;
  }
  .political-countdown-section #political_election_countdown .countdown_container span.count_number {
    font-size: 50px;
    line-height: 40px;
  }
  .political-countdown-section #political_election_countdown .countdown_container span.count_text {
    font-size: 18px;
    line-height: 42px;
  }
  .political-countdown-section h2 {
    font-size: 24px;
  }
  .cta-section .cta-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section-home-blog .latest-news-container {
    margin-bottom: 30px;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 22px;
  }
  .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;
  }
  .about_couter_block {
    margin: 48px 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;
  }
  a.btn-load-more {
    margin-bottom: -24px;
    margin-top: -16px;
  }
  .cta-section-1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 24px;
  }
  .cta-section-1 a.btn-cta1 {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .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;
  }
  .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;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  a.logo {
    text-align: center;
    width: 75%;
  }
  .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: #FFFFFF;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .section-heading-wrapper {
    margin-bottom: 0px;
  }
  .section-content-block {
    padding: 32px 0;
  }
  .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;
  }
  #slider_1 .slider_item_container {
    min-height: 300px;
  }
  #slider_1 .slider-content {
    top: 50%;
    transform: translateY(-55%);
  }
  #slider_1 .slider-content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  #slider_1 .slider-content h2:after {
    left: 0;
    margin-left: 0;
  }
  #slider_1 .slider-content h3,
  #slider_1 .slider-content p {
    display: none;
  }
  #slider_1 .slider-content .slider-button {
    margin-top: 16px;
  }
  #slider_1 .slider-content .slider-button a.btn-slider {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    height: 42px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }
  #slider_1 .slider-content .slider-button a.btn-slider-2 {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    height: 42px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .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: 22px;
    font-weight: 500;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 22px;
  }
  .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;
  }
  .section-our-team .team-layout-1 .team-member img {
    display: none;
  }
  .section-client-testimonial .testimonial-container {
    padding: 24px 0px;
  }
  .section-client-testimonial .testimony-layout-1 {
    position: relative;
  }
  .section-client-testimonial .testimony-layout-1 .people-quote {
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .section-client-testimonial .testimony-layout-1 p.testimony-text {
    font-size: 16px;
    font-style: normal;
  }
  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;
  }
  .political-countdown-section #political_election_countdown {
    font-size: 24px;
  }
  .political-countdown-section #political_election_countdown .countdown_container span.count_number {
    font-size: 50px;
    line-height: 40px;
  }
  .political-countdown-section #political_election_countdown .countdown_container span.count_text {
    font-size: 18px;
    line-height: 42px;
  }
  .political-countdown-section h2 {
    font-size: 24px;
  }
  .section-counter {
    padding: 32px 0 0;
  }
  .section-counter .counter-block-2 {
    margin: 12px 0 48px;
  }
  .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 .news-content {
    padding: 12px 16px 24px;
  }
  .section-news-block .news-wrapper {
    margin: 0 0 48px 0;
  }
  .cta-section-1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 24px;
  }
  .cta-section-1 a.btn-cta1 {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    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;
  }
  .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;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget-area .textwidget i.fa {
    padding-top: 10px;
  }
  .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: center;
  }
}
/* 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 */
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 220px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 150px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 25px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 5px #999;
  z-index: 100;
  transition: background-color 0.5s;
  }
  
  .floaters{
  width: 100%;
  }
  .float2:hover {
  background-color: white;
  transition: background-color 0.5s;
  }
  
  .float2:hover .my-float2 {
  color: #FFBC13;
  }
  
  .my-float2 {
  margin-top: 14px;
  }
  
  @media (max-width: 575px) {
  
      .logo-image {
      width: 100%;
      height: 80px;
  }
  
  .float2 {
  width: 50px;
  height: 50px;
  bottom: 100px;
  left: 80vw;
  }
  
  .my-float2,
  .my-float {
  margin-top: 10px;
  }
  
  .float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 60px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: background-color 0.5s;
  margin-left: 8px;
  }

 
  
  }

  .fa-location-dot{
      font-size: 22px;
      margin-top: 10px;
      }

      .logo-image {
          width: 100%;
          height: 45px;
      }

