/*********************************************************************************

	Template Name: Binke - Health & Medical Bootstrap4 Template
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is style css.

**********************************************************************************/
/**************************************************************
	
	STYLESHEET INDEXING
	|
	|
	|___ Basic Styles
	|	|
	|	|___ Reset Styles
	|	|___ Typography Styles
	|	|___ Utilities
	|	|___ Animations
	|	|___ Preloader
	|
	|
	|___Elements Styles
	|	|___ Button Styles
	|	|___ Section Title
	|	|___ Slider Elements
	|	|___ Social Icons
	|	|___ Call to Action
	|	|___ Breadcrumb
	|	|___ Progress Bar
	|	|___ Pricebox
	|	|___ Accordion
	|	|___ Pagination
	|	|___ Alert
	|
	|
	|___Blocks Styles
	|	|___ Header Styles 
	|	|___ Navigation Styles 
	|	|___ Banner Styles 
	|	|___ Featurebox
	|	|___ Service
	|	|___ Team Member
	|	|___ Blog Item
	|	|___ Testimonial
	|	|___ Brand Logo
	|	|___ Timetable
	|	|___ Appointment Box
	|	|___ About Styles
	|	|___ Funfact
	|	|___ Team Member Details
	|	|___ 404 Styles
	|	|___ Contact
	|	|___ Blog Page Styles
	|	|___ Widgets
	|	|___ Comment Styles
	|	|___ Footer Styles
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/*******************
Basic Styles
********************/
/**
* Reset Styles
*/
/* line 4, sass/basic/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, sass/basic/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

/* line 21, sass/basic/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 26, sass/basic/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 30, sass/basic/_reset.scss */
[hidden] {
  display: none;
}

/* line 33, sass/basic/_reset.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 40, sass/basic/_reset.scss */
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

/* line 47, sass/basic/_reset.scss */
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}

/* line 52, sass/basic/_reset.scss */
a {
  color: #ca3c08;
  text-decoration: none;
}

/* line 56, sass/basic/_reset.scss */
a:visited {
  color: #ac0404;
}

/* line 59, sass/basic/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 62, sass/basic/_reset.scss */
a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

/* line 67, sass/basic/_reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 70, sass/basic/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
}

/* line 80, sass/basic/_reset.scss */
h1 {
  font-size: 48px;
  margin: 33px 0;
}

/* line 84, sass/basic/_reset.scss */
h2 {
  font-size: 30px;
  margin: 25px 0;
}

/* line 88, sass/basic/_reset.scss */
h3 {
  font-size: 22px;
  margin: 22px 0;
}

/* line 92, sass/basic/_reset.scss */
h4 {
  font-size: 20px;
  margin: 25px 0;
}

/* line 96, sass/basic/_reset.scss */
h5 {
  font-size: 18px;
  margin: 30px 0;
}

/* line 100, sass/basic/_reset.scss */
h6 {
  font-size: 16px;
  margin: 36px 0;
}

/* line 104, sass/basic/_reset.scss */
address {
  font-style: italic;
  margin: 0 0 24px;
}

/* line 108, sass/basic/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 111, sass/basic/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 115, sass/basic/_reset.scss */
dfn {
  font-style: italic;
}

/* line 118, sass/basic/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 122, sass/basic/_reset.scss */
p {
  margin: 0 0 24px;
}

/* line 125, sass/basic/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 136, sass/basic/_reset.scss */
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 148, sass/basic/_reset.scss */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

/* line 156, sass/basic/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 163, sass/basic/_reset.scss */
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

/* line 169, sass/basic/_reset.scss */
blockquote blockquote {
  margin-right: 0;
}

/* line 172, sass/basic/_reset.scss */
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 178, sass/basic/_reset.scss */
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

/* line 183, sass/basic/_reset.scss */
blockquote strong,
blockquote b {
  font-weight: 400;
}

/* line 187, sass/basic/_reset.scss */
small {
  font-size: smaller;
}

/* line 190, sass/basic/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 197, sass/basic/_reset.scss */
sup {
  top: -0.5em;
}

/* line 200, sass/basic/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 203, sass/basic/_reset.scss */
dl {
  margin: 0 20px;
}

/* line 206, sass/basic/_reset.scss */
dt {
  font-weight: bold;
}

/* line 209, sass/basic/_reset.scss */
dd {
  margin: 0 0 20px;
}

/* line 212, sass/basic/_reset.scss */
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

/* line 218, sass/basic/_reset.scss */
ul {
  list-style-type: square;
}

/* line 221, sass/basic/_reset.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 226, sass/basic/_reset.scss */
li > ul,
li > ol {
  margin: 0;
}

/* line 230, sass/basic/_reset.scss */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

/* line 235, sass/basic/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 238, sass/basic/_reset.scss */
figure {
  margin: 0;
}

/* line 241, sass/basic/_reset.scss */
form {
  margin: 0;
}

/* line 244, sass/basic/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

/* line 250, sass/basic/_reset.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 255, sass/basic/_reset.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

/* line 264, sass/basic/_reset.scss */
button,
input {
  line-height: normal;
}

/* line 268, sass/basic/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

/* line 276, sass/basic/_reset.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 280, sass/basic/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 284, sass/basic/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

/* line 291, sass/basic/_reset.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* line 295, sass/basic/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 300, sass/basic/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 304, sass/basic/_reset.scss */
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

/* line 313, sass/basic/_reset.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

/* line 319, sass/basic/_reset.scss */
caption {
  font-size: 16px;
  margin: 20px 0;
}

/* line 323, sass/basic/_reset.scss */
th {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 327, sass/basic/_reset.scss */
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/* line 331, sass/basic/_reset.scss */
del {
  color: #333;
}

/* line 334, sass/basic/_reset.scss */
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 338, sass/basic/_reset.scss */
hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
/* line 345, sass/basic/_reset.scss */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

/* line 349, sass/basic/_reset.scss */
:-moz-placeholder {
  color: #7d7b6d;
}

/* line 353, sass/basic/_reset.scss */
::-moz-placeholder {
  color: #7d7b6d;
}

/* line 357, sass/basic/_reset.scss */
:-ms-input-placeholder {
  color: #7d7b6d;
}

/**
* Typography Styles
*/
/* line 5, sass/basic/_typography.scss */
* {
  box-sizing: border-box;
}

/* line 9, sass/basic/_typography.scss */
img {
  max-width: 100%;
}

/* line 13, sass/basic/_typography.scss */
html {
  overflow: hidden;
  overflow-y: auto;
}

/* line 18, sass/basic/_typography.scss */
body {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  color: #333333;
  font-weight: 400;
}

/* line 29, sass/basic/_typography.scss */
::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

/* line 34, sass/basic/_typography.scss */
:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

/* line 39, sass/basic/_typography.scss */
::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

/* line 44, sass/basic/_typography.scss */
:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

/* line 50, sass/basic/_typography.scss */
html,
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}

/* line 58, sass/basic/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

/* line 86, sass/basic/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  color: #333333;
}

/* line 103, sass/basic/_typography.scss */
h1,
.h1 {
  font-size: 48px;
}

/* line 108, sass/basic/_typography.scss */
h2,
.h2 {
  font-size: 34px;
}

/* line 113, sass/basic/_typography.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 118, sass/basic/_typography.scss */
h4,
.h4 {
  font-size: 20px;
}

/* line 123, sass/basic/_typography.scss */
h5,
.h5 {
  font-size: 18px;
}

/* line 128, sass/basic/_typography.scss */
h6,
.h6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 135, sass/basic/_typography.scss */
  h1,
  .h1 {
    font-size: 44px;
  }

  /* line 140, sass/basic/_typography.scss */
  h2,
  .h2 {
    font-size: 30px;
  }

  /* line 144, sass/basic/_typography.scss */
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 151, sass/basic/_typography.scss */
  h1,
  .h1 {
    font-size: 36px;
  }

  /* line 156, sass/basic/_typography.scss */
  h2,
  .h2 {
    font-size: 26px;
  }

  /* line 160, sass/basic/_typography.scss */
  h3,
  .h3 {
    font-size: 18px;
  }

  /* line 164, sass/basic/_typography.scss */
  h4,
  .h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 171, sass/basic/_typography.scss */
  h1,
  .h1 {
    font-size: 36px;
  }

  /* line 176, sass/basic/_typography.scss */
  h2,
  .h2 {
    font-size: 26px;
  }

  /* line 180, sass/basic/_typography.scss */
  h3,
  .h3 {
    font-size: 20px;
  }

  /* line 184, sass/basic/_typography.scss */
  h4,
  .h4 {
    font-size: 16px;
  }
}
/* line 190, sass/basic/_typography.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

/* line 200, sass/basic/_typography.scss */
h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

/* line 207, sass/basic/_typography.scss */
h6,
.h6 {
  font-weight: 500;
}

/* line 212, sass/basic/_typography.scss */
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/* line 219, sass/basic/_typography.scss */
a:visited {
  color: inherit;
}

/* line 223, sass/basic/_typography.scss */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #cccccc;
  transition: all 0.4s ease-out 0s;
  color: #333333;
}
/* line 9, sass/_mixins.scss */
input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
}
/* line 13, sass/_mixins.scss */
input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333333;
}
/* line 17, sass/_mixins.scss */
input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333333;
}
/* line 21, sass/_mixins.scss */
input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
}
/* line 232, sass/basic/_typography.scss */
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #32a49a;
}

/* line 239, sass/basic/_typography.scss */
input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

/* line 246, sass/basic/_typography.scss */
input,
select {
  height: 40px;
  padding: 0 15px;
}

/* line 252, sass/basic/_typography.scss */
blockquote {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  border-left: 4px solid #32a49a;
  padding-left: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: left;
}

/* line 265, sass/basic/_typography.scss */
.list-style-1 {
  padding-left: 0;
}
/* line 267, sass/basic/_typography.scss */
.list-style-1 li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #333333;
}
/* line 274, sass/basic/_typography.scss */
.list-style-1 li + li {
  margin-top: 15px;
}
/* line 277, sass/basic/_typography.scss */
.list-style-1 li::before {
  content: "\f058";
  font-family: 'fontAwesome';
  font-size: 20px;
  color: #32a49a;
  position: absolute;
  width: 35px;
  left: 0;
  top: 0;
}

/* line 290, sass/basic/_typography.scss */
.nice-select {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 0;
  float: none;
  background-color: transparent;
  border: 1px solid #b9b6b6;
}
/* line 299, sass/basic/_typography.scss */
.nice-select::after {
  color: #CCCCCC;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: auto;
  right: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 0px 12px;
  border: none;
  transform: rotate(0);
  top: 7px;
  bottom: auto;
  transform-origin: 50% 50%;
}
/* line 320, sass/basic/_typography.scss */
.nice-select span.current {
  display: block;
  position: relative;
  color: #333333;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0 15px;
}
/* line 328, sass/basic/_typography.scss */
.nice-select .list {
  width: 100%;
  border-radius: 0px;
  margin-top: 1px;
  max-height: 280px;
  overflow-y: auto;
}
/* line 336, sass/basic/_typography.scss */
.nice-select.open::after {
  transform: rotate(180deg);
}
/* line 340, sass/basic/_typography.scss */
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #32a49a;
}

/**
* Utilities
*/
/* line 4, sass/basic/_utilities.scss */
.hidden {
  display: none;
}

/* line 7, sass/basic/_utilities.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 17, sass/basic/_utilities.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 26, sass/basic/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 29, sass/basic/_utilities.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 34, sass/basic/_utilities.scss */
.clearfix:after {
  clear: both;
}

/* line 38, sass/basic/_utilities.scss */
.wrapper {
  position: relative;
}

/* Define Colors */
/* line 43, sass/basic/_utilities.scss */
.color-theme {
  color: #32a49a;
}

/* line 46, sass/basic/_utilities.scss */
.color-light {
  color: #999999;
}

/* line 49, sass/basic/_utilities.scss */
.color-dark {
  color: #333333;
}

/* line 52, sass/basic/_utilities.scss */
.color-black {
  color: #000000;
}

/* line 55, sass/basic/_utilities.scss */
.color-white {
  color: #ffffff;
}

/* Background Color */
/* line 59, sass/basic/_utilities.scss */
.bg-theme {
  background: #32a49a !important;
}

/* line 62, sass/basic/_utilities.scss */
.bg-secondary {
  background: #3498db !important;
}

/* line 65, sass/basic/_utilities.scss */
.bg-light {
  background: #999999 !important;
}

/* line 68, sass/basic/_utilities.scss */
.bg-grey {
  background: #f5f5f5 !important;
}

/* line 71, sass/basic/_utilities.scss */
.bg-dark {
  background: #2a2a2a !important;
}

/* line 74, sass/basic/_utilities.scss */
.bg-dark-light {
  background: #323232 !important;
}

/* line 77, sass/basic/_utilities.scss */
.bg-black {
  background: #000000 !important;
}

/* line 80, sass/basic/_utilities.scss */
.bg-white {
  background: #ffffff !important;
}

/* line 83, sass/basic/_utilities.scss */
.bg-half-color {
  background: #32a49a;
  position: relative;
  z-index: 1;
}
/* line 87, sass/basic/_utilities.scss */
.bg-half-color::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: #3498db;
  z-index: -1;
}

/* Youtube Video Background */
/* line 100, sass/basic/_utilities.scss */
.background-video-holder {
  position: relative;
}

/* line 103, sass/basic/_utilities.scss */
.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

/* line 111, sass/basic/_utilities.scss */
.youtube-bg {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Background Image */
/* line 120, sass/basic/_utilities.scss */
.bg-image-1 {
  background-image: url(/img/template/bg-image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-2 {
  background-image: url(/img/template/bg-image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-3 {
  background-image: url(/img/template/bg-image-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-4 {
  background-image: url(/img/template/bg-image-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-5 {
  background-image: url(/img/template/bg-image-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-6 {
  background-image: url(/img/template/bg-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-7 {
  background-image: url(/img/template/bg-image-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-8 {
  background-image: url(/img/template/bg-image-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-9 {
  background-image: url(/img/template/bg-image-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-10 {
  background-image: url(/img/template/bg-image-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-11 {
  background-image: url(/img/template/bg-image-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-12 {
  background-image: url(/img/template/bg-image-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-13 {
  background-image: url(/img/template/bg-image-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-14 {
  background-image: url(/img/template/bg-image-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-15 {
  background-image: url(/img/template/bg-image-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-16 {
  background-image: url(/img/template/bg-image-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-17 {
  background-image: url(/img/template/bg-image-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-18 {
  background-image: url(/img/template/bg-image-18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-19 {
  background-image: url(/img/template/bg-image-19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 120, sass/basic/_utilities.scss */
.bg-image-20 {
  background-image: url(/img/template/bg-image-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Text specialized */
/* line 129, sass/basic/_utilities.scss */
.text-italic {
  font-style: italic;
}

/* line 132, sass/basic/_utilities.scss */
.text-normal {
  font-style: normal;
}

/* line 135, sass/basic/_utilities.scss */
.text-underline {
  font-style: underline;
}

/* Font specialized */
/* line 140, sass/basic/_utilities.scss */
.body-font {
  font-family: "Lato", sans-serif;
}

/* line 143, sass/basic/_utilities.scss */
.heading-font {
  font-family: "Raleway", sans-serif;
}

/* Height and width */
/* line 148, sass/basic/_utilities.scss */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/* line 152, sass/basic/_utilities.scss */
.w-100 {
  width: 100%;
}

/* line 155, sass/basic/_utilities.scss */
.w-75 {
  width: 75%;
}

/* line 158, sass/basic/_utilities.scss */
.w-50 {
  width: 50%;
}

/* line 161, sass/basic/_utilities.scss */
.w-33 {
  width: 33.33%;
}

/* line 164, sass/basic/_utilities.scss */
.w-25 {
  width: 25%;
}

/* line 167, sass/basic/_utilities.scss */
.w-10 {
  width: 10%;
}

/* line 171, sass/basic/_utilities.scss */
.h-100 {
  height: 100%;
}

/* line 174, sass/basic/_utilities.scss */
.h-75 {
  height: 75%;
}

/* line 177, sass/basic/_utilities.scss */
.h-50 {
  height: 50%;
}

/* line 180, sass/basic/_utilities.scss */
.h-25 {
  height: 25%;
}

/* line 183, sass/basic/_utilities.scss */
.h-33 {
  height: 33.33%;
}

/* line 186, sass/basic/_utilities.scss */
.h-10 {
  height: 10%;
}

/* Section padding */
/* line 191, sass/basic/_utilities.scss */
.section-padding-xlg {
  padding: 150px 0;
}

/* line 194, sass/basic/_utilities.scss */
.section-padding-lg {
  padding: 120px 0;
}

/* line 197, sass/basic/_utilities.scss */
.section-padding-md {
  padding: 100px 0;
}

/* line 200, sass/basic/_utilities.scss */
.section-padding-sm {
  padding: 80px 0;
}

/* line 203, sass/basic/_utilities.scss */
.section-padding-xs {
  padding: 50px 0;
}

/* line 206, sass/basic/_utilities.scss */
.section-padding-top-xlg {
  padding-top: 150px;
}

/* line 209, sass/basic/_utilities.scss */
.section-padding-top-lg {
  padding-top: 120px;
}

/* line 212, sass/basic/_utilities.scss */
.section-padding-top-md {
  padding-top: 100px;
}

/* line 215, sass/basic/_utilities.scss */
.section-padding-top-sm {
  padding-top: 80px;
}

/* line 218, sass/basic/_utilities.scss */
.section-padding-top-xs {
  padding-top: 50px;
}

/* line 221, sass/basic/_utilities.scss */
.section-padding-bottom-xlg {
  padding-bottom: 150px;
}

/* line 224, sass/basic/_utilities.scss */
.section-padding-bottom-lg {
  padding-bottom: 120px;
}

/* line 227, sass/basic/_utilities.scss */
.section-padding-bottom-md {
  padding-bottom: 100px;
}

/* line 230, sass/basic/_utilities.scss */
.section-padding-bottom-sm {
  padding-bottom: 80px;
}

/* line 233, sass/basic/_utilities.scss */
.section-padding-bottom-xs {
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 238, sass/basic/_utilities.scss */
  .section-padding-xlg {
    padding: 100px 0;
  }

  /* line 241, sass/basic/_utilities.scss */
  .section-padding-lg {
    padding: 90px 0;
  }

  /* line 244, sass/basic/_utilities.scss */
  .section-padding-md {
    padding: 80px 0;
  }

  /* line 247, sass/basic/_utilities.scss */
  .section-padding-sm {
    padding: 60px 0;
  }

  /* line 250, sass/basic/_utilities.scss */
  .section-padding-top-xlg {
    padding-top: 100px;
  }

  /* line 253, sass/basic/_utilities.scss */
  .section-padding-top-lg {
    padding-top: 90px;
  }

  /* line 256, sass/basic/_utilities.scss */
  .section-padding-top-md {
    padding-top: 80px;
  }

  /* line 259, sass/basic/_utilities.scss */
  .section-padding-top-sm {
    padding-top: 60px;
  }

  /* line 262, sass/basic/_utilities.scss */
  .section-padding-bottom-xlg {
    padding-bottom: 100px;
  }

  /* line 265, sass/basic/_utilities.scss */
  .section-padding-bottom-lg {
    padding-bottom: 90px;
  }

  /* line 268, sass/basic/_utilities.scss */
  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  /* line 271, sass/basic/_utilities.scss */
  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 277, sass/basic/_utilities.scss */
  .section-padding-xlg {
    padding: 110px 0;
  }

  /* line 280, sass/basic/_utilities.scss */
  .section-padding-lg {
    padding: 80px 0;
  }

  /* line 283, sass/basic/_utilities.scss */
  .section-padding-md {
    padding: 80px 0;
  }

  /* line 286, sass/basic/_utilities.scss */
  .section-padding-sm {
    padding: 60px 0;
  }

  /* line 289, sass/basic/_utilities.scss */
  .section-padding-top-xlg {
    padding-top: 110px;
  }

  /* line 292, sass/basic/_utilities.scss */
  .section-padding-top-lg {
    padding-top: 80px;
  }

  /* line 295, sass/basic/_utilities.scss */
  .section-padding-top-md {
    padding-top: 80px;
  }

  /* line 298, sass/basic/_utilities.scss */
  .section-padding-top-sm {
    padding-top: 60px;
  }

  /* line 301, sass/basic/_utilities.scss */
  .section-padding-bottom-xlg {
    padding-bottom: 110px;
  }

  /* line 304, sass/basic/_utilities.scss */
  .section-padding-bottom-lg {
    padding-bottom: 80px;
  }

  /* line 307, sass/basic/_utilities.scss */
  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  /* line 310, sass/basic/_utilities.scss */
  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 316, sass/basic/_utilities.scss */
  .section-padding-xlg {
    padding: 75px 0;
  }

  /* line 319, sass/basic/_utilities.scss */
  .section-padding-lg {
    padding: 65px 0;
  }

  /* line 322, sass/basic/_utilities.scss */
  .section-padding-md {
    padding: 60px 0;
  }

  /* line 325, sass/basic/_utilities.scss */
  .section-padding-sm {
    padding: 55px 0;
  }

  /* line 328, sass/basic/_utilities.scss */
  .section-padding-top-xlg {
    padding-top: 75px;
  }

  /* line 331, sass/basic/_utilities.scss */
  .section-padding-top-lg {
    padding-top: 65px;
  }

  /* line 334, sass/basic/_utilities.scss */
  .section-padding-top-md {
    padding-top: 60px;
  }

  /* line 337, sass/basic/_utilities.scss */
  .section-padding-top-sm {
    padding-top: 55px;
  }

  /* line 340, sass/basic/_utilities.scss */
  .section-padding-bottom-xlg {
    padding-bottom: 75px;
  }

  /* line 343, sass/basic/_utilities.scss */
  .section-padding-bottom-lg {
    padding-bottom: 65px;
  }

  /* line 346, sass/basic/_utilities.scss */
  .section-padding-bottom-md {
    padding-bottom: 60px;
  }

  /* line 349, sass/basic/_utilities.scss */
  .section-padding-bottom-sm {
    padding-bottom: 55px;
  }
}
/* Border */
/* line 356, sass/basic/_utilities.scss */
.cr-border {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
}

/* line 361, sass/basic/_utilities.scss */
.cr-border-top {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0 0 0;
}

/* line 366, sass/basic/_utilities.scss */
.cr-border-right {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 0 0;
}

/* line 371, sass/basic/_utilities.scss */
.cr-border-bottom {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0 1px 0;
}

/* line 376, sass/basic/_utilities.scss */
.cr-border-left {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0 0 1px;
}

/* Overlay styles */
/* line 384, sass/basic/_utilities.scss */
[data-overlay], [data-black-overlay], [data-white-overlay] {
  position: relative;
}

/* line 387, sass/basic/_utilities.scss */
[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

/* line 391, sass/basic/_utilities.scss */
[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* line 400, sass/basic/_utilities.scss */
[data-overlay]:before {
  background-color: #32a49a;
}

/* line 403, sass/basic/_utilities.scss */
[data-black-overlay]:before {
  background-color: #000000;
}

/* line 406, sass/basic/_utilities.scss */
[data-white-overlay]:before {
  background-color: #ffffff;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
  opacity: 0.1;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
  opacity: 0.2;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before {
  opacity: 0.3;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before {
  opacity: 0.4;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before {
  opacity: 0.5;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
  opacity: 0.6;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before {
  opacity: 0.7;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
  opacity: 0.8;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before {
  opacity: 0.9;
}

/* line 410, sass/basic/_utilities.scss */
[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before {
  opacity: 1;
}

/* line 416, sass/basic/_utilities.scss */
.slick-slide:active, .slick-slide:focus {
  outline: none;
}
/* line 420, sass/basic/_utilities.scss */
.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
  outline: none;
}

/* line 427, sass/basic/_utilities.scss */
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
  color: #ffffff;
}
/* line 429, sass/basic/_utilities.scss */
.bg-theme h1, .bg-theme h2, .bg-theme h3, .bg-theme h4, .bg-theme h5, .bg-theme h6, .bg-theme p, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark-light h1, .bg-dark-light h2, .bg-dark-light h3, .bg-dark-light h4, .bg-dark-light h5, .bg-dark-light h6, .bg-dark-light p, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary p {
  color: #ffffff;
}

/* line 434, sass/basic/_utilities.scss */
.jarallax {
  position: relative;
  z-index: 0;
}

/* line 439, sass/basic/_utilities.scss */
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 449, sass/basic/_utilities.scss */
#scrollUp {
  right: 30px;
  bottom: 45px;
  height: 45px;
  width: 45px;
  line-height: 41px;
  text-align: center;
  background: #32a49a;
  color: #ffffff;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid #32a49a;
  animation: crSlideInRight 0.8s ease-in-out 1 both;
  z-index: 1000 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* line 466, sass/basic/_utilities.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 469, sass/basic/_utilities.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 473, sass/basic/_utilities.scss */
.form-message {
  margin-bottom: 0;
  text-align: center;
}
/* line 476, sass/basic/_utilities.scss */
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
/* line 480, sass/basic/_utilities.scss */
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

/* line 486, sass/basic/_utilities.scss */
.bk-parallax {
  position: relative;
  z-index: 0;
}

/* line 491, sass/basic/_utilities.scss */
.bk-parallax > .bk-parallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1500px) {
  /* line 502, sass/basic/_utilities.scss */
  .col-custom-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 575px) {
  /* line 509, sass/basic/_utilities.scss */
  .container {
    max-width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 515, sass/basic/_utilities.scss */
  #scrollUp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 523, sass/basic/_utilities.scss */
  .why-choose-area[data-white-overlay]::before {
    opacity: 0.8;
  }
}
/**
* Animations
*/
@-webkit-keyframes crZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes crZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes crZoomInOutInvisible {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes crZoomInOutInvisible {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes crSlideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes crSlideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes crBounceIn {
  20%,
    40%,
    60%,
    80%,
    from,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes crBounceIn {
  20%,
    40%,
    60%,
    80%,
    from,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes crSlideInRight {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes crSlideInRight {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes carInOutAnimation {
  0% {
    transform: translateX(200%);
  }
  18% {
    transform: translateX(-5%);
  }
  20% {
    transform: translateX(5%);
  }
  22% {
    transform: translateX(0);
  }
  78% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-5%);
  }
  82% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes carInOutAnimation {
  0% {
    transform: translateX(200%);
  }
  18% {
    transform: translateX(-5%);
  }
  20% {
    transform: translateX(5%);
  }
  22% {
    transform: translateX(0);
  }
  78% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-5%);
  }
  82% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* line 1, sass/basic/_preloader.scss */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #2ea19a61;
  text-align: center;
}
/* line 12, sass/basic/_preloader.scss */
#preloader > div {
  position: absolute;
  position: absolute;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 186px;
  background-size: 110px 186px;
}

/* line 26, sass/basic/_preloader.scss */
.imageRotateHorizontal {
  background: url("/img/short-logo.png");
  -moz-animation: spinHorizontal 1.8s infinite linear;
  -o-animation: spinHorizontal 1.8s infinite linear;
  -webkit-animation: spinHorizontal .8s infinite linear;
  animation: spinHorizontal 1.8s infinite linear;
}

@keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*******************
Elements Styles
********************/
/**
 * Button
 */
/* line 5, sass/elements/_button.scss */
.bk-button,
a.bk-button,
button.bk-button {
  display: inline-block;
  background: #32a49a;
  font-size: 14px;
  border-width: 2px;
  border-color: #32a49a;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 13px 25px;
  vertical-align: middle;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  /* Size Variations */
  /* Color Variations */
}
/* line 26, sass/elements/_button.scss */
.bk-button i,
a.bk-button i,
button.bk-button i {
  padding-right: 5px;
  line-height: 1;
  font-size: 18px;
  vertical-align: bottom;
}
/* line 33, sass/elements/_button.scss */
.bk-button:before, .bk-button:after,
a.bk-button:before,
a.bk-button:after,
button.bk-button:before,
button.bk-button:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
}
/* line 42, sass/elements/_button.scss */
.bk-button:before,
a.bk-button:before,
button.bk-button:before {
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 49, sass/elements/_button.scss */
.bk-button:after,
a.bk-button:after,
button.bk-button:after {
  height: 100%;
  width: 0;
  bottom: 0;
  left: 0;
}
/* line 56, sass/elements/_button.scss */
.bk-button span,
a.bk-button span,
button.bk-button span {
  position: relative;
  z-index: 2;
}
/* line 61, sass/elements/_button.scss */
.bk-button:hover,
a.bk-button:hover,
button.bk-button:hover {
  background: #32a49a;
  border-color: #32a49a;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/* line 68, sass/elements/_button.scss */
.bk-button:hover::before,
a.bk-button:hover::before,
button.bk-button:hover::before {
  height: 100%;
}
/* line 72, sass/elements/_button.scss */
.bk-button:hover:after,
a.bk-button:hover:after,
button.bk-button:hover:after {
  width: 100%;
}
/* line 78, sass/elements/_button.scss */
.bk-button:active,
a.bk-button:active,
button.bk-button:active {
  transform: translateY(-2px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
/* line 85, sass/elements/_button.scss */
.bk-button.bk-button-lg,
a.bk-button.bk-button-lg,
button.bk-button.bk-button-lg {
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0;
}
/* line 91, sass/elements/_button.scss */
.bk-button.bk-button-xs,
a.bk-button.bk-button-xs,
button.bk-button.bk-button-xs {
  padding: 10px 26px;
}
/* line 97, sass/elements/_button.scss */
.bk-button.bk-button-theme-black,
a.bk-button.bk-button-theme-black,
button.bk-button.bk-button-theme-black {
  color: #333333;
}
/* line 101, sass/elements/_button.scss */
.bk-button.bk-button-yellow,
a.bk-button.bk-button-yellow,
button.bk-button.bk-button-yellow {
  background: #32a49a;
  border-color: #32a49a;
}
/* line 106, sass/elements/_button.scss */
.bk-button.bk-button-blue,
a.bk-button.bk-button-blue,
button.bk-button.bk-button-blue {
  background: #32a49a;
  border-color: #32a49a;
}
/* line 111, sass/elements/_button.scss */
.bk-button.bk-button-green,
a.bk-button.bk-button-green,
button.bk-button.bk-button-green {
  background: #32a49a;
  border-color: #32a49a;
}
/* line 116, sass/elements/_button.scss */
.bk-button.bk-button-white,
a.bk-button.bk-button-white,
button.bk-button.bk-button-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
/* line 122, sass/elements/_button.scss */
.bk-button.bk-button-black,
a.bk-button.bk-button-black,
button.bk-button.bk-button-black {
  background: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}
/* line 128, sass/elements/_button.scss */
.bk-button.bk-button-transparent,
a.bk-button.bk-button-transparent,
button.bk-button.bk-button-transparent {
  background: transparent;
  border-width: 2px;
  color: #32a49a;
}
/* line 133, sass/elements/_button.scss */
.bk-button.bk-button-transparent:hover,
a.bk-button.bk-button-transparent:hover,
button.bk-button.bk-button-transparent:hover {
  background: #32a49a;
  color: #ffffff;
}
/* line 138, sass/elements/_button.scss */
.bk-button.bk-button-transparent.bk-button-white,
a.bk-button.bk-button-transparent.bk-button-white,
button.bk-button.bk-button-transparent.bk-button-white {
  color: #ffffff;
}
/* line 140, sass/elements/_button.scss */
.bk-button.bk-button-transparent.bk-button-white:hover,
a.bk-button.bk-button-transparent.bk-button-white:hover,
button.bk-button.bk-button-transparent.bk-button-white:hover {
  background: #ffffff;
  color: #333333;
}
/* line 146, sass/elements/_button.scss */
.bk-button.bk-button-transparent.bk-button-black,
a.bk-button.bk-button-transparent.bk-button-black,
button.bk-button.bk-button-transparent.bk-button-black {
  color: #333333;
}
/* line 148, sass/elements/_button.scss */
.bk-button.bk-button-transparent.bk-button-black:hover,
a.bk-button.bk-button-transparent.bk-button-black:hover,
button.bk-button.bk-button-transparent.bk-button-black:hover {
  background: #333333;
  color: #ffffff;
}

/* line 158, sass/elements/_button.scss */
.button-group {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 161, sass/elements/_button.scss */
.button-group a.bk-button {
  margin: 0 5px;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 172, sass/elements/_button.scss */
  .bk-button.bk-button-lg,
  a.bk-button.bk-button-lg,
  button.bk-button.bk-button-lg {
    padding: 15px 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 183, sass/elements/_button.scss */
  .bk-button.bk-button-lg,
  a.bk-button.bk-button-lg,
  button.bk-button.bk-button-lg {
    padding: 15px 30px;
    font-size: 16px;
  }
}
/* line 190, sass/elements/_button.scss */
.bk-readmore, a.bk-readmore, button.bk-readmore, .bk-readmore-2, a.bk-readmore-2, button.bk-readmore-2, .bk-readmore-3, a.bk-readmore-3, button.bk-readmore-3 {
  display: inline-block;
  border-radius: 4px;
  padding: 7px 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}

/* line 201, sass/elements/_button.scss */
.bk-readmore, a.bk-readmore, button.bk-readmore {
  background: #32a49a;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 207, sass/elements/_button.scss */
.bk-readmore:hover, a.bk-readmore:hover, button.bk-readmore:hover {
  background: #333333;
  color: #ffffff;
}

/* line 214, sass/elements/_button.scss */
.bk-readmore-2, a.bk-readmore-2, button.bk-readmore-2 {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e5e5e5;
  letter-spacing: 0;
}
/* line 220, sass/elements/_button.scss */
.bk-readmore-2:hover, a.bk-readmore-2:hover, button.bk-readmore-2:hover {
  background: #32a49a;
  color: #ffffff;
  border-color: #32a49a;
}

/* line 227, sass/elements/_button.scss */
.bk-readmore-3, a.bk-readmore-3, button.bk-readmore-3 {
  background: #444444;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 40px;
}
/* line 235, sass/elements/_button.scss */
.bk-readmore-3:hover, a.bk-readmore-3:hover, button.bk-readmore-3:hover {
  background: #32a49a;
  color: #ffffff;
  border-color: #32a49a;
}

/**
 * Section Title
 */
/* line 5, sass/elements/_section-title.scss */
.section-title {
  margin-bottom: 35px;
  margin-top: -10px;
  /*
  h2, h3{
      font-weight: 700;
      color: $heading-color;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 0;
      margin-top: -10px;
      &::before{
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 3px;
          width: 145px;
          background: $theme-color;
      }
      span{
          font-weight: 400;
      }
  }*/
}
/* line 8, sass/elements/_section-title.scss */
.section-title h2, .section-title h3 {
  font-size: 20px;
  line-height: 28px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 16, sass/elements/_section-title.scss */
.section-title h2::before, .section-title h3::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  display: block;
  background: #565656;
  bottom: 0;
}
/* line 25, sass/elements/_section-title.scss */
.section-title h2::after, .section-title h3::after {
  background-color: #15bba4;
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  display: block;
  bottom: -1px;
  margin-left: 35px;
}
/* line 37, sass/elements/_section-title.scss */
.section-title.text-center h2::before, .section-title.text-center h3::before {
  left: 0;
  left: 50%;
  margin-left: -60px;
}
/* line 42, sass/elements/_section-title.scss */
.section-title.text-center h2::after, .section-title.text-center h3::after {
  left: 0;
  left: 50%;
  margin-left: -20px;
}
/* line 71, sass/elements/_section-title.scss */
.section-title p {
  font-style: italic;
  color: #333333;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 22px;
}
/* line 80, sass/elements/_section-title.scss */
.section-title.text-center {
  text-align: center;
  /*h2, h3 {
    &::before {
      left: 50%;
      transform: translateX(-50%);
    }
  }*/
}
/* line 90, sass/elements/_section-title.scss */
.section-title.text-right {
  text-align: right;
}
/* line 93, sass/elements/_section-title.scss */
.section-title.text-right h2::before, .section-title.text-right h3::before {
  left: auto;
  right: 0;
  transform: translateX(0);
}
/* line 103, sass/elements/_section-title.scss */
.section-title.section-title-2 h2::before, .section-title.section-title-2 h3::before {
  width: 50px;
}
/* line 110, sass/elements/_section-title.scss */
.section-title.section-title-dark h2 {
  font-size: 30px;
  font-weight: 900;
}
/* line 115, sass/elements/_section-title.scss */
.section-title.section-title-dark h2::before, .section-title.section-title-dark h3::before {
  width: 50px;
  background: #333333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 125, sass/elements/_section-title.scss */
  .section-title {
    margin-top: -5px;
  }
  /* line 127, sass/elements/_section-title.scss */
  .section-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 134, sass/elements/_section-title.scss */
  .section-title {
    margin-bottom: 25px;
  }
  /* line 137, sass/elements/_section-title.scss */
  .section-title.section-title-dark h2 {
    font-size: 26px;
  }
}
/**
 * Slider Elements
 */
/* line 5, sass/elements/_slider-elements.scss */
.cr-navigation-holder {
  font-size: 0;
}
/* line 7, sass/elements/_slider-elements.scss */
.cr-navigation-holder button {
  border: none;
  outline: none;
  background: #444444;
  color: #ffffff;
  display: inline-block;
  font-size: 27px;
  margin: 1px;
  height: 38px;
  width: 40px;
  text-align: center;
  line-height: 1;
  transition: all 0.4s ease-in-out 0s;
}
/* line 20, sass/elements/_slider-elements.scss */
.cr-navigation-holder button i {
  line-height: 38px;
}
/* line 23, sass/elements/_slider-elements.scss */
.cr-navigation-holder button:hover {
  background: #32a49a;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 32, sass/elements/_slider-elements.scss */
  .cr-navigation-holder button {
    font-size: 24px;
    height: 40px;
    width: 40px;
  }
  /* line 36, sass/elements/_slider-elements.scss */
  .cr-navigation-holder button i {
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 45, sass/elements/_slider-elements.scss */
  .cr-navigation-holder button {
    font-size: 24px;
    height: 40px;
    width: 40px;
  }
  /* line 49, sass/elements/_slider-elements.scss */
  .cr-navigation-holder button i {
    line-height: 38px;
  }
}
/* line 57, sass/elements/_slider-elements.scss */
.slider-navigation-style-1 {
  position: relative;
}
/* line 59, sass/elements/_slider-elements.scss */
.slider-navigation-style-1 .slider-navigation {
  font-size: 24px;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
/* line 74, sass/elements/_slider-elements.scss */
.slider-navigation-style-1 .slider-navigation:hover {
  color: #ffffff;
  background: #32a49a;
  border-color: #32a49a;
}
/* line 80, sass/elements/_slider-elements.scss */
.slider-navigation-style-1 .slider-navigation.slider-navigation-prev {
  right: calc(100% + 10px);
  left: auto;
}
/* line 85, sass/elements/_slider-elements.scss */
.slider-navigation-style-1 .slider-navigation.slider-navigation-next {
  right: auto;
  left: calc(100% + 10px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 94, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 {
    margin-bottom: 65px;
  }
  /* line 96, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation {
    font-size: 22px;
    height: 35px;
    width: 35px;
    line-height: 31px;
    top: calc(100% + 30px);
    margin-top: 0;
  }
  /* line 103, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation.slider-navigation-prev {
    right: calc(50% + 10px);
  }
  /* line 106, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation.slider-navigation-next {
    left: calc(50% + 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 114, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 {
    margin-bottom: 65px;
  }
  /* line 116, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation {
    font-size: 22px;
    height: 35px;
    width: 35px;
    line-height: 31px;
    top: calc(100% + 30px);
    margin-top: 0;
  }
  /* line 123, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation.slider-navigation-prev {
    right: calc(50% + 10px);
  }
  /* line 126, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation.slider-navigation-next {
    left: calc(50% + 10px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 134, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 {
    margin-bottom: 65px;
  }
  /* line 136, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation {
    font-size: 22px;
    height: 35px;
    width: 35px;
    line-height: 31px;
    top: calc(100% + 30px);
    margin-top: 0;
  }
  /* line 143, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation.slider-navigation-prev {
    right: calc(50% + 10px);
  }
  /* line 146, sass/elements/_slider-elements.scss */
  .slider-navigation-style-1 .slider-navigation.slider-navigation-next {
    left: calc(50% + 10px);
  }
}
/* line 156, sass/elements/_slider-elements.scss */
.slider-dots-style-1.slick-dotted {
  margin-bottom: 0;
}
/* line 159, sass/elements/_slider-elements.scss */
.slider-dots-style-1 .cr-slider-dots {
  margin-top: 20px;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 164, sass/elements/_slider-elements.scss */
.slider-dots-style-1 .cr-slider-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border: 2px solid #dbdbdb;
  cursor: pointer;
  vertical-align: bottom;
}
/* line 176, sass/elements/_slider-elements.scss */
.slider-dots-style-1 .cr-slider-dots li.slick-active, .slider-dots-style-1 .cr-slider-dots li:hover {
  background: #dbdbdb;
}
/* line 179, sass/elements/_slider-elements.scss */
.slider-dots-style-1 .cr-slider-dots li button {
  display: none;
}
/* line 186, sass/elements/_slider-elements.scss */
.slider-dots-style-1.row .cr-slider-dots {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 194, sass/elements/_slider-elements.scss */
.slider-dots-style-2.slick-dotted {
  margin-bottom: 0;
}
/* line 197, sass/elements/_slider-elements.scss */
.slider-dots-style-2 .cr-slider-dots {
  margin-top: 40px;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
/* line 203, sass/elements/_slider-elements.scss */
.slider-dots-style-2 .cr-slider-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  vertical-align: bottom;
}
/* line 215, sass/elements/_slider-elements.scss */
.slider-dots-style-2 .cr-slider-dots li.slick-active, .slider-dots-style-2 .cr-slider-dots li:hover {
  background: #32a49a;
  border-color: #32a49a;
}
/* line 219, sass/elements/_slider-elements.scss */
.slider-dots-style-2 .cr-slider-dots li button {
  display: none;
}
/* line 225, sass/elements/_slider-elements.scss */
.slider-dots-style-2.row .cr-slider-dots {
  padding-left: 15px;
  padding-right: 15px;
}

/**
 * Social Icons
 */
/* line 6, sass/elements/_social-icons.scss */
.social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 9, sass/elements/_social-icons.scss */
.social-icons ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #444444;
  margin: 0 10px;
}
/* line 15, sass/elements/_social-icons.scss */
.social-icons ul li:first-child {
  margin-left: 0;
}
/* line 18, sass/elements/_social-icons.scss */
.social-icons ul li:last-child {
  margin-right: 0;
}
/* line 21, sass/elements/_social-icons.scss */
.social-icons ul li a {
  display: inline-block;
  color: #333333;
}
/* line 26, sass/elements/_social-icons.scss */
.social-icons ul li:hover a {
  color: #32a49a;
}

/**
 * Call to Action
 */
/* line 5, sass/elements/_call-to-action.scss */
.call-to-action {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 40px 0;
  align-items: center;
}
/* line 11, sass/elements/_call-to-action.scss */
.call-to-action .call-to-action-text {
  flex-shrink: 100;
  padding-right: 30px;
  padding-top: 20px;
}
/* line 15, sass/elements/_call-to-action.scss */
.call-to-action .call-to-action-text h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 19, sass/elements/_call-to-action.scss */
.call-to-action .call-to-action-text h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 25, sass/elements/_call-to-action.scss */
.call-to-action .call-to-action-button {
  padding-top: 20px;
}

/**
 * Breadcrumb
 */
/* line 5, sass/elements/_breadcrumb.scss */
.bk-breadcrumb {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* line 14, sass/elements/_breadcrumb.scss */
.bk-breadcrumb h2 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
  padding-right: 30px;
}
/* line 21, sass/elements/_breadcrumb.scss */
.bk-breadcrumb ul {
  padding-left: 0;
  margin: 0;
  font-size: 0;
}
/* line 25, sass/elements/_breadcrumb.scss */
.bk-breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
/* line 31, sass/elements/_breadcrumb.scss */
.bk-breadcrumb ul li::after {
  content: "/";
  padding: 0 5px;
}
/* line 36, sass/elements/_breadcrumb.scss */
.bk-breadcrumb ul li:last-child::after {
  display: none;
}
/* line 40, sass/elements/_breadcrumb.scss */
.bk-breadcrumb ul li a {
  display: inline-block;
  color: #ffffff;
}
/* line 43, sass/elements/_breadcrumb.scss */
.bk-breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* 
@media only screen and (max-width: 575px){
	.bk-breadcrumb{
		h2{
			font-size: 24px;
		}
	}
}
 */
/**
 * Accordion
 */
/* line 5, sass/elements/_accordion.scss */
.cr-accordion-wrap {
  border-top: 1px dashed #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

/* line 14, sass/elements/_accordion.scss */
.cr-accordion .cr-accordion-header a {
  border-bottom: 1px dashed #e1e1e1;
  border-collapse: collapse;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #333333;
  display: block;
  padding: 14px 0;
  padding-right: 20px;
  position: relative;
  padding-left: 70px;
}
/* line 28, sass/elements/_accordion.scss */
.cr-accordion .cr-accordion-header a::before {
  content: "\f05d";
  font-family: 'fontAwesome';
  width: 70px;
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 14px;
}
/* line 40, sass/elements/_accordion.scss */
.cr-accordion .cr-accordion-header a:not(.collapsed) {
  color: #333333;
  font-weight: 700;
}
/* line 43, sass/elements/_accordion.scss */
.cr-accordion .cr-accordion-header a:not(.collapsed)::before {
  content: "\f05c";
  font-weight: 400;
}
/* line 52, sass/elements/_accordion.scss */
.cr-accordion .cr-accordion-body {
  padding: 30px;
  border-bottom: 1px dashed #e1e1e1;
}
/* line 60, sass/elements/_accordion.scss */
.cr-accordion:last-child .cr-accordion-header a.collapsed {
  border-bottom: none;
}
/* line 65, sass/elements/_accordion.scss */
.cr-accordion:last-child .cr-accordion-body {
  border-bottom: none;
}

/* line 73, sass/elements/_accordion.scss */
.faq-questions {
  margin-top: -35px;
}

/* line 76, sass/elements/_accordion.scss */
.faq-single-questions {
  margin-top: 70px;
}

/* line 81, sass/elements/_accordion.scss */
.faq-wrapper h5 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #333333;
  text-transform: uppercase;
}
/* line 89, sass/elements/_accordion.scss */
.faq-wrapper p {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-style: italic;
  font-weight: 400;
}

/* line 98, sass/elements/_accordion.scss */
.faq-single-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  background: #eeeded;
  border-radius: 4px;
  padding: 17px 25px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
/* line 110, sass/elements/_accordion.scss */
.faq-single-title::before {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 1px;
  background: #e1e1e1;
  top: 50%;
  right: 40px;
  z-index: -1;
}
/* line 120, sass/elements/_accordion.scss */
.faq-single-title::after {
  content: "\f103";
  font-family: 'fontAwesome';
  position: absolute;
  right: 25px;
  top: 18px;
}
/* line 127, sass/elements/_accordion.scss */
.faq-single-title span {
  background: #eeeded;
  position: relative;
  padding-right: 10px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 139, sass/elements/_accordion.scss */
  .cr-accordion .cr-accordion-header a {
    padding-left: 60px;
  }
  /* line 141, sass/elements/_accordion.scss */
  .cr-accordion .cr-accordion-header a::before {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 151, sass/elements/_accordion.scss */
  .cr-accordion .cr-accordion-body {
    padding: 30px 20px;
  }
  /* line 155, sass/elements/_accordion.scss */
  .cr-accordion .cr-accordion-header a {
    padding-left: 40px;
  }
  /* line 157, sass/elements/_accordion.scss */
  .cr-accordion .cr-accordion-header a::before {
    width: 25px;
    left: 20px;
  }
}
/* Paginations */
/* line 2, sass/elements/_pagination.scss */
ul.bk-pagination {
  display: block;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 0;
}
/* line 7, sass/elements/_pagination.scss */
ul.bk-pagination li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  margin: 0 5px;
}
/* line 12, sass/elements/_pagination.scss */
ul.bk-pagination li:first-child {
  margin-left: 0;
}
/* line 15, sass/elements/_pagination.scss */
ul.bk-pagination li:last-child {
  margin-right: 0;
}
/* line 18, sass/elements/_pagination.scss */
ul.bk-pagination li a {
  display: inline-block;
  height: 35px;
  min-width: 35px;
  text-align: center;
  line-height: 33px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #444444;
  font-family: "Lato", sans-serif;
}
/* line 30, sass/elements/_pagination.scss */
ul.bk-pagination li:hover a, ul.bk-pagination li.active a {
  color: #ffffff;
  background: #32a49a;
  border-color: #32a49a;
}

/* line 41, sass/elements/_pagination.scss */
.bk-pagination-2 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
}
/* line 45, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev, .bk-pagination-2 .bk-pagination-2-next {
  padding-top: 28px;
}
/* line 47, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev h6, .bk-pagination-2 .bk-pagination-2-next h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  font-size: 12px;
  transition: all 0.3s ease-in-out 0s;
}
/* line 54, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev h6 i, .bk-pagination-2 .bk-pagination-2-next h6 i {
  font-size: 14px;
}
/* line 58, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev span, .bk-pagination-2 .bk-pagination-2-next span {
  text-decoration: underline;
  font-size: 14px;
  transition: all 0.3s ease-in-out 0s;
  color: #333333;
}
/* line 65, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev:hover h6, .bk-pagination-2 .bk-pagination-2-next:hover h6 {
  color: #32a49a;
}
/* line 68, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev:hover span, .bk-pagination-2 .bk-pagination-2-next:hover span {
  color: #32a49a;
}
/* line 73, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev {
  padding-right: 30px;
}
/* line 75, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-prev i {
  padding-right: 10px;
}
/* line 79, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-next {
  text-align: right;
}
/* line 81, sass/elements/_pagination.scss */
.bk-pagination-2 .bk-pagination-2-next i {
  padding-left: 10px;
}

@media only screen and (max-width: 575px) {
  /* line 89, sass/elements/_pagination.scss */
  .bk-pagination-2 {
    flex-wrap: wrap;
  }
  /* line 91, sass/elements/_pagination.scss */
  .bk-pagination-2 .bk-pagination-2-prev, .bk-pagination-2 .bk-pagination-2-next {
    width: 100%;
    text-align: left;
  }
}
/* line 1, sass/elements/_alert.scss */
.alert {
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 50%;
  width: 643px;
  transform: translate(-50%);
  #position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding-left: 50px;
}
/* line 15, sass/elements/_alert.scss */
.alert .fa {
  position: absolute;
  display: block;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  top: 32px;
  left: 15px;
  margin-top: -12px;
  z-index: 2;
}
/* line 28, sass/elements/_alert.scss */
.alert .title {
  margin-bottom: 0;
}
/* line 32, sass/elements/_alert.scss */
.alert p:last-child {
  margin-bottom: 0;
}
/* line 36, sass/elements/_alert.scss */
.alert.alert-danger {
  border-color: #eec1bd;
  background-color: #fbedeb;
  color: #a2706b;
  padding-left: 60px;
}
/* line 41, sass/elements/_alert.scss */
.alert.alert-danger .fa, .alert.alert-danger .title {
  color: #95564f;
}
/* line 45, sass/elements/_alert.scss */
.alert.alert-warning {
  border-color: #e9d7ba;
  background-color: #fff8ec;
  color: #9c907e;
}
/* line 49, sass/elements/_alert.scss */
.alert.alert-warning .fa, .alert.alert-warning .title {
  color: #97876d;
}
/* line 54, sass/elements/_alert.scss */
.alert.alert-info {
  border-color: #d0dfe9;
  background-color: #f8fcff;
  color: #7f98a9;
}
/* line 58, sass/elements/_alert.scss */
.alert.alert-info .fa, .alert.alert-info .title {
  color: #6b8699;
}
/* line 63, sass/elements/_alert.scss */
.alert.alert-success {
  border-color: #cae4d6;
  background-color: #f5fcf8;
  color: #667b70;
}
/* line 69, sass/elements/_alert.scss */
.alert.alert-success .fa, .alert.alert-success .title {
  color: #6e8f7d;
}
/* line 73, sass/elements/_alert.scss */
.alert .close-alert {
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 0px;
  left: 100%;
  margin-top: -8px;
  margin-left: -48px;
  position: absolute;
  cursor: pointer;
}
/* line 82, sass/elements/_alert.scss */
.alert .close-alert:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 86, sass/elements/_alert.scss */
.alert .close-alert .fa {
  font-size: 16px !Important;
}

/*******************
Blocks Styles
********************/
/**
 * Header Styles
 */
/* line 5, sass/blocks/_header.scss */
.header-top-area {
  border-bottom: 1px solid #f5f5f5;
}

/* line 9, sass/blocks/_header.scss */
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 14, sass/blocks/_header.scss */
.header-top-inner ul {
  padding-left: 0;
  margin-bottom: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 1px 0;
}
/* line 21, sass/blocks/_header.scss */
.header-top-inner ul li {
  list-style: none;
  display: inline-block;
}
/* line 27, sass/blocks/_header.scss */
.header-top-inner .header-support-info {
  flex-grow: 100;
  flex-wrap: wrap;
}
/* line 30, sass/blocks/_header.scss */
.header-top-inner .header-support-info li {
  padding: 5px 0;
  padding-right: 35px;
  font-size: 13px;
  color: #333333;
}
/* line 35, sass/blocks/_header.scss */
.header-top-inner .header-support-info li span.icon {
  margin-right: 7px;
}
/* line 38, sass/blocks/_header.scss */
.header-top-inner .header-support-info li a {
  color: #333333;
}
/* line 40, sass/blocks/_header.scss */
.header-top-inner .header-support-info li a:hover {
  color: #32a49a;
}
/* line 48, sass/blocks/_header.scss */
.header-top-inner .header-social li {
  margin: 0 10px;
}
/* line 50, sass/blocks/_header.scss */
.header-top-inner .header-social li:last-of-type {
  margin-right: 3px;
}
/* line 53, sass/blocks/_header.scss */
.header-top-inner .header-social li a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
}
/* line 57, sass/blocks/_header.scss */
.header-top-inner .header-social li a:hover {
  color: #32a49a;
}
/* line 64, sass/blocks/_header.scss */
.header-top-inner .header-search {
  position: relative;
  border-right: 1px solid #e5e5e5;
  align-self: stretch;
  display: flex;
  align-items: center;
}
/* line 70, sass/blocks/_header.scss */
.header-top-inner .header-search input {
  border: none;
  outline: none;
  color: #333333;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
  width: 270px;
  padding-right: 50px;
  padding-left: 20px;
}
/* line 9, sass/_mixins.scss */
.header-top-inner .header-search input::-webkit-input-placeholder {
  color: #333333;
}
/* line 13, sass/_mixins.scss */
.header-top-inner .header-search input:-moz-placeholder {
  color: #333333;
}
/* line 17, sass/_mixins.scss */
.header-top-inner .header-search input::-moz-placeholder {
  color: #333333;
}
/* line 21, sass/_mixins.scss */
.header-top-inner .header-search input:-ms-input-placeholder {
  color: #333333;
}
/* line 82, sass/blocks/_header.scss */
.header-top-inner .header-search button[type="submit"], .header-top-inner .header-search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border: none;
  outline: none;
}
/* line 93, sass/blocks/_header.scss */
.header-top-inner .header-search button[type="submit"]:hover, .header-top-inner .header-search input[type="submit"]:hover {
  color: #32a49a;
}

/* line 101, sass/blocks/_header.scss */
.header-middle-inner {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  position: relative;
}

/* line 108, sass/blocks/_header.scss */
.header-logo {
  align-items: center;
  align-self: stretch;
  display: flex;
  margin-left: 12px;
}
/* line 113, sass/blocks/_header.scss */
.header-logo span {
  font-size: 30px;
  margin-left: 8px;
  font-weight: bold;
  height: 58px;
  box-sizing: content-box;
  line-height: 58px;
  background-image: -webkit-linear-gradient(to right, #076d67, #42a59b, #48b5aa);
  /* For Chrome and Safari */
  background-image: -moz-linear-gradient(to right, #076d67, #42a59b, #48b5aa);
  /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(to right, #076d67, #42a59b, #48b5aa);
  /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(to right, #076d67, #42a59b, #48b5aa);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #076d67, #42a59b, #48b5aa);
  /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Roboto, Montserrat, Oswald, Raleway;
}

/* line 132, sass/blocks/_header.scss */
.header-bottom-area i {
  font-size: 26px;
}

/* line 136, sass/blocks/_header.scss */
.header-info {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 141, sass/blocks/_header.scss */
.header-info li {
  list-style: none;
  display: inline-flex;
  font-weight: 600;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  line-height: 17px;
  color: #333333;
  flex: 0 0 50%;
  padding: 10px 0;
  padding-right: 20px;
}
/* line 152, sass/blocks/_header.scss */
.header-info li span.icon {
  font-size: 40px;
  color: #32a49a;
  display: inline-block;
  margin-right: 15px;
}
/* line 158, sass/blocks/_header.scss */
.header-info li p {
  margin-bottom: 0;
}

/* line 167, sass/blocks/_header.scss */
.header-appointment-button {
  background: #32a49a;
  color: #ffffff;
  display: inline-flex;
  padding: 10px 25px;
  text-align: left;
}
/* line 173, sass/blocks/_header.scss */
.header-appointment-button span.icon {
  color: #ffffff;
  margin-right: 20px;
  font-size: 40px;
}
/* line 178, sass/blocks/_header.scss */
.header-appointment-button h5 {
  color: #ffffff;
  margin-bottom: 0;
  flex-shrink: 100;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
/* line 185, sass/blocks/_header.scss */
.header-appointment-button h5 span {
  display: block;
  font-size: 13px;
}
/* line 190, sass/blocks/_header.scss */
.header-appointment-button:hover {
  background: #2c9088;
}

/* line 195, sass/blocks/_header.scss */
.header-top-area-dark {
  background: #60646d;
}
/* line 198, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-support-info li {
  color: #ffffff;
}
/* line 200, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-support-info li span {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 204, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-support-info li a {
  color: #ffffff;
}
/* line 206, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-support-info li a:hover {
  color: #32a49a;
}
/* line 211, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-social {
  border-color: #70747c;
}
/* line 213, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-social li a {
  color: #ffffff;
}
/* line 215, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-social li a:hover {
  color: #32a49a;
}
/* line 220, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-search {
  border-color: #70747c;
}
/* line 222, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-search input {
  color: #ffffff;
}
/* line 9, sass/_mixins.scss */
.header-top-area-dark .header-top-inner .header-search input::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 13, sass/_mixins.scss */
.header-top-area-dark .header-top-inner .header-search input:-moz-placeholder {
  color: #ffffff;
}
/* line 17, sass/_mixins.scss */
.header-top-area-dark .header-top-inner .header-search input::-moz-placeholder {
  color: #ffffff;
}
/* line 21, sass/_mixins.scss */
.header-top-area-dark .header-top-inner .header-search input:-ms-input-placeholder {
  color: #ffffff;
}
/* line 226, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-search button[type="submit"], .header-top-area-dark .header-top-inner .header-search input[type="submit"] {
  color: #ffffff;
}
/* line 228, sass/blocks/_header.scss */
.header-top-area-dark .header-top-inner .header-search button[type="submit"]:hover, .header-top-area-dark .header-top-inner .header-search input[type="submit"]:hover {
  color: #32a49a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 237, sass/blocks/_header.scss */
  .header-middle-inner {
    padding: 0;
  }

  /* line 241, sass/blocks/_header.scss */
  .header-info li span.icon {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 248, sass/blocks/_header.scss */
  .header-top-inner .header-search input {
    width: 190px;
  }

  /* line 251, sass/blocks/_header.scss */
  .header-info li {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 257, sass/blocks/_header.scss */
  .header-top-area {
    display: none;
  }

  /* line 261, sass/blocks/_header.scss */
  .header-top-inner {
    flex-wrap: wrap;
  }
  /* line 263, sass/blocks/_header.scss */
  .header-top-inner .header-support-info {
    border: 1px solid #e5e5e5;
    border-top: none;
    justify-content: center;
    text-align: center;
  }
  /* line 269, sass/blocks/_header.scss */
  .header-top-inner .header-support-info li:last-child {
    padding-right: 0;
  }
  /* line 275, sass/blocks/_header.scss */
  .header-top-inner .header-search {
    flex-grow: 100;
  }
  /* line 277, sass/blocks/_header.scss */
  .header-top-inner .header-search input {
    width: 100%;
  }

  /* line 282, sass/blocks/_header.scss */
  .header-appointment-button {
    justify-content: center;
    display: flex;
    padding: 15px 25px;
  }

  /* line 287, sass/blocks/_header.scss */
  .header-info {
    padding: 15px 0;
  }
  /* line 289, sass/blocks/_header.scss */
  .header-info li {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 575px) {
  /* line 298, sass/blocks/_header.scss */
  .header-top-inner ul {
    justify-content: center;
  }
  /* line 302, sass/blocks/_header.scss */
  .header-top-inner .header-support-info li {
    padding-right: 0;
    display: block;
    width: 100%;
  }
  /* line 308, sass/blocks/_header.scss */
  .header-top-inner .header-social {
    padding: 10px 10px;
    flex-grow: 100;
  }
  /* line 312, sass/blocks/_header.scss */
  .header-top-inner .header-search {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }

  /* line 318, sass/blocks/_header.scss */
  .header-info li {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
/* Mobile Menu Style */
/* line 326, sass/blocks/_header.scss */
.mobile-menu {
  position: relative;
}
/* line 2, sass/_mixins.scss */
.mobile-menu::after {
  content: "";
  clear: both;
  display: table;
}
/* line 329, sass/blocks/_header.scss */
.mobile-menu .container {
  position: relative;
}
/* line 332, sass/blocks/_header.scss */
.mobile-menu .meanmenu-reveal {
  left: auto;
  right: 0 !important;
}

/* Sticky Header */
/* line 341, sass/blocks/_header.scss */
.sticky-header.is-sticky .header-middle-area, .sticky-header.is-sticky .mobile-menu-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  animation: crSlideInDown 0.5s ease-out 0s 1 both;
}
/* line 352, sass/blocks/_header.scss */
.sticky-header.is-sticky .header-middle-inner {
  padding: 0;
}

/**
* Navigation Styles
*/
/* line 5, sass/blocks/_navigation.scss */
.bk-navigation {
  align-self: center;
}
/* line 7, sass/blocks/_navigation.scss */
.bk-navigation ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}
/* line 13, sass/blocks/_navigation.scss */
.bk-navigation ul li {
  display: inline-block;
  font-size: 14px;
}
/* line 16, sass/blocks/_navigation.scss */
.bk-navigation ul li a {
  display: inline-block;
  letter-spacing: 0.8px;
  color: #333333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 3px;
}
/* line 27, sass/blocks/_navigation.scss */
.bk-navigation ul li i {
  margin-right: 8px;
  width: 19px;
  text-align: center;
}
/* line 33, sass/blocks/_navigation.scss */
.bk-navigation ul li:hover > a {
  background: #32a49a;
  color: #ffffff;
}

/* line 47, sass/blocks/_navigation.scss */
.header-style-2 .bk-navigation ul li a {
  color: #ffffff;
}
/* line 51, sass/blocks/_navigation.scss */
.header-style-2 .bk-navigation ul li:hover > a {
  color: #333333;
}

/* Dropdown Styles */
/* line 63, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown {
  position: relative;
  padding: 14px 0;
}
/* line 68, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
/* line 75, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul {
  border-bottom: 3px solid #32a49a;
  position: absolute;
  left: 0;
  width: 250px;
  top: 100%;
  background: rgba(21, 21, 21, 0.95);
  text-align: left;
  padding: 15px 0;
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.15);
  transition: all 0.1s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(26px);
  transform-origin: 0 0;
  z-index: 10;
}
/* line 91, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul::before {
  content: "";
  position: absolute;
  left: 30px;
  top: auto;
  bottom: 100%;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent rgba(21, 21, 21, 0.95) transparent;
}
/* line 101, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li {
  display: block;
  position: relative;
  padding: 0;
}
/* line 106, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li.bk-sub-dropdown > a {
  position: relative;
  padding-right: 20px;
}
/* line 109, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li.bk-sub-dropdown > a::after {
  content: "\f105";
  font-family: 'fontAwesome';
  padding-left: 5px;
  position: absolute;
  right: 15px;
}
/* line 118, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li a {
  display: block;
  padding: 3px 20px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
}
/* line 127, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li:hover > a {
  color: #32a49a;
  background: transparent;
}
/* line 132, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li ul {
  left: calc(100% + 1px);
  top: 0;
  transform: translateX(30px);
}
/* line 136, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li ul::before {
  display: none;
}
/* line 139, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li ul li {
  display: block;
}
/* line 141, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li ul li a {
  display: block;
}
/* line 148, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(8px);
}
/* line 158, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown:hover > ul {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
/* line 166, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown.overflow-element ul {
  left: auto;
  right: 0;
}
/* line 169, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown.overflow-element ul::before {
  left: auto;
  right: 30px;
}
/* line 174, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown.overflow-element ul li ul {
  left: auto;
  right: calc(100% + 1px);
}
/* line 180, sass/blocks/_navigation.scss */
.bk-navigation ul li.bk-dropdown.overflow-element ul li.bk-sub-dropdown > a::after {
  content: "\f104";
}

/**
 * Banner Styles
 */
/* line 4, sass/blocks/_banner.scss */
.no-js .banner-area {
  max-height: 620px;
  overflow: hidden;
}

/* line 8, sass/blocks/_banner.scss */
.banner-single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  min-height: 550px;
  display: flex !important;
  align-items: center;
}
/* line 16, sass/blocks/_banner.scss */
.banner-single .banner-text {
  padding: 100px 0;
}
/* line 18, sass/blocks/_banner.scss */
.banner-single .banner-text h1 {
  color: #ffffff;
  display: block;
  font-size: 47px;
  line-height: 1;
  margin-bottom: 9px;
  font-weight: 700;
}
/* line 25, sass/blocks/_banner.scss */
.banner-single .banner-text h1 span {
  background: rgba(50, 164, 154, 0.8);
  display: inline-block;
  padding: 0 9px;
}
/* line 31, sass/blocks/_banner.scss */
.banner-single .banner-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}
/* line 37, sass/blocks/_banner.scss */
.banner-single .banner-text h5 span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 13px;
}

/* line 46, sass/blocks/_banner.scss */
.banner-text-2 {
  padding: 100px 0;
}

/* line 50, sass/blocks/_banner.scss */
.banner-text2-inner {
  background: #32a49a;
  padding: 30px;
  margin-right: 40px;
}
/* line 54, sass/blocks/_banner.scss */
.banner-text2-inner h1 {
  color: #ffffff;
  position: relative;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 25px;
}
/* line 60, sass/blocks/_banner.scss */
.banner-text2-inner h1::after {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 140px;
  background: #ffffff;
  position: absolute;
}
/* line 70, sass/blocks/_banner.scss */
.banner-text2-inner h1 span {
  font-weight: 400;
}
/* line 74, sass/blocks/_banner.scss */
.banner-text2-inner p {
  color: #ffffff;
  margin-bottom: 0;
}

/* line 80, sass/blocks/_banner.scss */
.banner-text2-buttons {
  display: flex;
  flex-wrap: wrap;
}
/* line 83, sass/blocks/_banner.scss */
.banner-text2-buttons .bk-button, .banner-text2-buttons a.bk-button, .banner-text2-buttons button.bk-button {
  background: #38b8ac;
  border-color: #38b8ac;
}
/* line 86, sass/blocks/_banner.scss */
.banner-text2-buttons .bk-button:hover, .banner-text2-buttons .bk-button:active, .banner-text2-buttons a.bk-button:hover, .banner-text2-buttons a.bk-button:active, .banner-text2-buttons button.bk-button:hover, .banner-text2-buttons button.bk-button:active {
  transform: translateY(0);
}

/* line 92, sass/blocks/_banner.scss */
.banner-text-single {
  overflow: hidden;
}
/* line 94, sass/blocks/_banner.scss */
.banner-text-single > * {
  transform: translateX(-100%);
  transition: all 1s cubic-bezier(0.03, 0.33, 0.43, 1) 0s;
}
/* line 98, sass/blocks/_banner.scss */
.banner-text-single > h1, .banner-text-single > .banner-text2-inner {
  transition-delay: 0.5s;
}
/* line 101, sass/blocks/_banner.scss */
.banner-text-single > h5, .banner-text-single > .banner-text2-buttons {
  transition-delay: 0.75s;
}
/* line 104, sass/blocks/_banner.scss */
.banner-text-single > .cr-navigation-holder {
  transition-delay: 1s;
}

/* line 111, sass/blocks/_banner.scss */
.slick-active .banner-text-single > * {
  transform: translateX(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 119, sass/blocks/_banner.scss */
  .banner-single {
    min-height: 490px;
  }
  /* line 122, sass/blocks/_banner.scss */
  .banner-single .banner-text h1 {
    font-size: 54px;
  }
  /* line 125, sass/blocks/_banner.scss */
  .banner-single .banner-text h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 134, sass/blocks/_banner.scss */
  .banner-single {
    min-height: auto;
  }
  /* line 137, sass/blocks/_banner.scss */
  .banner-single .banner-text h1 {
    font-size: 48px;
  }
  /* line 140, sass/blocks/_banner.scss */
  .banner-single .banner-text h5 {
    font-size: 20px;
  }

  /* line 147, sass/blocks/_banner.scss */
  .banner-text-2 .cr-navigation-holder button {
    font-size: 30px;
    height: 48px;
    width: 50px;
  }

  /* line 154, sass/blocks/_banner.scss */
  .banner-text2-inner h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 160, sass/blocks/_banner.scss */
  .banner-single {
    min-height: auto;
  }
  /* line 163, sass/blocks/_banner.scss */
  .banner-single .banner-text h1 {
    font-size: 48px;
  }
  /* line 166, sass/blocks/_banner.scss */
  .banner-single .banner-text h5 {
    font-size: 20px;
  }

  /* line 173, sass/blocks/_banner.scss */
  .banner-text-2 .cr-navigation-holder button {
    font-size: 30px;
    height: 48px;
    width: 50px;
  }

  /* line 180, sass/blocks/_banner.scss */
  .banner-text2-inner h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 187, sass/blocks/_banner.scss */
  .banner-single .banner-text h1 {
    font-size: 36px;
  }

  /* line 191, sass/blocks/_banner.scss */
  .banner-text2-inner {
    margin-right: 0;
  }
  /* line 193, sass/blocks/_banner.scss */
  .banner-text2-inner h1 {
    font-size: 30px;
  }
}
/**
 * Featurebox
 */
/* line 5, sass/blocks/_featurebox.scss */
.featurebox {
  padding: 52px 15% 75px 15%;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
/* line 9, sass/blocks/_featurebox.scss */
.featurebox h1 {
  font-size: 100px;
  font-weight: 300;
  border-bottom: 3px solid #e5e5e5;
  display: inline-block;
  padding: 0 7px;
  padding-bottom: 15px;
  line-height: 1;
}
/* line 18, sass/blocks/_featurebox.scss */
.featurebox h4 {
  font-weight: 700;
}
/* line 21, sass/blocks/_featurebox.scss */
.featurebox .bk-readmore {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  /* line 27, sass/blocks/_featurebox.scss */
  div[class^="col-"]:nth-child(3n) > .featurebox {
    border-right: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 33, sass/blocks/_featurebox.scss */
  .featurebox {
    padding: 25px 30px 50px 30px;
  }
  /* line 35, sass/blocks/_featurebox.scss */
  .featurebox h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 42, sass/blocks/_featurebox.scss */
  div[class^="col-"]:nth-child(2n) > .featurebox {
    border-right: none;
  }

  /* line 45, sass/blocks/_featurebox.scss */
  .featurebox {
    padding: 25px 30px 50px 30px;
  }
  /* line 47, sass/blocks/_featurebox.scss */
  .featurebox h1 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 54, sass/blocks/_featurebox.scss */
  .featurebox {
    padding: 25px 30px 50px 30px;
    border-right: none;
  }
  /* line 57, sass/blocks/_featurebox.scss */
  .featurebox h1 {
    font-size: 42px;
  }
}
/**
 * Service
 */
/* line 5, sass/blocks/_service.scss */
.bk-service {
  min-height: 345px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 15, sass/blocks/_service.scss */
.bk-service i {
  font-size: 60px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out 0s;
}
/* line 20, sass/blocks/_service.scss */
.bk-service h3 {
  position: relative;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out 0s;
}
/* line 24, sass/blocks/_service.scss */
.bk-service h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 144px;
  height: 3px;
  background: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
/* line 35, sass/blocks/_service.scss */
.bk-service span {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 2px;
}
/* line 42, sass/blocks/_service.scss */
.bk-service p {
  margin-top: 2px;
  display: none;
  font-size: 15px;
  color: #333333;
  margin-bottom: 0;
}
/* line 52, sass/blocks/_service.scss */
.bk-service.text-center h3::before {
  left: 50%;
  margin-left: -72px;
}
/* line 59, sass/blocks/_service.scss */
.bk-service.is-hover {
  background: #ffffff;
}
/* line 61, sass/blocks/_service.scss */
.bk-service.is-hover i {
  color: #32a49a;
}
/* line 64, sass/blocks/_service.scss */
.bk-service.is-hover h3 {
  color: #32a49a;
}
/* line 66, sass/blocks/_service.scss */
.bk-service.is-hover h3::before {
  background: #32a49a;
}

@media only screen and (min-width: 1200px) {
  /* line 77, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(4n + 0) .bk-service {
    border-right: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 88, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(3n + 0) .bk-service {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 96, sass/blocks/_service.scss */
  .bk-service {
    min-height: 280px;
  }

  /* line 101, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(2n + 0) .bk-service {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 109, sass/blocks/_service.scss */
  .bk-service {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 270px;
  }
}
/* Service Style 2 */
/* line 117, sass/blocks/_service.scss */
.bk-service-2 {
  padding: 0;
  background: #32a49a;
  transition: all 0.3s ease-in-out 0s;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
/* line 123, sass/blocks/_service.scss */
.bk-service-2 img {
  width: 100%;
}
/* line 126, sass/blocks/_service.scss */
.bk-service-2 .bk-service-2-content {
  padding: 30px 15px;
}
/* line 128, sass/blocks/_service.scss */
.bk-service-2 .bk-service-2-content h3 {
  position: relative;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
}
/* line 133, sass/blocks/_service.scss */
.bk-service-2 .bk-service-2-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 144px;
  height: 3px;
  background: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
/* line 144, sass/blocks/_service.scss */
.bk-service-2 .bk-service-2-content p {
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 2px;
  font-size: 15px;
}
/* line 156, sass/blocks/_service.scss */
.bk-service-2.text-center .bk-service-2-content h3::before {
  left: 50%;
  margin-left: -72px;
}
/* line 164, sass/blocks/_service.scss */
.bk-service-2:hover {
  background: #2c9088;
}

@media only screen and (min-width: 1201px) {
  /* line 173, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(1) .bk-service-2, [class^="col-"]:nth-child(2) .bk-service-2, [class^="col-"]:nth-child(3) .bk-service-2, [class^="col-"]:nth-child(4) .bk-service-2 {
    border-top: none;
  }
  /* line 179, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(4n + 0) .bk-service-2 {
    border-right: none;
  }

  /* line 184, sass/blocks/_service.scss */
  .bk-service-2 .bk-service-2-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 192, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(1) .bk-service-2, [class^="col-"]:nth-child(2) .bk-service-2, [class^="col-"]:nth-child(3) .bk-service-2 {
    border-top: none;
  }
  /* line 198, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(3n + 0) .bk-service-2 {
    border-right: none;
  }
  /* line 203, sass/blocks/_service.scss */
  [class^="col-"]:last-child .bk-service-2 {
    border-right: none;
  }

  /* line 208, sass/blocks/_service.scss */
  .bk-service-2 .bk-service-2-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  /* line 217, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(1) .bk-service-2, [class^="col-"]:nth-child(2) .bk-service-2 {
    border-top: none;
  }
  /* line 223, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(2n + 0) .bk-service-2 {
    border-right: none;
  }
}
@media only screen and (max-width: 575px) {
  /* line 233, sass/blocks/_service.scss */
  [class^="col-"]:nth-child(1) .bk-service-2 {
    border-top: none;
  }
  /* line 237, sass/blocks/_service.scss */
  [class^="col-"] .bk-service-2 {
    border-right: none;
  }
}
/* Service Style 3 */
/* line 244, sass/blocks/_service.scss */
.bk-service-3 {
  display: flex;
}
/* line 246, sass/blocks/_service.scss */
.bk-service-3 + .bk-service-3 {
  margin-top: 30px;
}
/* line 249, sass/blocks/_service.scss */
.bk-service-3 span.icon {
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 1;
  border: 2px solid #32a49a;
  color: #32a49a;
  border-radius: 1000px;
  font-size: 40px;
  margin-right: 25px;
  transition: all 0.3s ease-in-out 0s;
}
/* line 261, sass/blocks/_service.scss */
.bk-service-3 span.icon i {
  line-height: 100px;
}
/* line 265, sass/blocks/_service.scss */
.bk-service-3 .bk-service-3-content {
  flex-shrink: 100;
}
/* line 267, sass/blocks/_service.scss */
.bk-service-3 .bk-service-3-content h5 {
  font-weight: 700;
  padding-top: 7px;
}
/* line 271, sass/blocks/_service.scss */
.bk-service-3 .bk-service-3-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
/* line 279, sass/blocks/_service.scss */
.bk-service-3:hover span.icon {
  background: #32a49a;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 287, sass/blocks/_service.scss */
  .bk-service-3-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 293, sass/blocks/_service.scss */
  .bk-service-3-wrapper {
    margin-top: 50px;
  }

  /* line 296, sass/blocks/_service.scss */
  .bk-service-3 span.icon {
    height: 80px;
    width: 80px;
    font-size: 25px;
  }
  /* line 300, sass/blocks/_service.scss */
  .bk-service-3 span.icon i {
    line-height: 80px;
  }
}
/* Service Pages Styles */
/* line 309, sass/blocks/_service.scss */
.single-service {
  margin: 38px 0;
  padding-right: 25px;
}
/* line 312, sass/blocks/_service.scss */
.single-service .signle-service-head {
  /*display: flex;*/
  align-items: center;
  margin-bottom: 10px;
}
/* line 316, sass/blocks/_service.scss */
.single-service .signle-service-head span {
  width: 60px;
  font-size: 36px;
  color: #32a49a;
}
/* line 321, sass/blocks/_service.scss */
.single-service .signle-service-head h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*flex-shrink: 100;*/
}
/* line 330, sass/blocks/_service.scss */
.single-service p {
  color: #333333;
  margin-bottom: 0;
}
/* line 336, sass/blocks/_service.scss */
.single-service:hover .signle-service-head span {
  animation: crBounceIn 0.6s ease-in-out 1 both;
}
/* line 341, sass/blocks/_service.scss */
.single-service.single-service-2 {
  padding-right: 0;
  margin: 15px 0;
}
/* line 344, sass/blocks/_service.scss */
.single-service.single-service-2 .signle-service-head {
  margin-bottom: 20px;
}
/* line 346, sass/blocks/_service.scss */
.single-service.single-service-2 .signle-service-head span {
  height: 70px;
  width: 70px;
  border: 2px solid #32a49a;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
/* line 358, sass/blocks/_service.scss */
.single-service.single-service-2 .signle-service-head span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 3px solid #32a49a;
  border-radius: 1000px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
  transition: all 0.4s ease-in-out 0s;
}
/* line 373, sass/blocks/_service.scss */
.single-service.single-service-2 .signle-service-head h6 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}
/* line 381, sass/blocks/_service.scss */
.single-service.single-service-2:hover .signle-service-head span {
  background: #32a49a;
  color: #ffffff;
  transform: scale(0.9);
}
/* line 385, sass/blocks/_service.scss */
.single-service.single-service-2:hover .signle-service-head span::before {
  visibility: visible;
  opacity: 1;
  transform: scale(1.23);
}

/* line 397, sass/blocks/_service.scss */
.pg-service-thumb img {
  width: 100%;
}

/* line 401, sass/blocks/_service.scss */
.pg-service-content {
  padding: 30px 50px;
}
/* line 403, sass/blocks/_service.scss */
.pg-service-content p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 36px;
}
/* line 408, sass/blocks/_service.scss */
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
  margin-top: 65px;
}

/* line 413, sass/blocks/_service.scss */
.service-area-services {
  position: relative;
}

/* line 417, sass/blocks/_service.scss */
.service-area-image {
  position: absolute;
  left: 30px;
  bottom: 14%;
  max-height: 100%;
  max-width: 38%;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  /* line 426, sass/blocks/_service.scss */
  .single-service {
    margin: 30px 0;
  }

  /* line 430, sass/blocks/_service.scss */
  .pg-service-content .section-title {
    padding-bottom: 20px;
  }
  /* line 433, sass/blocks/_service.scss */
  .pg-service-content p {
    padding-top: 0;
  }
  /* line 436, sass/blocks/_service.scss */
  .pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
    margin-top: 10px;
  }

  /* line 440, sass/blocks/_service.scss */
  .service-area-image {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 446, sass/blocks/_service.scss */
  .single-service {
    margin: 30px 0;
  }

  /* line 449, sass/blocks/_service.scss */
  .service-area-image {
    left: 0;
    bottom: 50%;
    max-width: 34%;
    transform: translateY(50%);
  }

  /* line 455, sass/blocks/_service.scss */
  .pg-service-content {
    padding: 30px;
  }
  /* line 457, sass/blocks/_service.scss */
  .pg-service-content .section-title {
    padding-bottom: 20px;
  }
  /* line 460, sass/blocks/_service.scss */
  .pg-service-content p {
    padding-top: 0;
    font-size: 14px;
    line-height: 30px;
  }
  /* line 465, sass/blocks/_service.scss */
  .pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 472, sass/blocks/_service.scss */
  .single-service {
    margin: 30px 0;
    padding-right: 0;
  }

  /* line 476, sass/blocks/_service.scss */
  .service-area-image {
    left: 0;
    bottom: 50%;
    max-width: 42%;
    transform: translateY(50%);
  }

  /* line 482, sass/blocks/_service.scss */
  .pg-service-content {
    padding: 90px 0;
  }
  /* line 484, sass/blocks/_service.scss */
  .pg-service-content .section-title {
    padding-bottom: 20px;
  }
  /* line 487, sass/blocks/_service.scss */
  .pg-service-content p {
    padding-top: 0;
  }
  /* line 490, sass/blocks/_service.scss */
  .pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 497, sass/blocks/_service.scss */
  .single-service {
    margin: 30px 0;
    padding-right: 0;
  }

  /* line 501, sass/blocks/_service.scss */
  .single-service {
    margin: 15px 0;
  }

  /* line 504, sass/blocks/_service.scss */
  .pg-service-thumb {
    padding: 30px;
    padding-bottom: 0;
  }

  /* line 508, sass/blocks/_service.scss */
  .pg-service-content {
    padding: 60px 30px;
  }
  /* line 510, sass/blocks/_service.scss */
  .pg-service-content .section-title {
    padding-bottom: 20px;
  }
  /* line 513, sass/blocks/_service.scss */
  .pg-service-content p {
    padding-top: 0;
  }
  /* line 516, sass/blocks/_service.scss */
  .pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
    margin-top: 10px;
  }

  /* line 520, sass/blocks/_service.scss */
  .service-area-image {
    position: inherit;
    bottom: auto;
    max-width: 70%;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 531, sass/blocks/_service.scss */
  .single-service {
    margin: 20px 0;
    padding-right: 0;
  }

  /* line 535, sass/blocks/_service.scss */
  .single-service {
    margin: 15px 0;
  }

  /* line 538, sass/blocks/_service.scss */
  .pg-service-thumb {
    padding: 30px;
    padding-bottom: 0;
  }

  /* line 542, sass/blocks/_service.scss */
  .pg-service-content {
    padding: 60px 30px;
  }
  /* line 544, sass/blocks/_service.scss */
  .pg-service-content .section-title {
    padding-bottom: 20px;
  }
  /* line 547, sass/blocks/_service.scss */
  .pg-service-content p {
    padding-top: 0;
    font-size: 14px;
    line-height: 30px;
  }
  /* line 552, sass/blocks/_service.scss */
  .pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
    margin-top: 10px;
  }

  /* line 556, sass/blocks/_service.scss */
  .service-area-image {
    position: inherit;
    bottom: auto;
    max-width: 70%;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 567, sass/blocks/_service.scss */
  .pg-service-thumb {
    padding: 20px;
    padding-bottom: 0;
  }

  /* line 571, sass/blocks/_service.scss */
  .pg-service-content {
    padding: 50px 20px;
  }

  /* line 574, sass/blocks/_service.scss */
  .service-area-image {
    min-width: 80%;
  }
}
/**
 * Team Member
 */
/* line 5, sass/blocks/_team-member.scss */
.no-js .team-member-silder-active {
  overflow: hidden;
  clear: both;
}
/* line 9, sass/blocks/_team-member.scss */
.no-js .team-member {
  float: left;
}

/* line 14, sass/blocks/_team-member.scss */
.team-member-wrap {
  margin-top: -30px;
}

/* line 18, sass/blocks/_team-member.scss */
.team-member {
  margin-top: 30px;
}
/* line 20, sass/blocks/_team-member.scss */
.team-member img {
  width: 100%;
}
/* line 23, sass/blocks/_team-member.scss */
.team-member h5 {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 15px;
}
/* line 27, sass/blocks/_team-member.scss */
.team-member h5 a {
  color: #333333;
}
/* line 29, sass/blocks/_team-member.scss */
.team-member h5 a:hover {
  color: #32a49a;
  text-decoration: underline;
}
/* line 35, sass/blocks/_team-member.scss */
.team-member span {
  color: #32a49a;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
}
/* line 42, sass/blocks/_team-member.scss */
.team-member .social-icons {
  overflow: hidden;
}
/* line 44, sass/blocks/_team-member.scss */
.team-member .social-icons ul {
  padding-top: 10px;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out 0s;
}
/* line 51, sass/blocks/_team-member.scss */
.team-member:hover span, .team-member.slick-center span, .team-member.is-active span {
  border-color: #e5e5e5;
}
/* line 55, sass/blocks/_team-member.scss */
.team-member:hover .social-icons ul, .team-member.slick-center .social-icons ul, .team-member.is-active .social-icons ul {
  transform: translateY(0);
}

/* line 63, sass/blocks/_team-member.scss */
.team-member-silder-active {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 66, sass/blocks/_team-member.scss */
.team-member-silder-active .team-member {
  margin: 0 15px;
  margin-top: 0;
}
/* line 70, sass/blocks/_team-member.scss */
.team-member-silder-active .slick-list {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 79, sass/blocks/_team-member.scss */
  .team-member.slick-active span {
    border-color: #e5e5e5;
  }
  /* line 83, sass/blocks/_team-member.scss */
  .team-member.slick-active .social-icons ul {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  /* line 95, sass/blocks/_team-member.scss */
  .team-member.slick-active span {
    border-color: #e5e5e5;
  }
  /* line 99, sass/blocks/_team-member.scss */
  .team-member.slick-active .social-icons ul {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  /* line 108, sass/blocks/_team-member.scss */
  .team-member img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}
/* Team Member 2 */
/* line 120, sass/blocks/_team-member.scss */
.team-members-2-wrapper {
  margin-top: 0;
  margin-bottom: -30px;
}

/* line 124, sass/blocks/_team-member.scss */
.team-member-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 129, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-thumb {
  flex: 0 0 calc(50% - 15px);
  align-self: flex-start;
  border: 1px solid #dedede;
  transition: all 0.3s ease-in-out 0s;
}
/* line 134, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-thumb img {
  width: 100%;
}
/* line 138, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content {
  flex: 0 0 calc(50% - 15px);
}
/* line 140, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content h5 {
  margin-bottom: 0;
}
/* line 142, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content h5 a {
  color: #333333;
}
/* line 144, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content h5 a:hover {
  color: #32a49a;
}
/* line 149, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content > span {
  color: #32a49a;
  display: block;
  margin-bottom: 15px;
}
/* line 154, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content > p {
  font-size: 15px;
  line-height: 22px;
}
/* line 158, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content .bk-readmore-2, .team-member-2 .team-member-2-content .bk-readmore {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 162, sass/blocks/_team-member.scss */
.team-member-2 .team-member-2-content .social-icons {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
/* line 170, sass/blocks/_team-member.scss */
.team-member-2:hover .team-member-2-thumb {
  border-color: #32a49a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 180, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content > span {
    margin-bottom: 10px;
  }
  /* line 183, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .bk-readmore, .team-member-2 .team-member-2-content .bk-readmore-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 187, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .social-icons {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 195, sass/blocks/_team-member.scss */
  .team-members-2-wrapper {
    margin-bottom: 0;
  }

  /* line 198, sass/blocks/_team-member.scss */
  .team-member-2 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  /* line 201, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-thumb {
    flex: 0 0 100%;
  }
  /* line 204, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content {
    flex: 0 0 100%;
    padding-top: 20px;
  }
  /* line 207, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content > span {
    margin-bottom: 10px;
  }
  /* line 210, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .bk-readmore, .team-member-2 .team-member-2-content .bk-readmore-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 214, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .social-icons {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 222, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .bk-readmore-2, .team-member-2 .team-member-2-content .bk-readmore {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 450px) {
  /* line 229, sass/blocks/_team-member.scss */
  .team-members-2-wrapper {
    margin-bottom: 0;
  }

  /* line 232, sass/blocks/_team-member.scss */
  .team-member-2 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  /* line 235, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-thumb {
    flex: 0 0 100%;
  }
  /* line 238, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content {
    flex: 0 0 100%;
    padding-top: 20px;
  }
  /* line 241, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content > span {
    margin-bottom: 10px;
  }
  /* line 244, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .bk-readmore, .team-member-2 .team-member-2-content .bk-readmore-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 248, sass/blocks/_team-member.scss */
  .team-member-2 .team-member-2-content .social-icons {
    padding-top: 10px;
  }
}
/* Team Member 3 */
/* line 261, sass/blocks/_team-member.scss */
.team-member-3-wrap {
  margin-top: -30px;
}

/* line 264, sass/blocks/_team-member.scss */
.team-member-3 {
  margin-top: 30px;
  position: relative;
}
/* line 268, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-thumb {
  position: relative;
  z-index: 1;
}
/* line 271, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-thumb img {
  transition-timing-function: ease-in-out;
  width: 100%;
}
/* line 275, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
/* line 290, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 301, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  transform: translateY(-15px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
/* line 311, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-content h5 a {
  color: #ffffff;
}
/* line 313, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-content h5 a:hover {
  color: #32a49a;
}
/* line 318, sass/blocks/_team-member.scss */
.team-member-3 .team-member-3-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  transform: translateY(-15px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out 0.1s;
}
/* line 332, sass/blocks/_team-member.scss */
.team-member-3 .social-icons {
  position: absolute;
  bottom: 35px;
  background: transparent;
  padding: 0;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
/* line 343, sass/blocks/_team-member.scss */
.team-member-3 .social-icons ul {
  margin-bottom: 0;
}
/* line 345, sass/blocks/_team-member.scss */
.team-member-3 .social-icons ul li {
  margin: 0 7px;
}
/* line 347, sass/blocks/_team-member.scss */
.team-member-3 .social-icons ul li a {
  background: #ffffff;
  color: #333333;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-size: 13px;
}
/* line 355, sass/blocks/_team-member.scss */
.team-member-3 .social-icons ul li a:hover {
  color: #ffffff;
  background: #32a49a;
}
/* line 366, sass/blocks/_team-member.scss */
.team-member-3:hover .team-member-3-thumb::before {
  visibility: visible;
  opacity: 1;
}
/* line 371, sass/blocks/_team-member.scss */
.team-member-3:hover .social-icons {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* line 377, sass/blocks/_team-member.scss */
.team-member-3:hover .team-member-3-content h5, .team-member-3:hover .team-member-3-content h6 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/**
 * Blog Item
 */
/* line 7, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333333;
  padding: 5px 0;
}
/* line 13, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta span::after {
  content: "|";
  margin: 0 5px;
}
/* line 18, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta span:last-child::after {
  display: none;
}
/* line 22, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta span i {
  margin-right: 2px;
}
/* line 25, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta span a {
  color: #333333;
}
/* line 27, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta span a:hover {
  color: #32a49a;
}
/* line 32, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta .blog-item-meta-date {
  background: #32a49a;
  color: #ffffff;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  padding: 8px 17px;
  font-size: 14px;
  margin-right: 8px;
}
/* line 40, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta .blog-item-meta-date::after {
  display: none;
}
/* line 43, sass/blocks/_blog-item.scss */
.blog-item .blog-item-meta .blog-item-meta-date a {
  color: #ffffff;
}
/* line 48, sass/blocks/_blog-item.scss */
.blog-item .blog-item-image {
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}
/* line 52, sass/blocks/_blog-item.scss */
.blog-item .blog-item-image img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1);
}
/* line 60, sass/blocks/_blog-item.scss */
.blog-item:hover .blog-item-image img {
  transform: scale(1.2);
}
/* line 65, sass/blocks/_blog-item.scss */
.blog-item > h6 {
  font-size: 15px;
  font-weight: 700;
}
/* line 68, sass/blocks/_blog-item.scss */
.blog-item > h6 a {
  color: #333333;
}
/* line 70, sass/blocks/_blog-item.scss */
.blog-item > h6 a:hover {
  color: #32a49a;
}
/* line 75, sass/blocks/_blog-item.scss */
.blog-item > p {
  font-size: 14px;
  line-height: 20px;
}
/* line 79, sass/blocks/_blog-item.scss */
.blog-item > .bk-readmore {
  margin-top: 18px;
  background: #444444;
  color: #ffffff;
}
/* line 83, sass/blocks/_blog-item.scss */
.blog-item > .bk-readmore:hover {
  background: #32a49a;
}

/* line 89, sass/blocks/_blog-item.scss */
.blog-slider-active {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 94, sass/blocks/_blog-item.scss */
  .blog-item .blog-item-meta .blog-item-meta-date {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 100, sass/blocks/_blog-item.scss */
  .header-appointment-button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
  }
}
/**
* Testimonial
*/
/* line 5, sass/blocks/_testimonial.scss */
.testimonial {
  position: relative;
  padding: 0 90px;
}
/* line 9, sass/blocks/_testimonial.scss */
.testimonial::before {
  content: "";
  height: 52px;
  width: 52px;
  display: inline-block;
  background-image: url(/img/template/testimonial-quote-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
}
/* line 21, sass/blocks/_testimonial.scss */
.testimonial p {
  font-size: 16px;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 30px;
  color: #ffffff;
}
/* line 31, sass/blocks/_testimonial.scss */
.testimonial h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 25px;
  color: #ffffff;
}
/* line 39, sass/blocks/_testimonial.scss */
.testimonial h6:after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
/* line 46, sass/blocks/_testimonial.scss */
.testimonial span {
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
}
/* line 56, sass/blocks/_testimonial.scss */
.testimonial.testimonial-black::before {
  background-image: url(/img/template/testimonial-quote.png);
}
/* line 59, sass/blocks/_testimonial.scss */
.testimonial.testimonial-black p {
  color: #333333;
}
/* line 62, sass/blocks/_testimonial.scss */
.testimonial.testimonial-black h6 {
  color: #333333;
}
/* line 65, sass/blocks/_testimonial.scss */
.testimonial.testimonial-black span {
  color: #333333;
}

/* line 72, sass/blocks/_testimonial.scss */
.testimonial-wrap {
  position: relative;
}
/* line 75, sass/blocks/_testimonial.scss */
.testimonial-wrap.slick-dotted {
  padding-bottom: 60px;
  margin-bottom: 0;
}
/* line 80, sass/blocks/_testimonial.scss */
.testimonial-wrap .cr-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  bottom: 0;
  line-height: 1;
}
/* line 89, sass/blocks/_testimonial.scss */
.testimonial-wrap .cr-slider-dots li {
  display: inline-block;
  margin: 0 7px;
  line-height: 0;
  height: 11px;
  width: 11px;
  background: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
/* line 101, sass/blocks/_testimonial.scss */
.testimonial-wrap .cr-slider-dots li:first-child {
  margin-left: 0;
}
/* line 104, sass/blocks/_testimonial.scss */
.testimonial-wrap .cr-slider-dots li:last-child {
  margin-right: 0;
}
/* line 107, sass/blocks/_testimonial.scss */
.testimonial-wrap .cr-slider-dots li button {
  display: none;
}
/* line 110, sass/blocks/_testimonial.scss */
.testimonial-wrap .cr-slider-dots li.slick-active, .testimonial-wrap .cr-slider-dots li:hover {
  background: #32a49a;
  border-color: #32a49a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 120, sass/blocks/_testimonial.scss */
  .testimonial {
    padding: 0 80px;
  }

  /* line 124, sass/blocks/_testimonial.scss */
  .testimonial-wrap.slick-dotted {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 130, sass/blocks/_testimonial.scss */
  .testimonial {
    padding: 0 30px;
  }

  /* line 134, sass/blocks/_testimonial.scss */
  .testimonial-wrap.slick-dotted {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 140, sass/blocks/_testimonial.scss */
  .testimonial {
    padding: 0;
  }
  /* line 142, sass/blocks/_testimonial.scss */
  .testimonial h6 {
    padding-top: 10px;
  }

  /* line 147, sass/blocks/_testimonial.scss */
  .testimonial-wrap.slick-dotted {
    padding-bottom: 40px;
  }
}
/* Testimonial Style 2 */
/* line 158, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-text {
  background: #f5f5f5;
  padding: 30px 27px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 25px;
}
/* line 168, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  border-width: 11px 10px 6px 17px;
  border-style: solid;
  border-color: #d6d6d6 #d6d6d6 transparent transparent;
}
/* line 178, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-text p {
  margin-bottom: 0;
}
/* line 180, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-text p::before {
  content: "\"";
}
/* line 187, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-author {
  margin-left: 27px;
  display: flex;
  align-items: center;
}
/* line 193, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-author-image {
  height: 90px;
  width: 90px;
  display: inline-block;
  border-radius: 1000px;
  overflow: hidden;
  margin-right: 15px;
}
/* line 200, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-author-image img {
  max-height: 100%;
}
/* line 205, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-author-content {
  flex-shrink: 100;
}
/* line 207, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-author-content h5 {
  margin-bottom: 3px;
  color: #444444;
  font-weight: 600;
}
/* line 212, sass/blocks/_testimonial.scss */
.testimonial2 .testimonial2-author-content h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
}

/* line 223, sass/blocks/_testimonial.scss */
.bg-grey .testimonial2 .testimonial2-text {
  background: #ffffff;
}

/* line 230, sass/blocks/_testimonial.scss */
.testimonial2-wrapper.slick-dotted {
  margin-bottom: 0;
}
/* line 233, sass/blocks/_testimonial.scss */
.testimonial2-wrapper .cr-slider-dots {
  margin-top: 20px;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 238, sass/blocks/_testimonial.scss */
.testimonial2-wrapper .cr-slider-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}
/* line 249, sass/blocks/_testimonial.scss */
.testimonial2-wrapper .cr-slider-dots li.slick-active, .testimonial2-wrapper .cr-slider-dots li:hover {
  background: #c1c1c1;
}
/* line 252, sass/blocks/_testimonial.scss */
.testimonial2-wrapper .cr-slider-dots li button {
  display: none;
}

/**
 * Brand Logo
 */
/* line 5, sass/blocks/_brand-logo.scss */
.brand-logos {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
/* line 10, sass/blocks/_brand-logo.scss */
.brand-logos .brand-logo {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  align-self: stretch;
  padding: 16px 20px;
  background: transparent;
  transition: 0.4s ease-out 0s;
  max-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 24, sass/blocks/_brand-logo.scss */
.brand-logos .brand-logo img {
  max-height: 100%;
}
/* line 27, sass/blocks/_brand-logo.scss */
.brand-logos .brand-logo:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 34, sass/blocks/_brand-logo.scss */
  .brand-logos .brand-logo {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 41, sass/blocks/_brand-logo.scss */
  .brand-logos .brand-logo {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 49, sass/blocks/_brand-logo.scss */
  .brand-logos .brand-logo {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 20px;
  }
}
/* Brand Logo 2 */
/* line 58, sass/blocks/_brand-logo.scss */
.brand-logos-slider {
  position: relative;
}
/* line 61, sass/blocks/_brand-logo.scss */
.brand-logos-slider .brand-logo {
  text-align: center;
}
/* line 63, sass/blocks/_brand-logo.scss */
.brand-logos-slider .brand-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.4s ease-out 0s;
  min-height: 180px;
  max-height: 180px;
}
/* line 71, sass/blocks/_brand-logo.scss */
.brand-logos-slider .brand-logo a:hover {
  background: #f3f3f3;
}
/* line 77, sass/blocks/_brand-logo.scss */
.brand-logos-slider .cr-navigation {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #333333;
  font-size: 22px;
  text-align: center;
  padding: 6px 0;
  color: #333333;
  z-index: 2;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
/* line 97, sass/blocks/_brand-logo.scss */
.brand-logos-slider .cr-navigation:hover {
  background: #32a49a;
  border-color: #32a49a;
  color: #ffffff;
}
/* line 103, sass/blocks/_brand-logo.scss */
.brand-logos-slider .cr-navigation.cr-navigation-prev {
  left: auto;
  right: 100%;
}
/* line 108, sass/blocks/_brand-logo.scss */
.brand-logos-slider .cr-navigation.cr-navigation-next {
  left: 100%;
  right: auto;
}
/* line 116, sass/blocks/_brand-logo.scss */
.brand-logos-slider:hover .cr-navigation {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 126, sass/blocks/_brand-logo.scss */
  .brand-logos-slider .cr-navigation.cr-navigation-prev {
    left: 0;
    right: auto;
  }
  /* line 131, sass/blocks/_brand-logo.scss */
  .brand-logos-slider .cr-navigation.cr-navigation-next {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 142, sass/blocks/_brand-logo.scss */
  .brand-logos-slider .cr-navigation.cr-navigation-prev {
    left: 0;
    right: auto;
  }
  /* line 147, sass/blocks/_brand-logo.scss */
  .brand-logos-slider .cr-navigation.cr-navigation-next {
    left: auto;
    right: 0;
  }
}
/**
 * Timetable
 */
/* line 5, sass/blocks/_timetable.scss */
.timetable-block {
  text-align: center;
  padding: 60px 30px;
}
/* line 9, sass/blocks/_timetable.scss */
.timetable-block > h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
/* line 15, sass/blocks/_timetable.scss */
.timetable-block ul {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 19, sass/blocks/_timetable.scss */
.timetable-block ul li {
  list-style: none;
}
/* line 25, sass/blocks/_timetable.scss */
.timetable-block.doctors-timetable .bk-button {
  margin-top: 30px;
}
/* line 30, sass/blocks/_timetable.scss */
.timetable-block.opening-hours {
  padding: 60px 45px;
}
/* line 33, sass/blocks/_timetable.scss */
.timetable-block.opening-hours ul li {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #484848;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 41, sass/blocks/_timetable.scss */
.timetable-block.opening-hours ul li:last-child {
  border-bottom: 0;
}
/* line 44, sass/blocks/_timetable.scss */
.timetable-block.opening-hours ul li i {
  font-size: 16px;
  padding-right: 10px;
}
/* line 49, sass/blocks/_timetable.scss */
.timetable-block.opening-hours ul li span.opening-hours-day {
  padding-right: 20px;
}
/* line 52, sass/blocks/_timetable.scss */
.timetable-block.opening-hours ul li span.opening-hours-time {
  color: #ffffff;
  font-weight: 400;
}
/* line 61, sass/blocks/_timetable.scss */
.timetable-block.contact-info {
  padding: 60px 55px;
}
/* line 64, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li {
  color: #000;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
/* line 70, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li a {
  color: #ffffff;
}
/* line 72, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li a:hover {
  text-decoration: underline;
}
/* line 76, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li + li {
  margin-top: 20px;
}
/* line 79, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li p {
  line-height: 20px;
  margin-bottom: 0;
  flex-shrink: 100;
}
/* line 84, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li span {
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #2386c8;
  background: #2386c8;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
/* line 94, sass/blocks/_timetable.scss */
.timetable-block.contact-info ul li span i {
  line-height: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 105, sass/blocks/_timetable.scss */
  .timetable-block.contact-info {
    padding: 60px 30px;
  }

  /* line 108, sass/blocks/_timetable.scss */
  .timetable-block.contact-info ul {
    padding: 0;
  }

  /* line 111, sass/blocks/_timetable.scss */
  .timetable-block.doctors-timetable .bk-button {
    margin-top: 15px;
  }

  /* line 114, sass/blocks/_timetable.scss */
  .timetable-block.opening-hours {
    padding: 60px 30px;
  }

  /* line 117, sass/blocks/_timetable.scss */
  .timetable-block.opening-hours ul li span.opening-hours-time {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 124, sass/blocks/_timetable.scss */
  .timetable-block {
    text-align: left;
    padding: 60px 0;
  }

  /* line 128, sass/blocks/_timetable.scss */
  .timetable-block.contact-info {
    padding: 60px 0;
  }

  /* line 131, sass/blocks/_timetable.scss */
  .timetable-block.doctors-timetable .bk-button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, sass/blocks/_timetable.scss */
  .timetable-block {
    text-align: left;
    padding: 60px 0;
  }

  /* line 141, sass/blocks/_timetable.scss */
  .timetable-block.contact-info {
    padding: 60px 0;
  }

  /* line 144, sass/blocks/_timetable.scss */
  .timetable-block.doctors-timetable .bk-button {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  /* line 150, sass/blocks/_timetable.scss */
  .timetable-block.opening-hours {
    padding: 50px 30px;
  }

  /* line 153, sass/blocks/_timetable.scss */
  .timetable-block.opening-hours ul li span.opening-hours-time {
    width: 100%;
    display: block;
  }
}
/**
 * Appointment Box
 */
/* line 5, sass/blocks/_appointment-box.scss */
.appointment-box {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 30px;
}
/* line 9, sass/blocks/_appointment-box.scss */
.appointment-box h3 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 8px;
  margin-top: -5px;
}
/* line 14, sass/blocks/_appointment-box.scss */
.appointment-box h3 span {
  font-weight: 400;
}
/* line 18, sass/blocks/_appointment-box.scss */
.appointment-box p {
  font-size: 16px;
  font-style: italic;
  color: #333333;
  line-height: 24px;
}
/* line 25, sass/blocks/_appointment-box.scss */
.appointment-box.pg-appointment-box {
  background: #ffffff;
  border: none;
  padding: 0;
  padding-right: 20px;
}

/* line 35, sass/blocks/_appointment-box.scss */
.appointment-form label {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
  color: #333333;
}
/* line 44, sass/blocks/_appointment-box.scss */
.appointment-form .single-input {
  margin-top: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 51, sass/blocks/_appointment-box.scss */
  .appointment-box.pg-appointment-box {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 59, sass/blocks/_appointment-box.scss */
  .appointment-box.pg-appointment-box {
    padding-right: 0;
  }

  /* line 63, sass/blocks/_appointment-box.scss */
  .pg-appointment-image {
    margin-top: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 71, sass/blocks/_appointment-box.scss */
  .appointment-box.pg-appointment-box {
    padding-right: 0;
  }

  /* line 75, sass/blocks/_appointment-box.scss */
  .pg-appointment-image {
    margin-top: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  /* line 82, sass/blocks/_appointment-box.scss */
  .appointment-box {
    padding: 30px 20px;
  }

  /* line 85, sass/blocks/_appointment-box.scss */
  .appointment-box h3 {
    font-size: 24px;
  }
}
/**
 * About Styles
 */
/* line 5, sass/blocks/_pg-about.scss */
.about-page-skill-content {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}
/* line 9, sass/blocks/_pg-about.scss */
.about-page-skill-content > h3 {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}
/* line 14, sass/blocks/_pg-about.scss */
.about-page-skill-content > h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #333333;
}
/* line 24, sass/blocks/_pg-about.scss */
.about-page-skill-content .progress-bars {
  padding-top: 40px;
}

/* line 30, sass/blocks/_pg-about.scss */
.pg-about-content h2 {
  font-weight: 800;
  margin-top: -10px;
}
/* line 34, sass/blocks/_pg-about.scss */
.pg-about-content p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  margin-top: 40px;
}
/* line 40, sass/blocks/_pg-about.scss */
.pg-about-content img {
  margin-top: 30px;
}

/* line 45, sass/blocks/_pg-about.scss */
.about-page-skills-image img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 53, sass/blocks/_pg-about.scss */
  .about-page-skill-content {
    width: 85%;
  }
  /* line 55, sass/blocks/_pg-about.scss */
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 62, sass/blocks/_pg-about.scss */
  .about-page-skill-content {
    width: 85%;
    padding: 90px 0;
  }
  /* line 65, sass/blocks/_pg-about.scss */
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  /* line 69, sass/blocks/_pg-about.scss */
  .about-page-skills-image {
    width: 85%;
    margin: 0 auto;
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 77, sass/blocks/_pg-about.scss */
  .about-page-skill-content {
    width: 90%;
    padding-bottom: 80px;
  }
  /* line 80, sass/blocks/_pg-about.scss */
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  /* line 84, sass/blocks/_pg-about.scss */
  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }

  /* line 90, sass/blocks/_pg-about.scss */
  .pg-about-content p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 97, sass/blocks/_pg-about.scss */
  .about-page-skill-content {
    width: 90%;
    padding: 60px 0;
  }
  /* line 100, sass/blocks/_pg-about.scss */
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  /* line 104, sass/blocks/_pg-about.scss */
  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }

  /* line 110, sass/blocks/_pg-about.scss */
  .pg-about-content p {
    margin-top: 0;
  }
}
/**
 * Funfact
 */
/* line 7, sass/blocks/_funfact.scss */
.funfact-wrap [class^="col"]:nth-child(even) .funfact {
  background: #2a8980;
}
/* line 12, sass/blocks/_funfact.scss */
.funfact-wrap [class^="col"]:nth-child(odd) .funfact {
  background: #32a49a;
}
/* line 19, sass/blocks/_funfact.scss */
.funfact-wrap.funfact-wrap-grey [class^="col"]:nth-child(even) .funfact {
  background: #eeeeee;
}
/* line 24, sass/blocks/_funfact.scss */
.funfact-wrap.funfact-wrap-grey [class^="col"]:nth-child(odd) .funfact {
  background: #f4f4f4;
}

/* line 32, sass/blocks/_funfact.scss */
.funfact {
  text-align: center;
  padding: 100px 30px;
}
/* line 35, sass/blocks/_funfact.scss */
.funfact .funfact-inner {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 70px;
}
/* line 40, sass/blocks/_funfact.scss */
.funfact .funfact-inner i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 70px;
  font-size: 55px;
  color: #ffffff;
}
/* line 48, sass/blocks/_funfact.scss */
.funfact .funfact-inner span.odometer {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 30px;
}
/* line 55, sass/blocks/_funfact.scss */
.funfact .funfact-inner p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #ffffff;
}

/* line 68, sass/blocks/_funfact.scss */
.funfact-wrap-grey .funfact i {
  color: #32a49a;
}
/* line 71, sass/blocks/_funfact.scss */
.funfact-wrap-grey .funfact span.odometer {
  color: #333333;
}
/* line 74, sass/blocks/_funfact.scss */
.funfact-wrap-grey .funfact p {
  color: #333333;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 81, sass/blocks/_funfact.scss */
  .funfact {
    padding: 75px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 87, sass/blocks/_funfact.scss */
  .funfact {
    padding: 50px 20px;
  }
  /* line 89, sass/blocks/_funfact.scss */
  .funfact .funfact-inner {
    padding-left: 60px;
  }
  /* line 91, sass/blocks/_funfact.scss */
  .funfact .funfact-inner i {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 99, sass/blocks/_funfact.scss */
  .funfact {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* line 104, sass/blocks/_funfact.scss */
  .funfact-wrap-grey [class^="col"]:nth-child(even) .funfact {
    border-top: 1px solid #f3f3f3;
  }
  /* line 109, sass/blocks/_funfact.scss */
  .funfact-wrap-grey [class^="col"]:nth-child(odd) .funfact {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 767px) {
  /* line 117, sass/blocks/_funfact.scss */
  .funfact {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* line 122, sass/blocks/_funfact.scss */
  .funfact-wrap-grey [class^="col"]:nth-child(even) .funfact {
    border-top: 1px solid #f3f3f3;
  }
  /* line 127, sass/blocks/_funfact.scss */
  .funfact-wrap-grey [class^="col"]:nth-child(odd) .funfact {
    border-top: 1px solid #e8e8e8;
  }

  /* line 132, sass/blocks/_funfact.scss */
  .funfact {
    padding: 50px 20px;
  }
}
/**
 * Team Member Details
 */
/* line 6, sass/blocks/_doctor-profile.scss */
.team-member-details .team-member-details-image {
  text-align: center;
}
/* line 10, sass/blocks/_doctor-profile.scss */
.team-member-details .team-member-details-content > h5 {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
/* line 16, sass/blocks/_doctor-profile.scss */
.team-member-details .team-member-details-content > span {
  color: #32a49a;
  font-size: 13px;
  display: block;
  padding-bottom: 5px;
  text-align: center;
}
/* line 23, sass/blocks/_doctor-profile.scss */
.team-member-details .team-member-details-content > .team-member-info {
  padding-left: 0;
  padding: 10px 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 28, sass/blocks/_doctor-profile.scss */
.team-member-details .team-member-details-content > .team-member-info li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 14px;
}
/* line 2, sass/_mixins.scss */
.team-member-details .team-member-details-content > .team-member-info li::after {
  content: "";
  clear: both;
  display: table;
}
/* line 33, sass/blocks/_doctor-profile.scss */
.team-member-details .team-member-details-content > .team-member-info li span {
  float: right;
}
/* line 39, sass/blocks/_doctor-profile.scss */
.team-member-details .social-icons {
  text-align: center;
}
/* line 41, sass/blocks/_doctor-profile.scss */
.team-member-details .social-icons ul {
  padding-top: 10px;
}

/* line 48, sass/blocks/_doctor-profile.scss */
.doctors-profile-rightside p {
  margin-bottom: 20px;
}
/* line 51, sass/blocks/_doctor-profile.scss */
.doctors-profile-rightside-text {
  column-count: 2;
  column-gap: 30px;
}
/* line 54, sass/blocks/_doctor-profile.scss */
.doctors-profile-rightside-text p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 62, sass/blocks/_doctor-profile.scss */
  .team-member-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 66, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-image {
    flex: 0 0 calc(40% - 15px);
  }
  /* line 69, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-content {
    flex: 0 0 calc(60% - 15px);
  }

  /* line 73, sass/blocks/_doctor-profile.scss */
  .doctors-profile-rightside {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 80, sass/blocks/_doctor-profile.scss */
  .team-member-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 84, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-image {
    flex: 0 0 calc(50% - 15px);
  }
  /* line 87, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-content {
    flex: 0 0 calc(50% - 15px);
  }

  /* line 91, sass/blocks/_doctor-profile.scss */
  .doctors-profile-rightside {
    margin-top: 50px;
  }

  /* line 94, sass/blocks/_doctor-profile.scss */
  .doctors-profile-rightside-text {
    column-count: 1;
    column-gap: 0;
  }

  /* line 98, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-content > .team-member-info {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  /* line 105, sass/blocks/_doctor-profile.scss */
  .team-member-details {
    display: block;
  }
  /* line 107, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-content {
    margin-top: 30px;
  }
  /* line 109, sass/blocks/_doctor-profile.scss */
  .team-member-details .team-member-details-content > .team-member-info {
    padding: 10px 0;
  }

  /* line 114, sass/blocks/_doctor-profile.scss */
  .doctors-profile-rightside {
    margin-top: 40px;
  }

  /* line 117, sass/blocks/_doctor-profile.scss */
  .doctors-profile-rightside-text {
    column-count: 1;
    column-gap: 0;
  }
}
/**
 * 404 Styles
 */
/* line 5, sass/blocks/_404.scss */
.pg-404-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 8, sass/blocks/_404.scss */
.pg-404-content img {
  max-width: 100%;
}
/* line 11, sass/blocks/_404.scss */
.pg-404-content h5 {
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.8;
}
/* line 16, sass/blocks/_404.scss */
.pg-404-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 25px;
}
/* line 22, sass/blocks/_404.scss */
.pg-404-content form {
  display: inline-flex;
  width: 100%;
}
/* line 25, sass/blocks/_404.scss */
.pg-404-content form input {
  border-radius: 3px;
  height: 52px;
  line-height: 46px;
  border: 2px solid #a1a1a1;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-top: 30px;
  margin-right: 10px;
  flex-shrink: 100;
}
/* line 9, sass/_mixins.scss */
.pg-404-content form input::-webkit-input-placeholder {
  color: #333333;
}
/* line 13, sass/_mixins.scss */
.pg-404-content form input:-moz-placeholder {
  color: #333333;
}
/* line 17, sass/_mixins.scss */
.pg-404-content form input::-moz-placeholder {
  color: #333333;
}
/* line 21, sass/_mixins.scss */
.pg-404-content form input:-ms-input-placeholder {
  color: #333333;
}
/* line 38, sass/blocks/_404.scss */
.pg-404-content form input:focus {
  border-color: #32a49a;
}
/* line 42, sass/blocks/_404.scss */
.pg-404-content form button {
  margin-top: 30px;
  display: inline-block;
  background: #32a49a;
  font-size: 14px;
  border-width: 1px;
  border-color: #32a49a;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 15px 60px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
/* line 62, sass/blocks/_404.scss */
.pg-404-content form button:hover {
  background: #32a49a;
  border-color: #32a49a;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 72, sass/blocks/_404.scss */
  .pg-404-content img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 80, sass/blocks/_404.scss */
  .pg-404-content img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 87, sass/blocks/_404.scss */
  .pg-404-image {
    text-align: center;
  }

  /* line 90, sass/blocks/_404.scss */
  .pg-404-content {
    padding-bottom: 0;
  }
  /* line 92, sass/blocks/_404.scss */
  .pg-404-content img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 99, sass/blocks/_404.scss */
  .pg-404-image {
    text-align: center;
  }

  /* line 102, sass/blocks/_404.scss */
  .pg-404-content {
    padding-bottom: 0;
  }
  /* line 104, sass/blocks/_404.scss */
  .pg-404-content h3 {
    letter-spacing: 1px;
  }
  /* line 107, sass/blocks/_404.scss */
  .pg-404-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 111, sass/blocks/_404.scss */
  .pg-404-content img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  /* line 118, sass/blocks/_404.scss */
  .pg-404-content {
    padding-bottom: 0;
  }
  /* line 120, sass/blocks/_404.scss */
  .pg-404-content h3 {
    letter-spacing: 0;
  }
  /* line 123, sass/blocks/_404.scss */
  .pg-404-content img {
    max-width: 90%;
  }
  /* line 126, sass/blocks/_404.scss */
  .pg-404-content form {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 129, sass/blocks/_404.scss */
  .pg-404-content form input {
    margin-right: 0;
    width: 100%;
  }
}
/**
 * Contact
 */
/* line 5, sass/blocks/_contact.scss */
.contact-area {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
/* line 9, sass/blocks/_contact.scss */
.contact-area::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 215px);
  background: #f5f5f5;
  z-index: -1;
}

/* line 23, sass/blocks/_contact.scss */
.contact-leftside > h3, .contact-rightside > h3 {
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-top: -9px;
}

/* line 30, sass/blocks/_contact.scss */
.contact-form {
  margin-top: 25px;
}
/* line 32, sass/blocks/_contact.scss */
.contact-form input, .contact-form select, .contact-form textarea, .contact-form button {
  margin-top: 30px;
}
/* line 35, sass/blocks/_contact.scss */
.contact-form input, .contact-form select {
  height: 53px;
}
/* line 38, sass/blocks/_contact.scss */
.contact-form input, .contact-form select, .contact-form textarea {
  padding: 0px 20px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  color: #333333;
}
/* line 9, sass/_mixins.scss */
.contact-form input::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #333333;
}
/* line 13, sass/_mixins.scss */
.contact-form input:-moz-placeholder, .contact-form select:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  color: #333333;
}
/* line 17, sass/_mixins.scss */
.contact-form input::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #333333;
}
/* line 21, sass/_mixins.scss */
.contact-form input:-ms-input-placeholder, .contact-form select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #333333;
}
/* line 45, sass/blocks/_contact.scss */
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  border-color: #32a49a;
}
/* line 49, sass/blocks/_contact.scss */
.contact-form textarea {
  padding: 15px 20px;
  height: 185px;
}
/* line 53, sass/blocks/_contact.scss */
.contact-form button, .contact-form input[type="submit"] {
  height: 50px;
  background: #32a49a;
  color: #ffffff;
  border: 1px solid #32a49a;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 30px;
}
/* line 64, sass/blocks/_contact.scss */
.contact-form button i, .contact-form input[type="submit"] i {
  padding-left: 7px;
  font-size: 16px;
}
/* line 68, sass/blocks/_contact.scss */
.contact-form button:hover, .contact-form input[type="submit"]:hover {
  background: rgba(50, 164, 154, 0.8);
}

/* line 74, sass/blocks/_contact.scss */
.contact-rightside {
  padding: 0 35px;
}

/* line 78, sass/blocks/_contact.scss */
.contact-information {
  padding-top: 32px;
}
/* line 80, sass/blocks/_contact.scss */
.contact-information > p {
  font-size: 15px;
}
/* line 83, sass/blocks/_contact.scss */
.contact-information ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 35px;
}
/* line 87, sass/blocks/_contact.scss */
.contact-information ul li {
  list-style-type: none;
  position: relative;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 7px 0;
  padding-left: 40px;
  color: #333333;
}
/* line 95, sass/blocks/_contact.scss */
.contact-information ul li i {
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 20px;
}
/* line 101, sass/blocks/_contact.scss */
.contact-information ul li a {
  color: #333333;
}
/* line 103, sass/blocks/_contact.scss */
.contact-information ul li a:hover {
  color: #32a49a;
}
/* line 109, sass/blocks/_contact.scss */
.contact-information > h5 {
  margin-top: 50px;
  margin-bottom: 10px;
}
/* line 113, sass/blocks/_contact.scss */
.contact-information .opening-time {
  font-size: 14px;
}
/* line 115, sass/blocks/_contact.scss */
.contact-information .opening-time span {
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 124, sass/blocks/_contact.scss */
  .contact-area::after {
    width: calc(50% - 173px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 132, sass/blocks/_contact.scss */
  .contact-area::after {
    display: none;
  }

  /* line 136, sass/blocks/_contact.scss */
  .contact-rightside {
    padding: 0;
    margin-top: 60px;
  }

  /* line 140, sass/blocks/_contact.scss */
  .contact-info {
    padding-top: 5px;
  }

  /* line 143, sass/blocks/_contact.scss */
  .contact-form {
    margin-top: 0;
  }

  /* line 146, sass/blocks/_contact.scss */
  .contact-information {
    padding-top: 0;
  }
  /* line 148, sass/blocks/_contact.scss */
  .contact-information > h5 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 156, sass/blocks/_contact.scss */
  .contact-area::after {
    display: none;
  }

  /* line 160, sass/blocks/_contact.scss */
  .contact-rightside {
    padding: 0;
    margin-top: 60px;
  }

  /* line 164, sass/blocks/_contact.scss */
  .contact-info {
    padding-top: 5px;
  }

  /* line 167, sass/blocks/_contact.scss */
  .contact-form {
    margin-top: 0;
  }

  /* line 170, sass/blocks/_contact.scss */
  .contact-leftside > h3, .contact-rightside > h3 {
    font-size: 24px;
    letter-spacing: 0;
  }

  /* line 174, sass/blocks/_contact.scss */
  .contact-information {
    padding-top: 0;
  }
  /* line 176, sass/blocks/_contact.scss */
  .contact-information > h5 {
    margin-top: 30px;
  }
}
/**
 * Blog Page Styles
 */
/* line 5, sass/blocks/_pg-blog.scss */
.pg-blog-item {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
/* line 10, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-category {
  color: #32a49a;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 12px;
  font-size: 12px;
}
/* line 17, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-category a {
  color: #32a49a;
}
/* line 19, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-category a:hover {
  color: #333333;
}
/* line 25, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-title {
  text-transform: uppercase;
  color: #424242;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 33, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-title a {
  color: #333333;
}
/* line 35, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-title a:hover {
  color: #32a49a;
}
/* line 41, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-meta {
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}
/* line 45, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-meta span {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 48, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-meta span::after {
  content: "|";
  padding: 0 5px;
}
/* line 53, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-meta span:last-child::after {
  display: none;
}
/* line 58, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-meta a {
  color: #333333;
}
/* line 60, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-meta a:hover {
  color: #32a49a;
}
/* line 66, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-image {
  margin-bottom: 22px;
}
/* line 68, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-image a {
  display: block;
}
/* line 71, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-image img {
  width: 100%;
}
/* line 74, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-image iframe {
  width: 100%;
  border: none;
  outline: none;
}
/* line 81, sass/blocks/_pg-blog.scss */
.pg-blog-item p {
  text-align: left;
  font-size: 14px;
}
/* line 84, sass/blocks/_pg-blog.scss */
.pg-blog-item p .mark {
  color: #32a49a;
  background: transparent;
}
/* line 89, sass/blocks/_pg-blog.scss */
.pg-blog-item h5 {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
/* line 95, sass/blocks/_pg-blog.scss */
.pg-blog-item blockquote {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 101, sass/blocks/_pg-blog.scss */
.pg-blog-item .bk-readmore, .pg-blog-item .bk-readmore-2, .pg-blog-item .bk-readmore-3 {
  margin-top: 20px;
}
/* line 105, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/* line 113, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding-right: 30px;
}
/* line 120, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-share span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 12px;
  color: #333333;
}
/* line 126, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-share span:after {
  content: "|";
  padding-left: 12px;
}
/* line 134, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-comments {
  margin-top: 20px;
  color: #333333;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 140, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-comments i {
  font-size: 14px;
  color: #333333;
  padding-right: 10px;
  transition: all 0.3s ease-in-out 0s;
}
/* line 147, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-comments span:before {
  content: "|";
  padding: 0 5px;
}
/* line 152, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-comments:hover {
  color: #32a49a;
}
/* line 154, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-comments:hover i {
  color: #32a49a;
}
/* line 160, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding-right: 30px;
}
/* line 167, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 12px;
  color: #333333;
}
/* line 173, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags span:after {
  content: "|";
  padding-left: 12px;
}
/* line 179, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 182, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
/* line 186, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags ul li:first-child {
  margin-left: 0;
}
/* line 189, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags ul li:last-child {
  margin-right: 0;
}
/* line 193, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags ul li a {
  display: inline-block;
  color: #333333;
  padding: 6px 15px;
  background: #f7f7f7;
  font-size: 13px;
  border-radius: 3px;
}
/* line 200, sass/blocks/_pg-blog.scss */
.pg-blog-item .pg-blog-item-tags ul li a:hover {
  background: #32a49a;
  color: #ffffff;
}

/* line 215, sass/blocks/_pg-blog.scss */
.blog-page-area .cr-pagination {
  padding-top: 33px;
  position: relative;
}
/* line 218, sass/blocks/_pg-blog.scss */
.blog-page-area .cr-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #ebebeb;
}
/* line 228, sass/blocks/_pg-blog.scss */
.blog-page-area .cr-pagination::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  height: 1px;
  width: 100%;
  background: #ebebeb;
}

/* line 247, sass/blocks/_pg-blog.scss */
.blog-details p {
  font-size: 14px;
}
/* line 250, sass/blocks/_pg-blog.scss */
.blog-details .pg-blog-item-footer {
  margin-top: 45px;
}
/* line 253, sass/blocks/_pg-blog.scss */
.blog-details .pg-blog-item-tags {
  padding-right: 20px;
}
/* line 256, sass/blocks/_pg-blog.scss */
.blog-details .pg-blog-item-comments {
  margin-right: 20px;
}
/* line 259, sass/blocks/_pg-blog.scss */
.blog-details .pg-blog-item-share {
  padding-right: 0;
}

/* line 264, sass/blocks/_pg-blog.scss */
.blog-details-author {
  position: relative;
  padding-left: 150px;
  margin-top: 30px;
  min-height: 125px;
}
/* line 269, sass/blocks/_pg-blog.scss */
.blog-details-author img {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
}
/* line 275, sass/blocks/_pg-blog.scss */
.blog-details-author h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 281, sass/blocks/_pg-blog.scss */
.blog-details-author p {
  font-size: 14px;
}

/* line 286, sass/blocks/_pg-blog.scss */
.blog-details-popular-post {
  margin-top: 70px;
}
/* line 288, sass/blocks/_pg-blog.scss */
.blog-details-popular-post > h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
/* line 294, sass/blocks/_pg-blog.scss */
.blog-details-popular-post > h5::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #32a49a;
  left: 0;
  top: 3px;
}

/* line 306, sass/blocks/_pg-blog.scss */
.blog-details-commentlist {
  margin-top: 60px;
}
/* line 308, sass/blocks/_pg-blog.scss */
.blog-details-commentlist > h5 {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
}
/* line 315, sass/blocks/_pg-blog.scss */
.blog-details-commentlist > h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #e1e1e1;
  width: 100%;
}

/* line 327, sass/blocks/_pg-blog.scss */
.blog-details-commentbox {
  margin-top: 70px;
}
/* line 329, sass/blocks/_pg-blog.scss */
.blog-details-commentbox h5 {
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  /* line 338, sass/blocks/_pg-blog.scss */
  .blog-details-author {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
    min-height: 125px;
  }
  /* line 343, sass/blocks/_pg-blog.scss */
  .blog-details-author img {
    position: relative;
    width: 75px;
    margin-bottom: 20px;
  }
}
/* Popular Post */
/* line 353, sass/blocks/_pg-blog.scss */
.popular-post .popular-post-thumb {
  display: block;
  padding-bottom: 15px;
}
/* line 356, sass/blocks/_pg-blog.scss */
.popular-post .popular-post-thumb img {
  width: 100%;
}
/* line 360, sass/blocks/_pg-blog.scss */
.popular-post h6 {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 366, sass/blocks/_pg-blog.scss */
.popular-post h6 a {
  color: #333333;
}
/* line 368, sass/blocks/_pg-blog.scss */
.popular-post h6 a:hover {
  color: #32a49a;
}
/* line 373, sass/blocks/_pg-blog.scss */
.popular-post span {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
}

/* line 380, sass/blocks/_pg-blog.scss */
.polular-post-slider-active, .polular-post-slider-active-3-items {
  padding-top: 10px;
}
/* line 382, sass/blocks/_pg-blog.scss */
.polular-post-slider-active .cr-navigation, .polular-post-slider-active-3-items .cr-navigation {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 0;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  font-size: 18px;
  text-align: center;
  padding: 0;
  line-height: 28px;
  color: #adadad;
  z-index: 2;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
/* line 403, sass/blocks/_pg-blog.scss */
.polular-post-slider-active .cr-navigation:hover, .polular-post-slider-active-3-items .cr-navigation:hover {
  background: #32a49a;
  border-color: #32a49a;
  color: #ffffff;
}
/* line 409, sass/blocks/_pg-blog.scss */
.polular-post-slider-active .cr-navigation.cr-navigation-prev, .polular-post-slider-active-3-items .cr-navigation.cr-navigation-prev {
  left: 0;
  right: auto;
}
/* line 414, sass/blocks/_pg-blog.scss */
.polular-post-slider-active .cr-navigation.cr-navigation-next, .polular-post-slider-active-3-items .cr-navigation.cr-navigation-next {
  left: auto;
  right: 0;
}
/* line 422, sass/blocks/_pg-blog.scss */
.polular-post-slider-active:hover .cr-navigation, .polular-post-slider-active-3-items:hover .cr-navigation {
  opacity: 1;
  visibility: visible;
}

/**
 * Widgets
 */
/* line 5, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) {
  overflow: hidden;
}
/* line 8, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
/* line 15, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 48px;
  background: #32a49a;
}
/* line 26, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .single-widget {
  margin-bottom: 50px;
}
/* line 28, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 31, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .single-widget ul li {
  list-style: none;
}
/* line 38, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-search form {
  padding: 20px;
  background: #f7f7f7;
}
/* line 41, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-search form input, .widgets:not(.footer-widgets) .widget-search form button {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
/* line 48, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-search form input {
  border: 1px solid #ffffff;
  background: #ffffff;
  letter-spacing: 1px;
  color: #666666;
}
/* line 9, sass/_mixins.scss */
.widgets:not(.footer-widgets) .widget-search form input::-webkit-input-placeholder {
  color: #666666;
}
/* line 13, sass/_mixins.scss */
.widgets:not(.footer-widgets) .widget-search form input:-moz-placeholder {
  color: #666666;
}
/* line 17, sass/_mixins.scss */
.widgets:not(.footer-widgets) .widget-search form input::-moz-placeholder {
  color: #666666;
}
/* line 21, sass/_mixins.scss */
.widgets:not(.footer-widgets) .widget-search form input:-ms-input-placeholder {
  color: #666666;
}
/* line 55, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-search form button[type="button"], .widgets:not(.footer-widgets) .widget-search form input[type="button"] {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffffff;
  background: #333333;
}
/* line 61, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-search form button[type="button"]:hover, .widgets:not(.footer-widgets) .widget-search form input[type="button"]:hover {
  background: #32a49a;
}
/* line 69, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul {
  background: #f7f7f7;
  padding: 20px;
}
/* line 72, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 22px;
}
/* line 73, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li + li {
  margin-top: 23px;
}
/* line 80, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li:before {
  content: "\f099";
  font-family: 'fontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #32a49a;
  font-size: 16px;
}
/* line 89, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li p {
  margin-bottom: 0;
}
/* line 92, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 70px;
}
/* line 103, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a {
  color: #32a49a;
  display: inline-block;
  padding-right: 4px;
}
/* line 107, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a:hover {
  opacity: 0.7;
}
/* line 112, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
}
/* line 116, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a {
  color: #333333;
}
/* line 118, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a:hover {
  color: #32a49a;
}
/* line 123, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .interact {
  display: none;
}
/* line 131, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul {
  margin-bottom: 0;
  padding-left: 0;
}
/* line 134, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li {
  list-style: none;
  position: relative;
  min-height: 58px;
  border-top: 1px solid #f5f5f5;
  padding: 20px 0;
  padding-left: 100px;
}
/* line 141, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb {
  position: absolute;
  display: inline-block;
  width: 85px;
  left: 0;
  top: 20px;
}
/* line 147, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(50, 164, 154, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
}
/* line 160, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::after {
  content: "\f0c1";
  font-family: 'fontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 16px;
  transform: translate(-50%, -50%);
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
}
/* line 176, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 {
  margin-top: -2px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}
/* line 183, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a {
  color: #333333;
  display: block;
}
/* line 186, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a:hover {
  color: #32a49a;
}
/* line 191, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li span {
  color: #333333;
  font-size: 12px;
  display: inline-block;
  line-height: 1.1;
}
/* line 197, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child {
  border-top: none;
  padding-top: 0;
}
/* line 200, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child .widget-popular-thumb {
  top: 0;
}
/* line 204, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li:last-child {
  padding-bottom: 0;
}
/* line 209, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::before, .widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::after {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
/* line 223, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-categories ul li a {
  display: block;
  background: #f7f7f7;
  font-size: 14px;
  color: #333333;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 10px;
  border-top: 1px solid #ebebeb;
}
/* line 232, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
  color: #32a49a;
}
/* line 237, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-categories ul li:first-child a {
  border-top: none;
}
/* line 246, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
  padding: 20px;
  background: #f7f7f7;
}
/* line 250, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .nice-select {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 0;
  float: none;
  background: #ffffff;
}
/* line 258, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .nice-select::after {
  display: none;
}
/* line 261, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current {
  display: block;
  position: relative;
  color: #333333;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding: 0 20px;
}
/* line 268, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current::after {
  content: "\f0d7";
  font-family: 'fontAwesome';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 0px 12px;
}
/* line 283, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .nice-select .list {
  width: 100%;
  border-radius: 0px;
  margin-top: -1px;
  max-height: 280px;
  overflow-y: auto;
}
/* line 292, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-archives .nice-select.open span.current::after {
  content: "\f0d8";
}
/* line 301, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-tags ul {
  background: #f7f7f7;
  padding: 10px 10px 20px 20px;
  font-size: 0;
}
/* line 305, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-tags ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 9px;
  font-size: 13px;
}
/* line 310, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-tags ul li a {
  display: inline-block;
  font-size: 13px;
  color: #333333;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 3px;
}
/* line 317, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-tags ul li a:hover {
  color: #ffffff;
  background: #32a49a;
}
/* line 327, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
}
/* line 332, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 0;
}
/* line 338, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 100px;
  background: #c2c2c2;
  transition: all 0.3s ease-in-out;
}
/* line 347, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li.slick-active, .widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li:hover {
  background: #141414;
}
/* line 350, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li button {
  display: none;
}
/* line 356, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single {
  text-align: center;
}
/* line 358, sass/blocks/_sidebar.scss */
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single span {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 15px;
  padding-bottom: 30px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 376, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
    column-count: 2;
    column-gap: 30px;
  }
  /* line 381, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
    width: 100%;
    break-inside: avoid-column;
  }
  /* line 389, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  /* line 393, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  /* line 397, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  /* line 401, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
  /* line 405, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-search form {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 415, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
    column-count: 2;
    column-gap: 30px;
  }
  /* line 420, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
    width: 100%;
    break-inside: avoid-column;
  }
  /* line 428, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  /* line 432, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  /* line 436, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  /* line 440, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
  /* line 444, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) .widget-search form {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 454, sass/blocks/_sidebar.scss */
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
  }
}
/**
 * Comment Styles
 */
/* Commentlist */
/* line 6, sass/blocks/_comments.scss */
.single-comment {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-top: 40px;
}
/* line 11, sass/blocks/_comments.scss */
.single-comment img {
  width: 60px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 18, sass/blocks/_comments.scss */
.single-comment h6 {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
}
/* line 24, sass/blocks/_comments.scss */
.single-comment span {
  font-size: 12px;
  color: #333333;
  font-family: "Lato", sans-serif;
}
/* line 29, sass/blocks/_comments.scss */
.single-comment p {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 33, sass/blocks/_comments.scss */
.single-comment .reply-button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #323334;
  background: #ebebeb;
  padding: 0px 13px;
  border-radius: 3px;
}
/* line 42, sass/blocks/_comments.scss */
.single-comment .reply-button:hover {
  background: #32a49a;
  color: #ffffff;
}
/* line 48, sass/blocks/_comments.scss */
.single-comment.reply-comment {
  margin-left: 70px;
}

@media only screen and (max-width: 575px) {
  /* line 55, sass/blocks/_comments.scss */
  .single-comment {
    padding-left: 0;
  }
  /* line 57, sass/blocks/_comments.scss */
  .single-comment img {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 61, sass/blocks/_comments.scss */
  .single-comment.reply-comment {
    margin-left: 40px;
  }
}
/* Commentbox */
/* line 71, sass/blocks/_comments.scss */
.commentbox form input {
  height: 42px;
}
/* line 73, sass/blocks/_comments.scss */
.commentbox form input + input {
  margin-top: 20px;
}
/* line 77, sass/blocks/_comments.scss */
.commentbox form input, .commentbox form select, .commentbox form textarea {
  color: #333333;
  font-size: 13px;
  border: 1px solid #cfcfcf;
  background: transparent;
  padding: 20px;
}
/* line 9, sass/_mixins.scss */
.commentbox form input::-webkit-input-placeholder, .commentbox form select::-webkit-input-placeholder, .commentbox form textarea::-webkit-input-placeholder {
  color: #333333;
}
/* line 13, sass/_mixins.scss */
.commentbox form input:-moz-placeholder, .commentbox form select:-moz-placeholder, .commentbox form textarea:-moz-placeholder {
  color: #333333;
}
/* line 17, sass/_mixins.scss */
.commentbox form input::-moz-placeholder, .commentbox form select::-moz-placeholder, .commentbox form textarea::-moz-placeholder {
  color: #333333;
}
/* line 21, sass/_mixins.scss */
.commentbox form input:-ms-input-placeholder, .commentbox form select:-ms-input-placeholder, .commentbox form textarea:-ms-input-placeholder {
  color: #333333;
}
/* line 84, sass/blocks/_comments.scss */
.commentbox form input:focus, .commentbox form select:focus, .commentbox form textarea:focus {
  background: transparent;
  border-color: #cfcfcf;
}
/* line 89, sass/blocks/_comments.scss */
.commentbox form textarea {
  padding: 10px 20px;
  min-height: 166px;
}
/* line 93, sass/blocks/_comments.scss */
.commentbox form button, .commentbox form input[type="submit"] {
  display: inline-block;
  background: #323435;
  font-size: 12px;
  border-width: 1px;
  border-color: #323435;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 14px 32px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  height: 42px;
}
/* line 114, sass/blocks/_comments.scss */
.commentbox form button:hover, .commentbox form input[type="submit"]:hover {
  background: #32a49a;
  color: #ffffff;
  border-color: #32a49a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 127, sass/blocks/_comments.scss */
  .commentbox form textarea {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 138, sass/blocks/_comments.scss */
  .commentbox form textarea {
    margin-top: 20px;
  }
}
/**
 * Footer Styles
 */
/* line 5, sass/blocks/_footer.scss */
.footer {
  position: relative;
  z-index: 1;
}
/* line 8, sass/blocks/_footer.scss */
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(27, 27, 37, 0.96);
  z-index: -1;
}

/* line 20, sass/blocks/_footer.scss */
.footer-top-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
}

/* line 25, sass/blocks/_footer.scss */
.footer-social-icons {
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}
/* line 30, sass/blocks/_footer.scss */
.footer-social-icons li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 12px;
}
/* line 35, sass/blocks/_footer.scss */
.footer-social-icons li:first-child {
  margin-left: 0;
}
/* line 38, sass/blocks/_footer.scss */
.footer-social-icons li:last-child {
  margin-right: 0;
}
/* line 41, sass/blocks/_footer.scss */
.footer-social-icons li a {
  font-size: 38px;
  color: #ffffff;
  text-align: center;
}
/* line 47, sass/blocks/_footer.scss */
.footer-social-icons li:hover a {
  background: #ffffff;
  border-color: #ffffff;
  color: #32a49a;
}

/* line 56, sass/blocks/_footer.scss */
.footer-newsletter-form {
  display: flex;
  align-items: center;
  margin-top: 25px;
  position: relative;
}
/* line 61, sass/blocks/_footer.scss */
.footer-newsletter-form h4 {
  color: #ffffff;
  margin-bottom: 0;
  padding-right: 34px;
  font-weight: 600;
}
/* line 67, sass/blocks/_footer.scss */
.footer-newsletter-form input[type="email"] {
  border: none;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "Lato", sans-serif;
  border-radius: 3px 0 0 3px;
  height: 45px;
  line-height: 41px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 145px;
}
/* line 81, sass/blocks/_footer.scss */
.footer-newsletter-form input[type="email"]:focus {
  border: none;
}
/* line 9, sass/_mixins.scss */
.footer-newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 13, sass/_mixins.scss */
.footer-newsletter-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
/* line 17, sass/_mixins.scss */
.footer-newsletter-form input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
/* line 21, sass/_mixins.scss */
.footer-newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
/* line 89, sass/blocks/_footer.scss */
.footer-newsletter-form input[type="submit"], .footer-newsletter-form button {
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 12px;
  transition: all 0.4s ease-in-out 0s;
  line-height: 1;
  padding: 0 32px;
  vertical-align: middle;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 100px;
  width: auto;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  color: #333333;
}
/* line 109, sass/blocks/_footer.scss */
.footer-newsletter-form input[type="submit"]:hover, .footer-newsletter-form button:hover {
  background: rgba(50, 164, 154, 0.9);
  border-color: rgba(50, 164, 154, 0.9);
  color: #ffffff;
}

/* Footoer Widgets */
/* line 118, sass/blocks/_footer.scss */
.widgets.footer-widgets {
  margin-top: -50px;
  /* Widget About */
  /* Widget Contact */
  /** Widget Quick Links */
}
/* line 120, sass/blocks/_footer.scss */
.widgets.footer-widgets .single-widget {
  margin-top: 50px;
}
/* line 122, sass/blocks/_footer.scss */
.widgets.footer-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 125, sass/blocks/_footer.scss */
.widgets.footer-widgets .single-widget ul li {
  list-style: none;
}
/* line 131, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 15px;
}
/* line 138, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background: #32a49a;
}
/* line 151, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-about > a {
  display: inline-block;
  margin-bottom: 28px;
}
/* line 155, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-about p {
  margin-top: 15px;
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
/* line 163, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-about p a {
  color: #32a49a;
}
/* line 172, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li {
  color: #000;
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
/* line 178, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li a {
  color: #ffffff;
  display: flex;
}
/* line 181, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li a:hover {
  color: #32a49a;
}
/* line 185, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li + li {
  margin-top: 20px;
}
/* line 188, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li p {
  line-height: 20px;
  margin-bottom: 0;
  flex-shrink: 100;
}
/* line 193, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li span {
  font-size: 29px;
  color: #32a49a;
  margin-right: 22px;
  width: 32px;
  text-align: center;
}
/* line 200, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
  font-size: 15px;
}
/* line 209, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul {
  margin-top: -4px;
  letter-spacing: 0.4px;
}
/* line 212, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul li {
  display: block;
}
/* line 214, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul li a {
  display: block;
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  padding: 9px 0;
}
/* line 220, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul li a:hover {
  color: #32a49a;
}
/* line 225, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul li:first-child a {
  padding-top: 0;
}
/* line 230, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 235, sass/blocks/_footer.scss */
.widgets.footer-widgets .widget-quick-links ul li i {
  margin-right: 10px;
  font-size: 17px;
  display: none;
}

/* line 246, sass/blocks/_footer.scss */
.footer-copyright {
  padding: 22px 0;
  font-size: 13px;
  color: #ffffff;
}
/* line 250, sass/blocks/_footer.scss */
.footer-copyright p {
  margin-bottom: 0;
}
/* line 253, sass/blocks/_footer.scss */
.footer-copyright a {
  color: #32a49a;
  font-weight: 600;
}
/* line 256, sass/blocks/_footer.scss */
.footer-copyright a:hover {
  color: #32a49a;
}

/* line 262, sass/blocks/_footer.scss */
.copyright-area-social {
  padding: 10px 0;
}

/* line 266, sass/blocks/_footer.scss */
.copyright-payment-method-image {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  /* line 272, sass/blocks/_footer.scss */
  .footer-social-icons li a {
    height: 38px;
    width: 38px;
    line-height: 36px;
    font-size: 14px;
  }

  /* line 279, sass/blocks/_footer.scss */
  .copyright-area-social {
    padding: 0;
    padding-bottom: 30px;
  }

  /* line 283, sass/blocks/_footer.scss */
  .footer-copyright {
    text-align: center;
    padding: 18px 0;
  }

  /* line 287, sass/blocks/_footer.scss */
  .copyright-payment-method-image {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 294, sass/blocks/_footer.scss */
  .footer-social-icons {
    text-align: center;
  }
  /* line 296, sass/blocks/_footer.scss */
  .footer-social-icons li a {
    font-size: 34px;
  }

  /* line 300, sass/blocks/_footer.scss */
  .footer-newsletter-form {
    display: grid;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  /* line 304, sass/blocks/_footer.scss */
  .footer-newsletter-form h4 {
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 308, sass/blocks/_footer.scss */
  .footer-newsletter-form input[type="email"] {
    margin-right: 0;
    padding-right: 20px;
  }
  /* line 312, sass/blocks/_footer.scss */
  .footer-newsletter-form input[type="submit"], .footer-newsletter-form button {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
    height: 40px;
    line-height: 40px;
  }
}
