﻿/* font family
	============================================================================================ */
/* color variables
	============================================================================================ */
/* google fonts
	============================================================================================ */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
/* mixin start
	============================================================================================ */
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* mixin end
	============================================================================================ */
/* global style start
	============================================================================================ */
body {
  color: #797979;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.625;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  color: #3a414e;
  line-height: 1.333;
}

h1,
.h1 {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 600px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-size: 18px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 18px;
  font-weight: 700;
}

a {
  display: inline-block;
}

.owl-carousel .owl-stage {
  display: flex;
}

.mb-30px {
  margin-bottom: 30px;
}

.section-padding {
  padding: 110px 0;
}

.section-margin {
  margin: 50px 0;
}
@media (min-width: 1000px) {
  .section-margin {
    margin: 100px 0;
  }
}

/* global style end
	============================================================================================ */
/* header style start
	============================================================================================ */
.header_area {
  z-index: 99;
  background: #fff;
  transition: background 0.4s, all 0.3s linear;
}
.header_area .navbar-brand {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .header_area .navbar-social {
    display: block;
    padding: 20px 0;
  }
  .header_area .navbar-social li {
    float: left;
  }
  .header_area .navbar-social::before {
    content: "";
    display: block;
    clear: both;
    display: table;
  }
  .header_area .navbar-social::after {
    content: "";
    display: block;
    clear: both;
    display: table;
  }
}
@media (min-width: 991px) {
  .header_area .navbar-social {
    min-width: 95px;
    float: right;
  }
}
.header_area .navbar-social li {
  margin-right: 12px;
}
.header_area .navbar-social li i, .header_area .navbar-social li span {
  font-size: 13px;
  color: #222222;
}
.header_area .navbar-social li:last-child {
  margin-right: 0;
}
.header_area .navbar-social li a:hover i, .header_area .navbar-social li span {
  color: #ff9907;
}
.header_area .menu_nav {
  width: 100%;
}
.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  width: 100%;
}
.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link {
  font-family: "Lora", serif;
  color: #3a414e;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 30px 0;
  display: inline-block;
}
.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
  color: #ff9907;
}
.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background-image: -moz-linear-gradient(0deg, rgb(77, 171, 255) 0%, rgb(98, 221, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(77, 171, 255) 0%, rgb(98, 221, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(77, 171, 255) 0%, rgb(98, 221, 255) 100%);
  color: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}
.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  margin-left: 80px;
}
.header_area .navbar .search i {
  font-weight: 600;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(221, 221, 221, 0.8666666667);
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: none;
  }
  .header_area.white_menu .navbar .navbar-brand img + img {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: inline-block;
  }
  .header_area.white_menu .navbar .navbar-brand img + img {
    display: none;
  }
}
.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #fff;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
  display: none;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #ec9d5f;
}
.top_menu .float-left a {
  line-height: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_menu .float-left a:last-child {
  margin-right: 0px;
}
.top_menu .float-right .pur_btn {
  color: #fff;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 12px;
}

/* header style end
	============================================================================================ */
@media (max-width: 1619px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .search {
    margin-left: 40px;
  }
  /* End Main Menu Area css
  ============================================================================================ */
}
@media (max-width: 1199px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .nav .nav-item {
    margin-right: 28px;
  }
  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner {
    padding: 100px 0px;
  }
  /* End Home Banner Area css
  ============================================================================================ */
  .header_area .navbar .tickets_btn {
    margin-left: 40px;
  }
  .home_banner_area .banner_inner .banner_content h2 br {
    display: none;
    font-size: 36px;
  }
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  /* Main Menu Area css
  ============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }
  .header_area .navbar {
    background: #000;
  }
  .navbar-toggler[aria-expanded=false] span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded=true] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }
  .navbar-toggler[aria-expanded=true] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav {
    padding: 0px 0px;
  }
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 117px;
  }
  .header_top .nav {
    padding: 0px;
  }
  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 1px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid rgba(237, 237, 237, 0.2);
    border-radius: 0px;
  }
  .header_area .navbar .search {
    margin-left: 0px;
  }
  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 41px;
  }
  .home_banner_area .banner_inner .banner_content .banner_map_img {
    display: none;
  }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
  }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #222;
  }
  /* End Main Menu Area css
  ============================================================================================ */
  /* Blog page Area css
  ============================================================================================ */
  .categories_post img {
    width: 100%;
  }
  .categories_post {
    max-width: 360px;
    margin: 0 auto;
  }
  .blog_categorie_area .col-lg-4 {
    margin-top: 30px;
  }
  .blog_area {
    padding-bottom: 80px;
  }
  .single-post-area .blog_right_sidebar {
    margin-top: 30px;
  }
  /* End Blog page Area css
  ============================================================================================ */
  /* Contact Page Area css
  ============================================================================================ */
  .contact_info {
    margin-bottom: 50px;
  }
  /* End Contact page Area css
  ============================================================================================ */
  .home_banner_area .donation_inner {
    margin-bottom: -30px;
  }
  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto;
  }
  /* Footer Area css
  ============================================================================================ */
  .footer_area .col-sm-6 {
    margin-bottom: 30px;
  }
  .footer_area .footer_inner {
    margin-bottom: -30px;
  }
  .news_widget {
    padding-left: 0px;
  }
  /* End End Footer Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .home_left_img {
    display: none;
  }
  .header_area .navbar .tickets_btn {
    display: none;
  }
  .home_banner_area .banner_inner {
    padding: 70px 0px 100px 0px;
  }
  .left_side_text {
    margin-bottom: 50px;
  }
  .price_item {
    max-width: 360px;
    margin: 0px auto 30px;
  }
  .price_inner {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .home_banner_area {
    min-height: 500px;
  }
  .home_banner_area .banner_inner {
    min-height: 500px;
  }
  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px;
  }
  /* Blog Page Area css
  ============================================================================================ */
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 10px;
  }
  /* End Blog Page Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px;
  }
  .home_banner_area .banner_inner .banner_content p br {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  /* Footer Area css
  ============================================================================================ */
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px;
  }
  /* End End Footer Area css
  ============================================================================================ */
  .made_life_inner .nav.nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .made_life_inner .nav.nav-tabs {
    margin-bottom: -15px;
  }
  .made_life_area.made_white .left_side_text {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .top_menu {
    display: none;
  }
  .header_area + section, .header_area + row, .header_area + div {
    margin-top: 51px;
  }
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .home_banner_area {
    min-height: 450px;
  }
  .home_banner_area .banner_inner {
    min-height: 450px;
  }
  .blog_banner .banner_inner .blog_b_text {
    margin-top: 0px;
  }
  .home_banner_area .banner_inner .banner_content img {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0px;
  }
  /* End Home Banner Area css
  ============================================================================================ */
  .p_120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main_title h2 {
    font-size: 25px;
  }
  /* Elements Area css
  ============================================================================================ */
  .sample-text-area {
    padding: 70px 0 70px 0;
  }
  .generic-blockquote {
    padding: 30px 15px 30px 30px;
  }
  /* End Elements Area css
  ============================================================================================ */
  /* Blog Page Area css
  ============================================================================================ */
  .blog_details h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 28px;
    line-height: 38px;
  }
  /* End Blog Page Area css
  ============================================================================================ */
  /* Footer Area css
  ============================================================================================ */
  .footer-area {
    padding: 70px 0px;
  }
  /* End End Footer Area css
  ============================================================================================ */
  .pad_top {
    padding-top: 70px;
  }
  .pad_btm {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 250px;
  }
  /* End Main Menu Area css
  ============================================================================================ */
  /* Home Banner Area css
  ============================================================================================ */
  .home_banner_area .banner_inner .banner_content {
    padding: 30px 15px;
    margin-top: 0px;
  }
  .banner_content .white_btn {
    display: block;
  }
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px;
  }
  /* End Home Banner Area css
  ============================================================================================ */
  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px;
  }
  /* Blog Page Area css
  ============================================================================================ */
  .comments-area .thumb {
    margin-right: 10px;
  }
  /* End Blog Page Area css
  ============================================================================================ */
  .testi_item .media .d-flex {
    padding-right: 0px;
  }
  .testi_item .media .d-flex img {
    width: auto;
    margin-bottom: 15px;
  }
  .testi_item .media {
    display: block;
  }
  .banner_btn {
    margin-bottom: 20px;
  }
}
/* Blog slider start
  ============================================================================================ */
.blog__slide {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.blog__slide__content {
  padding: 30px 15px;
}
.blog__slide__content h3, .blog__slide__content a {
  color: #3a414e;
}
.blog__slide__content p {
  font-size: 15px;
  margin-bottom: 0;
}
.blog__slide__label {
  font-size: 13px;
  color: #ff9907 !important;
  text-transform: uppercase;
  background: #222222;
  padding: 4px 40px;
  margin-bottom: 18px;
}

.blog-slider {
  position: relative;
}
.blog-slider .blog-slider__leftArrow {
  position: absolute;
  top: 22%;
  left: -12px;
}
@media (min-width: 1250px) {
  .blog-slider .blog-slider__leftArrow {
    left: -105px;
    padding: 0 25px 3px 10px;
  }
  .blog-slider .blog-slider__leftArrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.4s ease-out;
  }
  .blog-slider .blog-slider__leftArrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 130%;
    background: #fff;
    position: absolute;
    top: -2px;
    left: -15px;
    z-index: 2;
    transform: rotate(-15deg);
  }
  .blog-slider .blog-slider__leftArrow:hover::after {
    background: #222222;
  }
}
.blog-slider .blog-slider__rightArrow {
  position: absolute;
  top: 22%;
  right: -12px;
}
@media (min-width: 1250px) {
  .blog-slider .blog-slider__rightArrow {
    right: -105px;
    padding: 0 25px 3px 20px;
  }
  .blog-slider .blog-slider__rightArrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.4s ease-out;
  }
  .blog-slider .blog-slider__rightArrow::before {
    content: "";
    display: block;
    width: 43px;
    height: 135%;
    background: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 2;
    transform: rotate(15deg);
  }
  .blog-slider .blog-slider__rightArrow:hover::after {
    background: #222222;
  }
}
.blog-slider .blog-slider__leftArrow, .blog-slider .blog-slider__rightArrow {
  display: none;
}
@media (min-width: 580px) {
  .blog-slider .blog-slider__leftArrow, .blog-slider .blog-slider__rightArrow {
    display: block;
  }
}
.blog-slider .blog-slider__leftArrow img, .blog-slider .blog-slider__rightArrow img {
  position: relative;
  z-index: 10;
}

/* Blog slider end
  ============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.causes_slider .owl-dots .owl-dot.active {
  background: #ff9907;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 60px;
}
.single-recent-blog-post .thumb {
  position: relative;
}
.single-recent-blog-post .thumb-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  max-width: 415px;
  padding-left: 5px;
}
@media (min-width: 430px) {
  .single-recent-blog-post .thumb-info {
    padding-left: 20px;
  }
}
.single-recent-blog-post .thumb-info li {
  display: inline-block;
  font-size: 15px;
  color: #777777;
  margin-right: 10px;
}
@media (min-width: 430px) {
  .single-recent-blog-post .thumb-info li {
    margin-right: 22px;
  }
}
.single-recent-blog-post .thumb-info li:last-child {
  margin-right: 0;
}
.single-recent-blog-post .thumb-info li a {
  color: #777777;
  padding: 4px 0;
  font-size: 12px;
}
@media (min-width: 430px) {
  .single-recent-blog-post .thumb-info li a {
    padding: 15px 0;
    font-size: 15px;
  }
}
.single-recent-blog-post .thumb-info li i, .single-recent-blog-post .thumb-info li span {
  font-size: 13px;
  margin-right: 10px;
}
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details h3 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .single-recent-blog-post .details h3 {
    font-size: 27px;
  }
}
.single-recent-blog-post .details .tag-list-inline {
  color: #555555;
  font-family: "Lora", serif;
}
.single-recent-blog-post .details .tag-list-inline a {
  color: #555555;
}
.single-recent-blog-post .details p {
  color: #777777;
}
.single-recent-blog-post .details .button {
  margin-top: 8px;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post.card-view .thumb-info {
  max-width: 260px;
}
.single-recent-blog-post.card-view .details h3 {
  font-size: 20px;
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #3a414e;
}
.tags .tag_btn:before {
  background: #ff9907;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 50px;
  padding-bottom: 80px;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.categories_post:hover .categories_details {
  background: rgba(234, 44, 88, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding-top: 30px;
}
.blog_info .post_tag {
  padding-bottom: 20px;
}
.blog_info .post_tag a {
  color: #3a414e;
}
.blog_info .post_tag a:hover {
  color: #797979;
}
.blog_info .blog_meta li a {
  color: #777777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}
.blog_info .blog_meta li a i {
  color: #3a414e;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.blog_info .blog_meta li a:hover {
  color: #ff9907;
}

.blog_post img {
  max-width: 100%;
}

.blog_details {
  padding-top: 20px;
}
.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #3a414e;
  font-weight: 600;
  transition: all 0.3s linear;
}
.blog_details h2:hover {
  color: #ff9907;
}
.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #3a414e;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog-pagination {
  padding-top: 10px;
}
.blog-pagination .page-link {
  border-radius: 0;
}
.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background: transparent;
  border-color: #222222;
  color: #ff9907;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.05rem;
  margin: 0 5px;
  line-height: 1.25;
  color: #222222;
  background: transparent;
  border-radius: 0;
  border: 2px solid #eeeeee;
}
.blog-pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  padding: 0.8rem 1.05rem;
  border-radius: 0;
}
.blog-pagination .page-item:last-child .page-link i, .blog-pagination .page-item:last-child .page-link span,
.blog-pagination .page-item:first-child .page-link i,
.blog-pagination .page-item:first-child .page-link span {
  font-size: 14px;
  color: #222222;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  color: #ff9907;
  border-color: #222222;
}

@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 80px;
  }
}
.widget-wrap .single-sidebar-widget {
  padding: 48px 30px;
  background: #f9f9ff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .widget-wrap .single-sidebar-widget {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .widget-wrap .single-sidebar-widget {
    padding: 50px 15px;
  }
}
.widget-wrap .single-sidebar-widget:last-child {
  margin-bottom: 0px;
}
.widget-wrap .single-sidebar-widget__title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.widget-wrap .single-sidebar-widget__title::after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background: #ff9907;
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
.widget-wrap .tag_cloud_widget ul li {
  display: inline-block;
}
.widget-wrap .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid transparent;
  background: #fff;
  padding: 3px 21px;
  margin-bottom: 10px;
  margin-right: 6px;
  transition: all 0.3s ease 0s;
  color: #777777;
  font-size: 14px;
}
.widget-wrap .tag_cloud_widget ul li a:hover {
  background: #222222;
  color: #ff9907;
}
.widget-wrap .search-widget form.search-form input[type=text] {
  height: 40px;
  color: #ff9907;
  padding: 11px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
}
@media (max-width: 575px) {
  .widget-wrap .search-widget form.search-form input[type=text] {
    width: 86%;
  }
}
.widget-wrap .search-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #ff9907;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
}
.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 7px;
  color: #ff9907;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: #ffffff;
}
@media (max-width: 575px) {
  .widget-wrap .search-widget form.search-form button {
    width: 14%;
  }
}
.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.widget-wrap .instafeed-widget .instafeed-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .instafeed-widget .instafeed-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -100%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .instafeed-widget .instafeed {
  margin: 20px -24px 0px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .widget-wrap .instafeed-widget .instafeed {
    margin: 20px -16px;
  }
}
@media (max-width: 575px) {
  .widget-wrap .instafeed-widget .instafeed {
    margin: 20px 0px 0px;
    padding: 0px;
  }
}
.widget-wrap .instafeed-widget .instafeed li {
  overflow: hidden;
  width: 33%;
}
@media (max-width: 991px) {
  .widget-wrap .instafeed-widget .instafeed li {
    width: auto;
  }
}
.widget-wrap .instafeed-widget .instafeed li img {
  margin: 5px;
}
.widget-wrap .popular-post-widget .popular-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .popular-post-widget .popular-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -75%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}
.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 5px;
}
.widget-wrap .popular-post-widget .single-post-list:last-child {
  margin-bottom: 0px;
}
.widget-wrap .popular-post-widget .single-post-list .thumb {
  position: relative;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  max-width: 160px;
  padding-left: 10px;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li::after {
  content: "|";
  padding: 0 7px;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li:last-child::after {
  display: none;
}
.widget-wrap .popular-post-widget .single-post-list .thumb-info li a {
  padding: 5px 0;
  color: #999999;
}
.widget-wrap .popular-post-widget .single-post-list .details {
  margin-top: 20px;
}
.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #ff9907;
}
.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}
.widget-wrap .ads-widget img {
  width: 100%;
}
.widget-wrap .post-category-widget .category-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .post-category-widget .category-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -100%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .post-category-widget .cat-list li {
  padding: 13px 20px;
  background: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li:last-child {
  margin-bottom: 0px;
}
.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li a {
  color: #797979;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li:hover {
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}
.widget-wrap .post-category-widget .cat-list li:hover a {
  color: #ff9907;
}
.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #ff9907;
}
.widget-wrap .newsletter-widget .newsletter-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .newsletter-widget .newsletter-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -100%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}
.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}
.widget-wrap .newsletter-widget .bbtns {
  border: 0;
  background: #222222;
  border: 1px solid #222222;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 0;
  cursor: pointer;
  color: #ff9907;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .newsletter-widget .bbtns:hover {
  opacity: 0.9;
}
.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}
.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}
.widget-wrap .newsletter-widget .form-control {
  border-radius: 0px;
  font-size: 14px;
  color: #999999;
  padding: 0px 15px;
  height: 50px;
  border-color: rgba(112, 111, 135, 0.2);
}
.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
}
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
}
.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}
.widget-wrap .share-widget .share-title {
  color: #ff9907;
  font-size: 20px;
  color: #3a414e;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.widget-wrap .share-widget .share-title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -70%;
  height: 2px;
  width: 80px;
  background: #3a414e;
}
.widget-wrap .share-widget .social-icons a {
  color: #ff9907;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #797979;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1119px) and (min-width: 991px) {
  .widget-wrap .share-widget .social-icons a {
    margin-right: 4px;
  }
}
.widget-wrap .share-widget .social-icons a:hover {
  background: #ff9907;
  color: #ffffff;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
  padding-top: 10px;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}
.single-post-area .social-links li a:hover {
  color: #3a414e;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.single-post-area .blog_details p {
  margin-bottom: 10px;
}
.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 50px;
}
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #3a414e;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 50px 0px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 30px;
  color: #3a414e;
  font-size: 18px;
  font-weight: 700;
}
.comments-area h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
.comments-area a {
  font-size: 12px;
  color: #3a414e;
}
.comments-area .comment-list {
  padding-bottom: 40px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.comments-area .comment {
  color: #797979;
  margin-bottom: 0px;
}
.comments-area .btn-reply {
  background-color: rgba(130, 139, 178, 0.1);
  color: #3a414e;
  border: 1px solid #eee;
  padding: 0px 18px;
  font-size: 13px;
  display: block;
  line-height: 28px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .btn-reply:hover {
  background-color: #ff9907;
}

.comment-form {
  background: #fff;
  text-align: left;
  padding: 47px 0px 43px;
  margin-bottom: 40px;
}
.comment-form h4 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #3a414e;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  padding: 8px 20px;
  background: rgba(130, 139, 178, 0.11);
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #999999;
  border: 1px solid transparent;
  text-transform: none;
}
.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
.comment-form .form-control.placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form .form-control:-moz-placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form .form-control::-moz-placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}
.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}
.comment-form .submit_btn {
  float: right;
  text-transform: uppercase;
}

/*============ End Blog Single Styles  =============*/
.main_blog_details h4 {
  font-size: 36px;
  font-weight: 700;
  color: #3a414e;
  margin-bottom: 20px;
  margin-top: 30px;
}
.main_blog_details img {
  margin-bottom: 30px;
}
.main_blog_details .user_details {
  overflow: hidden;
  margin-bottom: 30px;
}
.main_blog_details .user_details .float-left a {
  display: inline-block;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 0px 20px;
  font-size: 13px;
  color: #828bb2;
  font-weight: 500;
  line-height: 28px;
  background: rgba(130, 139, 178, 0.11);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.main_blog_details .user_details .float-left a:hover {
  background: #ff9907;
  color: #3a414e;
}
.main_blog_details .user_details .float-right .media {
  text-align: right;
  vertical-align: middle;
}
.main_blog_details .user_details .float-right .media .media-body {
  text-align: right;
  vertical-align: middle;
  align-self: center;
}
.main_blog_details .user_details .float-right .media .media-body h5 {
  font-size: 14px;
  font-weight: 700;
  color: #3a414e;
  margin-bottom: 5px;
}
.main_blog_details .user_details .float-right .media .media-body p {
  font-size: 13px;
  color: #797979;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.main_blog_details .user_details .float-right .media .d-flex {
  padding-left: 14px;
  vertical-align: middle;
  align-self: center;
}
.main_blog_details p {
  font-size: 16px;
  color: #797979;
  margin-bottom: 15px;
}
.main_blog_details .blockquote {
  background: #f2f3f7;
  padding: 30px;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  margin: 35px 0px;
}
.main_blog_details .blockquote p {
  background: #ffffff;
  margin-bottom: 0px;
  border-left: 2px solid #415094;
  padding: 30px;
  font-style: italic;
}
.main_blog_details .form-group {
  margin-bottom: 20px;
}
.main_blog_details .news_d_footer {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  display: flex;
  width: 100%;
  padding-top: 15px;
  margin-top: 40px;
}
.main_blog_details .news_d_footer a {
  font-size: 16px;
  color: #797979;
}
.main_blog_details .news_d_footer a i {
  padding-right: 8px;
}
.main_blog_details .news_d_footer .news_socail a {
  margin-right: 10px;
  color: #828bb2;
  font-size: 14px;
}
.main_blog_details .news_d_footer .news_socail a:hover {
  color: #ff9907;
}
.main_blog_details .news_d_footer .news_socail a:last-child {
  margin-right: 0px;
}

/*============ Start Blog Single Styles  =============*/
.navigation-area {
  border-bottom: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 50px;
}
.navigation-area p {
  margin-bottom: 0px;
}
.navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #3a414e;
  font-weight: 700;
}
.navigation-area .arrow {
  position: absolute !important;
}
.navigation-area .nav-left {
  text-align: left;
}
.navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.navigation-area .nav-right {
  text-align: right;
}
.navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
.navigation-area .detials p {
  font-size: 13px;
  color: #797979;
}

/* ========================================================= */
/* PREPISANIE PRE NAHLADY NA UVODNEJ STRANKE (HOMEPAGE) */
/* ========================================================= */
.single-recent-blog-post .home-thumb-ratio {
  position: relative;
  height: 0;
  padding-top: 66.66%;
  overflow: hidden;
}
.single-recent-blog-post .home-thumb-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=================== custo button rule start ====================*/
.button {
  display: inline-block;
  border: 1px solid #222222;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 24px;
  background-color: #222222;
  color: #ff9907;
  transition: all 0.4s ease;
}
.button i, .button span {
  margin-left: 5px;
}
@media (min-width: 900px) {
  .button {
    padding: 12px 42px;
  }
}
.button:hover {
  background-color: #ff9907;
  border-color: #ff9907;
  color: #000022;
}

/*=================== contact form start ====================*/
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-group label {
  font-size: 14px;
  color: #ff9907;
}
.form-contact .form-control {
  border-radius: 0;
  height: 40px;
  padding-left: 18px;
  border-color: #EEEEEE;
  background: transparent;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-size: 14px;
  color: #999999;
}
.form-contact .different-control {
  height: 100% !important;
}

.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #ff9907;
  font-size: 20px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-info .media-body h3 a {
  color: #3a414e;
}
.contact-info .media-body p {
  color: #797979;
}

/*=================== contact form end ====================*/
/* Footer Area css
============================================================================================ */
.footer-area {
  background: #000000;
}
.footer-area h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-area h6 {
    margin-bottom: 15px;
  }
}

.copy-right-text i,
.copy-right-text a {
  color: #ff9907;
}

.instafeed {
  margin: -5px;
}
.instafeed li {
  overflow: hidden;
  width: 25%;
}
.instafeed li img {
  margin: 5px;
}

.footer-social i {
  color: #555555;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-social a:hover i {
  color: #ff9907;
}

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 40px;
  }
}
.single-footer-widget .form-inline {
  display: inline-block;
  width: 100%;
}
.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #191919;
  color: #555555;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
}
.single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}
.single-footer-widget input.placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget input:-moz-placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget input::-moz-placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget input::-webkit-input-placeholder {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.single-footer-widget .bb-btn {
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}
.single-footer-widget .info {
  position: absolute;
  margin-top: 5%;
  color: #fff;
  font-size: 12px;
}
.single-footer-widget .info.valid {
  color: green;
}
.single-footer-widget .info.error {
  margin: 0;
  color: #ff9907;
}
.single-footer-widget .click-btn {
  background: #ff9907;
  color: #222222;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px;
  border: 0;
}
.single-footer-widget .click-btn i, .single-footer-widget .click-btn span {
  font-weight: 600;
}
.single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #797979;
}
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #797979;
}
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #797979;
  font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #797979;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #797979;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #797979;
  font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #797979;
  font-weight: 300;
}

.footer-text {
  padding-top: 80px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer-text {
    padding-top: 0px;
  }
}
.footer-text a,
.footer-text i {
  color: #ff9907;
}

/* End Footer Area css
============================================================================================ */
/* Related products custom styles */
/*.related-card {
    .card-img-top {
        width: 100%;
        height: 220px; 
        object-fit: cover;
    }

    .card-body {
        min-height: 120px; 
    }
} */
.form-control {
  text-transform: none !important;
}

h1 {
  color: #ff9907 !important;
}

h2.display-5.fw-bolder {
  color: #ff9907 !important;
  font-size: 30px !important;
  font-weight: bold !important;
}

h2:not(.display-5) {
  color: #ff9907 !important;
}

.related-card h3, .related-card h4, .related-card h5, .related-card .card-title,
.posts-list h3,
.posts-list h4,
.posts-list h5,
.posts-list .card-title,
.mt-20 h3,
.mt-20 h4,
.mt-20 h5,
.mt-20 .card-title,
.fw-bolder h3,
.fw-bolder h4,
.fw-bolder h5,
.fw-bolder .card-title,
.section-title mb-4 h3,
.section-title mb-4 h4,
.section-title mb-4 h5,
.section-title mb-4 .card-title,
.detials h3,
.detials h4,
.detials h5,
.detials .card-title {
  color: #ff9907 !important;
}
.related-card .card-img-top,
.posts-list .card-img-top,
.mt-20 .card-img-top,
.fw-bolder .card-img-top,
.section-title mb-4 .card-img-top,
.detials .card-img-top {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}
.related-card .h2,
.posts-list .h2,
.mt-20 .h2,
.fw-bolder .h2,
.section-title mb-4 .h2,
.detials .h2 {
  font-size: 30px;
  font-weight: 700;
}
.related-card .h3,
.posts-list .h3,
.mt-20 .h3,
.fw-bolder .h3,
.section-title mb-4 .h3,
.detials .h3 {
  font-size: 20px;
  font-weight: 700;
}

h5.fw-bolder {
  color: #ff9907 !important;
  font-size: 18px;
  font-weight: 600;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff9907;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #ff9907;
  margin-bottom: 50px;
}

.product-cards-section .row {
  display: flex;
  flex-wrap: wrap;
}
.product-cards-section .related-card {
  height: 100%;
  margin-bottom: 30px;
}
.product-cards-section .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-cards-section .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product-cards-section .product-card .thumb {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.product-cards-section .product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-cards-section .product-card .thumb:hover img {
  transform: scale(1.05);
}
.product-cards-section .product-card .thumb .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #f8f9fa;
  color: #999;
}
.product-cards-section .product-card .thumb .no-image i {
  font-size: 48px;
  margin-bottom: 10px;
}
.product-cards-section .product-card .thumb .no-image p {
  margin: 0;
  font-size: 14px;
}
.product-cards-section .product-card .thumb .thumb-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-cards-section .product-card .thumb .thumb-info li {
  display: inline-block;
  margin-right: 10px;
}
.product-cards-section .product-card .thumb .thumb-info li a {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 12px;
  transition: background 0.3s ease;
}
.product-cards-section .product-card .thumb .thumb-info li a:hover {
  background: rgba(0, 0, 0, 0.9);
}
.product-cards-section .product-card .thumb .thumb-info li a i {
  margin-right: 5px;
}
.product-cards-section .product-card:hover .thumb-info {
  opacity: 1;
}
.product-cards-section .product-card .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.product-cards-section .product-card .details .product-title {
  margin-bottom: 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.product-cards-section .product-card .details .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-cards-section .product-card .details .product-title a:hover {
  color: #007bff;
}
.product-cards-section .product-card .details .product-description {
  flex: 1;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
}
.product-cards-section .product-card .details .product-actions {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.product-cards-section .product-card .details .product-actions .button {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: #ff9907;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  display: inline-block;
}
.product-cards-section .product-card .details .product-actions .button:hover {
  background: #666;
  color: white;
  text-decoration: none;
}
.product-cards-section .product-card .details .product-actions .button i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.product-cards-section .product-card .details .product-actions .button:hover i {
  transform: translateX(5px);
}
.product-cards-section .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.product-cards-section .products-grid .product-card {
  height: 100%;
}
@media (max-width: 768px) {
  .product-cards-section .related-card {
    margin-bottom: 20px;
  }
  .product-cards-section .product-card .thumb {
    height: 180px;
  }
  .product-cards-section .product-card .details {
    padding: 15px;
  }
  .product-cards-section .product-card .details .product-title {
    min-height: 50px;
    font-size: 16px;
  }
  .product-cards-section .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .product-cards-section .product-card .thumb {
    height: 150px;
  }
  .product-cards-section .product-card .thumb .no-image i {
    font-size: 36px;
  }
}

.card.related-card {
  display: block !important;
  height: 100% !important;
}
.card.related-card .card-img-top {
  height: 200px !important;
  object-fit: cover;
  width: 100%;
}
.card.related-card .card-body {
  display: flex !important;
  flex-direction: column;
  flex: 1;
}
.card.related-card .card-body h5 {
  color: #ff9907 !important;
  font-size: 16px;
  margin-bottom: 15px;
}
.card.related-card .card-body p {
  flex: 1;
  margin-bottom: 15px;
}
.card.related-card .card-footer {
  margin-top: auto;
}
.card.related-card .card-footer .button {
  width: 100%;
  text-align: center;
  display: block;
}

/* Nadpis v sekcii suvisiacich produktov */
.product-cards-section .section-title {
  font-size: 24px !important;
  color: #ff9907 !important;
  font-weight: bold !important;
  text-align: left;
  margin-bottom: 20px;
}

/* Titulky kariet produktov */
.product-cards-section .product-title a {
  font-size: 18px;
  color: #333 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover efekt */
.product-cards-section .product-title a:hover {
  color: #ff9907 !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_variables.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_mixins.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_reset.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_header.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_responsive.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_home.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_blog.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_btn.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_contact.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_footer.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/theme/_related.scss%22,%22file:///C:/Users/torda/source/repos/Muzal_New/wwwroot/scss/style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAMA;AAAA;AAaA;AAAA;AAEQ;AACA;ACtBR;AAAA;AAuHE;AAOA;AAOA;AAOA;AAcF;AAAA;AC1JA;AAAA;AAGA;EACC,OFKY;EEJZ,aFFW;EEGX;EACC;;;AAIF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;AAEA;EACE;EACA;;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC,aFlCY;EEmCZ,OF7Ba;EE8Bb;;;AAGD;AAAA;EAEE;EACA;;AAEA;EALF;AAAA;IAMI;;;;AAGJ;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;AAEA;EAHF;IAII;;;;AAGJ;AAAA;ACnFA;AAAA;AAEA;EACE;EACA;EACA;;AACF;EACE;;AAMA;EAJF;IAKI;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EA3BF;IA4BI;IACA;;;AAGF;EACE;;AAEA;EACE;EACA,OHpCE;;AGuCJ;EACE;;AAGF;EACE,OH3CU;;AG+ChB;EACE;;AAEA;EACI;EACA;EACA;EACA;EACJ;;AAEQ;EACJ;;AACQ;EAEI,aHtEL;EGuEK,OHjEJ;EGkEI;EACA;EACA;EAEA;EACA;;AACA;EACI;;AAIH;EACI,OH3EP;;AG8EF;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EAPJ;IAQQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACd;;;AAEU;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EAEA;EACA;EACA;EACA;;AAEJ;EACI;;AAGA;EACd;EACA;EACA;EACkB;;AAOR;EADJ;IAEQ;IACA;IACA;;;AAEJ;EACI;;AAKxB;EACE;;AAIF;EACI;EACA;EACA;EAEA;;AACA;EACI;;AAKZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAeE;EACE;IACE;;EACA;IACE;;;AAIN;EACE;IACE;;EACA;IACE;;;AAOJ;EACE;;AASA;EACE;;AACA;EACE;;AAMF;EACE;;;AAWd;EACA;;AAEE;EACE;EACA;EACA;EAEA;EACA;EACA;EF5QH,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AE+QrB;EACE;;AAQJ;EAEE;EAEA;EACA;EACA;EACA;EACA;;;AAKJ;AAAA;ACxSA;AACC;AAAA;EAEE;IACD;;AAED;AAAA;;AAKD;AACC;AAAA;EAEA;IACC;;AAED;AAAA;AAEA;AAAA;EAEA;IACC;;AAED;AAAA;EAEA;IACC;;EAED;IACC;IACA;;EAED;IACC;IACA;;;AAIF;AACC;AAAA;EAEG;IACI;IACA;IACA;IACA;IACA;IACA;;EAEP;IACC;;EAEE;IACF;;EAED;IACC;;EAED;IACC;IACA;IACA;;EAED;IACC;IACA;IACA;;EAED;IACC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEE;IACI;IACA;;EAEJ;IACI;;EAEP;IACC;;EAEE;IACI;;EAEJ;IACI;IACA;IACA;IACN;IACA;;EAEE;IACI;;EAEP;IACC;IACA;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAKD;IACC;;EAED;IACC;;AAED;AAAA;AAEA;AAAA;EAEA;IACO;;EAEP;IACC;IACA;;EAED;IACO;;EAEJ;IACI;;EAEJ;IACI;;AAEP;AAAA;AAGA;AAAA;EAEA;IACC;;AAED;AAAA;EAEA;IACC;;EAED;IACC;IACA;;AAED;AAAA;EAEA;IACC;;EAED;IACC;;EAED;IACC;;AAED;AAAA;EAEA;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;IACA;;EAED;IACC;;;AAGF;EACC;IACC;;EAED;IACC;;EAED;IACC;;AAED;AAAA;EAEG;IACF;IACA;;EAED;IACC;IACA;;AAED;AAAA;EAEA;IACC;;EAED;IACC;;EAED;IACC;IACA;IACA;;AAED;AAAA;EAEA;IACC;;EAED;IACC;IACA;;AAED;AAAA;EAEA;IACC;IACA;IACA;;EAED;IACC;;EAED;IACC;IACA;;;AAMF;EACC;IACC;;EAED;IACC;;AAEE;AAAA;EAEH;IACC;IACA;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;AAED;AAAA;EAEA;IACC;IACA;;EAED;IACC;;AAED;AAAA;EAEA;IACC;;EAED;IACC;;AAED;AAAA;AAGA;AAAA;EAEA;IACC;IACA;;EAED;IACC;IACA;;AAED;AAAA;AAEA;AAAA;EAEA;IACC;;AAED;AAAA;EAEA;IACC;;EAED;IACC;;;AAIF;AACC;AAAA;EAEA;IACC;;AAED;AAAA;AAGA;AAAA;EAEG;IACF;IACA;;EAED;IACC;;EAED;IACC;;AAED;AAAA;EAEA;IACC;;AAED;AAAA;EAEA;IACC;;AAED;AAAA;EAEA;IACC;;EAED;IACC;IACA;;EAED;IACC;;EAED;IACC;;;ACxXF;AAAA;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE,OLHQ;;AKMV;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA,YLdI;EKeJ;EACA;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACF;;EAGE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAIA;IACE,YL7DF;;;AKmEN;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;EAGA;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAIA;IACE,YLzGF;;;AK+GN;EACE;;AAEA;EAHF;IAII;;;AAGF;EACE;EACA;;;AAIN;AAAA;ACtIA;AAAA;AAKE;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE,YNPQ;;;AMahB;AAAA;AAGA;AACA;EACE;;;AAEF;EACE;;AACA;EACE;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATF;IAUI;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;;AAIJ;EACE;EACA;;AAKR;EACE;;AAEA;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE;EACA,aN7FO;;AM+FP;EACE;;AAIJ;EACE;;AAGF;EACE;;AAYJ;EACE;EACA;EACA;;AAUA;EACE;;AAKA;EACE;;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ONjJU;;AMkJV;EACE,YNhJU;;AMkJZ;EACE;;;AAKN;AACA;EACE;EACA;;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AAWF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAIF;EACE;;;AAKN;AAKA;EACE;;;AAEF;EACE;;AACA;EACE;;AACA;EAEE,ONtOQ;;AMuOR;EACE,ONvOK;;AMgPP;EAEE;EACA;EACA;EACA;;AACA;EACE,ONxPI;EMyPJ;EACA;EACA;EACA;EACA;;AAEF;EACE,ON7PM;;;AMoQd;EACE;;;AAGJ;EACE;;AACA;EACE;EACA;EACA,ONhRU;EMiRV;EACA;;AACA;EACE,ONjRU;;AMoRd;EACE;;;AAGJ;EACE;EACA;EACA;EACA,ON/RY;EMgSZ;EACA;EACA;;;AAGF;EACE;;AACA;EACE;;AAEF;EACE;;;AAIJ;EACE;EACA;;;AAGF;EAEE;EACA,cNrTM;EMsTN,ONrTc;;;AMyThB;EACE;EACA;EACA;EACA;EACA;EACA,ONhUM;EMiUN;EACA;EACA;;AACA;EACE;EACA;;;AAIJ;AAAA;EAEE;EACA;;AAEA;AAAA;AAAA;EACE;EACA,ONjVI;;;AMqVR;EACE;EACA;EACA;EACA,ONxVc;EMyVd,cN1VM;;;AM+VN;EADF;IAEI;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;;;AAEF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA,YN3XQ;EM4XR;EACA;EACA;;AAMF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE,YNlZJ;EMmZI,ONlZI;;AM4ZZ;EACE;EACA,ON9ZU;EM+ZV;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAGJ;AACE;EACA,ON1aU;EM2aV;EACA;EACA;;AAEF;AACE;EACA,ONjbU;EMkbV;EACA;EACA;;AAEF;AACE;EACA,ONxbU;EMybV;EACA;EACA;;AAEF;AACE;EACA,ON/bU;EMgcV;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA,ONxcU;EMycV;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAGJ;EACE;EACA;EACA;;AAKF;EACE,ON1dU;EM2dV;EACA,ON/dQ;EMgeR;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YN1eM;;AM6eV;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EANF;IAOI;IACA;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;;AAMN;EACE,ONlgBU;EMmgBV;EACA,ONvgBQ;EMwgBR;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YNlhBM;;AMqhBV;EACE;;AAEF;EACE;;AAEA;EACE;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAMR;EACE;;AACA;EACE;EACA;EACA;EACA;EL3kBT,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK8kBf;EACE,ONvkBI;;AM0kBR;EACE;;AAMN;EACE;;AAIF;EACE,ONvlBU;EMwlBV;EACA,ON5lBQ;EM6lBR;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YNvmBM;;AM2mBR;EACE;EACA;EACA;ELlnBP,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKqnBjB;EACE;;AAEF;EACE;EACA;EACA;EL1nBT,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK8nBjB;EACE,ONznBG;ECLZ,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKkoBjB;EAEE;;AAEA;EACE,ON/nBI;;AMioBN;EACE,ONloBI;;AMyoBZ;EACE,ON1oBU;EM2oBV;EACA,ON/oBQ;EMgpBR;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YN1pBM;;AM6pBV;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA,YNpqBE;EMqqBF;EACA,ONjqBE;EMkqBF;EACA;EACA;EACA;EACA;EACA;EACA,ON5qBU;ECPf,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKsrBnB;EACE;;AAGJ;EACE,YN/qBE;EMgrBF;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;AAGJ;AACE;EACA;EACA;EACA;;AAEF;AACE;EACA;EACA;EACA;;AAEF;AACE;EACA;EACA;EACA;;AAEF;AACE;EACA;EACA;EACA;;AAEF;EACE;;AAIF;EACE,ONtuBU;EMuuBV;EACA,ON3uBQ;EM4uBR;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YNtvBM;;AM0vBR;EACE,ONxvBQ;EMyvBR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ELzwBP,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK4wBjB;EAbF;IAcI;;;AAEF;EACE,YNxwBM;EMywBN;;;AAOV;AAGE;EACE;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE,ONjyBI;;AMsyBZ;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;EACA;;AAIF;EACE;;AAGJ;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA,ON90BQ;;AMg1BV;EACE;;AACA;EACE;EACA;;AACA;ELz1BP,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK81BnB;EACE;EACA;EL/1BP,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKo2BjB;EACE;;AAGA;EACE;;AAIN;EAxBF;IAyBI;;;AAGJ;EACE;;AACA;EACE;EACA;;AACA;ELr3BP,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK03BnB;EACE;EACA;EL33BP,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKg4BjB;EACE;;AAGA;EACE;;AAQR;EADF;IAEI;;;;AAKN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA,ONv5BU;EMw5BV;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA,ONl6BU;;AMo6BZ;EACE;;AACA;EACE;;AAEF;EACE;;AAEF;EAEI;IACE;;EAEF;IACE;;EAEF;IACE;;;AAKR;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA,ONx8BU;EMy8BV;EACA;EACA;EACA;EACA;EACA;ELl9BH,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKq9BrB;EACE,kBN98BU;;;AMm9BhB;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA,ONj+BU;;AMm+BZ;EACE;;AACA;EAFF;IAGI;IACA;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;ALl6BL;EKq6BK;EACA;EACA;;ALp6BL;EKk6BK;EACA;EACA;;ALj6BL;EK+5BK;EACA;EACA;;AL95BL;EK45BK;EACA;EACA;;AAIF;EACE;EACA;;AAGJ;EACE;EACA;;;AAIJ;AAGI;EACI;EACA;EACA,ONthCM;EMuhCN;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;ELnjCf,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;EKsjCT;EACA;EACA;;AAEA;EACI,YNnjCJ;EMojCI,ONvjCN;;AM6jCF;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,ONzkCV;EM0kCU;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,ONhoCC;;AMkoCD;EACI;;AAKJ;EACI;EACA;EACA;;AAEA;EACI,ON5oCJ;;AM+oCA;EACI;;;AAQpB;AAEA;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA,ONvqCU;EMwqCV;;AAGF;EACE;;AAEF;EACE;;AACA;EACE;EACA;;AAEA;ELxrCL,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK6rCrB;EACE;EACA;EL9rCL,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKmsCnB;EACE;;AAGA;EACE;;AAIN;EAzBF;IA0BI;;;AAGJ;EACE;;AACA;EACE;EACA;;AACA;ELptCL,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AKytCrB;EACE;EACA;EL1tCL,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AK+tCnB;EACE;;AAGA;EACE;;AAQN;EACE;EACA;;;AAIN;AACA;AACA;AAEA;EAEI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;ACtwCR;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBPEM;EODN,OPEc;EODd;;AAEA;EACE;;AAGF;EAfF;IAgBI;;;AAEF;EACE,kBPTY;EOUZ,cPVY;EOWZ;;;ACnBJ;AAGE;EACE;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;;;AAUF;EACE;;AAEA;EACE,ORrCU;EQsCV;;AAMF;EACE;EACA;EACA;;AAEA;EACE,ORrDM;;AQyDV;EACE;;;AAKN;ACvEA;AAAA;AAEA;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;;AAMJ;AAAA;EAEE,OTPY;;;ASWhB;EACE;;AACA;EACE;EACA;;AACA;EACE;;;AAMJ;EACE;ER/BH,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AQmCvB;EACE;ERnCH,oBADwB;EAErB,iBAFqB;EAGtB,eAHsB;EAItB,YAJsB;;AQuCnB;EACE,OThCQ;;;ASuCd;EADF;IAEI;;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AR8BL;EQ3BK;EACA;EACA;;AR4BL;EQ9BK;EACA;EACA;;AR+BL;EQjCK;EACA;EACA;;ARkCL;EQpCK;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA,OTpFU;;ASwFd;EACE,YTzFY;ES0FZ,OT3FI;ES4FJ;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEF;EACE;EACA;;AAIJ;AACE;EACA;EACA,OT/GS;;ASiHX;EACE;EACA,OTnHS;;ASqHX;AACE;EACA,OTvHS;ESwHT;;AAEF;AACE;EACA,OT5HS;ES6HT;EACA;;AAEF;AACE;EACA,OTlIS;ESmIT;EACA;;AAEF;AACE;EACA,OTxIS;ESyIT;;AAEF;AACE;EACA,OT7IS;ES8IT;;;AAIJ;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;AAAA;EAEE,OTxJY;;;AS4JhB;AAAA;ACvKC;AACD;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;ACaA;EACI;;;AAGJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAIJ;EACI;;;AAUD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACK;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;EACA;;;AA8BR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAOA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,eA9Da;EA+Db;EACA;EAvDJ;;AAEA;EACI;EACA,YAZY;;AAkEZ;EACI,QAlEG;EAmEH;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EAjER;EACA;EACA;EAiEY;EACA;EACA,kBAnFF;EAoFE;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI,YA/GX;EAgHW;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAOpB;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAOpB;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;IACI;;EAIA;IACI,QAhOM;;EAmOV;IACI;;EAEA;IACI;IACA;;EAKZ;IACI;IACA;;;AAIR;EACI;IACI;;EAEA;IACI;;;;AAWhB;EAEI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;;AAIZ;AACA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;;;AAGJ;AACA;EACI%22%7D */