/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700|Roboto:400,500,500i,700");
/**
 * File: styles.css
 * Description : Contains all necessary styling for the Mind Trainer - Psychology and Psychotherapist Center HTML5 Template
 * Author: xenioushk
 * URL: https://themeforest.net/item/mind-trainer-psychology-and-counseling-center-html5-template/19682769
 * Project: Mind Trainer - Psychology and Psychotherapist Center HTML5 Template
 * Version: 1.0.1
 * Last Update: 24-09-2023
 **/
/*========================================================================*/
/*   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
/*
/*========================================================================*/
/**
 * 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: 16px/32px "Lato", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color:#5d6929;
  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: #01538d;
  text-decoration: none;
}
blockquote {
  font: "Lato", sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", 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-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    margin: 0 0 12px;
    padding: 0;
    color: #000;
}
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: #0091cb;
  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: #0091cb;
  background-image: url("../images/uparr-48-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #5cbbfe;
  -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 #01538d;
}
.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 #0091cb;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #0091cb;
}
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: "Lato", 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-heading {
  position: relative;
  font-size: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900;
  color: #0091cb;
}
.section-heading:after {
  border-top:2px solid #0091cb;
  background: transparent;
  content: "";
  height: 1px;
  height: 2px;
  margin-left: 15px;
  position: absolute;
  top: 20px;
  width: 60px;
}
.section-heading:before {
  border-top:2px solid #0091cb;
  background: transparent;
  content: "";
  height: 1px;
  margin-left: -78px;
  position: absolute;
  top: 20px;
  width: 60px;
}
.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: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: #333;
  padding: 20px 0;
  margin: 0 auto;
  max-width:600px;
}
.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: #fff;
}
#btn, .btn{
  position:relative;
  z-index:1;
  -webkit-border-radius: 5px 18px;
  -moz-border-radius: 5px 18px;
  border-radius: 5px 18px;
}
#btn:before, .btn:before {
  -webkit-border-radius: 5px 18px;
  -moz-border-radius: 5px 18px;
  border-radius: 5px 18px;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#btn:hover:before, .btn:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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: #0091cb;
  color: #ffffff;
}
.btn-custom {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #cccccc;
  background: #0091cb;
  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 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  -webkit-border-radius: 5px 18px;
  -moz-border-radius: 5px 18px;
  border-radius: 5px 18px;
}

.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: #0091cb;
  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: #0091cb;
  color: #ffffff;
}
a.btn-load-more {
    margin-top: 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;
    background: transparent;
    color: #5d6929;
    background: #ffffff;
    border: 1px solid #5d6929;
    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: #5d6929;
    border: 1px solid #5d6929;
}
.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: #0091cb;
}
.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 #0091cb;
  color: #0091cb;
  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;
}


/*------------------------------ Fonts  ---------------------------------*/

@font-face {
  font-family: 'Andulka Text Pro';
  src: url('fonts/AndulkaTextPro-Bold.woff2') format('woff2'),
      url('fonts/AndulkaTextPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  left: 0;
  position: absolute;
  /*position: relative;*/
  top: 0;
  width: 100%;
  z-index: 1000;
}
.main-header .sticky-wrapper {
  background: #ffffff;
}
.main-header .navgiation-wrapper {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.main-header .top-bar {
  background: #1c231d;
  line-height: 42px;
  color: #ffffff;
  font-size: 14px;
}
.main-header .top-bar i {
  color: #ffffff;
  margin-right: 5px;
  display: inline-block;
}
.main-header .top-bar a {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-header ul.top-bar-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header ul.top-bar-info li {
  margin-right: 32px;
  position: relative;
}
.main-header ul.top-bar-info li:after {
  content: "";
  width: 8px;
  background: #c7c7c7;
  display: inline-block;
  margin: 0 10px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: -31px;
  display:none;
}
.main-header ul.top-bar-info li:last-child {
  margin-right: 0px;
}
.main-header ul.top-bar-info li:last-child:after {
  display: none;
}
.main-header ul.top-bar-info li.top-bar-phone {
  text-indent: 3px;
  position: relative;
  display: inline;
}
.main-header ul.top-bar-info li.top-bar-hour {
  position: relative;
  display: inline;
}
.main-header ul.top-bar-info li.top-bar-address {
  position: relative;
  display: inline;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-header .top-bar .row{
  display: flex;
  align-items: center;
}
.main-header .top-bar-social {
  color: #ffffff;
  font-size: 16px;
  margin-top: 2px;
  border: 0px solid #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align:right;
}
.main-header .top-bar-social a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-header .top-bar-social a i.fa {
  width: 24px;
  height: 24px;
  text-align: center;
  color: #666;
  background: #fafafa;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.main-header .top-bar-social a:hover i.fa {
  color: #000;
  background: #fafafa;
}
a.top-appoinment-btn {
  background:#1c231d;
  border: 0 solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px;
  text-transform: uppercase;
}
.sticky-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-header .navgiation-wrapper {
  background: rgba(255, 255, 255, 0.95);
}
.sticky-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: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/
a.logo {
  margin-top: 0;
  display:block;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  position: relative;
}
a.logo img {
  display: block;
}
.navbar-default {
  border: none;
  background: transparent;
  margin-bottom: 0px;
  padding:5px 0;
}
.navbar-default .navbar-nav > li {
  margin-left:30px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000000;
}
.navbar-default .navbar-nav li.drop {
  position: relative;
}
.navbar-default .navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top:48px;
  left: 0;
  width: 340px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-default .navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}
.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  top: 0px;
  left: 100%;
  border-bottom: none;
}
.navbar-default .navbar-nav li ul.drop-down li a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #000000;
  padding:5px 15px;
  text-transform: uppercase;
  background: #ffff;
  margin: 0;
  border: none;
  border-top: solid #d9d7d7 1px;
}
.navbar-default .navbar-nav li ul.drop-down li a:hover {
  background:#0091cb;
  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: #0091cb;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 0px;
  margin: 0 !important;
}
.menu-container {
  border: 5px solid rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  padding: 0px 20px;
}
.menu-container .navbar-nav li ul.drop-down {
  top: 66px;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-how-we-work-2 {
  padding-bottom: 48px !important;
  background: #f9fafb;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.section-how-we-work-2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  overflow: hidden;
  content: "";
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
}
.highlight-block {
  margin-bottom: 48px;
  background: #0091cb;
  padding: 40px 30px 50px;
  position: relative;
}
.highlight-block > i {
  color: #ffffff;
  display: block;
  font-size: 70px;
  margin-bottom: 23px;
}
.highlight-block h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 18px;
}
.highlight-block p {
  color: #ffffff;
}
.highlight-block a {
  bottom: 0px;
  color: #0091cb;
  background: #ffffff;
  float: right;
  padding: 10px 15px;
  position: absolute;
  right: 0px;
}
.highlight-block:hover a {
  background: #cccccc;
}
.section-content-block {
  padding: 70px 0;
  background: #ffffff;
}
.section-pure-white-bg {
  background: #ffffff !important;
}
.section-services {
  /* background: #eff1f3 !important; */
  padding: 70px 0 50px 0;
}
#slider_1 {
  text-align: center;
}
#slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
#slider_1 .slider-content {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -30%);
}
#slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    margin: 16px 0 0;
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
}
#slider_1 .slider-content h2 {
  font-size: 45px;
  line-height: 80px;
  font-weight: 700;
  margin: 24px 0 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#slider_1 .slider-content h2 span {
  padding: 0 3px;
  font-weight: 400;
}
#slider_1 .slider-content a.btn-slider {
  display: block;
  font-size: 18px;
  margin-top: 24px;
  background: #5d6929;
  border: 2px solid #5d6929;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-transform: uppercase;
  padding: 12px 22px;
  margin: 30px auto 0;
  width: max-content;
  -webkit-border-radius: 5px 20px;
  -moz-border-radius: 5px 20px;
  border-radius: 5px 20px;
}
#slider_1 .slider-content a.btn-slider:hover {
  background:#1c231d;
  border: 2px solid #1c231d;
  color: #ffffff;
}
#slider_1 .slider-contents-info {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 42px 42px 42px;
  display: block;
}
#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 {
  border: 1px solid #5d6929;
  background: #5d6929;
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  margin-top: 0px;
  opacity: 1;
  position: absolute;
  top: 50%;
  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 {
  left: 0px;
  width: 60px;
}
#slider_1 .owl-controls .owl-nav div.owl-next {
  right: 0px;
  width: 60px;
}
#slider_1:hover .owl-controls {
  opacity: 1;
}
#slider_1:hover .owl-controls .owl-nav div.owl-prev {
  left: 24px;
}
#slider_1:hover .owl-controls .owl-nav div.owl-next {
  right: 24px;
}
/* .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;
}
.btn-heading {
  background: transparent;
  border: 2px solid #0091cb;
  color: #0091cb;
}
.section-banner {
  background-image: url("../images/home_1_slider_1.jpg");
  padding: 250px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.section-banner .banner-content {
  transform: translateY(30px);
  width: 100%;
}
.section-banner .banner-content h3 {
  font-family: "Roboto", 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: "Roboto", 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: 400;
}
.section-banner .banner-content a.btn-slider {
  font-size: 16px;
  margin-top: 24px;
  background: #0091cb;
  border: 2px solid #0091cb;
  color: #ffffff;
  line-height: 32px;
  padding-left: 18px;
  padding-right: 18px;
  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: #0171c0;
  border: 2px solid #0091cb;
  color: #ffffff;
}
.section-home-blog {
  background: #eff1f3;
}
.section-home-blog .latest-news-container {
  border: 0px solid #cccccc;
  margin-top: 0;
}
.section-home-blog .latest-news-container figure img {
  display: block;
  border: solid #ccc 1px;
}
.section-home-blog .latest-news-container .news-content {
  background: #ffffff;
  padding: 12px 12px 24px;
}
.section-home-blog .latest-news-container .news-content h3 {
  color: #5d6929;
  font-size:16px;
  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;
    color: #5d6929;
}
.section-home-blog .latest-news-container .news-content p {
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-home-blog .latest-news-container .news-content .news-meta-info {
  font-size: 14px;
}
.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;
  display: none;
  margin: 12px 12px 0 0;
  color: #e6e6e6;
}
.counter-layout-1 span.counter {
  display: block;
  font-size: 46px;
  font-weight: 300;
  font-family: "Roboto", 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: "Roboto", sans-serif;
  font-weight: 300;
  color: #9a9a9a;
}
.counter-layout-1 span.counter_text {
  color: #eb464a;
  display: block;
  font-family: "Roboto", 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;
}
.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: #0091cb;
  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: #0091cb;
  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: #0091cb;
  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: "Roboto", 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: #0091cb;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  padding: 12px 10px 6px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 100px;
  text-transform: uppercase;
}
.event_wrapper .sidebar-event .event-date .day {
  font-size: 36px;
  display: block;
  font-weight: 600;
}
.event_wrapper .sidebar-event .event-date .month {
  color: #e6e6e6;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 2px;
  margin-bottom: -5px;
}
.event_wrapper .sidebar-event .event-date .year {
  color: #e6e6e6;
  display: block;
  font-size: 15px;
}
.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: "Roboto", 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: #0091cb;
}
.event_wrapper:hover h5 a {
  color: #0091cb;
}
.event_wrapper:hover a.event_read_more {
  background: #0171c0;
}
.section-price-plan {
  background-image: url("../images/pricing_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.section-price-plan:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  content: "";
}
.pricing-container {
  -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: #ffffff;
  box-sizing: border-box;
  padding: 25px 30px;
  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;
}
.pricing-container .pricing-container-title {
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.pricing-container .pricing-container-pricing {
  display: inline-block;
  line-height: 1;
  margin-bottom: 11px;
}
.pricing-container .pricing-container-pricing .plan-currency {
  color: #0091cb;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  vertical-align: top;
}
.pricing-container .pricing-container-pricing .plan-price {
  color: #0091cb;
  font-size: 40px;
  font-weight: 500;
  vertical-align: middle;
}
.pricing-container .pricing-container-details {
  margin-bottom: 28px;
}
.pricing-container a.price-plan-btn {
  background: #0091cb;
  color: #ffffff;
  border: 2px solid #0091cb;
  font-size: 16px;
  height: 42px;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  -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;
}
.pricing-container:hover {
  background-color: #0091cb;
}
.pricing-container:hover a.price-plan-btn {
  background: #ffffff;
  color: #333333;
}
.pricing-container:hover .plan-currency {
  color: #ffffff;
}
.pricing-container:hover .plan-price {
  color: #ffffff;
}
.pricing-container:hover .pricing-container-title {
  color: #ffffff;
}
.pricing-container:hover .pricing-container-details {
  color: #ffffff;
}
.cta-section {
  background: transparent;
  background-image: url("../images/cta-bg-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
.cta-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  content: "";
}
.cta-section .cta-content {
  color: #ffffff;
}
.cta-section .cta-content h2 {
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.cta-section .cta-content h3 {
  font-size: 28px;
  color: #0091cb;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.cta-section .cta-content h4 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.cta-section .cta-content a.btn-appointment {
  background: #0091cb;
  border: 2px solid #0091cb;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 6px 24px;
  position: relative;
  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;
}
.cta-section .cta-content a.btn-appointment:hover {
  background-color: #0171c0;
}
.cta-section-1 {
  padding: 80px 0 0;
}
.cta-section-1 h2 {
  font-size: 28px;
  line-height: 42px;
  color: #1a1a1a;
  margin: 48px 0 24px 0;
  font-weight: 500;
}
.cta-section-1 p {
  margin-bottom: 32px;
  color: #808080;
}
.cta-section-1 .btn-cta-1 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0px;
  padding: 10px 24px;
  color: #ffffff;
  background: #0091cb;
  font-size: 14px;
  font-weight: 600px;
}
.cta-img {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.cta-img img {
  display: block;
}
.section-appoinment {
  background-image: url("../images/appointment_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.appointment-form-wrapper {
  padding: 40px;
  background: #f9fafb;
  z-index: 99;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}
.appointment-form-wrapper .appoinment-form .form-control {
  font-size: 16px;
}
.appointment-form-wrapper .appoinment-form .form-group {
  margin-bottom: 0;
  padding-left: 0;
}
.appointment-form-wrapper .appoinment-form input[type="text"],
.appointment-form-wrapper .appoinment-form input[type="email"],
.appointment-form-wrapper .appoinment-form input[type="url"],
.appointment-form-wrapper .appoinment-form input[type="password"] {
  border: 0px;
  border: 1px solid #eeeeee;
  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;
}
.appointment-form-wrapper .appoinment-form input[type="text"]:focus,
.appointment-form-wrapper .appoinment-form input[type="email"]:focus,
.appointment-form-wrapper .appoinment-form input[type="url"]:focus,
.appointment-form-wrapper .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 #eeeeee;
}
.appointment-form-wrapper .appoinment-form textarea {
  border: 0px;
  border: 1px solid #eeeeee;
  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;
}
.appointment-form-wrapper .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 #eeeeee;
}
.appointment-form-wrapper .appoinment-form .select-style {
  position: relative;
}
.appointment-form-wrapper .appoinment-form .select-style select.form-control {
  border: 1px solid #eeeeee;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: url("../images/down_arrow.png");
  background-position: 100% 60%;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: none;
  color: #999;
  padding: 6px 12px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 24px;
}
.appointment-form-wrapper .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 #eeeeee;
  box-shadow: none;
}
.appointment-form-wrapper .appoinment-form .checkbox {
  display: inline-block;
}
.appointment-form-wrapper .appoinment-form span.check-text {
  top: -6px;
  position: relative;
}
.appointment-form-wrapper .appoinment-form .btn-submit {
  background: #0091cb;
  border: 2px solid #0091cb;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  margin-top: 12px;
  font-size:14px;
  letter-spacing: 0.04em;
  transition: all 0.3s ease-out 0s;
}
.appointment-form-wrapper .appoinment-form .btn-submit:hover {
  background-color: #0171c0;
}
.cta-section-2 {
  padding: 100px 0;
  background: transparent;
  background-image: url("../images/volunteer_group.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
.cta-section-2:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  content: "";
}
.cta-section-2 h2 {
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.cta-section-2 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #0091cb;
  background: #ffffff;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cta-section-2 .video-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  border: 3px solid #0f9bfe;
  color: #0f9bfe;
  display: block;
  margin: 40px auto 48px auto;
  padding: 25px;
  text-align: center;
  text-indent: 5px;
  width: 120px;
  -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;
}
.cta-section-2 .video-icon:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
  border: 3px solid #cccccc;
  color: #ffffff;
}
.cta-section-3 {
  padding: 64px 0;
  background: transparent;
  background-image: url("../images/pattern_1.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: initial;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section-3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0091cb;
  opacity: 0.95;
  top: 0;
  left: 0;
  content: "";
}
.cta-section-3 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cta-section-3 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #ffffff;
}
.cta-section-3 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #0091cb;
  background: #ffffff;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -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-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 0px 1px 1px;
  border-radius: 0px;
  color: #333333;
  height: 55px;
  padding-left: 13px;
  width: 100%;
}
.section-newsletter .horizontal-newsletter .news-subscription > button {
  background: #0091cb;
  border: 0 none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  width: 85px;
}
.section-newsletter .horizontal-newsletter .news-subscription > button:hover {
  background: #0171c0;
}
.testimonial-block {
  background: #0091cb;
  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: #0091cb;
  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: #0091cb;
  font-size: 14px;
  color: #ffffff;
}
.section-news-block .news-wrapper .news-button:hover {
  background: #ffffff;
  border: 0px;
  color: #0091cb;
}
.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: "Roboto", 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: 22px;
  border-bottom: 3px solid #eeeeee;
  color: #0091cb;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width:100px;
  background: #0091cb;
}
.section-contact-block .contact-info li {
    display: flex;
    align-items: center;
    line-height: normal;
    gap:5px;
    margin-bottom: 10px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background:#5d6929;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.section-contact-block .contact-info .icon-container i {
  font-size:18px;
}
.section-contact-block .contact-info address {
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin-left: 8px;
}
.section-contact-block .contact-info a {
  color: #333333;
}
.section-contact-block .contact-info a:hover {
  color: #0091cb;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type="text"],
.section-contact-block #contact-form input[type="email"],
.section-contact-block #contact-form input[type="url"],
.section-contact-block #contact-form input[type="password"] {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type="text"]:focus,
.section-contact-block #contact-form input[type="email"]:focus,
.section-contact-block #contact-form input[type="url"]:focus,
.section-contact-block #contact-form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-transparent-bg {
  background: transparent !important;
}
/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 48px 0;
}
/***********************************************************************************************/
/* 05. BLOG LAYOUT */
/***********************************************************************************************/
.page-header {
  margin: 0;
  padding: 200px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/header-bg.jpg);
  background-repeat: repeat;
  background-size: initial;
  border: 0px solid #fff;
  background-size:cover;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.page-header h3 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  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: #0091cb;
}
.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-content a {
  display: block;
}
.single-post .single-post-content a img {
  display: block;
}
.single-post .single-post-title {
  line-height: 24px;
}
.single-post .single-post-title h2 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}
.single-post .single-post-title .single-post-meta {
  font-size: 15px;
}
.readmore {
  border: 0px;
  background: #0091cb;
  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: #0091cb;
  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: 16px;
}
.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: 28px;
  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: #0091cb;
  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: #0091cb;
  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 #0091cb;
  color: #0091cb;
  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: 16px;
  min-height: 100px;
}
.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;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #999999;
  color: #333333;
  margin-right: 3px;
}
.article-author .social-icons a:hover {
  color: #0091cb;
}
.related-post {
  margin-top: 24px;
  background: #f9fafb;
  padding: 16px;
}
.related-post ul li {
  margin: 5px 0;
}
.related-post ul li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #333333;
}
.related-post ul li a:hover {
  color: #0091cb;
}
ul.pagination li a {
  color: #0091cb;
  -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: #0091cb;
  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: 16px;
}
.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 #0091cb;
  color: #0091cb;
}
.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: "Roboto", 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: 0.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 #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus,
#comment-form input[type="url"]:focus,
#comment-form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #a1a1a1;
}
#comment-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 12px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
/***********************************************************************************************/
/* 07. EVENTS/CAMPAIGN PAGE */
/***********************************************************************************************/
.event-section-1 {
  background-image: url("../images/event_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.event-section-1:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  content: "";
}
.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: #0091cb;
  border-color: #0091cb;
  color: #fff;
}
.event-search-box .btn-event-search:hover {
  background-color: #0171c0;
}
.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: #0091cb;
}
.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;
}
.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;
}
/***********************************************************************************************/
/*  APPOINTMENT PAGE */
/***********************************************************************************************/
.section-appoinment-page {
  position: relative;
  overflow: hidden;
}
.section-appoinment-page .appointment-query {
  color: #0091cb;
  text-transform: wppercase;
  padding-top: 120px;
}
.appointment-form-wrapper-1 .appoinment-form p {
  color: #333333;
}
.appointment-form-wrapper-1 .appoinment-form .form-control {
  font-size: 16px;
}
.appointment-form-wrapper-1 .appoinment-form .form-group {
  margin-bottom: 0;
  padding-left: 0;
}
.appointment-form-wrapper-1 .appoinment-form input[type="text"],
.appointment-form-wrapper-1 .appoinment-form input[type="email"],
.appointment-form-wrapper-1 .appoinment-form input[type="url"],
.appointment-form-wrapper-1 .appoinment-form input[type="password"] {
  border: 0px;
  border: 1px solid #eeeeee;
  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;
}
.appointment-form-wrapper-1 .appoinment-form input[type="text"]:focus,
.appointment-form-wrapper-1 .appoinment-form input[type="email"]:focus,
.appointment-form-wrapper-1 .appoinment-form input[type="url"]:focus,
.appointment-form-wrapper-1 .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 #eeeeee;
}
.appointment-form-wrapper-1 .appoinment-form textarea {
  border: 0px;
  border: 1px solid #eeeeee;
  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;
}
.appointment-form-wrapper-1 .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 #eeeeee;
}
.appointment-form-wrapper-1 .appoinment-form .select-style {
  position: relative;
}
.appointment-form-wrapper-1 .appoinment-form .select-style select.form-control {
  border: 1px solid #eeeeee;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: url("../images/down_arrow.png");
  background-position: 100% 60%;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: none;
  color: #999;
  padding: 6px 12px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 24px;
}
.appointment-form-wrapper-1 .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 #eeeeee;
  box-shadow: none;
}
.appointment-form-wrapper-1 .appoinment-form .checkbox {
  display: inline-block;
}
.appointment-form-wrapper-1 .appoinment-form span.check-text {
  top: -6px;
  position: relative;
}
.appointment-form-wrapper-1 .appoinment-form .btn-submit {
  background: #0091cb;
  border: 2px solid #0091cb;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.appointment-form-wrapper-1 .appoinment-form .btn-submit:hover {
  background-color: #0171c0;
}
/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.about-us-header {
  background-image: url("../images/our_mission_bg.jpg");
  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 [class^="flaticon-"]:before,
.section-about-us [class*=" flaticon-"]:before,
.section-about-us [class^="flaticon-"]:after,
.section-about-us [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 42px;
  font-style: normal;
  margin-left: 0px;
}
.section-about-us .about-counter-block {
  background: #fafafa;
  padding: 24px 0 0 0;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin-bottom: 36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-about-us .about-counter-block > i {
  color: #000000;
  opacity: 0.7;
  display: block;
  font-size: 42px;
}
.section-about-us .about-counter-block span {
  display: block;
  font-size: 36px;
  margin: 22px 0 12px;
  color: #0091cb;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.section-about-us .about-counter-block h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.section-about-us .about-counter-block:hover {
  background: #0091cb;
}
.section-about-us .about-counter-block:hover i {
  color: #ffffff;
  opacity: 1;
}
.section-about-us .about-counter-block:hover span {
  color: #ffffff;
}
.section-about-us .about-counter-block:hover h4 {
  color: #ffffff;
}
.section-about-us .about-details .about-heading {
  position: relative;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000000;
}
.section-about-us .about-details ul {
  list-style-type: none;
  margin-bottom: 16px;
}
.section-about-us .about-details ul li {
  padding-left: 32px;
  position: relative;
}
.section-about-us .about-details ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  background: #0091cb;
  margin: 0 11px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 0px;
}
.section-about-us .about-details a.btn-about {
  font-size: 16px;
  margin-top: 16px;
  background: #0091cb;
  border: 2px solid #0091cb;
  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;
}
.section-about-us .about-details a.btn-about:hover {
  background: #0171c0;
  border: 2px solid #0091cb;
  color: #ffffff;
}
.about-us-layout-2 {
  display: block;
  clear: both;
  position: relative;
}
.about-us-layout-2 .about-us-img img {
  width: 100%;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 2px 2px 2px 2px;
  vertical-align: middle;
}
.about-us-layout-2 .xl {
  margin-top: 30px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.about-us-layout-2 .xl img {
  width: 100%;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 2px 2px 2px 2px;
  vertical-align: middle;
}
.about-us-layout-2 .xl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .xl:after {
  color: #343434;
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  text-indent: 5px;
  box-shadow: 0 0 0 6px rgba(1, 143, 243, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .highlight-1 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  background: #fafafa;
  padding: 28px 10px 15px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .highlight-1 [class^="flaticon-"]:before,
.about-us-layout-2 .highlight-1 [class*=" flaticon-"]:before,
.about-us-layout-2 .highlight-1 [class^="flaticon-"]:after,
.about-us-layout-2 .highlight-1 [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 42px;
  font-style: normal;
  margin-left: 0px;
}
.about-us-layout-2 .highlight-1 > i {
  color: #ffffff;
  font-family: flaticon;
  line-height: 80px;
  font-size: 42px;
  padding: 25px;
  border-radius: 100%;
  position: relative;
  background-color: #0091cb;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .highlight-1 h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 20px 0px 10px;
  text-transform: uppercase;
}
.about-us-layout-2 .highlight-1:hover {
  background: #0091cb;
}
.about-us-layout-2 .highlight-1:hover > i {
  font-family: Flaticon;
  transform: rotate(360deg);
  background: #ffffff;
  color: #0091cb;
}
.about-us-layout-2 .highlight-1:hover h5 {
  color: #ffffff;
}
.about-us-layout-2 .highlight-1:hover p {
  color: #ffffff;
}
.section-our-team {
  clear: both;
}
.section-our-team .team-centered {
  text-align: center !important;
}
.team-layout-1 {
  background: #f9fafb;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team-layout-1 .team-member {
  position: relative;
  overflow: hidden;
}
.team-layout-1 .team-member img {
  vertical-align: middle;
}
.team-layout-1 .team-member .team-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 20px;
  transform: scale(0);
  transition: all 0.5s ease 0s;
}
.team-layout-1 .team-member .team-content p {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.team-layout-1 .team-member .dept-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
}
.team-layout-1 .team-info {
  padding: 5px 12px;
  text-align: center;
}
.team-layout-1 h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.team-layout-1 h4 {
  font-family: "Roboto", sans-serif;
  color: #0091cb;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.team-layout-1 .team-social-share {
  border-top: 1px solid #cccccc;
  margin: 15px 10px;
  padding: 20px 10px 15px;
}
.team-layout-1 .team-social-share a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  text-align: center;
  width: 32px;
  color: #0091cb;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
}
.team-layout-1 .team-social-share a:hover {
  color: #0171c0;
}
.team-layout-1:hover .team-member .team-content {
  transform: scale(1);
}
.col-faq-inner {
  position: relative;
  overflow: hidden;
}
.col-faq-inner:before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 3000px;
  width: 3000px;
  content: "";
  background: #fafafa;
}
.section-faq {
  background: #ffffff;
  position: relative;
}
.section-faq .panel {
  box-shadow: none;
}
.section-faq .panel-default {
    border: 1px solid #eeeeee;
    padding: 20px;
    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 > a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}
.section-faq .faq-box .panel-title > a:hover,
.section-faq .faq-box .panel-title > a:focus {
  outline: none;
}
.section-faq .faq-box .panel-body {
  padding-left: 35px;
}
.section-faq .faq-box .panel-body {
  font-size: 16px;
}
.section-faq .faq-box .panel-heading [data-toggle="collapse"]:after {
  font-family: "FontAwesome";
  content: "\f077";
  float: left;
  color: #5d6929;
  font-size: 16px;
  margin-right: 20px;
}
.section-faq .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
  color: #5d6929;
  content: "\f078";
}
.section-counter {
  background-image: url("../images/counter_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: 0;
}
.section-counter .counter-block-1 h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #0091cb;
  letter-spacing: 0.03em;
  position: relative;
}
.section-counter .counter-block-1 .counter {
  display: block;
  margin-top: 30px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.section-counter .counter-block-1 [class^="flaticon-"]:before,
.section-counter .counter-block-1 [class*=" flaticon-"]:before,
.section-counter .counter-block-1 [class^="flaticon-"]:after,
.section-counter .counter-block-1 [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 42px;
  font-style: normal;
  margin-left: 0px;
}
.section-counter .counter-block-1 .icon {
  background: #0091cb;
  border-radius: 0;
  font-size: 42px;
  line-height: 70px;
  margin: 32px 0;
  text-align: center;
  padding: 20px;
  font-family: flaticon;
  color: #ffffff;
}
.section-counter .counter-block-2 {
  margin: 24px 0;
}
.section-counter .counter-block-2 h4 {
  margin-top: 12px;
  margin-bottom: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.03em;
  position: relative;
}
.section-counter .counter-block-2 h4:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  bottom: -22px;
  left: 50%;
  margin-left: -21px;
  background: #0091cb;
}
.section-counter .counter-block-2 .counter {
  display: block;
  margin-top: 48px;
  font-size: 55px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.section-counter .counter-block-2 .icon {
  font-size: 42px;
  display: block;
  margin: 32px 0;
  color: #b3b3b3;
  display: none;
}
.section-client-testimonial {
  background: #ffffff;
}
.section-client-testimonial .testimony-layout-1 {
  position: relative;
  text-align: left;
  padding: 24px 24px 0;
  margin: 0 24px 0;
}
.section-client-testimonial .testimony-layout-1 h6 {
  margin: 0;
  font-size:15px;
  text-transform: uppercase;
}
.section-client-testimonial .testimony-layout-1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #2179da;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
}
.section-client-testimonial .testimony-layout-1 p.testimony-text {
    border: 1px solid #0091cb;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin:5px 0;
    padding: 30px 12px 20px 12px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.section-client-testimonial .testimony-layout-1 p.testimony-text:before {
  font-style: normal;
  color: #ffffff;
  position: absolute;
  font-family: FontAwesome;
  content: "\f10d";
  top: -24px;
  left: -24px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  background: #0091cb;
  text-align: center;
  display: block;
}
.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;
  text-align: center;
}
.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: #29a6fe;
}
.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}
/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/
.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/bg-geometry.png");
  background-repeat: repeat;
  background-size: initial;
}
.gallery-container {
  padding: 12px;
  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(0, 142, 203, 0.8);
  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:#0091cb;
  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;
  aspect-ratio: 1.1;
  object-fit: cover;
}
.gallery-light-box:hover .gallery-img:before {
  background:rgba(0, 142, 203, 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;
}
.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
/***********************************************************************************************/
/* 10. SERVICE PAGE */
/***********************************************************************************************/
.service-header {
  background-image: url("../images/home_1_banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-services {
  position: relative;
  overflow: hidden;
}
.service-layout-1 {
  overflow: hidden;
  margin: 0 6px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  -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 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 .service-img img{
  border:solid #ccc 1px;
}
.service-layout-1 h2 {
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  background:#1c231d;
  margin: 0;
}
.service-layout-1 a.service_read_more {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  font-weight: 400;
  border: 2px solid #0091cb;
  background: #0091cb;
  padding: 10px 18px;
  color: #ffffff;
  display: inline-block;
  width: 140px;
  margin-left: -70px;
  margin-top: -50px;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
}
.service-layout-1:hover img {
  opacity: 0.3;
}
.service-layout-1:hover a.service_read_more {
  top: 50%;
  left: 50%;
  opacity: 1;
  background: #0091cb;
}

.service-info {
  padding: 12px 24px;
}
.section-client-logo .logo-layout-1 .client-logo {
  padding: 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 auto 24px auto;
  border: 1px solid #cccccc;
  display: block;
  padding: 12px;
  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: 1px dotted #29a6fe;
  opacity: 1;
}
.section-client-logo .logo-items .owl-controls {
  display: none;
  margin-top: 0px;
}
.section-client-logo .logo-items .owl-controls .owl-nav {
  text-align: center;
}
.section-client-logo .logo-items .owl-controls .owl-prev,
.section-client-logo .logo-items .owl-controls .owl-next {
  display: inline;
  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: #0f9bfe;
  content: "";
}
.section-client-logo-alt {
  padding: 32px 0 0;
}
/***********************************************************************************************/
/* 11. 404 PAGE */
/***********************************************************************************************/
.section-404 {
  background: #f9fafb;
}
.message-container-404 {
  margin: 48px 0;
}
.message-container-404 .text-404 {
  font-size: 170px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 80px 0;
  color: #0091cb;
}
.message-container-404 .text-404 span {
  color: #0171c0;
}
.message-container-404 .search-form-404 {
  margin: 0 auto;
  padding: 5px 5px;
  width: 40%;
}
.message-container-404 .message-text-404 {
  padding: 24px 160px;
  display: block;
  text-align: center;
}
/***********************************************************************************************/
/* 12. FOOTER */
/***********************************************************************************************/
footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  margin-top: 0px;
}
footer .footer-intro {
  margin-bottom: 32px;
}
footer a {
  color: #ffffff;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
}
footer a:hover {
  color: #fff;
  padding-left:5px;
  text-decoration:underline;
}
.footer-widget-area {
  padding:50px 0;
  background: #1a1a1a;
  margin: 0;
}
.footer-widget-area .footer-widget input[type="text"],
.footer-widget-area .footer-widget input[type="password"],
.footer-widget-area .footer-widget input[type="submit"],
.footer-widget-area .footer-widget input[type="button"],
.footer-widget-area .footer-widget 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;
  border: 1px solid #444444;
}
.footer-widget-area .footer-widget input[type="text"]:focus,
.footer-widget-area .footer-widget input[type="password"]:focus,
.footer-widget-area .footer-widget input[type="submit"]:focus,
.footer-widget-area .footer-widget input[type="button"]:focus,
.footer-widget-area .footer-widget textarea:focus {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #a1a1a1;
}
.footer-widget-area .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-widget-area .footer-widget-header h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  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: 12px;
  display:block;
}
.footer-widget-area .opening-shedule li {
  border-bottom: 1px dashed #666565;
  padding: 12px 0px 12px;
}
.footer-widget-area .opening-shedule li:first-child {
  padding-top: 0px;
}
.footer-widget-area .opening-shedule li:last-child {
  border: 0 none;
}
.footer-widget-area .fa-footer {
  display: inline;
  text-align: center;
  width: 12px;
  height: 12px;
  color:#fff;
  padding: 4px 6px 6px 0;
  margin-right: 6px;
}
.footer-widget-area .footer-widget + .footer-widget {
  margin-top: 24px;
}
.footer-widget-area li {
  line-height: 32px;
}
.footer-widget-area-bg {
    background: #1a1a1a;
    border-top: dashed #ddd 5px;
}
.footer-contents {
    background: #1c231d;
    border-top: 1px solid #fff;
    padding: 12px 0;
}
.footer-contents .social-icons {
  clear: both;
  float: right;
}
.footer-contents .social-icons a {
  border: 1px solid #0091cb;
  background: #0091cb;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  margin-right: 15px;
  margin-top: -5px;
  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: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.footer-contents .social-icons a:hover {
  background: #0171c0;
}
.footer-nav {
  float: left;
}
.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:first-child a {
  padding-left: 0;
}
.footer-nav li:last-child a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #0091cb;
  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: "Roboto", 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: #0091cb;
}
.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: #5d6929;
  border-right: 0px;
  color: #ffffff;
  font-weight: bold;
  width: 10%;
  padding: 0 20px;
}
.search-form input[type="text"] {
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.search-form input[type="text"]:focus {
  box-shadow: none;
  border-bottom: 1px solid #d5d5d5;
}
.widget-post-category {
  margin: 11px auto;
}
.widget-post-category li {
  margin: 5px 0;
  padding: 0;
  text-transform: capitalize;
}
.widget-post-category li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.widget-post-category li span {
  -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 10px;
  position: relative;
  top: 6px;
}
.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: #0091cb;
}
.single-recent-post span {
  font-size: 14px;
  display: block;
  color: #5d6929;
}
.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 #0091cb;
  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 #0091cb;
  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: #0091cb;
}
/***********************************************************************************************/
/* 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: #0091cb;
  color: #ffffff;
  font-weight: bold;
}
/***********************************************************************************************/
/* 14. RESPONSIVE STYLING */
/***********************************************************************************************/
@media only screen and (max-width: 1299px) {
  .header-section .navbar-header a.logo img {
    max-width: 400px;
  }
  .navbar-default .navbar-nav > li {
      margin: 0 10px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size:15px;
  }
  .header-wrapper .header-section a.logo img {
    max-width:300px;
    width: 100%;
}
}
@media only screen and (max-width: 1100px) {
  .about-us-layout-2 .xl {
    margin-bottom: 24px;
  }
  .navbar-header a.top-appoinment-btn{
    font-size: 12px;
    padding: 10px;
  }
  .header-section .navbar-header  a.logo img {
      width: 100%;
      max-width: 250px!important;
  }
  .navbar-default .navbar-nav > li {
    margin: 0 12px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 14px;
  }
  #slider_1 .owl-stage-outer .item img {
    padding-top: 0;
  }
  .section-content-block{
    padding:70px 0;
  }
  .section-heading{
    font-size:25px;
  }
  .section-heading:before{
    margin-left: -35px;
    width: 30px;
  }
  .section-heading:after{
    width: 30px;
    margin-left: 5px;
  }
  #customers-testimonials .owl-stage-outer .item{
    padding:20px 0;
  }
  #customers-testimonials .shadow-effect p{
    font-size: 16px!important;
    margin:15px 0!important;
  }
  .footer-widget-area .footer-widget .textwidget p {
    margin: 30px 0;
    font-size: 14px;
  }
  .footer-widget-area .footer-useful-links li a{
    font-size:13px;
  }
  ul.opening-shedule li {
      font-size: 14px;
  }
  .header-wrapper .header-section a.logo img {
    max-width:300px;
    width: 100%;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
  .main-header ul.top-bar-info {
    float: none;
    text-align: center;
  }
  .main-header ul.top-bar-info li:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-phone {
    text-indent: 0;
    position: relative;
    display: inline;
  }
  .main-header ul.top-bar-info li.top-bar-hour {
    margin-right: 0px;
    position: relative;
    display: inline;
  }
  .main-header ul.top-bar-info li.top-bar-hour:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-address {
    margin-right: 0px;
    position: relative;
    display: block;
  }
  a.logo {
    text-align: center;
  }
  .navbar-default .navbar-nav li ul.drop-down {
    top: 35px;
  }
  .navbar-default .navbar-header {
    width: auto;
    text-align: center;
    clear: both;
    float: none;
    margin: 0;
    position: relative;
  }
  .navbar-default .navbar-toggle {
    margin: 22px 0 0 0;
    padding: 5px;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-right {
    float: none;
    padding: 0;
    margin:0 auto;
  }
  .header-section a.top-appoinment-btn{
      font-size: 11px;
      padding: 10px 12px;
  }
  .navbar-default .navbar .navbar-collapse {
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header {
    background: #2c2c2c;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-nav > li {
    margin:5px;
  }
  .nav > li > a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }
  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }
  #slider_1 {
    text-align: center;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  #slider_1 .slider-content h2 {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    margin-top:0;
  }
  .section-banner {
    padding: 150px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-35px);
  }
  .section-banner .banner-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .section-banner .banner-content h2 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
  }
  .about-us-layout-2 .xl {
    margin-bottom: 24px;
  }
  .about-us-layout-2 .highlight-1 {
    margin-top: 15px;
  }
  .about-us-layout-2 .about-us-img img {
    margin-bottom: 15px;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .logo {
    text-align: center;
  }
  .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: 32px;
  }
  .about-details {
    margin-bottom: 24px;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .section-counter .counter-block-1 {
    margin: 16px 0;
  }
  .section-counter .counter-block-1 .counter {
    font-size: 36px;
  }
  .section-counter .counter-block-1 h4 {
    font-size: 18px;
  }
  .section-price-plan .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .event-search-box input[type="text"] {
    margin-bottom: 12px;
  }
  .event_wrapper {
    margin-bottom: 48px;
  }
  .event_wrapper .event-img img {
    width: 100%;
    max-width: 100%;
  }
  .footer-widget-area {
    padding: 30px 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }

  .navbar-header a.top-appoinment-btn{
    font-size: 12px;
    padding: 10px;
  }
  .header-section .navbar-header  a.logo img {
      width: 100%;
      max-width: 220px!important;
  }
  .navbar-default .navbar-nav > li {
      margin:0px 6px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 12px;
  }
  #slider_1 .owl-stage-outer .item img {
    padding-top: 0;
  }
  .section-content-block{
    padding:70px 0;
  }
  .navbar-default .navbar-nav li ul.drop-down li a{
    font-size:12px;
  }
  .section-heading{
    font-size:22px;
  }
  .section-heading:before{
    margin-left: -35px;
    width: 22px;
  }
  .section-heading:after{
    width: 22px;
    margin-left: 5px;
  }
  #customers-testimonials .owl-stage-outer .item{
    padding:20px 0;
  }
  #customers-testimonials .shadow-effect p{
    font-size: 16px!important;
    margin:15px 0!important;
  }
    .header-wrapper .header-section a.logo img {
      max-width: 220px;
      width: 100%;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .top-bar {
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header ul.top-bar-info {
    float: none;
    text-align: center;
  }
  .main-header ul.top-bar-info li:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-phone {
    text-indent: 0;
    position: relative;
    display: block;
  }
  .main-header ul.top-bar-info li.top-bar-phone:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-hour {
    margin-right: 0px;
    position: relative;
    display: block;
  }
  .main-header ul.top-bar-info li.top-bar-hour:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-address {
    margin-right: 0px;
    position: relative;
    display: block;
  }
  .section-content-block {
    padding: 60px 0;
  }
  .section-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .section-heading:after {
    margin-left: 12px;
    width: 24px;
  }
  .section-heading:before {
    margin-left: -36px;
    width: 24px;
  }
  .section-subheading {
    margin-bottom: 0px;
    padding: 0px 12px;
    display: none;
  }
  #slider_1 .slider-content {
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
  #slider_1 .owl-stage-outer .item img {
      padding-top: 0;
  }
  #slider_1 .slider-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  #slider_1 .slider-content h3 {
    font-size: 20px;
    display: none;
  }
  #slider_1 .slider-content a.btn-slider {
    font-size: 16px;
    margin-top: 16px;
    background: #0091cb;
    border: 2px solid #0091cb;
    color: #ffffff;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #slider_1 .slider-content a.btn-slider:hover {
    background: #0171c0;
    border: 2px solid #0091cb;
    color: #ffffff;
  }
  .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;
  }
  .section-about-us {
    padding-bottom: 24px;
  }
  .about-details {
    margin-bottom: 24px;
  }
  .section-price-plan .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .stuck {
    position: initial;
  }
  .cta-section-2 h2 {
    font-size: 32px;
  }
  .cta-section-2 h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .section-faq .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .section-faq .faq-box .panel-body {
    padding-left: 0;
  }
  .navbar-default .navbar-toggle {
    margin-top: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    color: #0091cb;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #0d0d0d;
    margin-top: 12px;
    padding: 12px 0;
  }
  .navbar-default .navbar-nav li ul.drop-down,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  .navbar-default .navbar-nav li ul.drop-down li a,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: inherit;
    padding: 4px 20px;
  }
  .navbar-default .navbar-nav li ul.drop-down li a:hover,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #ffffff;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: auto;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 20px;
    top: 78px;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #0091cb;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #ffffff;
  }
  .logo {
    text-align: center;
  }
  .main-header {
    background: #2c2c2c;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .page-header {
    padding: 80px 0;
  }
  .section-our-team {
    padding-bottom: 24px;
  }
  .team-layout-1 {
    margin-bottom: 32px;
  }
  .team-layout-1 .team-member img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .appointment-form-wrapper {
    padding: 12px 12px 36px 24px;
  }
  .appointment-form-wrapper .appoinment-form h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.03em;
    margin: 24px 0;
    text-transform: uppercase;
    position: relative;
  }
  .appointment-form-wrapper .appoinment-form .form-control {
    font-size: 16px;
  }
  .appointment-form-wrapper .appoinment-form .form-group {
    margin-bottom: 0;
   padding:0!important;
  }
  .appointment-form-wrapper .appoinment-form .btn-submit {
    width: 100%;
    display: block;
  }
  .section-counter .counter-block-1 {
    margin: 16px 0;
  }
  .section-counter .counter-block-1 .counter {
    font-size: 36px;
  }
  .section-counter .counter-block-1 h4 {
    font-size: 18px;
  }
  .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-3 h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .cta-section-1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: -24px 0 24px;
  }
  .cta-section-1 a.btn-cta-1 {
    margin-bottom: 42px;
  }
  .cta-img {
    display: none;
  }
  .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;
  }
  section.section-content-block.section-about-us.our-philosophy .row{
    flex-direction: column;
    padding: 0 15px;
    row-gap: 30px;
  }
  .section-appoinment .appointment-form-wrapper {
    padding: 10px 12px;
  }
  .sticky-header .sticky-wrapper{
    height:auto!important;
  }
  section.section-content-block.our-philosophy.section-secondary-bg .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    row-gap: 30px;
}
  #customers-testimonials .owl-stage-outer .item{
    padding:30px 0;
  }
  #customers-testimonials .owl-stage-outer .shadow-effect p{
    font-size: 16px;
    line-height: 1.5;
  }
  .footer-contents p.copyright-text{
    padding:0 15px;
  }
  .page-header{
    padding:50px 0!important;
    background-size: cover!important;
  }
  .section-aBtUs .row{
    flex-direction: column;
  }
  .section-aBtUs .section-subheading{
    display:block;
  }
  .page-header h3 {
    font-size: 16px!important;
    line-height: 1.7!important;
  }
  .page-header .page-breadcrumb{
    font-size:12px;
  }
  .navbar-default .header-section .navbar-collapse{
    position: absolute;
    right: 0;
    top: 50px;
}
  .navbar-default .header-section ul.nav.navbar-nav.navbar-right{
      position:relative!important;
      top:0;
      right:0;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .main-header {
    background: #2c2c2c;
    position: relative;
  }
  .main-header ul.top-bar-info {
    float: none;
    text-align: center;
  }
  .main-header ul.top-bar-info li:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-phone {
    text-indent: 0;
    position: relative;
    display: block;
  }
  .main-header ul.top-bar-info li.top-bar-phone:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-hour {
    margin-right: 0px;
    position: relative;
    display: block;
  }
  .main-header ul.top-bar-info li.top-bar-hour:after {
    display: none;
  }
  .main-header ul.top-bar-info li.top-bar-address {
    position: relative;
    display: block;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  a.logo {
    text-align: center;
    width: 75%;
  }
  .navbar-default .navbar-toggle {
    margin: 20px 0 0 0;
    padding: 5px 3px;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li {
    margin-left: 0px;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #0091cb;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #ffffff;
  }
  .logo {
    text-align: center;
  }
  .cta-section-2 h2,
  .cta-section-2 h5 {
    display: none;
  }
  .section-heading-wrapper {
    margin-bottom: 0px;
  }
  .section-content-block {
    padding: 32px 0;
  }
  .section-heading {
    font-size: 24px;
    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-content h2 {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
  }
  #slider_1 .slider-content h3 {
    display: none;
  }
  #slider_1 .slider-content a.btn-slider {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 6px;
    letter-spacing: 0;
    line-height: normal;
  }
  .section-banner {
    padding: 80px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-20px);
  }
  .section-banner .banner-content h2 {
    font-size: 28px;
  }
  .section-banner .banner-content h3 {
    display: none;
  }
  .section-banner .banner-content a.btn-slider {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 6px;
    letter-spacing: 0;
  }
  .about-details {
    margin-bottom: 24px;
  }
  .about-us-layout-2 .xl {
    margin-bottom: 24px;
  }
  .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;
  }
  .section-price-plan .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .team-layout-1 {
    margin-bottom: 24px;
  }
  .team-layout-1 .team-member img {
    display: block;
    width: 100%;
    text-align: center;
  }
  a.btn-load-more {
    margin-top: -24px;
  }
  .event_wrapper .single-event {
    padding: 0px 10px 15px;
  }
  .event_wrapper .single-event h5 {
    font-size: 16px;
  }
  .event_wrapper .single-event ul li {
    display: none;
  }
  .appointment-form-wrapper {
    padding: 12px 0px 36px 12px;
  }
  .appointment-form-wrapper .appoinment-form h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.03em;
    margin: 24px 0;
    text-transform: uppercase;
    position: relative;
  }
  .appointment-form-wrapper .appoinment-form h3:after {
    display: none;
  }
  .appointment-form-wrapper .appoinment-form .form-control {
    font-size: 16px;
  }
  .appointment-form-wrapper .appoinment-form .form-group {
    margin-bottom: 0;
    padding-left: 0;
  }
  .appointment-form-wrapper .appoinment-form .btn-submit {
    width: 100%;
    display: block;
  }
  .section-faq .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .section-faq .faq-box .panel-body {
    padding-left: 0;
  }
  .section-counter {
    padding: 32px 0 0;
  }
  .section-counter .counter-block-2 {
    margin: 12px 0 48px;
  }
  .logo-layout-1 .client-logo,
  .logo-layout-2 .client-logo {
    margin-top: 0px;
  }
  .section-news-block .news-wrapper {
    margin: 0 0 48px 0;
  }
  .section-client-testimonial .testimony-layout-1 {
    margin: 0 12px 0;
  }
  .news-subscription {
    margin-top: 24px;
  }
  .section-counter .counter-block-1 {
    margin: 16px 0 32px 0;
  }
  .section-counter .counter-block-1 .counter {
    font-size: 32px;
  }
  .section-counter .counter-block-1 h4 {
    margin-top: 0px;
    font-size: 16px;
  }
  .cta-section .cta-content h2 {
    font-size: 28px;
  }
  .cta-section .cta-content h3 {
    font-size: 24px;
  }
  .cta-section .cta-content h4 {
    font-size: 20px;
  }
  .cta-section-3 h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .cta-section-1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: -24px 0 24px;
  }
  .cta-section-1 a.btn-cta-1 {
    margin-bottom: 42px;
  }
  .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;
  }
  .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;
  }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .navbar-default .header-section .logo-section {
    left: 50%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    padding:0;
    width: 100%;
    transform: translateX(-50%);
  }
  .sticky-header .navgiation-wrapper{
    padding:15px 0;
  }
  .navbar-default .header-section .navbar-header {
    width: auto;
    text-align: center;
    clear: both;
    float: none;
    position: relative;
  }
  .navbar-default .header-section a.logo{
  width:100%;
  }
  .navbar-default .header-section a.logo img {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding:5px 0;
  }
  .header-wrapper .navbar-default .header-section{
    display:flex;
  }
  .header-wrapper .navbar-default .navbar-header{
    margin-top:40px;
  }
  .header-section a.top-appoinment-btn{
    margin-top:60px;
  }
  .navbar-default .header-section .navbar-collapse {
    top: 100px;
    left: 0;
    right: auto;
    margin: 15px;
    width: auto;
}
  .header-wrapper .navbar-default .navbar-header{
    float:left;
  }
  .header-wrapper .navbar-default .navbar-header .navbar-toggle {
      background: #008cc7;
      padding: 12px 10px;
  }
  .header-wrapper .navbar-default .navbar-header .navbar-toggle{
    background: #0091cb;
    padding:12px 10px;
    -webkit-border-radius:15px 5px;
    -moz-border-radius:15px 5px;
    border-radius:15px 5px;
  }
  .header-wrapper .navbar-default .navbar-header .navbar-toggle span{
      background: #fff;
      height:2px;
  }
  .header-wrapper .navbar-default .navbar-collapse{
    background: transparent;
    padding:0;
  }
  .header-wrapper .navbar-default .navbar-nav{
    background: #0091cb;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .header-wrapper .navbar-default .navbar-nav li a {
    border-bottom: solid #fdfcfc 1px;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
  .header-wrapper .navbar-default .navbar-nav > li{
    margin:0;
  }
  .header-wrapper .navbar-default .navbar-nav li ul.drop-down, .header-wrapper .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: #f5f5f5;
    border: none;
  }
  .header-wrapper .navbar-default .navbar-nav li ul.drop-down li a, .header-wrapper .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
      background: none;
      color: #008cc7;
      font-size: 14px;
      padding: 4px 12px;
      font-weight: 500;
  }
  .header-wrapper .navbar-default .navbar-nav > li:hover {
    background: #f5f5f5;
  }
  .header-wrapper .navbar-default .navbar-nav > li.current-menu-item{
    background: #f5f5f5;
  }
  .header-wrapper .navbar-default .navbar-nav > li.current-menu-item a {
    color: #008cc7 !important;
    font-weight: 600;
    border-top: solid 2px;
}
}

@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;
  }
}




/******************************** Custom CSS ************************************/


.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.logo>strong>span {
  color: #1086ed;
  font-size: 25px;
}
.navbar-nav>li>a{
  padding:0;
}
.main-header ul.top-bar-info li:last-child {
  border-right: 0;
}
.main-header ul.top-bar-info li {
  border-right: solid #fff 1px;
  line-height: normal;
  margin-right: 10px;
  padding-right: 10px;
}
a.logo ul {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}
a.logo ul li {
  position: relative;
  display: inline-block;
  margin: 0;
}
a.logo ul li span {
  width: 6px;
  height: 6px;
  background: #157fdd;
  position: absolute;
  left: -8px;
  bottom: -4px;
  line-height: 0;
}
.navbar-default .navbar-nav > li > a:hover{
  color:#5d6929;
}
.navbar-default .navbar-nav > li > a:hover:after {
  content: "";
  background:#1c231d;
  width: 100%;
  height: 2px;
  line-height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
#slider_1 .item img{
  padding-top:100px;
}
#slider_1 .item:after{
  content:"";
  background-color:rgba(0,0,0,0.4);
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:9;
}
.section-appoinment:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container {
  width: 1400px;
  max-width:100%;
  padding:0 15px;
}
a.btn.btn-about {
    background: #5d6929;
    border: 0 solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 28px;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 20px;
}
a.btn.btn-about:hover{
  background: #000;
}
.section-services .section-subheading{
  max-width: 950px;
}
.our-philosophy{
  background: #eff1f3;
}

.our-philosophy .row .philsphy-img{
  position: relative;
  z-index:99
}
.our-philosophy .row .philsphy-img:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  border-top: solid #5d6929 8px;
  border-left: solid #5d6929 8px;
  left: 0;
  z-index: 8;
}
.our-philosophy .row .philsphy-img:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -7px;
  border-right: solid #5d6929 8px;
  border-bottom: solid #5d6929 8px;
  right: 0;
}
.testimonial-container{
  margin-top:40px;
}
.news-content .update-details {
  font-size: 16px;
  line-height: 1.6;
}
.footer-widget-area .footer-widget .textwidget p {
    max-width: 500px;
    margin: 20px 0;
    color: #fff;
    display: flex;
    gap: 10px;
    line-height: 1.7;
}
.footer-contents p.copyright-text {
  margin-bottom: 0;
  color:#fff;
  font-size:16px;
}
.footer-widget-area .footer-widget a.logo img{
    max-width:300px;
	width:100%;
}
p.opng-hrs {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.4;
}
.footer-widget-area .footer-widget-header h3:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 70px;
  height: 5px;
  bottom: -10px;
  left: 0;
}
a.logo:hover {
  padding: 0;
}
.header-section a.logo img {
  max-width: 300px;
}

/******************************** Testimonial Section CSS ************************/


section.testimonials .shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border:solid #5d6929 1px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
  border-radius:20px;
}
#customers-testimonials .shadow-effect p {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
    font-weight: 400;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #5d6929;
    padding: 8px 35px;
    -webkit-border-radius: 22px 8px;
    -moz-border-radius: 22px 8px;
    border-radius: 22px 8px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    font-size: 18px;
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px 20px;
  margin-bottom:0;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background:#5d6929;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background:#5d6929;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}  
#customers-testimonials .shadow-effect p>i.fa.fa-quote-left {
  color:#5d6929;
  padding-right: 10px;
  font-size: 22px;
  opacity: 0.8;
}
#customers-testimonials .testmnl-star {
  margin-bottom: 20px;
}
#customers-testimonials .testmnl-star {
  margin-bottom: 20px;
  color:#5d6929;
}
#backTop.custom:after{
  display:none;
}
.btn.focus, .btn:focus, .btn:hover{
  color:#fff!important;
}
a.btn.btn-load-more:before {
  display: none;
}
.news-meta-info i {
  color: #5d6929;
}
.section-about-us.our-philosophy {
  BACKGROUND: transparent!important;
}
ul.opening-shedule li {
  font-size: 16px;
}
.footer-widget-area .footer-useful-links li a {
  font-weight: 300;
}
.section-contact-block .contact-title span{
  color:#000;
}
section.section-content-block.section-about-us.our-philosophy .row {
  display: flex;
  padding:0 15px;
}
.service-layout-1 a.btn.service_btn {
  padding: 0;
  display: block;
  text-align: center;
}

.service-items.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.service-items.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.service-items.owl-carousel .owl-dots .owl-dot span {
  background:#1c231d;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.service-items.owl-carousel .owl-dots .owl-dot.active span, .service-items.owl-carousel .owl-dots .owl-dot:hover span {
  background:#1c231d;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

section.section-content-block.our-philosophy.section-secondary-bg .row {
  display: flex;
  align-items: center;
}
.testimonials{
  padding-bottom:50px;
}
.section-secondary-bg{
    background: #eff1f3;
}
section.section-content-block.section-contact-block.contact-section {
  padding: 70px 0;
  background: #eff1f3;
}
.contact-form-block .form-group input, .contact-form-block .form-group textarea{
  border: 0px;
  /* border-bottom: 1px solid #eeeeee; */
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  padding: 10px;
}
.contact-form-block .form-group textarea{
  height:150px;
  padding: 10px;

}
.map-section {
  padding: 70px 0;
}
.section-google-map-block.wow.fadeInUp.animated {
  margin-top: 50px;
}


a#backTop {
  left: 20px;
}

.faq-section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-question {
  background-color: #f9f9f9;
  padding: 15px;
  cursor: pointer;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
}

.faq-answer {
  display: none;
  padding: 15px;
  background-color: #fff;
}

.faq-answer p {
  margin: 0;
}

.faq-item:first-child .faq-answer {
  display: block;
}
.section-aBtUs .section-subheading {
    max-width: 100%;
    text-align: center;
}
.section-aBtUs .row {
  align-items: center;
  display: flex;
}
.section-aBtUs .row.wow.fadeInUp.animated:nth-child(2n) {
  flex-direction: row-reverse;
}

.single-post-sectn {
  padding: 50px 0;
}
#slider_1 .slider-content a.btn-slider {
  -webkit-border-radius: 5px 18px;
  -moz-border-radius: 5px 18px;
  border-radius: 5px 18px;
}


.navbar-default{
    padding: 15px 0;
}
.hdng_sectn .heading {
    padding-bottom: 20px;
    position: relative;
    font-size:25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.hdng_sectn h2.heading>span {
    color:#5d6929;
}
.hdng_sectn .heading:after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    width: 250px;
    height: 30px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -10px;
}
.hdng_sectn.text-center .heading:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 30px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, 0%);
}
.hdng_sectn.text-center h2.heading {
    padding-bottom: 45px;
    margin-bottom: 0;
}
.section-services .service-items{
    margin-top: 20px;
}
.section-services .service-items .offer_text {
    padding: 10px;
    text-align: center;
    min-height: 100px;
    background: #eff1f3;
}
.section-services .service-items .offer_text p {
    margin-bottom: 0;
    font-size: 15px;
}
 .section-faq{
    background-image: url(../images/offer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
} 
.section-writing-coach{
    background-image: url(../images/coach-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}
.section-writing-coach:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.section-writing-coach .workshops-text {
    position: relative;
    z-index: 99;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 30px;
}

.common-pdng{
  padding:70px 0;
}

.talk-story .promo-inner h2 {
    color: #fff;
    font-size: 27px;
    text-shadow: 2px 2px 20px #000;
}
.talk-story .promo-inner span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.talk-story .w_collectn .promo-text p {
    color: #5f6819;
    font-size: 22px;
    font-style: italic;
    line-height: 1.8;
}
.talk-story .w_collectn {
    margin-top: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 -5px 5px -5px #ccc, 0 5px 5px -5px #ccc, 5px 0 5px -5px #ccc;
    -moz-box-shadow: 0 -5px 5px -5px #ccc, 0 5px 5px -5px #ccc, 5px 0 5px -5px #ccc;
    box-shadow: 0 -5px 5px -5px #ccc, 0 5px 5px -5px #ccc, 5px 0 5px -5px #ccc;
    background-image: url(../images/offer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
 .talk-story .w_collectn .row {
    display: flex;
    align-items: center;
  }

.talk-story .w_collectn .row:nth-child(2n) {
    flex-direction: row-reverse !important;
    border-top: dashed #5d6929 2px;
    margin-top: 25px;
    padding-top: 30px;
}
.section-writing-coach .workshops-text .call_sectn h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    color: #5d6929;
    margin-bottom: 0;
    line-height: normal;
}
.call_sectn.text-center a {
    gap: 8px;
    background: #1c231d;
    font-size: 20px;
    color: #fff;
    padding: 16px 25px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    border-radius: 30px;
    line-height: normal;
    font-weight:600;
    transition:.5s all ease;
}
.call_sectn.text-center a:hover{
    background: #fff;
    color: #1c231d;
}
.footer-widget-area .footer-widget a.logo{
    background: #fff;
    padding:12px;
    display:inline-block;
}
.footer-widget-area .footer-widget .textwidget p:last-child {
    margin-bottom: 0;
}
.footer-widget-header.clearfix p {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}
.footer-widget-area .footer-widget-header.clearfix strong {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
    padding: 20px 0;
}
.sidebar-widget-wrapper .textwidget .ftr-social a {
    background: #ccc;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    line-height: 0;
    color: #1c231d;
    font-size: 20px;
}
.testimonials .owl-carousel .owl-item img{
  width:auto;
  margin:0 auto;
}
.section-faq .hdng_sectn{
  margin-bottom:20px;
}

#slider_1 .owl-controls {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top:-30px;
}

 #slider_1 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
#slider_1 .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
}
#slider_1 .owl-controls .owl-dots .owl-dot span {
    background:#c8ebcd;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
#slider_1 .owl-controls .owl-dots .owl-dot.active span, #slider_1 .owl-controls .owl-dots .owl-dot:hover span {
    background:#c8ebcd;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.img-hover-zoom {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    border: solid #ccc 1px;
    line-height: normal;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
    border-radius: 50px;
    padding: 15px;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.header-wrapper .navbar-right {
    margin-right: 0;
  }
a#backTop {
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 0;
    text-indent: 0;
    left:auto;
}
#backTop.custom {
    background-color: #eee;
    background-image:none;
 }
 a#backTop i {
    font-size: 32px;
    color: #000;
    line-height: 40px;
}
.form_section {
    background:#fbfdf1;
    padding:20px;
}
.contact-form-block .form-group input, .contact-form-block .form-group textarea{
    padding:20px!important;
    background: #eff1db;
}
.form_section .btn-custom{
   background: #5d6929;
}
.ftr-social a {
    background: #fff;
    display: inline-block;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
}
footer .ftr-social a:hover {
    color: #000;
}
.news-blk form {
    margin: 30px 0;
    padding: 0;
}

.news-blk input {
  font-size: 20px;
}

.news-blk .info {
    display: flex;
    margin-right: 0;
}

.news-blk .info input {
    display: block;
    width: 300px;
    height: 20px;
    border: 0;
    border-radius: 3px;
    margin: 0;
    padding: 25px 10px;
    background: #eff1db;
}

.news-blk .info input:last-child {
  margin: 0;
}

.news-blk input[type="submit"] {
    width: auto;
    height: auto;
    vertical-align: top;
    border: 0;
    border-radius: 3px;
    background: pink;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    background:#5d6929;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.news-blk .info input:focus {
  outline: none;
}
.contact-section .row{
	display:flex;
	align-items:stretch;
	padding: 25px;
}
.contact-section .row .col-sm-12.col-md-6{
    background: #fbfdf1;
	margin:10px;
}

.promo-banners.talk-story .w_collectn strong {
    font-size: 20px;
    text-transform: uppercase;
    color: #5d6929;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}
.promo-banners.talk-story .w_collectn ul.opening-shedule li {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.event-sectn .hdng_sectn h2.heading{
  margin-bottom:0;
}
.section-home-blog .latest-news-container .img-hover-zoom {
    border-radius: 0;
    border: 0;
    line-height: normal;
    padding: 0;
    background:transparent;
}
.section-home-blog .latest-news-container  figure {
    line-height: 0;
}


/***************** Login/Register Page CSS *************************/

.col2-set .col-1 h2, .col2-set .col-2 h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.col2-set .woocommerce-form {
    background:#fbfdf1;
}
.col2-set .col-2 .woocommerce-privacy-policy-text p {
    font-size: 16px;
}
.col2-set .woocommerce form .form-row label {
    line-height: 2;
    font-size: 16px;
    font-weight: 600;
}
form.woocommerce-form.woocommerce-form-register.register p {
    color: #000;
    margin-bottom: 14px;
    display: block;
}
body.woocommerce-account button.woocommerce-button.button.woocommerce-form-login__submit, body.woocommerce-account button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: #5d6929;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    vertical-align: middle;
	margin:10px 0;
}
.woocommerce .woocommerce-form-login input[type="checkbox"] {
    vertical-align: middle;
	margin:0;
}
.woocommerce-account .form-row button.woocommerce-button:hover{
	background:#000!important;
} 
 p.woocommerce-LostPassword.lost_password a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
/***************** Dashboard CSS *************************/

nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    background: #5d6929;
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
	background:#000;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
	background:#000;
}
.woocommerce .woocommerce-orders-table tr td a {
    padding: 10px 15px;
    line-height: normal;
    margin: 0px 3px;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 20px;
}
section.woocommerce-order-details h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: #000;
    font-weight: 900;
    font-style: normal;
}
div.woocommerce td.product-name {
     font-weight: 600!important;
     color: #596b31!important;
}
.woocommerce-order-details a.button{
	padding:12px 15px;
	line-height:normal;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce-order-details tfoot tr th {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce-order-details tfoot {
    background: #f6f7f4;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce-customer-details h2.woocommerce-column__title{
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.woocommerce-customer-details address {
    background: #eff1db;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
}
.default-page-custom .woocommerce-info a {
    line-height: normal !important;
    background: #5d6929 !important;
    color: #fff !important;
    padding: 12px 15px !important;
}
.col2-set.addresses .woocommerce-Address{
	background:#eff1db;
	padding:20px;
}
.col2-set.addresses .woocommerce-Address h2 {
    border-bottom: solid #e7e4e4 2px;
    padding-bottom: 10px;
    font-size:22px;
}
.col2-set.addresses .woocommerce-Address header.woocommerce-Address-title.title a {
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
form.woocommerce-EditAccountForm.edit-account {
    background: #eff1db;
    padding: 20px;
}
.woocommerce-MyAccount-content button.woocommerce-Button{
    background: #5d6929!important;
	color:#fff;
	text-transform:capitalize;
}
.woocommerce-MyAccount-content button.woocommerce-Button:hover{
    background: #000!important;
	color:#fff;
}

.navbar-header a {
    display: block;
	line-height:normal;
}
.header-wrapper .navbar-default .header-section img.custom-logo{
	height:auto;	
}
.message-container-404 .text-404{
	color:#5d6929;
}
.message-container-404 .text-404 span {
    color:#5d6929;
}
/***************** Responsive CSS *************************/

@media only screen and (min-width: 1200px) and (max-width: 1400px){
	#slider_1 .slider-content h2{
		font-size: 32px;
	}
	#slider_1 .slider-content h3{
		font-size: 25px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	#slider_1 .slider-content h2{
   		font-size: 30px;
	}
	#slider_1 .slider-content h3{
	    font-size: 20px;
	}
	#slider_1 .slider-content a.btn-slider {
   		font-size: 16px;
   		padding: 12px 16px;
   }
	.section-about-us .col-sm-12.philsphy-img {
        height: 100%;
    }
	p {
      font-size: 16px;
	}
	.talk-story .w_collectn .promo-text p{
		font-size:18px;
	}
	a.btn.btn-about {
     font-size:15px;   
     padding: 15px 25px;
	}
	.hdng_sectn.text-center h2.heading {
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	.section-home-blog .custom-blog-image img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1.1;
	}
	.section-home-blog .latest-news-container .img-hover-zoom {
 	    background: #fff;
    	padding: 15px;
	}
	.section-home-blog .latest-news-container .news-content h3 a {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
	.header-section img.custom-logo {
		max-width: 250px;
	}
	.main-header .top-bar a{
		font-size:14px;
	}
	 .navbar-default .navbar-nav > li {
        margin: 0 8px;
    }
	.navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
	.book-btn a.top-appoinment-btn {
       font-size: 12px;
    	padding: 12px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
	.header-section{
		flex-direction:column;
	}
	.header-wrapper .navbar-default .header-section img.custom-logo {
        max-width: 300px;
		height:auto;
    }
	.navbar-default .navbar-nav > li {
        margin: 8px 15px;
    }
	.navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
	.navbar-default {
		padding: 8px 0;
	}
	.header-section a.top-appoinment-btn {
        font-size: 16px;
        padding: 15px 25px;
        margin: 10px 0;
    }
	#slider_1 .slider-content h2{
		font-size: 28px;
	}
	#slider_1 .slider-content h3{
		font-size: 20px;
		line-height:normal;
	}
	.hdng_sectn .heading {
  	    font-size: 20px;
    	margin-bottom: 0;
    	line-height: 1.7;
	}
	.section-about-us .col-sm-12.philsphy-img {
       height: 100%;
    }
	
	.talk-story .w_collectn .promo-text p {
		font-size: 18px;
		line-height: 1.6;
	}
	a.btn.btn-about {
      font-size: 14px;
 	}
	.hdng_sectn.text-center h2.heading {
	    padding-bottom: 20px;
	}
	.section-writing-coach {
	    padding: 100px 0;
    }
	.section-home-blog .custom-blog-image img {
		width: 100%;
		height: 220px;
		max-width: 100%;
	}
	.section-home-blog .latest-news-container .img-hover-zoom {
	    padding: 15px;
   		background: #fff;
	}
	.section-home-blog .latest-news-container .news-content h3 a {
	    font-size: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.section-home-blog .latest-news-container .news-content p {
  	   -webkit-line-clamp: 3;
	   font-size: 16px;
	}
	.footer-widget-area .footer-useful-links li a {
        font-size: 16px;
    }
	.slider-wrap #slider_1 .item img {
		padding-top:180px;
	}
	.section-writing-coach .workshops-text{
		text-align:center;
		margin:0 auto;
	}
	.header-section .book-btn {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.header-section{
		flex-direction:column;
	}
	.header-wrapper .navbar-default .header-section img.custom-logo {
        max-width: 250px;
		height:auto;
    }
	.navbar-default .navbar-nav > li {
        margin: 8px 15px;
    }
	.navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
	.navbar-default {
		padding: 8px 0;
	}
	.header-section a.top-appoinment-btn {
        font-size: 16px;
        padding: 15px 25px;
        margin: 10px 0;
    }
	#slider_1 .slider-content h2{
		font-size: 28px;
	}
	#slider_1 .slider-content h3{
		font-size: 20px;
		line-height:normal;
	}
	.hdng_sectn .heading {
  	    font-size: 20px;
    	margin-bottom: 0;
    	line-height: 1.7;
	}
	.section-about-us .col-sm-12.philsphy-img {
       height: 100%;
    }
	p{
		font-size:16px;
	}
	.talk-story .w_collectn .promo-text p {
		font-size: 18px;
		line-height: 1.6;
	}
	a.btn.btn-about {
      font-size: 14px;
 	}
	.hdng_sectn.text-center h2.heading {
	    padding-bottom: 20px;
	}
	.section-writing-coach {
	    padding: 100px 0;
    }
	.section-home-blog .latest-news-container .img-hover-zoom img {
		width:100%;
		height:100%;
		display:block;
	}
	.section-home-blog .latest-news-container .img-hover-zoom {
       padding:15px;
   		background: #fff;
	}
	.footer-widget-area .footer-useful-links li a {
        font-size: 16px;
    }
	.section-writing-coach .workshops-text{
		text-align:center;
		margin:0 auto;
	}
	.header-section .book-btn {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header-wrapper .navbar-default .header-section {
        flex-direction: column;
    }
	.header-wrapper .navbar-default .header-section img.custom-logo {
		width: 100%;
		height: auto;
	}
	.header-wrapper .navbar-default .navbar-header {
        margin-top: 0;
    }
	.navbar-default .navbar-toggle{
		margin-top:0;
		margin-left:20px;
	}
	.header-section a.top-appoinment-btn {
        margin-top:15px;
    }
	.header-wrapper .navbar-default .navbar-header .navbar-toggle{
		background: #5d6929;
	}
	.navbar-default .header-section .navbar-collapse {
        top: 70px;
        right: 0;
		left:auto;
        margin: 0;
        z-index: 99;
        width: 100%;
		padding:0 15px;
    }
	.header-wrapper .navbar-default .navbar-nav{
		background:#5d6929;
	}
	.header-wrapper .navbar-default .navbar-nav > li.current-menu-item a{
		color:#5d6929!important;
	}
	#slider_1 .slider-content a.btn-slider {
        background:#5d6929;
		border: 2px solid #5d6929;
    }
	.section-content-block {
        padding: 0;
    }
	.section-about-us .philsphy-contnt{
		text-align:center;
	}
	.hdng_sectn h2.heading>span {
        font-size: 20px;
        line-height: 1.5;
        padding-bottom: 10px;
        display: inline-block;
    }
	.hdng_sectn .heading {
      	margin-bottom: 10px;
	 	padding:0;
	}
		a.btn.btn-about {
  	    padding: 14px 25px;
		text-transform: uppercase;
		line-height: normal;
		margin-top: 20px;
		font-size:14px;
	}
	.talk-story .w_collectn{
		padding:15px;
		text-align: center;
	}
	.talk-story .w_collectn .promo-text p{
		font-size:18px;
	}
	.talk-story .w_collectn .row{
		flex-direction:column;
	}
	.w_collectn .col-xs-6.col-xxs-12.promo-text{
		width: 100%;
	}
	.w_collectn .col-xs-6.col-xxs-12.promo-banner{
		width: 100%;
	}
	.talk-story .w_collectn .row:nth-child(2n){
		flex-direction:column!important;
	}
	.section-content-block{
		padding:60px 0;
	}
	.col-md-6.col-sm-12.philsphy-contnt {
		margin: 0 auto;
		text-align: center;
	}
	.hdng_sectn.text-center h2.heading {
		padding-bottom: 20px;
		margin-bottom: 0;
		font-size: 20px;
		line-height: 1.7;
	}
	.section-writing-coach .workshops-text .call_sectn h3{
		 font-size: 22px;
	}
	.section-home-blog .latest-news-container .img-hover-zoom img{
		width:100%;
		height:100%;
		display:block;
	}
	.section-home-blog .latest-news-container {
		 margin-top: 30px;
	}
	.section-home-blog .news-content .update-details {
		margin-bottom: 20px;
	}
	.footer-contents .row {
		display: flex;
		justify-content: space-between;
	}
	.section-about-us.our-philosophy{
		padding:0!important;
	}
/* 	.header-wrapper .navbar-default .navbar-header {
        float: none;
        display: flex;
        align-items: center;
        gap: 15px;
        flex-direction: row-reverse;
    } */
	.header-wrapper .navbar-default .navbar-header {
        float: none;
        display: block;
        width: 100%;
    }
	.footer-widget-area .footer-useful-links li a {
        font-size: 16px;
    }
	article.post.single-post .single-post-content img{height:auto;}
	.single-post .single-post-title h2 {
    	font-size: 20px;
	}
	.news-blk .info input{
		width:100%;
		max-width:100%;
	}
	.contact-section .row{
		flex-direction:column;
	}
	.navbar .book-btn {
  	  display: none;
	}
	.header-wrapper .navbar-default .header-section img.custom-logo {
        max-width: 225px;
        text-align: left;
        float: left;
    }
    .sticky-header .navgiation-wrapper {
        padding: 10px 0;
    }
    .navbar-default {
    padding: 0;
}
#slider_1 .slider-content h2 {
        font-size: 18px;
        line-height: 1.7;
    }
        p {
        font-size: 17px;
    }
    .service-items.owl-carousel .owl-dots{
        margin-top: 0;
    }
    .section-services .service-items .offer_text p
    {
        font-size: 17px;
    }
    .slider-wrap {
        margin-top: 70px;
    }
    .sticky-header .sticky-wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }
	.hustle-ui.module_id_1 .hustle-layout .hustle-title {
		font-size: 28px!important;
	}

}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.header-wrapper .navbar-default .header-section img.custom-logo {
		max-width: 280px;
	}
	.header-section a.top-appoinment-btn {
        font-size: 16px;
        padding: 15px 25px;
    }
	#slider_1 .slider-content h2 {
        font-size: 20px;
        line-height: 1.7;
    }
	p{
		font-size:18px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px){
	.header-section a.top-appoinment-btn {
        font-size: 14px;
        padding: 14px 22px;
    }
	#slider_1 .slider-content h2 {
        font-size: 16px;
        line-height: 1.7;
    }
	p{
		font-size:16px;
	}
}
