/*********************************************************************************

    Template Name: Panora Blog  Bootstrap 4 Template  
    Description: Panora is a beautiful and unique blog Bootstrap 4 template.
    Version: 1.0

**********************************************************************************/
/*===============================================================================
            [ INDEX ]
=================================================================================
    reset
    typography
    helper-class
    button
    section-title
    sidebar
    header
    slider
    blog
    banner
    error
    blog-details
    breadcaump
    contact
    about
    footer
/* Needed Files*/
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*******************
Basic Styles
********************/
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/**
Reset Styles
*/
* {
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: 'Dosis', sans-serif; }

body {
  color: #141412;
  line-height: 1.5;
  margin: 0; }

a {
  color: #ca3c08;
  text-decoration: none; }

a:visited {
  color: #ac0404; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  color: #ea9629;
  outline: 0; }

a:hover {
  text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3; }

h1 {
  font-size: 48px;
  margin: 33px 0; }

h2 {
  font-size: 30px;
  margin: 25px 0; }

h3 {
  font-size: 22px;
  margin: 22px 0; }

h4 {
  font-size: 20px;
  margin: 25px 0; }

h5 {
  font-size: 18px;
  margin: 30px 0; }

h6 {
  font-size: 16px;
  margin: 36px 0; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0 0 24px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

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; }

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: square; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d; }

:-moz-placeholder {
  color: #7d7b6d; }

::-moz-placeholder {
  color: #7d7b6d; }

:-ms-input-placeholder {
  color: #7d7b6d; }

/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/**
Typography
*/
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  color: #666666;
  font-weight: 400; }

p {
  color: #666666;
  line-height: 24px;
  font-size: 14px; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  color: #666666; }

::-moz-placeholder {
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

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; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.3; }

h1,
.h1 {
  font-size: 48px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px; }

  h2,
  .h2 {
    font-size: 26px; }

  h3,
  .h3 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px; }

  h2,
  .h2 {
    font-size: 24px; }

  h3,
  .h3 {
    font-size: 18px; } }
h1,
.h1,
h2,
.h2 {
  font-weight: 700; }

h3,
.h3,
h4,
.h4 {
  font-weight: 700; }

h5,
.h5,
h6,
.h6 {
  font-weight: 500; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/**
Helper Class
*/
.hidden {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.poss--relative {
  position: relative; }

.poss--absolute {
  position: absolute; }

a {
  transition: 0.5s; }

a#scrollUp {
  background: #81ad7b;
  color: #fff;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  font-size: 20px;
  text-align: center;
  padding: 9px 0;
  box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
  transition: 0.3s;
  line-height: 25px; }
  a#scrollUp:hover {
    background: #fff;
    color: #81ad7b; }

.poss-relative {
  position: relative; }

/* Font specialized */
.body--font {
  font-family: "Lato", sans-serif; }

.heading--font {
  font-family: "Raleway", sans-serif; }

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%; }

.w--100 {
  width: 100%; }

.w--75 {
  width: 75%; }

.w--50 {
  width: 50%; }

.w--33 {
  width: 33.33%; }

.w--25 {
  width: 25%; }

.w--10 {
  width: 10%; }

.h--100 {
  height: 100%; }

.h--75 {
  height: 75%; }

.h--50 {
  height: 50%; }

.h--25 {
  height: 25%; }

.h--33 {
  height: 33.33%; }

.h--10 {
  height: 10%; }

/* Define Colors */
.theme--color {
  color: #81ad7b; }

.color--light {
  color: #999999; }

.color--dark {
  color: #333333; }

.color--black {
  color: #000000; }

.color--white {
  color: #ffffff; }

/* Background Color */
.bg--theme {
  background: #81ad7b; }

.bg--light {
  background: #999999; }

.bg--dark {
  background: #333333; }

.bg--black {
  background: #000000; }

.bg--white {
  background: #ffffff; }

.bg--cart-1 {
  background: #f7f7f7; }

.bg--cart-2 {
  background: #f3f3f3; }

.bg--cart-3 {
  background: #444444; }

/* Background Image */
.bg-image--1 {
  background-image: url(images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--2 {
  background-image: url(images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--3 {
  background-image: url(images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--4 {
  background-image: url(images/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--5 {
  background-image: url(images/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--6 {
  background-image: url(images/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--7 {
  background-image: url(images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--8 {
  background-image: url(images/bg/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--9 {
  background-image: url(images/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--10 {
  background-image: url(images/bg/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--11 {
  background-image: url(images/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--12 {
  background-image: url(images/bg/12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--13 {
  background-image: url(images/bg/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--14 {
  background-image: url(images/bg/14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--15 {
  background-image: url(images/bg/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--16 {
  background-image: url(images/bg/16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--17 {
  background-image: url(images/bg/17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--18 {
  background-image: url(images/bg/18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--19 {
  background-image: url(images/bg/19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image--20 {
  background-image: url(images/bg/20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* Background Image */
.slider-image--1 {
  background-image: url(images/slider/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--2 {
  background-image: url(images/slider/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--3 {
  background-image: url(images/slider/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--4 {
  background-image: url(images/slider/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--5 {
  background-image: url(images/slider/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--6 {
  background-image: url(images/slider/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--7 {
  background-image: url(images/slider/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--8 {
  background-image: url(images/slider/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--9 {
  background-image: url(images/slider/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider-image--10 {
  background-image: url(images/slider/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.mt--20 {
  margin-top: 20px; }

.mt--30 {
  margin-top: 30px; }

.mt--40 {
  margin-top: 40px; }

.mt--50 {
  margin-top: 50px; }

.mt--60 {
  margin-top: 60px; }

.mt--70 {
  margin-top: 70px; }

.mt--80 {
  margin-top: 80px; }

.mt--90 {
  margin-top: 90px; }

.mt--100 {
  margin-top: 100px; }

.mt--110 {
  margin-top: 110px; }

.mt--120 {
  margin-top: 120px; }

.mt--130 {
  margin-top: 130px; }

.mt--140 {
  margin-top: 140px; }

.mt--150 {
  margin-top: 150px; }

.pt--20 {
  padding-top: 20px; }

.pt--30 {
  padding-top: 30px; }

.pt--40 {
  padding-top: 40px; }

.pt--50 {
  padding-top: 50px; }

.pt--60 {
  padding-top: 60px; }

.pt--70 {
  padding-top: 70px; }

.pt--80 {
  padding-top: 80px; }

.pt--90 {
  padding-top: 90px; }

.pt--100 {
  padding-top: 100px; }

.pt--110 {
  padding-top: 110px; }

.pt--120 {
  padding-top: 120px; }

.pt--130 {
  padding-top: 130px; }

.pt--140 {
  padding-top: 140px; }

.pt--150 {
  padding-top: 150px; }

.pb--20 {
  padding-bottom: 20px; }

.pb--30 {
  padding-bottom: 30px; }

.pb--40 {
  padding-bottom: 40px; }

.pb--50 {
  padding-bottom: 50px; }

.pb--60 {
  padding-bottom: 60px; }

.pb--70 {
  padding-bottom: 70px; }

.pb--80 {
  padding-bottom: 80px; }

.pb--90 {
  padding-bottom: 90px; }

.pb--100 {
  padding-bottom: 100px; }

.pb--110 {
  padding-bottom: 110px; }

.pb--120 {
  padding-bottom: 120px; }

.pb--130 {
  padding-bottom: 130px; }

.pb--140 {
  padding-bottom: 140px; }

.pb--150 {
  padding-bottom: 150px; }

.ptb--20 {
  padding: 20px 0; }

.ptb--30 {
  padding: 30px 0; }

.ptb--40 {
  padding: 40px 0; }

.ptb--50 {
  padding: 50px 0; }

.ptb--60 {
  padding: 60px 0; }

.ptb--70 {
  padding: 70px 0; }

.ptb--80 {
  padding: 80px 0; }

.ptb--90 {
  padding: 90px 0; }

.ptb--100 {
  padding: 100px 0; }

.ptb--110 {
  padding: 110px 0; }

.ptb--120 {
  padding: 120px 0; }

.ptb--130 {
  padding: 130px 0; }

.ptb--140 {
  padding: 140px 0; }

.ptb--150 {
  padding: 150px 0; }

/* Text specialized */
.text--italic {
  font-style: italic; }

.text--normal {
  font-style: normal; }

.text--underline {
  font-style: underline; }

/* Section padding */
.section-padding--xlg {
  padding: 150px 0; }

.section-padding--lg {
  padding: 100px 0; }

.section-padding--md {
  padding: 90px 0; }

.section-padding--sm {
  padding: 50px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding--xlg {
    padding: 120px 0; }

  .section-padding--lg {
    padding: 100px 0; }

  .section-padding--md {
    padding: 85px 0; }

  .section-padding--sm {
    padding: 70px 0; }

  .md-mt--30 {
    margin-top: 30px; }

  .md-mt--60 {
    margin-top: 60px; } }
@media only screen and (max-width: 767px) {
  .section-padding--xlg {
    padding: 90px 0; }

  .section-padding--lg {
    padding: 70px 0; }

  .section-padding--md {
    padding: 60px 0; }

  .section-padding--sm {
    padding: 50px 0; }

  .section-padding--xs {
    padding: 50px 0; }

  .sm-mt--60 {
    margin-top: 60px; }

  .sm-mt--30 {
    margin-top: 30px; } }
@media only screen and (max-width: 575px) {
  .xs-mt-60 {
    margin-top: 60px; } }
/* Overlay styles */
[data-overlay],
[data-black-overlay] {
  position: relative; }

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > * {
  position: relative;
  z-index: 2; }

[data-overlay]:before,
[data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

[data-overlay]:before {
  background-color: #81ad7b; }

[data-black-overlay]:before {
  background-color: #000000; }

[data-overlay="1"]:before,
[data-black-overlay="1"]:before {
  opacity: 0.1; }

[data-overlay="2"]:before,
[data-black-overlay="2"]:before {
  opacity: 0.2; }

[data-overlay="3"]:before,
[data-black-overlay="3"]:before {
  opacity: 0.3; }

[data-overlay="4"]:before,
[data-black-overlay="4"]:before {
  opacity: 0.4; }

[data-overlay="5"]:before,
[data-black-overlay="5"]:before {
  opacity: 0.5; }

[data-overlay="6"]:before,
[data-black-overlay="6"]:before {
  opacity: 0.6; }

[data-overlay="7"]:before,
[data-black-overlay="7"]:before {
  opacity: 0.7; }

[data-overlay="8"]:before,
[data-black-overlay="8"]:before {
  opacity: 0.8; }

[data-overlay="9"]:before,
[data-black-overlay="9"]:before {
  opacity: 0.9; }

[data-overlay="10"]:before,
[data-black-overlay="10"]:before {
  opacity: 1; }

.facebook__banner {
  position: relative; }
  .facebook__banner .fb-page span {
    height: 181px !important;
    width: 100% !important; }
    .facebook__banner .fb-page span iframe {
      height: 181px !important;
      width: 100% !important;
      position: relative !important; }

/*******************
Elements Styles
********************/
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Button Styles 
------------------------*/
/* Wobble Top */
@-webkit-keyframes pr__btn {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
a.pr__btn {
  background: #444444 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 38px;
  line-height: 38px;
  padding: 0 17px;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0;
  letter-spacing: 3px; }
  a.pr__btn.btn--large {
    padding: 0 20px;
    border-radius: 6px; }
  a.pr__btn.green__btn {
    background: #81ad7b none repeat scroll 0 0;
    color: #fff; }
    a.pr__btn.green__btn:hover {
      background: #444444 none repeat scroll 0 0;
      color: #fff; }

a.pr__btn:hover {
  background: #81ad7b none repeat scroll 0 0;
  color: #fff; }

a.pr__btn:hover,
a.pr__btn:focus,
a.pr__btn:active {
  -webkit-animation-name: pr__btn;
  animation-name: pr__btn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

a.pr__btn span {
  padding-right: 6px; }

/* Search Content*/
.block-bg.close__top .close__wrap {
  right: 90px;
  top: 50px; }

.block-bg {
  background: rgba(22, 22, 27, 0.97) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999; }
  .block-bg.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible; }
  .block-bg .close__wrap {
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    margin-top: -12.5px;
    padding-right: 25px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 50%;
    z-index: 11;
    transition: 0.4s; }
    .block-bg .close__wrap:hover {
      color: #81ad7b; }
    .block-bg .close__wrap::after {
      content: "\f00d";
      font-family: FontAwesome;
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 0; }

.minisearch .field__search {
  left: 0;
  margin: 0 auto auto;
  max-width: 1000px;
  padding: 0 5px;
  position: fixed;
  right: 0;
  top: 50%; }
  .minisearch .field__search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #ebebeb;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
    height: 60px;
    padding: 10px 60px 10px 10px;
    position: static;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    outline: none; }
  .minisearch .field__search .action {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .minisearch .field__search .action a i {
      color: #797979;
      display: inline-block;
      font-size: 26px;
      height: 60px;
      left: 0;
      line-height: 60px;
      text-align: center;
      top: 0;
      width: 60px; }

/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/**
  Section Title Styles
*/
.instagram__activation.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.instagram__activation.owl-theme .owl-dots .owl-dot span {
  background: #c2c2c2 none repeat scroll 0 0;
  height: 10px;
  margin: 5px 4px;
  width: 10px;
  transition: 0.3s; }

.instagram__activation.owl-theme .owl-dots .owl-dot.active span,
.instagram__activation.owl-theme .owl-dots .owl-dot:hover span {
  background: #141414; }

.instagram__activation.owl-theme .owl-dots,
.instagram__activation.owl-theme .owl-nav {
  bottom: 23px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* Responsive Css*/
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Blog Styles 
------------------------*/
.single__wedget h2 {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  padding-left: 26px;
  position: relative;
  text-transform: uppercase; }
  .single__wedget h2::before {
    background: #81ad7b none repeat scroll 0 0;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 13px; }
  .single__wedget h2::after {
    background: #81ad7b none repeat scroll 0 0;
    content: "";
    height: 11px;
    left: 15px;
    position: absolute;
    top: 2px;
    width: 2px; }
.single__wedget.pn__email {
  margin-bottom: 40px; }
  .single__wedget.pn__email .input__box {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 30px 24px;
    position: relative;
    outline: none; }
    .single__wedget.pn__email .input__box button {
      background: #444444 none repeat scroll 0 0;
      border: 0 none;
      border-radius: 5px;
      color: #fff;
      font-family: Raleway;
      font-size: 11px;
      font-weight: 700;
      height: 32px;
      margin-top: 10px;
      text-transform: uppercase;
      width: 100%;
      transition: 0.5s; }
      .single__wedget.pn__email .input__box button:hover {
        background: #81ad7b;
        color: #fff; }
    .single__wedget.pn__email .input__box input {
      border: 0 none;
      color: #787878;
      font-size: 12px;
      height: 32px;
      text-align: center;
      text-transform: capitalize;
      width: 100%;
      border-radius: 5px;
      padding: 0 30px;
      outline: none; }
.single__wedget.popular__post {
  margin-bottom: 40px; }
  .single__wedget.popular__post ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .single__wedget.popular__post ul li {
      align-items: center;
      border-bottom: 1px solid #f5f5f5;
      display: flex;
      margin-bottom: 18px;
      padding-bottom: 18px; }
      .single__wedget.popular__post ul li .content {
        padding-left: 15px; }
        .single__wedget.popular__post ul li .content h4 {
          font-weight: 600;
          line-height: 18px;
          margin-bottom: 1px; }
          .single__wedget.popular__post ul li .content h4 a {
            color: #333;
            font-size: 13px;
            font-weight: 600;
            transition: all 0.5s ease 0s; }
            .single__wedget.popular__post ul li .content h4 a:hover {
              color: #81ad7b; }
        .single__wedget.popular__post ul li .content span {
          color: #999999;
          font-style: italic; }
      .single__wedget.popular__post ul li:last-child {
        border-bottom: 0 none;
        margin-bottom: 0;
        padding-bottom: 0; }
.single__wedget.instagram {
  margin-bottom: 40px; }
  .single__wedget.instagram .instagram__activation {
    background: #f7f7f7 none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .single__wedget.instagram .instagram__activation li .content h6 {
      margin: 0;
      padding-bottom: 60px;
      padding-top: 30px;
      text-align: center; }
      .single__wedget.instagram .instagram__activation li .content h6 a {
        color: #333333;
        font-weight: 700;
        text-transform: uppercase; }
.single__wedget.pr__catrgory {
  margin-bottom: 40px; }
  .single__wedget.pr__catrgory ul {
    background: #f7f7f7 none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .single__wedget.pr__catrgory ul li {
      border-bottom: 1px solid #ebebeb; }
      .single__wedget.pr__catrgory ul li a {
        color: #666666;
        display: block;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 27px;
        transition: all 0.3s ease 0s; }
        .single__wedget.pr__catrgory ul li a:hover {
          color: #81ad7b; }
      .single__wedget.pr__catrgory ul li:last-child {
        border-bottom: 0 none; }
.single__wedget.pr__search {
  margin-bottom: 40px; }
  .single__wedget.pr__search .input__box {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px; }
    .single__wedget.pr__search .input__box input {
      background: #fff none repeat scroll 0 0;
      border: 0 none;
      border-radius: 5px;
      color: #333;
      height: 34px;
      text-align: center;
      width: 100%;
      padding: 0 30px;
      outline: none; }
    .single__wedget.pr__search .input__box button {
      background: #444444 none repeat scroll 0 0;
      border: 0 none;
      border-radius: 5px;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      height: 34px;
      margin-top: 10px;
      width: 100%;
      transition: 0.3s; }
      .single__wedget.pr__search .input__box button:hover {
        background: #81ad7b; }
.single__wedget.pr__archive {
  margin-bottom: 40px; }
  .single__wedget.pr__archive .archive__warpper {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
    text-align: center; }
    .single__wedget.pr__archive .archive__warpper select {
      background: #fff none repeat scroll 0 0;
      border: 0 none;
      color: #666666;
      font-size: 12px;
      height: 33px;
      line-height: 33px;
      padding: 0 20px;
      text-align: left;
      width: 100%;
      outline: none; }
.single__wedget.pr__tag {
  margin-bottom: 40px; }
  .single__wedget.pr__tag .taglist {
    background: #f7f7f7 none repeat scroll 0 0;
    display: flex;
    flex-wrap: wrap;
    list-style: outside none none;
    margin: 0 -5px -10px;
    padding: 20px; }
    .single__wedget.pr__tag .taglist li {
      margin: 0 5px 10px; }
      .single__wedget.pr__tag .taglist li a {
        background: #fff none repeat scroll 0 0;
        color: #666666;
        display: block;
        font-size: 13px;
        height: 35px;
        line-height: 35px;
        padding: 0 21px;
        transition: 0.3s;
        border-radius: 5px; }
        .single__wedget.pr__tag .taglist li a:hover {
          background: #81ad7b none repeat scroll 0 0;
          color: #fff; }
.single__wedget.pr__post .recent__post {
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 18px; }
  .single__wedget.pr__post .recent__post.single__post {
    display: block; }
    .single__wedget.pr__post .recent__post.single__post .content {
      padding-left: 0;
      padding-top: 14px; }
    .single__wedget.pr__post .recent__post.single__post .thumb a img {
      width: 100%; }
  .single__wedget.pr__post .recent__post .content {
    padding-left: 11px; }
    .single__wedget.pr__post .recent__post .content h4 {
      line-height: 18px;
      margin-bottom: 2px; }
      .single__wedget.pr__post .recent__post .content h4 a {
        color: #333333;
        font-size: 13px;
        transition: 0.3s; }
        .single__wedget.pr__post .recent__post .content h4 a:hover {
          color: #81ad7b; }
    .single__wedget.pr__post .recent__post .content span {
      color: #999999;
      font-size: 12px;
      font-style: italic; }
  .single__wedget.pr__post .recent__post:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .single__wedget.pr__post .recent__post .thumb a img {
    width: 85px; }

/* Responsive Css*/
/*******************
Blocks Styles
********************/
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*-----------------------
    Header Styles
-------------------------*/
.mainmenu {
  align-self: start;
  display: flex;
  height: 60px;
  margin: 0 0 0 -16px;
  padding: 0; }

.mainmenu li {
  align-items: center;
  display: flex;
  margin: 0 16px; }

.mainmenu > li a {
  align-items: center;
  align-self: stretch;
  color: #141414;
  display: flex;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-transform: uppercase; }

.panora__logo {
  padding: 40px 0;
  text-align: center; }

.header__right {
  align-items: center;
  height: 60px;
  justify-content: flex-end; }

/* Start Social Icon*/
.social__icon {
  display: flex;
  list-style: outside none none;
  margin: 0 -13px;
  padding: 0; }
  .social__icon li {
    margin: 0 13px; }
    .social__icon li a i {
      color: #141414;
      font-size: 18px;
      transition: all 0.3s ease 0s; }
      .social__icon li a i:hover {
        color: #81ad7b; }

.header--two .social__icon li a i {
  color: #323334;
  font-size: 14px; }

.header--two .social__icon li {
  margin: 0 10px; }

.header--two .social__icon li:first-child {
  margin-left: 0; }

/* Header Style Two */
.header--two .pr__header__top {
  align-items: center;
  display: flex;
  height: 186px; }
.header--two .header__right.social__icon {
  justify-content: flex-start; }
.header--two .logo {
  text-align: center; }
.header--two .search__trigger {
  text-align: right; }
  .header--two .search__trigger a i {
    color: #333333;
    font-size: 18px;
    transition: 0.3s; }
    .header--two .search__trigger a i:hover {
      color: #81ad7b; }

.header--two .mainmenu {
  justify-content: center; }
  .header--two .mainmenu li {
    margin: 0 25px; }
    .header--two .mainmenu li a {
      color: #fefefe;
      letter-spacing: 3px; }

.header--three .header__right {
  justify-content: flex-start;
  height: 50px; }
.header--three .search__trigger {
  text-align: right;
  position: relative;
  z-index: 999; }
  .header--three .search__trigger .search__active {
    background: #81ad7b none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    line-height: 49px;
    padding: 0 30px;
    transition: all 0.3s ease 0s; }
    .header--three .search__trigger .search__active:hover {
      background: #fff none repeat scroll 0 0; }
    .header--three .search__trigger .search__active i {
      color: #333333;
      font-size: 18px; }
.header--three .logo {
  height: 170px;
  line-height: 170px; }
.header--three .mainmenu {
  justify-content: center; }
  .header--three .mainmenu > li {
    margin: 0 25px; }
    .header--three .mainmenu > li a {
      color: #fff;
      transition: 0.3s; }
      .header--three .mainmenu > li a:hover {
        color: #81ad7b; }

.header--three.var--2 .mainmenu {
  justify-content: flex-start;
  height: 50px; }
  .header--three.var--2 .mainmenu > li:first-child {
    margin-left: 0; }
  .header--three.var--2 .mainmenu > li a {
    color: #141414; }
    .header--three.var--2 .mainmenu > li a:hover {
      color: #81ad7b; }

.mainmenu li.drop {
  position: relative; }
  .mainmenu li.drop ul.dropdown {
    border: 1px solid #eeee;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 56px;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    background: #fff; }
    .mainmenu li.drop ul.dropdown li {
      border-top: 1px solid #eee;
      margin: 0; }
      .mainmenu li.drop ul.dropdown li a {
        padding: 8px 12px;
        color: #141414;
        transition: 0.3s; }
        .mainmenu li.drop ul.dropdown li a:hover {
          color: #81ad7b; }
  .mainmenu li.drop:hover ul.dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible; }

/* Responsive Css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr__header__top .container {
    position: relative; }

  .header--three .search__trigger {
    text-align: left; }

  .header__right {
    justify-content: flex-start; }

  .header--two .pr__header__top .container {
    padding: 0 49px 0 16px;
    position: relative; }

  .header--two .mean-container {
    right: 17px;
    top: 58px; }

  .header--two .pr__header__top .container {
    margin-right: 80px;
    padding: 0 0 16px;
    z-index: 9; }

  .header--two .mean-container .mean-nav {
    margin-top: 81px; } }
@media only screen and (max-width: 767px) {
  .pr__header__top .container {
    position: relative; }

  .header--three .search__trigger {
    text-align: left; }

  .header__right {
    justify-content: flex-start; }

  .header--two .pr__header__top .container {
    padding: 0 49px 0 16px;
    position: relative;
    width: 100%; }

  .header--two .mean-container {
    right: 17px;
    top: 58px; }

  .header--two .logo a img {
    width: auto; }

  .header--two .pr__header__top .container {
    margin-right: 80px;
    padding: 0 0 16px;
    z-index: 9; }

  .header--two .mean-container .mean-nav {
    margin-top: 81px; } }
@media only screen and (max-width: 575px) {
  .pr__header__top .container {
    margin: 0 27px;
    position: relative;
    width: auto; }

  .header--two .social__icon li {
    margin: 0 4px; }

  .header--two .search__trigger {
    left: 8px;
    position: relative; }

  .social__icon li {
    margin: 0 6px; }

  .header--two .pr__header__top .container {
    margin-right: 80px;
    padding: 0 0 16px;
    z-index: 9; }

  .header--two .logo a img {
    width: 89px; }

  .header--two .mean-container .mean-nav {
    margin-top: 81px; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*-----------------
    Slider Styles
-----------------*/
.slider__fixed--height {
  align-items: center;
  display: flex;
  height: 550px; }

.pr__slider__area {
  padding-bottom: 80px; }

.slide {
  text-align: center; }
  .slide .slide__inner {
    border: 10px solid rgba(255, 255, 255, 0.7);
    margin: auto;
    max-width: 570px;
    padding: 13px;
    position: relative; }
    .slide .slide__inner h1 {
      color: #424242;
      font-size: 18px;
      font-weight: 700;
      line-height: 26px;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .slide .slide__inner p {
      color: #424242;
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 23px; }
    .slide .slide__inner .contentbox {
      padding: 35px 40px;
      position: relative;
      z-index: 1; }
      .slide .slide__inner .contentbox::before {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }

.activation--1 .owl-dots {
  bottom: -47px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.activation--1.owl-theme .owl-dots .owl-dot span {
  background: #b7b7b7 none repeat scroll 0 0;
  height: 12px;
  margin: 5px;
  transition: all 0.5s ease 0s;
  width: 12px; }

.activation--1.owl-theme .owl-dots .owl-dot.active span,
.activation--1.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000; }

/* Slider Style Two*/
.slider--2 .slider__fixed--height {
  height: 620px; }

.slide__activation--2 .owl-nav div {
  left: 70px;
  position: absolute;
  top: 37%; }

.slide__activation--2 .owl-nav div.owl-next {
  left: auto;
  right: 70px; }

.slide__activation--2.owl-theme .owl-nav [class*="owl-"] {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 36px;
  height: 75px;
  line-height: 67px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 75px; }

.slide__activation--2.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #81ad7b none repeat scroll 0 0;
  color: #fff; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.slider--3 .slider__fixed--height {
  align-items: flex-end;
  justify-content: center; }

.slider--3 .slide__content {
  position: relative;
  display: none; }

.slider--3 .owl-item.active.center .slide .slide__content {
  display: block; }

.slider--3 .owl-item.active.center {
  position: relative;
  z-index: 3; }

.slider--3 .owl-item.active.center::before {
  background: #81ad7b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%; }

.slider--3 .slide__content {
  padding-bottom: 40px; }
  .slider--3 .slide__content span {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase; }
  .slider--3 .slide__content h1 {
    color: #ffffff;
    font-family: Lato;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 6px;
    margin-top: 10px;
    text-transform: uppercase; }
  .slider--3 .slide__content ul {
    display: flex;
    justify-content: center;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .slider--3 .slide__content ul li {
      color: #ffffff;
      font-size: 12px; }
      .slider--3 .slide__content ul li.separator {
        color: #fff;
        padding: 0 10px; }
      .slider--3 .slide__content ul li a {
        color: #fff;
        font-size: 12px;
        transition: 0.3s; }
        .slider--3 .slide__content ul li a:hover {
          color: #81ad7b; }

.slider--3 .owl-theme .owl-nav [class*="owl-"] {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 36px;
  height: 75px;
  line-height: 70px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease 0s;
  width: 75px; }

.slider--3 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #81ad7b none repeat scroll 0 0;
  color: #fff; }

.slider--3 .owl-nav div {
  left: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider--3 .owl-nav div.owl-next {
  left: auto;
  right: 70px; }

/* Responsive Css*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider--3 .slide__content h1 {
    letter-spacing: 1px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide__activation--2 .owl-nav div {
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media only screen and (max-width: 767px) {
  .slide .slide__inner {
    border: 0 none; }

  .slide .slide__inner .contentbox {
    padding: 35px 23px; }

  .slider--3 .owl-nav div {
    left: 20px; }

  .slider--3 .owl-nav div.owl-next {
    right: 20px; }

  .slide__activation--2 .owl-nav div {
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media only screen and (max-width: 575px) {
  .slide__activation--2.owl-theme .owl-nav [class*="owl-"] {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px; }

  .slide__activation--2 .owl-nav div {
    left: 20px; }

  .slide__activation--2 .owl-nav div.owl-next {
    right: 20px; } }
@media only screen and (max-width: 420px) {
  .slider__fixed--height {
    height: 400px; }

  .slider--3 .owl-theme .owl-nav [class*="owl-"] {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Blog Styles 
------------------------*/
.blog {
  border-bottom: 1px solid #ebebeb; }
  .blog .title {
    margin-bottom: 24px;
    text-align: center; }
    .blog .title span {
      border-bottom: 1px solid #81ad7b;
      color: #81ad7b;
      display: inline-block;
      font-weight: 700;
      line-height: 15px;
      text-transform: uppercase; }
    .blog .title h4 {
      margin-bottom: 4px;
      margin-top: 10px; }
      .blog .title h4 a {
        color: #424242;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        transition: 0.3s; }
        .blog .title h4 a:hover {
          color: #81ad7b; }
    .blog .title ul {
      display: flex;
      justify-content: center;
      list-style: outside none none;
      margin: 0;
      padding: 0; }
      .blog .title ul li {
        color: #999999;
        font-size: 12px;
        position: relative; }
        .blog .title ul li a {
          color: #999999;
          font-size: 12px;
          position: relative;
          transition: 0.3s; }
          .blog .title ul li a:hover {
            color: #81ad7b; }
        .blog .title ul li:first-child {
          margin-right: 11px;
          padding-right: 11px;
          position: relative; }
          .blog .title ul li:first-child::before {
            background: #a7a7a7 none repeat scroll 0 0;
            content: "";
            height: 11px;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 2px; }
  .blog .thumb a img {
    width: 100%; }
  .blog .content {
    margin-top: 22px; }
    .blog .content p {
      color: #666666;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 12px; }
  .blog .blog__btn {
    margin-top: 41px;
    text-align: center; }

.blog__btn .pr__btn.green__btn {
  padding: 0 55px; }

.blog__btn .pr__btn {
  padding: 0 55px; }

.thumb.with--video iframe,
.thumb.with--audio iframe {
  height: 660px;
  width: 100%; }

.thumb.with--video.video--2 iframe {
  height: 490px;
  width: 100%; }

.blog__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
  padding-bottom: 17px; }
  .blog__footer .share {
    display: flex; }
    .blog__footer .share p {
      color: #999999;
      font-size: 12px;
      margin: 0 12px 0 0;
      padding-right: 12px;
      position: relative;
      text-transform: uppercase; }
      .blog__footer .share p::before {
        background: #ebebeb none repeat scroll 0 0;
        content: "";
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px; }
    .blog__footer .share ul {
      display: flex;
      list-style: outside none none;
      margin: 0;
      padding: 0; }
      .blog__footer .share ul li {
        margin-right: 12px; }
        .blog__footer .share ul li a {
          background: #f7f7f7 none repeat scroll 0 0;
          border-radius: 100%;
          color: #353535;
          display: block;
          font-size: 12px;
          height: 26px;
          text-align: center;
          width: 26px;
          transition: 0.3s; }
          .blog__footer .share ul li a:hover {
            background: #81ad7b none repeat scroll 0 0;
            color: #fff; }
  .blog__footer .blog__comment p {
    margin: 0; }
    .blog__footer .blog__comment p a {
      color: #999999;
      font-size: 12px;
      transition: 0.3s; }
      .blog__footer .blog__comment p a:hover {
        color: #81ad7b; }
      .blog__footer .blog__comment p a span {
        margin-left: 12px;
        padding-left: 12px;
        position: relative; }
        .blog__footer .blog__comment p a span::before {
          background: #e1e1e1 none repeat scroll 0 0;
          content: "";
          height: 12px;
          left: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px; }
      .blog__footer .blog__comment p a i {
        color: #252525;
        padding-right: 20px; }

/* Blog Style 02*/
.blog--2 {
  display: flex;
  margin-top: 70px; }
  .blog--2.align__right .thumb {
    margin-left: 30px;
    margin-right: 0; }
  .blog--2 .thumb {
    flex-basis: 50%;
    margin-right: 30px; }
    .blog--2 .thumb a img {
      width: 100%; }
  .blog--2 .content {
    flex-basis: 50%; }
    .blog--2 .content .blog__top {
      align-items: center;
      display: flex; }
      .blog--2 .content .blog__top p {
        border-bottom: 1px solid #81ad7b;
        color: #81ad7b;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
      .blog--2 .content .blog__top ul {
        display: flex;
        list-style: outside none none;
        margin: 0;
        padding-left: 27px; }
        .blog--2 .content .blog__top ul li {
          color: #999;
          font-size: 12px;
          position: relative; }
          .blog--2 .content .blog__top ul li a {
            color: #999;
            font-size: 12px;
            transition: 0.3s; }
            .blog--2 .content .blog__top ul li a:hover {
              color: #81ad7b; }
          .blog--2 .content .blog__top ul li + li {
            margin-left: 10px;
            padding-left: 10px; }
            .blog--2 .content .blog__top ul li + li::before {
              background: #a7a7a7 none repeat scroll 0 0;
              content: "";
              height: 11px;
              left: 0;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 1px; }
    .blog--2 .content h4 {
      margin-bottom: 11px;
      margin-top: 15px; }
      .blog--2 .content h4 a {
        color: #424242;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        transition: 0.3s; }
        .blog--2 .content h4 a:hover {
          color: #81ad7b; }
    .blog--2 .content > p {
      color: #666666;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 17px; }

/* Blog Style 03*/
.blog .thumb.with--gallery {
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }

.thumb.with--gallery .blog-img.big--img {
  flex-basis: 77.5%; }

.thumb.with--gallery .blog-img {
  flex-basis: 40%;
  padding: 0 10px; }

.thumb.with--gallery .blog-img a img {
  width: auto; }

.thumb.with--gallery .blog-img a + a {
  display: block;
  margin-top: 20px; }

/* Blog Pagenation*/
.pr__pagination {
  align-items: center;
  border-top: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 50px;
  padding-top: 27px;
  position: relative; }

.pr__pagination p {
  margin: 0; }

.pr__pagination .page__prev a {
  color: #333333;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s; }

.pr__pagination .page__prev a:hover {
  color: #81ad7b; }

.pr__pagination .page__prev a i {
  padding-right: 10px; }

.pr__pagination .page__prev a i.fa-angle-double-right {
  padding-left: 10px;
  padding-right: 0; }

.pr__pagination .page__prev p {
  border-bottom: 1px solid #727273;
  color: #323334;
  font-family: Raleway;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  text-transform: capitalize; }

.pr__pagination::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 4px;
  width: 100%; }

.single__wedget.pr__facebok {
  margin-bottom: 40px; }

/* Responsive Css*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .thumb.with--gallery .blog-img a img {
    width: 100%; }

  .pn__banner__area a img {
    width: 100%; }

  .thumb.with--video iframe,
  .thumb.with--audio iframe {
    height: 399px;
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumb.with--gallery .blog-img a img {
    width: 100%; }

  .thumb.with--gallery .blog-img.big--img {
    flex-basis: 82.5%; }

  .pn__banner__area a img {
    width: 100%; }

  .thumb.with--video iframe,
  .thumb.with--audio iframe {
    height: 382px; } }
@media only screen and (max-width: 767px) {
  .blog--2 {
    flex-wrap: wrap; }

  .blog--2 .thumb {
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-right: 0; }

  .blog--2 .content {
    flex-basis: 100%; }

  .blog--2.align__right .thumb {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px; }

  .thumb.with--gallery .blog-img a img {
    width: 100%; }

  .pn__banner__area a img {
    width: 100%; }

  .thumb.with--video iframe,
  .thumb.with--audio iframe {
    height: 283px; } }
@media only screen and (max-width: 575px) {
  .blog__footer {
    display: block; }

  .blog__footer .share {
    margin-bottom: 13px; }

  .blog--2 .content .blog__top {
    display: block;
    text-align: center; }

  .blog--2 .content .blog__top p {
    display: inline-block; }

  .blog--2 .content .blog__top ul {
    margin: 10px 0 0;
    padding-left: 0; }

  .thumb.with--video iframe,
  .thumb.with--audio iframe {
    height: 261px; } }
@media only screen and (max-width: 420px) {
  .thumb.with--video iframe,
  .thumb.with--audio iframe {
    height: 163px; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Blog Styles 
------------------------*/
.pn__banner__area {
  text-align: center; }

.banner--possition {
  bottom: 0;
  left: 0;
  margin-left: -2px;
  margin-right: -2px;
  position: absolute;
  right: 0; }

.banner--2 {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  margin-left: -14px;
  margin-right: -14px;
  padding: 38px 30px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 2; }
  .banner--2 h6 {
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    margin: 9px 0 0;
    text-transform: uppercase; }
  .banner--2 span {
    border-bottom: 1px solid #81ad7b;
    color: #81ad7b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .banner--2::before {
    background-color: #fff;
    content: "";
    height: auto;
    left: 100%;
    margin: auto;
    opacity: 0;
    padding-top: 200%;
    pointer-events: none;
    position: absolute;
    top: -20%;
    transition: left 0.75s ease-in-out 0s, opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s;
    visibility: hidden;
    width: 200%;
    z-index: -1; }
  .banner--2:hover::before {
    left: -50%;
    opacity: 1;
    visibility: visible; }

/* Responsive Css*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner--2 h6 {
    line-height: 25px; }

  .banner--2 {
    padding: 22px 25px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner--2 {
    padding: 21px 19px; }

  .banner--2 h6 {
    line-height: 23px; } }
@media only screen and (max-width: 767px) {
  .banner--possition {
    background: #f2f2f2 none repeat scroll 0 0;
    position: inherit; }

  .banner--2 h6 {
    line-height: 22px; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Blog Styles 
------------------------*/
.pr__not__found {
  padding: 160px 0; }
  .pr__not__found .thumb img {
    width: 100%; }
  .pr__not__found .content h6 {
    color: #424242;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 26px; }
  .pr__not__found .content span {
    color: #666666;
    font-size: 14px;
    line-height: 24px; }
  .pr__not__found .content .input__box {
    margin-top: 53px; }
    .pr__not__found .content .input__box input {
      border: 2px solid #c5c5c5;
      border-radius: 5px;
      color: #8e8e8e;
      height: 40px;
      padding: 0 20px;
      width: 332px; }
    .pr__not__found .content .input__box button {
      background: #81ad7b none repeat scroll 0 0;
      border: 0 none;
      border-radius: 5px;
      color: #ffffff;
      font-family: Raleway;
      font-weight: 800;
      height: 40px;
      margin-left: 10px;
      padding: 0 40px;
      text-transform: uppercase;
      transition: 0.3s; }
      .pr__not__found .content .input__box button:hover {
        background: #3c6336 none repeat scroll 0 0; }

/* Responsive Css*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr__not__found .content .input__box input {
    width: 290px; } }
@media only screen and (max-width: 575px) {
  .pr__not__found .content .input__box input {
    width: 235px; } }
@media only screen and (max-width: 420px) {
  .pr__not__found .content .input__box input {
    width: 100%;
    margin-bottom: 30px; }

  .pr__not__found .content .input__box button {
    margin-left: 0; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Blog Details 
------------------------*/
.blog__quote {
  margin-top: 40px; }
  .blog__quote h4 {
    color: #333333;
    font-family: Lato;
    font-size: 18px;
    margin-bottom: 19px; }
  .blog__quote p {
    margin-bottom: 11px; }
  .blog__quote blockquote {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 28px;
    margin-top: 26px;
    padding-left: 24px;
    padding-right: 13%;
    position: relative; }
    .blog__quote blockquote::after {
      background: #81ad7b none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 4px; }
  .blog__quote .blog__img {
    display: flex;
    flex-wrap: wrap;
    list-style: outside none none;
    margin: 50px -15px 42px;
    padding: 0; }
    .blog__quote .blog__img li {
      flex-basis: 50%;
      padding: 0 15px; }
      .blog__quote .blog__img li a img {
        width: 100%; }
  .blog__quote .bl__dtl__meta {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 64px;
    padding-bottom: 13px; }
    .blog__quote .bl__dtl__meta .tag {
      align-items: center;
      display: flex; }
      .blog__quote .bl__dtl__meta .tag span {
        color: #999999;
        font-size: 13px;
        margin-right: 12px;
        text-transform: uppercase; }
      .blog__quote .bl__dtl__meta .tag ul {
        display: flex;
        list-style: outside none none;
        margin: 0;
        padding: 0 0 0 12px; }
        .blog__quote .bl__dtl__meta .tag ul li {
          margin-right: 10px; }
          .blog__quote .bl__dtl__meta .tag ul li a {
            background: #f7f7f7 none repeat scroll 0 0;
            color: #666666;
            display: block;
            font-size: 13px;
            height: 35px;
            line-height: 35px;
            padding: 0 15px;
            transition: all 0.3s ease 0s; }
            .blog__quote .bl__dtl__meta .tag ul li a:hover {
              background: #81ad7b none repeat scroll 0 0;
              color: #fff; }
    .blog__quote .bl__dtl__meta .share {
      display: flex; }
      .blog__quote .bl__dtl__meta .share p {
        color: #999999;
        font-size: 13px;
        margin-right: 12px;
        padding-right: 12px;
        position: relative;
        text-transform: uppercase; }
        .blog__quote .bl__dtl__meta .share p::before {
          background: #ebebeb none repeat scroll 0 0;
          content: "";
          height: 9px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px; }
      .blog__quote .bl__dtl__meta .share ul {
        display: flex;
        list-style: outside none none;
        margin: 0;
        padding: 0; }
        .blog__quote .bl__dtl__meta .share ul li a i {
          background: #f7f7f7 none repeat scroll 0 0;
          border-radius: 100%;
          color: #353535;
          font-size: 12px;
          height: 26px;
          line-height: 26px;
          text-align: center;
          width: 26px;
          transition: 0.3s; }
          .blog__quote .bl__dtl__meta .share ul li a i:hover {
            background: #81ad7b none repeat scroll 0 0;
            color: #fff; }
        .blog__quote .bl__dtl__meta .share ul li + li {
          margin-left: 12px; }
    .blog__quote .bl__dtl__meta .comment p {
      margin: 0; }
      .blog__quote .bl__dtl__meta .comment p i {
        color: #252525;
        font-size: 18px;
        margin-right: 10px; }
      .blog__quote .bl__dtl__meta .comment p a {
        color: #999999;
        font-size: 12px;
        margin: 0; }
        .blog__quote .bl__dtl__meta .comment p a span {
          margin-left: 12px;
          padding-left: 12px;
          position: relative; }
          .blog__quote .bl__dtl__meta .comment p a span::before {
            background: #e1e1e1 none repeat scroll 0 0;
            content: "";
            height: 10px;
            left: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px; }

.panora__author {
  align-items: center;
  display: flex;
  margin-bottom: 57px; }
  .panora__author .thumb {
    margin-right: 20px;
    width: 156px; }
    .panora__author .thumb img {
      width: 100%; }
  .panora__author .content h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px; }
  .panora__author .content p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }
  .panora__author .content ul {
    list-style: outside none none;
    padding: 0; }
    .panora__author .content ul li a i {
      background: #f7f7f7 none repeat scroll 0 0;
      border-radius: 100%;
      color: #353535;
      font-size: 12px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      width: 26px;
      transition: 0.3s; }
      .panora__author .content ul li a i:hover {
        background: #81ad7b none repeat scroll 0 0;
        color: #fff; }
    .panora__author .content ul li + li {
      margin-left: 12px; }

.popular__post h2 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 32px;
  position: relative;
  text-transform: uppercase; }
  .popular__post h2::before {
    background: #81ad7b none repeat scroll 0 0;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px; }
  .popular__post h2::after {
    background: #81ad7b none repeat scroll 0 0;
    content: "";
    height: 13px;
    left: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px; }

.popular__post__active .popular__post .content {
  padding-top: 30px; }
  .popular__post__active .popular__post .content h3 {
    margin-bottom: 4px; }
    .popular__post__active .popular__post .content h3 a {
      color: #424242;
      font-size: 13px;
      text-transform: uppercase;
      display: block;
      transition: 0.3s; }
      .popular__post__active .popular__post .content h3 a:hover {
        color: #81ad7b; }
  .popular__post__active .popular__post .content span {
    color: #999999;
    font-size: 12px;
    font-style: italic; }

.panora__comment {
  margin-top: 70px; }
  .panora__comment h2 {
    border-bottom: 1px solid #e1e1e1;
    color: #333333;
    font-size: 13px;
    margin-bottom: 39px;
    padding-bottom: 13px;
    text-transform: uppercase; }
  .panora__comment .comment {
    align-items: center;
    display: flex; }
    .panora__comment .comment .title {
      display: flex;
      justify-content: space-between; }
      .panora__comment .comment .title h4 {
        color: #333333;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase; }
      .panora__comment .comment .title a {
        background: #ebebeb none repeat scroll 0 0;
        color: #424242;
        font-size: 13px;
        height: 24px;
        padding: 0 13px;
        text-transform: capitalize;
        transition: 0.3s; }
        .panora__comment .comment .title a:hover {
          background: #81ad7b none repeat scroll 0 0;
          color: #fff; }
    .panora__comment .comment .thumb {
      flex-basis: 8%;
      padding-right: 14px; }
      .panora__comment .comment .thumb img {
        width: 100%; }
    .panora__comment .comment .content {
      flex-basis: 92%; }
      .panora__comment .comment .content span {
        color: #949494;
        font-style: italic; }
      .panora__comment .comment .content p {
        color: #424242;
        margin: 2px 0 0; }
    .panora__comment .comment.comment__reply {
      margin-bottom: 40px;
      margin-left: 70px;
      margin-top: 40px; }

.comment__form {
  margin-top: 80px; }
  .comment__form h2 {
    color: #333333;
    font-size: 13px;
    text-transform: uppercase; }
  .comment__form .input__box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .comment__form .input__box .box__single {
      flex-basis: 50%;
      padding: 0 15px; }
      .comment__form .input__box .box__single input {
        background: #f2f2f2 none repeat scroll 0 0;
        border: 0 none;
        color: #b4b4b4;
        height: 55px;
        margin-top: 20px;
        padding: 0 20px;
        width: 100%;
        outline: none; }
      .comment__form .input__box .box__single textarea {
        border: 1px solid #e2e2e2;
        margin-top: 20px;
        min-height: 204px;
        resize: none;
        width: 100%;
        padding: 20px;
        outline: none; }
  .comment__form a.pr__btn {
    margin-top: 30px; }

.owl-theme .owl-nav {
  margin-top: 0; }

.popular__post__active .owl-nav div {
  left: -15px;
  position: absolute;
  top: 26%; }

.popular__post__active .owl-nav div.owl-next {
  left: auto;
  right: -15px; }

.popular__post__active.owl-theme .owl-nav [class*="owl-"] {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 5px;
  color: #adadad;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 30px; }

.popular__post__active.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #81ad7b none repeat scroll 0 0;
  color: #fff;
  text-decoration: none; }

/* Responsive Css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .panora__comment .comment .thumb {
    flex-basis: 16%; } }
@media only screen and (max-width: 767px) {
  .panora__author {
    align-items: flex-start; }

  .panora__author .content p {
    margin-bottom: 12px; }

  .panora__author .content h3 {
    margin-bottom: 4px; }

  .blog__quote .bl__dtl__meta {
    display: block; }

  .blog__quote .bl__dtl__meta .comment {
    margin: 11px 0; }

  .panora__comment .comment .thumb {
    flex-basis: 25%; } }
@media only screen and (max-width: 420px) {
  .panora__comment .comment .thumb {
    flex-basis: 44%; }

  .panora__comment .comment.comment__reply {
    margin-left: 0; }

  .comment__form .input__box {
    display: block; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Breadcaump area
------------------------*/
.pr__bradcaump__area {
  align-items: center;
  display: flex;
  height: 415px;
  justify-content: center; }
  .pr__bradcaump__area .bradcaump__inner h2 {
    color: #ffffff;
    display: block;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px;
    text-transform: uppercase; }
  .pr__bradcaump__area .bradcaump__inner .breadcrumb_item {
    color: #ffffff;
    font-size: 18px; }
  .pr__bradcaump__area .bradcaump__inner .brd-separetor {
    color: #fff;
    padding: 0 9px; }

/* Responsive Css*/
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    Blog Details 
------------------------*/
.panora__contact {
  padding: 100px 0; }
  .panora__contact .ct__title {
    color: #424242;
    font-size: 30px;
    margin-bottom: 59px;
    text-transform: uppercase; }
  .panora__contact .single-contact-form.space-between {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .panora__contact .single-contact-form.space-between input {
      margin: 0 15px 30px; }
  .panora__contact .single-contact-form input {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 2px solid transparent;
    flex-basis: 50%;
    height: 55px;
    margin-bottom: 30px;
    outline: medium none;
    padding: 0 20px;
    transition: all 0.5s ease 0s;
    width: 100%; }
    .panora__contact .single-contact-form input:focus {
      border: 2px solid #81ad7b;
      outline: medium none; }
  .panora__contact .single-contact-form textarea {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 0 none;
    min-height: 190px;
    padding: 20px;
    width: 100%;
    border: 2px solid transparent;
    outline: medium none;
    transition: all 0.5s ease 0s; }
    .panora__contact .single-contact-form textarea:focus {
      border: 2px solid #81ad7b;
      outline: medium none; }
  .panora__contact .pr__btn {
    background: #81ad7b none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    height: 47px;
    line-height: 49px;
    margin-top: 32px;
    padding: 0 29px;
    text-transform: uppercase;
    transition: 0.5s; }
    .panora__contact .pr__btn:hover {
      background: #f2f2f2;
      color: #81ad7b; }

.panora__address p {
  font-size: 15px;
  margin-bottom: 51px;
  padding-right: 44%; }

.address {
  align-items: center;
  border-top: 1px solid #e4e4e4;
  display: flex;
  padding: 13px 0; }

.address p {
  margin: 0; }

.address .icon {
  margin-right: 30px; }

.address .icon i {
  color: #424242;
  font-size: 18px; }

.address p {
  color: #848484;
  font-size: 13px;
  line-height: 20px;
  padding-right: 0; }

.working__hours {
  margin-top: 26px; }

.working__hours h4 {
  color: #424242;
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase; }

.working__hours p {
  color: #545454;
  font-size: 14px;
  margin: 0; }

.working__hours p span {
  color: #424242;
  font-weight: 700; }

/* Responsive Css*/
@media only screen and (max-width: 575px) {
  .panora__contact .single-contact-form.space-between {
    display: block;
    margin-left: 0;
    margin-right: 0; }

  .panora__contact .single-contact-form.space-between input {
    margin: 0 0px 30px; }

  .panora__contact .ct__title {
    margin-bottom: 20px; }

  .panora__address p {
    padding-right: 13%; }

  .panora__contact .ct__title {
    font-size: 23px; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*----------------------
    About Styles 
------------------------*/
.pr__about__area .container-fluid {
  margin-left: -15px;
  margin-right: -15px; }
  .pr__about__area .container-fluid .thumb img {
    width: 100%; }
  .pr__about__area .container-fluid .content {
    text-align: center; }
    .pr__about__area .container-fluid .content h2 {
      color: #3e3e3e;
      font-size: 30px;
      font-weight: 800;
      line-height: 48px;
      margin-bottom: 67px;
      text-transform: uppercase; }
    .pr__about__area .container-fluid .content p {
      color: #7b7b7b;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 63px;
      padding: 0 10%; }
    .pr__about__area .container-fluid .content .about__btn {
      border: 2px solid #3e3e3e;
      border-radius: 5px;
      color: #3e3e3e;
      display: inline-block;
      font-size: 13px;
      font-weight: 800;
      height: 47px;
      line-height: 45px;
      padding: 0 40px;
      text-transform: uppercase;
      transition: 0.3s; }
      .pr__about__area .container-fluid .content .about__btn:hover {
        border: 2px solid #81ad7b;
        color: #fff;
        background: #81ad7b; }
      .pr__about__area .container-fluid .content .about__btn i {
        font-size: 17px;
        padding-left: 10px; }

.pr__counterup .counterup {
  align-items: center;
  background: #f3f3f3 none repeat scroll 0 0;
  display: flex;
  justify-content: center;
  padding: 100px 0; }
  .pr__counterup .counterup.bg--2 {
    background: #e8e8e8 none repeat scroll 0 0; }
  .pr__counterup .counterup .icon {
    margin-right: 22px; }
    .pr__counterup .counterup .icon img {
      width: 52px; }
  .pr__counterup .counterup .content span {
    color: #3e3e3e;
    font-size: 30px;
    font-weight: 700; }
  .pr__counterup .counterup .content h6 {
    color: #3e3e3e;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 4px;
    text-transform: uppercase; }

/* Start Progrss Area*/
.pr__progress .container-fluid {
  margin-right: -15px; }
.pr__progress .thumb img {
  width: 100%; }
.pr__progress .skill-container h3 {
  color: #3e3e3e;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 57px;
  padding-bottom: 28px;
  position: relative;
  text-transform: uppercase; }
  .pr__progress .skill-container h3::before {
    background: #3e3e3e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px; }

.progress-bar::after {
  background: #3e3e3e none repeat scroll 0 0;
  border: 5px solid #a0a0a0;
  border-radius: 50%;
  content: "";
  height: 42px;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px; }

.progress-bar {
  background-color: #7b7b7b;
  position: relative; }

.progress {
  background-color: #e1e1e1;
  border-radius: 0;
  display: flex;
  height: 9px;
  margin-bottom: 19px;
  margin-top: 10px;
  overflow: visible; }

.single-skill {
  overflow: hidden; }

.pen-lable {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }

.skill-container {
  padding: 0 190px; }

.single-skill p {
  color: #b3b3b3;
  font-family: Raleway;
  font-weight: 700;
  margin-bottom: -5px;
  text-transform: uppercase; }

.testimonial {
  padding-bottom: 140px;
  padding-top: 76px;
  text-align: center; }
  .testimonial img {
    margin-bottom: 40px; }
  .testimonial p {
    color: #323232;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 36px;
    padding: 0 4%; }
  .testimonial .clint span {
    color: #323232;
    font-family: Raleway;
    font-size: 14px; }
    .testimonial .clint span.clint_name {
      font-weight: 700;
      text-transform: uppercase; }
    .testimonial .clint span.separator {
      padding: 0 10px; }

.owl-carousel .owl-item .testimonial img {
  display: block;
  margin: 0 auto 40px;
  width: auto; }

.testimonial__active .owl-dots {
  bottom: 80px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.testimonial__active.owl-theme .owl-dots .owl-dot.active span,
.testimonial__active.owl-theme .owl-dots .owl-dot:hover span {
  background: #81ad7b none repeat scroll 0 0; }

.testimonial__active.owl-theme .owl-dots .owl-dot span {
  background: #7f7f7f none repeat scroll 0 0;
  border-radius: 100%;
  margin: 5px 4px;
  transition: 0.5s; }

/* Brand Area*/
.brand__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: outside none none;
  margin: 0;
  padding: 60px 0; }

/* Start faq Area*/
.pr__faq__inner .title {
  margin-bottom: 28px;
  position: relative; }
  .pr__faq__inner .title::before {
    background: #d7d7d7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 53%;
    width: 100%; }
  .pr__faq__inner .title h2 {
    background: #fff none repeat scroll 0 0;
    color: #424242;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding-right: 21px;
    position: relative;
    text-transform: uppercase; }
.pr__faq__inner p {
  font-style: italic;
  margin-bottom: 57px;
  padding-right: 10%; }

.panora_accordion .card {
  background-color: #fff;
  border: 0 none; }
.panora_accordion .acc-header h5 {
  margin: 0; }
  .panora_accordion .acc-header h5 a {
    border-bottom: 1px dashed #e2e2e2;
    color: #81ad7b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 26px 5px 26px 70px;
    position: relative;
    text-transform: uppercase; }
    .panora_accordion .acc-header h5 a.collapsed {
      color: #424242; }
      .panora_accordion .acc-header h5 a.collapsed i {
        color: #424242; }
    .panora_accordion .acc-header h5 a::before {
      color: #81ad7b;
      content: "\f05d";
      font-family: FontAwesome;
      font-size: 16px;
      left: 34px;
      position: absolute; }
    .panora_accordion .acc-header h5 a.collapsed::before {
      color: #424242;
      content: "\f05c";
      font-family: FontAwesome;
      font-size: 16px;
      left: 34px;
      position: absolute; }
    .panora_accordion .acc-header h5 a i {
      color: #81ad7b;
      float: right;
      font-size: 15px; }
.panora_accordion .card-body {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  padding-left: 0;
  border-bottom: 1px dashed #e2e2e2; }

#headingOne h5 a {
  border-top: 1px dashed #e2e2e2; }

/* Responsive Css*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pr__about__area .container-fluid .content h2 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 8px; }

  .pr__about__area .container-fluid .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    padding: 0 6%; }

  .pr__progress {
    padding: 70px 0; }

  .skill-container {
    padding: 0 50px; }

  .pr__progress .skill-container h3 {
    margin-bottom: 33px;
    padding-bottom: 17px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr__about__area .container-fluid .content h2 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 8px; }

  .pr__about__area .container-fluid .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    padding: 0 6%; }

  .pr__progress {
    padding: 70px 0; }

  .skill-container {
    padding: 0 37px; }

  .pr__progress .skill-container h3 {
    margin-bottom: 33px;
    padding-bottom: 17px; }

  .pr__about__area {
    padding: 70px 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr__about__area .container-fluid {
    width: auto; }

  .pr__about__area .container-fluid .content {
    margin-top: 34px; }

  .pr__about__area,
  .pr__progress {
    padding: 70px 0; }

  .pr__about__area .container-fluid .content h2 {
    margin-bottom: 32px; }

  .pr__progress .container-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }

  .skill-container {
    margin-bottom: 45px;
    padding: 0 50px; }

  .brand__list li a img {
    max-width: 87px; } }
@media only screen and (max-width: 767px) {
  .pr__about__area .container-fluid {
    width: auto; }

  .pr__about__area .container-fluid .content {
    margin-top: 34px; }

  .pr__about__area,
  .pr__progress {
    padding: 70px 0; }

  .pr__about__area .container-fluid .content h2 {
    margin-bottom: 32px; }

  .pr__progress .container-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }

  .skill-container {
    margin-bottom: 45px;
    padding: 0 50px; }

  .brand__list li {
    flex-basis: 33.33%;
    padding: 13px;
    text-align: center; } }
@media only screen and (max-width: 575px) {
  .brand__list li {
    flex-basis: 33.33%;
    padding: 27px;
    text-align: center; }

  .brand__list li a img {
    width: 100%; }

  .panora_accordion .acc-header h5 a {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (max-width: 420px) {
  .brand__list li a img {
    width: 100%; }

  .brand__list li {
    flex-basis: 50%; } }
/*===== Colors =====//*/
/*===== Font Family =====//*/
/*===== Line Height =====//*/
/*===== Radius  =====//*/
/*==== Font size =====//*/
/*===== Border color ======//*/
/*===== Alerts color  =====//*/
/*===== Social Colors =====//*/
/* Layouts*/
/*------------------------
    Footer Styles
-------------------------*/
.blog__cat {
  display: flex;
  list-style: outside none none;
  margin: 0;
  padding: 26px 0;
  flex-wrap: wrap; }
  .blog__cat li {
    margin-right: 40px; }
    .blog__cat li a {
      color: #141414;
      font-family: Raleway;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: 0.3s; }
      .blog__cat li a:hover {
        color: #81ad7b; }

.pn-sociable-default {
  align-items: center;
  display: flex;
  list-style: outside none none;
  margin: 0;
  padding: 24px 0; }
  .pn-sociable-default li {
    align-items: center;
    display: flex;
    margin-right: 40px; }
    .pn-sociable-default li .icon a i {
      background: #252525 none repeat scroll 0 0;
      border-radius: 100%;
      color: #fff;
      font-size: 11px;
      height: 33px;
      line-height: 33px;
      margin-right: 11px;
      text-align: center;
      width: 33px;
      transition: 0.3s; }
    .pn-sociable-default li .content h6 {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 0;
      text-transform: uppercase; }
      .pn-sociable-default li .content h6 a {
        color: #001414; }
    .pn-sociable-default li .content span {
      color: #777;
      display: block;
      font-size: 11px; }

.pn-sociable-default li:hover .icon a i {
  background: #81ad7b none repeat scroll 0 0; }

.instagram__list {
  margin: 0;
  padding: 0;
  list-style: outside none none; }

.panora__instagram {
  position: relative; }

.instagram__title {
  background: #ffffff none repeat scroll 0 0;
  left: 50%;
  padding: 45px 74px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 9; }
  .instagram__title h2 {
    color: #444444;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize; }

/* Copyright Area*/
.copyright__area {
  padding: 30px 0; }
  .copyright__area .ft__right p {
    color: #404040;
    font-size: 12px;
    margin: 0;
    text-align: right; }
  .copyright__area .ft__left p {
    color: #404040;
    font-size: 13px;
    margin: 0;
    text-align: left; }

/* Responsive Css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pn-sociable-default {
    flex-wrap: wrap; }

  .pn-sociable-default li {
    flex-basis: 33.33%;
    margin-bottom: 24px;
    margin-right: 0;
    padding-right: 40px; } }
@media only screen and (max-width: 767px) {
  .pn-sociable-default {
    flex-wrap: wrap; }

  .pn-sociable-default li {
    flex-basis: 33.33%;
    margin-bottom: 24px;
    margin-right: 0; }

  .instagram__title {
    padding: 45px 21px; }

  .instagram__title h2 {
    font-size: 22px; } }
@media only screen and (max-width: 575px) {
  .copyright__area .ft__right p {
    margin: 7px 0 0;
    text-align: left; } }
@media only screen and (max-width: 420px) {
  .instagram__title h2 {
    font-size: 20px;
    line-height: 31px; } }

/*# sourceMappingURL=style.css.map */
