@charset "UTF-8";
/*!
Theme Name: United Pets
Theme URI: https://boostifythemes.com/
Author: BoostifyThemes
Author URI: https://themeforest.net/user/boostifythemes
Description: United Pets WordPress Theme.
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: united-pets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layouts
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Infinite scroll
# Blocks
# Media
	## SVG
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
  word-wrap: break-word;
}

body,
button,
input,
select,
optgroup,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6d6d6d;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.link-more,
.tags-links-title,
.post-title,
.comment-author,
.comment-reply,
.site-title {
  margin-top: 0;
  color: #1f3d70;
  font-family: "Montserrat", cursive;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 1.802rem;
}

h2 {
  font-size: 1.602rem;
}

h3 {
  font-size: 1.424rem;
}

h4 {
  font-size: 1.266rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  padding-left: 1.5em;
  border-left: 4px solid #1f3d70;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Customizer
--------------------------------------------------------------*/
/*=========================== Preloader ============================ */
#preloader {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.preloader-logo {
  text-align: center;
  width: 200px;
  animation: rotate 2.0s infinite linear;
}

.lds-ring {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* dropdown style */
.nav-link.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-item {
  color: #fff;
  transition: all .2s ease-in-out;
}

.dropdown-menu {
  border: 0px;
}

.navbar .dropdown-menu a:before {
  display: none;
}

/* navbar brand */
.custom-logo-link {
  line-height: 20px;
  margin-top: 0px;
}

.navbar-brand i {
  vertical-align: sub;
  margin-right: 10px;
  font-size: 45px;
}

.navbar-toggler {
  transition: all 0.5s ease 0s;
  background: #fff;
  margin-right: 10px;
}

/* top-bar */
.top-bar {
  transition: all 0.8s;
  top: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.top-bar .top-header {
  float: left;
}

.top-bar .social-header {
  float: right;
}

@media (max-width: 768px) {
  .top-bar {
    display: none !important;
  }
}

.top-bar ul, ol {
  margin-bottom: 0px;
  padding: 0px;
}

.top-bar a {
  color: #fff;
}

.top-bar .contact-details li:first-child {
  margin-left: 0px;
}

.top-bar .contact-details i {
  margin-right: 8px;
}

.top-bar .contact-details li {
  font-size: 14px;
  display: inline-block;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  padding: 0px 20px;
}

/* top-bar Social icons */
ul.social-list {
  list-style-type: none;
}

ul.social-list li a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
  transform: scale(1.2);
}

ul.social-list li a i {
  display: block;
  width: 34px;
  transition: all 0.2s ease-in-out;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}

ul.social-list li.list-inline-item:not(:last-child) {
  margin: 0px;
}

/* =========================== Home page Slider ============================ */
#slider {
  width: 100%;
  height: 700px;
  padding-top: 140px;
}

.header-wrapper {
  width: 100%;
}

.header-wrapper .header-text {
  margin-top: 15%;
  white-space: normal;
}

.ls-outline .ls-nav-prev, .ls-outline .ls-nav-next {
  z-index: 99;
  margin-top: 40px;
}

.header-text {
  margin-left: 5%;
  text-align: center;
  border-radius: 20px;
  max-width: 500px;
  padding: 30px;
  z-index: 99;
}

.ls-bg-wrap:after, .ls-slide-transition-wrapper:before {
  transition: 0.8s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

.overlay-parallax-slider .ls-bg-wrap:after, .overlay-parallax-slider .ls-slide-transition-wrapper:before {
  background: rgba(0, 0, 0, 0.55);
}

.header-text.full-width {
  max-width: 100%;
  margin-top: 7%;
  text-align: center;
  padding: 60px;
}

.header-text h1 {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.header-text span {
  font-weight: 400;
}

.header-p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

/*=========================== Home page ============================ */
/* 3 boxes on home page */
#call-widget {
  overflow: hidden;
}

.call-box:hover .call-title {
  height: 100%;
}

.call-box {
  overflow: hidden;
}

.call-box img {
  -webkit-transition: 0.3s;
  width: 100%;
}

.call-info {
  bottom: 10%;
  position: absolute;
  width: 100%;
  text-align: center;
}

.call-box:hover img {
  transform: scale(1.2);
}

.call-info span {
  transition: all ease-in-out 0.3s;
}

.call-box:hover .call-info span {
  font-size: 40px;
}

.call-title {
  transition: all ease-in-out 0.3s;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 110px;
  border-bottom: 5px solid;
  background: rgba(0, 0, 0, 0.52);
}

.call-info span {
  letter-spacing: 0.5px;
}

/* backgrounds in sections */
#about-home {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#blogprev-home {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=========================== Adoption ============================ */
#adoption-home {
  background-position: left center;
  background-size: cover;
}

.adopt-card {
  padding: 20px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
}

.adopt-card .btn {
  margin-top: 5px;
}

.adopt-card:hover .adopt-image img {
  transform: scale(1.2);
}

.adopt-image img {
  transition: all 0.5s ease-in-out;
}

.adopt-image {
  overflow: hidden;
  border-bottom: 6px solid;
}

.adoption-header a {
  color: #222;
  font-weight: 700;
}

.adopt-card li,
.adopt-card-list li {
  border-bottom: 1px dashed #cecece;
  padding: 5px 0;
  color: #222;
}

.adopt-card-info {
  margin-bottom: 0;
}

.adopt-card-info li {
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #222;
  display: inline-grid;
  font-weight: 700;
  width: 49%;
}

.adopt-card-info li:first-child {
  border-right: 1px solid #dadada;
}

.single-adopt .adopt-card-info li {
  display: inline-block;
}

.single-adopt .adopt-card-info li:first-child {
  border-right: none;
}

.adopt-card-info i {
  font-size: 22px;
  margin-right: 5px;
  font-weight: normal;
  vertical-align: middle;
}

.adopt-card-info {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.65);
  padding: 10px;
  margin-bottom: 20px;
}

.adoption-header {
  margin-top: 20px;
}

.caption-adoption .list-unstyled li {
  display: block;
  position: relative;
}

.info-adopt-center {
  position: absolute;
  top: 6px;
  left: 90px;
}

/*=========================== About us ============================ */
.about-section {
  background-repeat: no-repeat;
  background-position: top right;
}

/* testimonials */
.testimonial {
  margin: 0 15px;
  text-align: center;
}

.testimonial .content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -0px;
  font-size: 136px;
  z-index: -1;
  opacity: 0.1;
}

.testimonial .content {
  padding: 0px 20px;
  margin-bottom: 15px;
  position: relative;
}

.testimonial .description {
  margin-bottom: 10px;
  font-size: 18px;
}

.elementor .testimonial-pic > img {
  max-width: 120px;
  border-radius: 50%;
  border: 5px solid;
  margin: 10px auto;
}

.testimonial .testimonial-review {
  margin: 3px 0 0 15px;
  text-align: center;
}

.testimonial .testimonial-title {
  margin-bottom: 0px;
}

.testimonial .testimonial-review span {
  font-size: 16px;
  font-weight: 600;
}

/* number counter */
.counter {
  border-radius: 20px;
  text-align: center;
}

.counter .counter-icon {
  display: block;
  font-size: 50px;
  height: 100px;
  transition: all ease-in-out 0.2s;
  line-height: 100px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-bottom: 40px;
}

.counter:hover .counter-icon {
  transform: scale(1.2);
}

.counter .counter-value {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
}

.counter .title {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin: 20px 0;
}

/* Features with icon */
.icon-features i {
  font-size: 35px;
  display: inline-block;
}

.feature-with-icon:hover i {
  transform: scale(1.2);
}

.feature-with-icon i {
  transition: all 0.4s ease-in-out;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.feature-with-icon {
  margin-bottom: 30px;
}

.feature-with-icon h5 {
  margin-bottom: 10px;
}

/*=========================== team ============================ */
/* team style 1 */
.team-style1 {
  text-align: center;
  background: #f4f4f4;
  border-radius: 20px;
}

.team-style1 .team_img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.team-style1 .team_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.3s ease 0s;
}

.team-style1:hover .team_img:after {
  bottom: 0;
}

.team-style1 img {
  border-radius: 20px;
}

.team-style1 .social {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  right: 10px;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.team-style1:hover .social {
  top: 0;
}

.team-style1 .social li a {
  display: block;
  padding: 15px;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
  color: #fff;
}

.team-style1 .social li i {
  color: #fff;
}

.team-style1 .social li :hover {
  transform: scale(1.1);
}

.team-style1 .team-content {
  padding: 10px 0;
}

.team-style1 .title {
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
}

.team-style1 .title:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: 19px;
  transition-duration: 0.25s;
}

.team-style1 .title:after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: 19px;
  transition-duration: 0.25s;
}

.team-style1:hover .title:before, .team-style1:hover .title:after {
  width: 50px;
}

.team-style1 .post {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.team-style1 .post:before {
  font-family: 'Flaticon';
  content: "\f169";
  font-weight: normal;
  display: block;
  height: 7px;
  margin: 0 auto;
  position: relative;
  top: -25px;
}

/* team style 2 */
.team-style2 .team-header {
  margin: 10px 0 0 0;
}

.team-style2 span {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

.team-style2 p {
  margin-top: 20px;
}

.team-style2 .img-box {
  opacity: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}

.team-style2 .img-box img {
  transition: all ease-in-out 0.2s;
}

.team-style2:hover .img-box img {
  transform: scale(1.2);
  transition: all ease-in-out 0.2s;
}

.team-style2 .img-box:after {
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.team-style2 .social-icons {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin: 0px;
  opacity: 0;
}

.team-style2 .img-box:after, .img-box .social-icons, .img-box .social-icons li, .team-style2:hover .img-box img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-style2 .img-box .social-icons i {
  font-size: 20px;
  letter-spacing: 10px;
}

.team-style2 .img-box .social-icons li {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 2px;
  padding: 5px;
  display: inline-block;
}

.team-style2 .img-box a {
  color: #fff;
}

.team-style2:hover .img-box:after {
  opacity: 1;
}

.team-style2:hover .img-box .social-icons {
  opacity: 1;
}

.team-style2 .img-box ul a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.team-style2 .img-box a:hover li {
  border-color: #fff;
}

/* team style 3 */
figure.team-style3 {
  background-color: #f2f2f2;
  padding: 20px;
}

figure.team-style3 * {
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.team-style3 figcaption {
  position: relative;
  margin-top: 20px;
}

figure.team-style3 h4 {
  margin-bottom: 10px;
}

figure.team-style3 .icons {
  position: absolute;
  top: 25px;
  left: 25px;
}

figure.team-style3 i {
  margin-right: 5px;
  display: inline-block;
  font-size: 28px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: white;
  opacity: 0;
  transform: rotateX(90deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

figure.team-style3 a {
  opacity: 0.8;
}

figure.team-style3 a:hover {
  opacity: 1;
}

figure.team-style3:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

figure.team-style3:hover i {
  opacity: 1;
  transform: rotateX(0);
}

figure.team-style3:hover a:first-child i {
  transition-delay: 0.1s;
}

figure.team-style3:hover a:nth-child(2) i {
  transition-delay: 0.2s;
}

figure.team-style3:hover a:nth-child(3) i {
  transition-delay: 0.3s;
}

/* =========================== Services ============================ */
/* service box1 */
.serviceBox1 {
  padding: 0 10px 30px;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 90px;
}

.serviceBox1 .service-content {
  text-align: center;
  padding: 15px 20px 30px;
  margin-top: -80px;
  border-radius: 25px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}

.serviceBox1 .service-content:hover {
  box-shadow: 0 0 20px -5px #000;
}

.serviceBox1 .service-icon {
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
  max-width: 180px;
}

.serviceBox1:hover .service-icon {
  transform: scale(1.1) rotate(4deg);
}

.serviceBox1 .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.serviceBox1 .title a {
  color: #222;
}

.serviceBox1 .service-icon img {
  border: 10px solid #fff;
}

.serviceBox1 .description {
  margin-bottom: 10px;
}

.serviceBox1 .btn {
  margin-top: 30px;
}

/* servicebox 2 */
.serviceBox2 {
  margin-bottom: 20px;
  text-align: center;
}

.serviceBox2 .service-icon {
  text-align: center;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: inline-table;
  width: 100px;
  color: #fff;
}

.serviceBox2:hover .service-icon {
  transform: rotate(14deg);
}

.serviceBox2 .service-content {
  margin-top: 20px;
}

/* Custom Link */
.custom-link {
  margin-top: 0px;
  display: inline-block;
  margin: 10px;
  padding: 5px 20px;
  border-radius: 0px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  letter-spacing: 0.5px;
  transition: all .2s ease-in-out;
}

.custom-link:hover:before {
  margin-right: 5px;
}

.custom-link:before {
  transition: all .2s ease-in-out;
  display: inline-block;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
  margin-right: 10px;
}

.custom-link a {
  color: #222;
}

/* =========================== Image galleries ============================ */
/* gallery 1 */
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

/* baguette lightbox */
.tz-gallery .baguette-lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  content: "\f065";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 2.3em;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .baguette-lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  transition: 0.4s;
}

.tz-gallery .baguette-lightbox:hover:after, .tz-gallery .baguette-lightbox:hover:before {
  opacity: 1;
}

.tz-gallery .isotope-item:hover .title, .tz-gallery .isotope-item:focus .title {
  bottom: 0px;
}

.tz-gallery .title {
  transition: all .3s ease-in-out;
  transition-timing-function: linear;
  opacity: 1;
  position: absolute;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  width: 50%;
  text-align: center;
}

.tz-gallery .title p {
  margin: 0px;
  line-height: 20px;
  color: #222;
  font-weight: 600;
}

/* isotope gallery */
#gallery-isotope {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gallery-isotope .isotope-item {
  padding: 0 5px 8px 5px;
  display: block;
  clear: both;
}

.isotope-item {
  z-index: 2;
  padding: 3px;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope-item {
  padding: 0;
  margin-right: -1px;
  backface-visibility: hidden;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

#gallery-adoption-grid .item-for-gallery {
  display: block;
  display: none;
}

a#seeMore {
  display: block;
  color: #fff;
  margin: 0 auto;
  line-height: 50px;
  width: 120px;
  border-radius: 30px;
  text-decoration: none;
  border: 3px #ee5f4a solid;
  background: #ee5f4a;
  opacity: 0.7;
  margin-bottom: 50px;
  text-align: center;
}

a#seeMore:hover {
  opacity: 1;
}

/*=========================== Contact ============================ */
.contact-icon {
  text-align: center;
  border-radius: 10px;
  padding: 40px 10px 20px 10px;
}

.contact-icon .top-icon {
  transition: all .3s ease-out;
  font-size: 30px;
  top: -40px;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  width: 60px;
  margin: auto;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
}

.contact-icon:hover .top-icon {
  transform: scale(1.1);
}

.margin-icon {
  margin-right: 8px;
}

.list-contact li {
  line-height: 32px;
}

/* contact form 3 */
.contact-form3 {
  border-radius: 10px;
  padding: 0px 35px 20px 35px;
}

.contact-form3.bg-secondary .form-control {
  color: #f4f4f4;
  border-color: #fff;
}

.contact-form3.bg-secondary .form-control:active {
  border-color: #D61C62;
}

.contact-form3 .form-control {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background: transparent;
}

.contact-image {
  text-align: center;
}

.contact-image i {
  border-radius: 50%;
  font-size: 40px;
  margin-top: -5%;
  padding: 20px;
}

.bg-secondary .contact-image i {
  color: #f4f4f4;
}

/* image in home contact form */
.contact-home-img {
  position: absolute;
  margin-left: -400px;
}

/*=========================== Blog Pages ============================ */
/* Masonry */
.blog .page-with-sidebar {
  /* Masonry container */
  column-count: 2;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .blog .page-with-sidebar {
    column-count: 1;
    column-gap: 0;
  }
}

.blog .page-with-sidebar .post .blog-box {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0;
  width: 100%;
}

.page-with-sidebar {
  padding-right: 30px;
}

.page-with-sidebar .post .res-margin {
  margin-bottom: 3rem;
}

.page-with-sidebar .post:nth-child(2n + 3) {
  clear: both;
  margin: 0 auto;
}

/*blog style1 - boxes */
.page-with-sidebar .post .blog-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f4f4f4;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-box * {
  -webkit-transition: all 0.3s ease;
}

.blog-box .image {
  overflow: hidden;
  width: 100%;
}

.blog-box img {
  vertical-align: top;
  position: relative;
}

.blog-box .blog-box-caption {
  padding: 5px 25px 0px 25px;
  position: relative;
  background-color: #f4f4f4;
}

.blog-box .blog-box-caption h4 {
  padding-bottom: 30px;
  margin-top: 20px;
  font-weight: 700;
}

.blog-box .date {
  top: -25px;
  color: #fff;
  left: 25px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-box .date-no-thumbnail {
  top: 0;
  color: #fff;
  left: 25px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-box .date span {
  display: block;
  line-height: 24px;
}

.blog-box .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-box .btn {
  margin-top: 20px;
}

.blog-box h3, .blog-box p {
  margin: 0;
  padding: 0;
}

.blog-box h4 {
  padding-top: 20px;
  margin: 0;
  display: inline-block;
}

.blog-box p {
  margin-bottom: 20px;
}

.blog-box .blog-box-footer {
  padding: 10px 25px 35px 20px;
  margin-top: -20px;
  font-size: 0.9em;
  text-align: center;
  background-color: #f4f4f4;
}

.blog-box .blog-box-footer > div {
  display: inline-block;
  font-weight: 600;
}

.blog-box .blog-box-footer i {
  margin: 0 5px;
}

.blog-box .blog-box-footer .text-center {
  margin-bottom: 35px;
}

/*blog style2 - cards */
.blog-card .post-info:before {
  content: "\f126";
  z-index: 0;
  opacity: 0.8;
  font-size: 70px;
  transform: rotate(-20deg);
  font-family: "flaticon";
  font-size: 15px;
  z-index: 0;
  text-shadow: 0px 1px 20px rgba(245, 240, 240, 0.9);
  margin-right: 5px;
}

.blog-card .post-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 30px;
}

.blog-card .post-info a {
  margin: 0px 5px;
}

.card.blog-card:first-child {
  margin-top: 0px;
}

.blog-card .card-img-top {
  transition: all .3s ease-out;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .card-img-top:hover {
  transform: scale(1.1);
}

/* blog sidebar and comments */
.blog-sidebar .card {
  background: none;
  padding: 20px;
}

#comments {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.comment {
  padding: 30px 0px;
  border-bottom: 1px dotted;
}

.comment-img {
  max-width: 150px;
  max-height: 150px;
}

.comment:last-child {
  border-bottom: 0px;
}

/*=========================== 404 page ============================ */
#not-found {
  margin-top: 9rem;
  margin-bottom: 3rem;
}

#not-found h1 {
  font-size: 80px;
  margin: 0;
  font-weight: 700;
}

#not-found span {
  font-size: 30px;
  color: #222;
}

/*=========================== Call to Action ============================ */
.adopt-calltoaction {
  background-position: bottom right;
  background-repeat: no-repeat;
}

.counter-calltoaction {
  background-position: 85% center;
  background-size: cover;
}

.maillist-calltoaction {
  background-position: center;
  background-size: cover;
}

#contact-calltoaction .bg-collumn {
  background-position: center left;
  background-size: cover;
}

#3boxes-calltoaction .card:hover {
  background-size: 120%;
}

#3boxes-calltoaction .card {
  border-radius: 0px;
  transition: all ease-in-out 0.2s;
}

/*=========================== Footer ============================ */
footer {
  padding: 80px 0px;
}

.footer-bg {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-footer {
  max-width: 200px;
}

.credits p {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: center;
}

/*=========================== Miscellaneous ============================ */
/* light text */
.text-light p, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: #fff;
}

/* progress bar */
.progress {
  margin: 5px;
}

/* elements page */
.element-heading {
  text-align: center;
  border-bottom: 1px dotted;
  padding: 20px;
}

.elements-subheader {
  border-radius: 10px;
  background-color: #f4f4f4;
  padding: 20px;
  margin: 40px 0px;
  font-size: 24px;
  color: #808080;
  text-align: center;
  text-transform: uppercase;
}

.element-block {
  padding: 30px;
}

.element-section {
  padding: 150px 100px;
}

#glyphs {
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
  text-align: center;
}

.glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  background: #FFF;
}

.glyph .glyph-icon {
  padding: 10px;
  display: block;
  font-family: "Flaticon";
  font-size: 64px;
  line-height: 1;
}

.glyph .glyph-icon:before {
  font-size: 64px;
  color: #222;
  margin-left: 0;
}

.class-name {
  font-size: 0.65em;
  background-color: #222;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 0.5em;
  color: #FFFF99;
  font-family: Consolas,Monaco,Lucida Console;
}

.author-name {
  font-size: 0.6em;
  background-color: #fcfcfd;
  border: 1px solid #DEDEE4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 0.5em;
}

.overlay-background-image {
  background-position: center;
  background-size: cover;
}

/* buttons */
.btn {
  transition: all .2s ease-in-out;
  color: #fff;
  border: 0px;
  font-size: 1rem;
  padding: 10px 50px;
  outline: none;
  letter-spacing: 0.2px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 25px;
  text-transform: uppercase;
  margin-top: 15px;
  white-space: normal;
  font-weight: bold;
}

.btn-lg {
  padding: 1.2rem 5.4rem;
  font-size: 1.35rem;
  line-height: 1.5;
}

.btn-sm {
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
}

.btn-light {
  color: #212529;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  margin: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: 0px;
}

/* social media */
ul.social-media {
  list-style: none;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
}

ul.social-media li {
  margin: 0px 5px;
  line-height: 55px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

ul.social-media li:hover {
  transform: scale(1.2);
  transition: all .3s ease-out;
}

ul.social-media i {
  transition: all .3s ease-out;
  font-size: 30px;
}

/* forms */
.form-control {
  transition: all 0.3s ease-in-out;
  border: 0;
  border: 2px solid;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 5px;
  line-height: 1.8;
}

.form-control input {
  height: 50px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control.border2 {
  border-color: #fff;
}

.input-group-btn .btn {
  height: 51px;
  margin-left: 0px;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  top: -15px;
}

@media (max-width: 991px) {
  .input-group-btn .btn {
    font-size: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

/* Blockquote */
blockquote {
  background: #f4f4f4;
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 40px;
  border-radius: 20px;
}

blockquote footer {
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  color: inherit;
}

blockquote p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

cite:before {
  content: '― ';
}

cite {
  font-style: normal;
}

blockquote:before {
  margin-top: -50px;
  left: 16px;
  color: #fff;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  opacity: 0.5;
}

/* form label */
label {
  margin-top: 10px;
}

/* rotate img on hover */
.rotate-img img {
  max-width: 100%;
  transition: all 0.3s;
}

.rotate-img:hover img {
  transform: rotate(-5deg);
}

/* Map */
#map-canvas {
  max-width: 100%;
  overflow: hidden;
}

/* bg-secondary */
.bg-secondary label {
  color: #fff;
  width: 100%;
}

/* Patterns */
.pattern1 {
  background-position: center bottom;
  background-repeat: repeat-x;
}

.pattern2 {
  background-repeat: repeat;
}

.pattern3 {
  background-position: center bottom;
  background-repeat: repeat-x;
}

.pattern4-left {
  background-position: left center;
  background-repeat: no-repeat;
}

.pattern4-right {
  background-position: right center;
  background-repeat: no-repeat;
}

/* Sidebar */
.sidebar-header {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
}

.sidebar-header:first-child {
  margin-top: 0px;
}

.sidebar-header:after {
  content: '';
  display: block;
  width: 60px;
  margin: 10px auto;
  margin-bottom: 20px;
  border: 1px solid #9E9E9E;
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#sidebar.bg-primary p {
  color: #fff;
}

#sidebar.bg-primary .sidebar-header {
  color: #fff;
}

/* Sidebar footer */
.sidebar-footer {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}

.sidebar-footer:after {
  content: '';
  display: block;
  width: 60px;
  margin: 20px 0;
  border: 1px solid #9E9E9E;
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#sidebar.bg-primary p {
  color: #fff;
}

#sidebar.bg-primary .sidebar-footer {
  color: #fff;
}

/* Go to top icon */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 42px;
  transition: all 0.2s ease-in-out;
  z-index: 119;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px #fff;
  transform: translateY(100px);
  padding: 0;
}

.back-to-top:focus {
  outline: 0;
}

.back-to-top.active {
  transform: translateY(0);
}

.back-to-top:before {
  font-size: 32px;
  color: #fff;
}

.back-to-top:hover {
  transform: scale(1.3);
}

/*Nav-tabs */
.nav-tabs .nav-link {
  font-size: 16px;
  padding: 15px 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-tabs .menu-item, .nav-tabs, .nav-tabs .menu-item.show .nav-link, .nav-tabs .nav-link.active {
  border: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: #fff;
}

.tab-content {
  background: #fff;
  padding: 50px;
  border: 0px;
  box-shadow: 1px 2px 20px rgba(105, 105, 105, 0.35);
}

.tab-content.block-padding:last-child {
  padding-bottom: 0px;
}

/* centered navs */
.center-nav {
  display: flex;
  justify-content: center;
}

/* cards */
.card {
  display: block;
  border: 0px;
  border-radius: 15px;
  padding: 20px;
}

.card-header {
  background: none;
}

.card-title {
  transition: all 0.2s ease-in-out;
}

a .card-title:hover {
  color: inherit;
}

.widget2 .card {
  margin-bottom: 50px;
}

/* widgets */
.widget-area {
  margin: 40px 0px;
}

.widget-area:first-child {
  margin-top: 0px;
}

.widget1 a, .widget2 a {
  transition: all 0.2s ease-in-out;
}

.widget1 img {
  max-width: 60px;
  vertical-align: middle;
}

.widget1 span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}

.widget-1-info {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  /* text-align: center;
	*/
}

.widget2 .card {
  padding: 0px;
}

.widget2 .card img {
  transition: all 0.4s ease-in-out;
}

.widget2 .card .card-img {
  overflow: hidden;
}

.widget2 .card:hover img {
  transform: scale(1.2);
}

/* accordions */
.accordion-cards .card {
  border: 0px;
  display: block;
  padding: 0px;
  border-radius: 0px;
  background: #fff;
}

.accordion-cards .card-header {
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 0;
  transition: all 0.8s;
  color: #222;
  margin: 5px;
  cursor: pointer;
}

.accordion-cards .card-header .show {
  background-color: #cecece;
}

.accordion-cards .card-body {
  margin: 0 20px;
  padding: 40px;
  border-radius: 5px;
}

/* accordion */
.accordion .card {
  padding: 0px;
  background: transparent;
}

.accordion .card-header {
  font-weight: 600;
  font-size: 19px;
  padding: 10px 0px;
  line-height: 1.3;
}

.accordion {
  padding-left: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.accordion:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 22px;
  z-index: -1;
}

.accordion a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: -75px;
}

.accordion .card-header a.collapsed:before {
  content: "\f067";
}

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

/* light background */
.bg-light {
  background-color: #f4f4f4;
}

/* full-container */
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

/* section */
section {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

/* no-padding */
.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* section-heading */
.section-heading {
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-heading .subtitle:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 32px;
  height: 2px;
  margin-right: 10px;
  background: #cecece;
}

.section-heading .subtitle:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 32px;
  height: 2px;
  margin-left: 10px;
  background: #cecece;
}

.section-heading h2:after {
  content: "\f126";
  z-index: 0;
  font-family: "flaticon";
  font-size: 20px;
  z-index: 0;
  transform: rotate(20deg);
  opacity: 0.5;
  display: block;
}

p.subtitle {
  text-transform: uppercase;
}

.subtitle:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 32px;
  height: 2px;
  margin-right: 10px;
  background: #cecece;
}

.subtitle:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 32px;
  height: 2px;
  margin-left: 10px;
  background: #cecece;
}

/* custom ul */
ul.custom {
  list-style: none;
  margin-bottom: 0;
}

ul.custom li {
  padding: 5px 0px;
  font-size: 16px;
  line-height: 26px;
}

ul.custom li:before {
  font-family: "Flaticon";
  content: "\f126";
  padding-right: 7px;
}

/* checkmark ul */
ul.checkmark {
  list-style: none;
  margin-bottom: 0;
}

ul.checkmark li {
  padding: 5px 0px;
  font-size: 16px;
  line-height: 26px;
}

ul.checkmark li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  padding-right: 7px;
}

/* white border if bg same color as form border */
.bg-primary .form-control {
  border-color: #fff;
}

/* small divider */
hr.small-divider {
  content: ' ';
  display: block;
  width: 60px;
  margin: 10px auto;
  border: 1px solid #cecece;
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

hr.small-divider.left {
  margin-left: 0px;
  margin-top: 5px;
}

/* img rotate */
.img-rotate-outline {
  transform: rotate(-3deg);
  border: 15px solid #cecece;
}

/* img zoom on hover */
.img-zoom-hover {
  overflow: hidden;
}

.img-zoom-hover img {
  transition: all 0.2s ease-in-out;
}

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

/* block padding */
.block-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.block-padding:last-child.pb-block {
  padding-bottom: 90px;
}

.block-padding:first-child {
  padding-top: 0px;
}

.block-padding:last-child {
  padding-bottom: 0px;
}

.bottom-block-padding {
  padding-top: 70px;
}

/* overlay background */
.overlay {
  box-shadow: inset 0 0 0 1000px rgba(41, 41, 41, 0.42);
}

.overlay-light {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.42);
}

.overlay-dark {
  box-shadow: inset 0 0 0 1000px rgba(41, 41, 41, 0.87);
}

/* extra paddings and margins */
.p-10 {
  padding: 100px 0;
}

.p-20 {
  padding: 200px 0;
}

.pb-8 {
  padding-bottom: 80px;
}

.mt-8 {
  padding-top: 80px;
}

/* list group */
.list-group {
  font-weight: 700;
  font-size: 18px;
}

.list-group-item {
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s ease-in-out;
  margin-bottom: 4px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #fff;
}

/* Pagination*/
.pagination {
  margin-bottom: 0px;
}

.jumbotron .breadcrumb {
  max-width: 400px;
}

.jumbo-heading h1 {
  padding-top: 50px;
  margin-bottom: 10px;
}

/* Owl-carousel */
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
}

.owl-nav {
  margin: 0 auto;
  top: 0px;
  left: 50%;
}

.owl-prev {
  left: -10px;
}

.owl-next {
  right: -10px;
}

.owl-prev i, .owl-next i {
  transition: all .3s ease-in-out;
  font-size: 20px;
}

.owl-prev i:hover, .owl-next i:hover {
  transform: scale(1.2);
}

.owl-carousel.owl-loaded {
  display: block;
  clear: both;
  direction: ltr;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel .owl-stage-outer {
  margin-top: -7px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #cecece;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.3rem;
  border-radius: 0%;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-stage {
  margin-top: 40px;
}

/* owl carousel with navigation on top */
.top-centered-nav .owl-nav {
  position: absolute;
}

.top-centered-nav .owl-prev, .top-centered-nav .owl-next {
  top: 0%;
}

.top-centered-nav .owl-prev {
  left: -30px;
}

.top-centered-nav .owl-next {
  right: -30px;
}

/* Mailchimp message */
#mce-error-response, #mce-success-response {
  display: none;
  margin-top: 20px;
}

/* Page margin*/
.page {
  background-color: #fff;
}

/* opacity on hover */
.hover-opacity {
  transition: all 0.4s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.6;
}

/* alerts */
.alert {
  padding: 20px;
}

.alert-primary, .alert-secondary {
  color: #fff;
}

/* nav pills */
.nav-pills .nav-link {
  font-size: 22px;
  color: #fff;
  border-radius: 40px;
  padding: 10px 40px;
  margin: 5px 10px;
  transition: all 0.2s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.nav-link.disabled {
  color: #6c757d;
}

/* pills /badges */
.badge-pill {
  padding: 10px;
  margin: 3px;
}

.badge-default {
  color: #fff;
}

.tag-cloud-link {
  background-color: #018AE0;
  padding: 10px;
  margin: 3px;
  border-radius: 10rem;
  color: #fff;
}

.tag-cloud-link:hover {
  color: #D61C62;
}

/* breadcrumbs */
.breadcrumb {
  margin-bottom: 0;
  color: #fff;
  background: #D61C62;
  font-size: 13px;
  display: inline-block;
  padding: 0px;
  text-align: center;
  padding: 5px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
  display: inline;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #cecece;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-size: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

/* pagination */
.page-link:hover, .page-link:focus, .page-link.active {
  color: #fff;
  border: 1px solid #fff;
  outline: 0;
}

.page-link {
  transition: all 0.2s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
}

/*=========================== shopping pages ============================ */
/* Shopping buttons */
.input-group-btn span, .input-group-addon span, .btn span {
  color: #fff;
  font-size: 10px;
}

.btn.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 900;
}

.btn-edit.margin-edit {
  margin-bottom: 60px;
}

.btn.btn-wish:before {
  content: "\f004";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}

.btn.btn-wish, .btn.btn-cart {
  margin: 5px;
}

.btn.btn-xs {
  box-shadow: none;
}

.btn.btn-xs:hover {
  background: #F19F1F;
}

.btn.btn-sm {
  box-shadow: none;
  padding: 10px;
}

/* Shopping thumbnails */
#shop .thumbnail {
  border: 0px;
  padding: 20px;
  transition: all ease-in-out 0.2s;
}

#shop .thumbnail img {
  border-radius: 10px;
}

#shop .thumbnail:hover {
  background: #f5f5f5;
}

.product-title {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 20px;
}

.product-row {
  margin-bottom: 30px;
}

.form-group .product-checkout {
  border-bottom: 1px solid;
}

/* others */
#shop .comment img {
  padding: 10px;
}

.ratings i, .product-rating i {
  color: #FFC107;
}

@media screen and (max-width: 767px) {
  .product-checkout .text-left, .product-checkout .text-right {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .buttons-cart .btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .tab-content {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  table#cart tbody td .form-control {
    width: 20%;
    display: inline;
  }
  .actions .btn-info {
    float: left;
  }
  .actions .btn-danger {
    float: right;
  }
  table#cart thead {
    display: none;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }
  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
}

/*  Product page  */
.product-desc {
  margin: 20px 0px;
}

.product-btn {
  margin: 50px 0px;
}

h6.product-price, h6.product-caption {
  font-size: 22px;
  margin-top: 10px;
}

#product-tab.nav.nav-tabs > li > a {
  font-size: 20px;
}

#shop .category-heading h6 {
  color: #222;
}

@media (max-width: 991px) {
  #shop .thumbnail {
    text-align: center;
  }
  #shop .thumbnail .pull-right {
    float: none;
  }
}

/*=========================== Media queries ============================ */
/* Small devices (landscape phones, 544px) */
@media (max-width: 544px) {
  /* slider */
  #slider {
    padding-top: 58px;
  }
  .header-wrapper .header-text {
    width: 50%;
    padding: 0px;
  }
  .header-text h1 {
    margin-bottom: 0px;
  }
  .header-text:before {
    display: none;
  }
  .ls-bottom-nav-wrapper {
    bottom: -10px;
  }
  /* testimonials */
  .testimonial {
    margin: 0px;
  }
  .testimonial .content {
    padding: 10px;
  }
  /* jumbotron */
  .jumbotron h1 {
    font-size: 1.7em;
  }
  .jumbotron {
    min-height: 180px;
  }
  .jumbotron .breadcrumb {
    max-width: 200px;
  }
  /* others */
  .nav-pills .nav-link {
    font-size: 15px;
  }
  .btn.ml-1 {
    margin-left: 0px;
  }
  .breadcrumb {
    padding: 0px 10px;
  }
  .btn {
    padding: 10px 30px;
    font-size: 12px;
  }
  .serviceBox1 .title a {
    font-size: 20px;
  }
  .section-heading h2, h2 {
    font-size: 1.7em;
  }
  .owl-prev i, .owl-next i {
    font-size: 20px;
  }
  .nav-tabs .nav-link {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .navbar-brand span {
    font-size: 30px;
  }
  .navbar-brand i {
    font-size: 40px;
  }
  .navbar-collapse.show, .navbar-collapse {
    max-height: 300px;
  }
  .input-group .form-control, .input-group-btn {
    display: inline-table;
    width: 100%;
    margin-top: 10px;
  }
  .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child), .input-group-btn .btn {
    border-radius: 10px;
  }
  .input-group-btn .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card {
    padding: 20px;
  }
  .testimonial-pic, .testimonial .testimonial-review {
    float: none;
    text-align: center;
  }
  .testimonial-pic > img, .testimonial .testimonial-review {
    margin: 0 auto;
  }
  .btn-lg {
    padding: 20px;
  }
  .back-to-top {
    right: 12px;
  }
  .card.blog-card {
    padding: 30px 0px;
  }
  .card-header {
    padding: .75rem 0rem;
  }
  .blog-sidebar .card {
    padding: 0px;
  }
  .text-xs-center {
    text-align: center;
  }
}

/* Medium/small devices (767px) */
@media (max-width: 767px) {
  .adoption-header {
    margin-top: 0px;
  }
  .btn.float-left {
    float: none;
  }
  .feature-with-icon {
    text-align: center;
  }
  .owl-prev {
    left: -0px;
  }
  .owl-next {
    right: -0px;
  }
  .nav-tabs .nav-link {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .hidden-small {
    display: none;
  }
  #slider {
    padding-top: 50px;
  }
  .accordion a:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: -25px;
    top: 10px;
  }
  .accordion:before {
    left: 12px;
  }
  .accordion {
    padding-left: 30px;
  }
  .accordion .card-header {
    padding: 5px;
  }
  .bg-collumn {
    min-height: 200px;
  }
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-heading {
    margin-bottom: 60px;
  }
  .section-heading:before {
    font-size: 40px;
  }
  h1 {
    font-size: 2.4em;
  }
  .section-heading h2, h2 {
    font-size: 2.0em;
  }
  h3 {
    font-size: 1.7em;
  }
  h4 {
    font-size: 1.5em;
  }
  .h7 {
    font-size: 16px;
    line-height: 27px;
  }
  .header-p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .header-text h1 {
    margin-bottom: 20px;
    font-size: 5em;
  }
  footer {
    padding: 30px;
  }
  .mt-5, .my-5 {
    margin-top: 2rem;
  }
  .mb-5 {
    margin-bottom: 2rem;
  }
  .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next {
    display: none;
  }
  /* block padding */
  .block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-padding:last-child, .block-padding:last-child.pb-block {
    padding-bottom: 40px;
  }
  .bottom-block-padding {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  /* hide top bar */
  .top-bar {
    display: none;
  }
}

/* Medium devices (991px)  */
@media (min-width: 992px) {
  /* absolute positioned images */
  .img-left-absolute {
    left: -60px;
    position: absolute;
  }
  .img-right-absolute {
    right: -60px;
    position: absolute;
  }
  /* no fixed backgrounds, important fix for IOS */
  .bg-fixed {
    background-attachment: fixed;
  }
  /* page with sidebar */
  .page-with-sidebar {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .bg-collumn {
    min-height: 300px;
  }
  .nav-tabs .nav-link {
    padding: 15px 30px;
  }
  #sidebar {
    margin-top: 50px;
  }
  /* no background or hidden on small devices */
  .no-bg-small {
    background-image: none;
  }
  .hidden-medium-small {
    display: none;
  }
  /* widget */
  .widget2 {
    margin-top: 30px;
  }
  .widget2:first-child {
    margin-top: 0px;
  }
  /* slider */
  .header-text:before {
    font-size: 50px;
    margin-top: 30px;
  }
  /*top bar */
  .top-bar .contact-details li {
    font-size: 13px;
  }
  .top-bar .contact-details li {
    margin: 0px;
  }
  .top-bar .contact-details i {
    margin-right: 8px;
    margin-left: 8px;
  }
  /* others */
  .res-margin {
    margin-top: 30px;
  }
  .img-rotate-outline {
    padding: 30px;
    border: 0px;
  }
  .navbar-collapse.show {
    max-height: 400px;
  }
  .navbar-collapse {
    max-height: 400px;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: lightgray;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: darkgray;
  }
  .navbar-collapse.show {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

/* Large devices (large desktops, min 1200px ) The navbar toggle appears at this breakpoint*/
@media (min-width: 1200px) {
  /* jumbotron */
  .jumbotron {
    height: 360px;
  }
  /* navigation */
  .navbar-nav .nav-link {
    height: 60px;
  }
  .navbar {
    line-height: 45px;
  }
  .dropdown-menu {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  #not-found {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .counter {
    margin-bottom: 20px;
  }
  /* Jumbotron */
  .jumbotron {
    min-height: 250px;
    background-size: cover;
    border-top: 50px solid #fff;
  }
  /* navigation */
  .dropdown-menu:before {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    float: left;
    width: 100%;
  }
  .navbar-toggler:hover i {
    color: #fff;
  }
  .navbar {
    min-height: 50px;
    padding: 0px;
  }
  .dropdown-item, .navbar-nav .nav-link {
    text-align: center;
  }
  .dropdown-item {
    padding: 0.8rem;
  }
  .navbar-collapse.show {
    display: block;
    padding-bottom: 40px;
  }
  /* slider */
  #slider {
    padding-top: 90px;
  }
  .header-text {
    width: 50%;
    padding: 0px;
    position: absolute;
    margin-top: 20%;
  }
  .header-text.full-width {
    width: 100%;
    margin-left: 2%;
    padding: 0px;
    margin-top: 10%;
  }
}

.nav-brand {
  line-height: 20px;
  margin-top: 0px;
}

.custom-logo {
  max-width: 171px;
}

.jumbotron.jumbotron-fluid.skrollable.skrollable-between {
  height: 100%;
}

#primary-menu > .menu-item {
  line-height: 75px;
  padding: 1em;
}

@media (max-width: 991px) {
  #primary-menu > .menu-item {
    line-height: 30px;
    text-align: center;
    background-color: #fff;
  }
}

@media (max-width: 1200px) {
  #primary-menu > .menu-item {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  #primary-menu .sub-menu {
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    text-align: center;
    width: 100%;
  }
}

#primary-menu .sub-menu {
  padding: 5px 0;
  background-repeat: repeat;
}

#primary-menu .sub-menu .menu-item {
  line-height: 30px;
  white-space: nowrap;
}

#primary-menu .sub-menu .menu-item a {
  color: #fff;
}

#primary-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar .menu-item .menu-item-object-page a:before {
  display: none;
}

a {
  text-decoration: none;
}

.main-navigation .current-menu-item > a:before, .main-navigation .current-menu-item > a:before {
  transition: all .4s ease-in-out;
  margin-top: 0px;
  opacity: 0.1;
  z-index: 0;
}

.logged-in .fixed-top {
  position: fixed;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (max-width: 768px) {
  .logged-in .fixed-top {
    top: 46px;
  }
}

body.elementor-editor-active .fixed-top {
  top: 0;
}

body.elementor-editor-preview .fixed-top {
  top: 0;
}

hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

input#submit_btn {
  border-radius: 25px;
}

.carousel-box {
  min-height: 1px;
  min-width: 100%;
  direction: ltr;
}

[data-elementor-type=section] {
  max-width: 100%;
  min-height: 1px;
}

.container-boxed {
  min-height: 1px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #D61C62;
}

.blog-space {
  margin-bottom: 20px;
}

.blog-box .blog-box-footer .meta-post {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.blog-box .blog-box-footer .meta-post .author {
  margin-right: 10px;
}

h2.mb-2,
h2.comments-title,
.comment-body a.url {
  font-weight: 700;
}

.pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://localhost:8095/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* AOS */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}

[data-aos=fade-up] {
  transform: translateY(100px);
}

[data-aos=fade-down] {
  transform: translateY(-100px);
}

[data-aos=fade-right] {
  transform: translate(-100px);
}

[data-aos=fade-left] {
  transform: translate(100px);
}

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}

[data-aos=slide-up] {
  transform: translateY(100%);
}

[data-aos=slide-down] {
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*# sourceMappingURL=aos.css.map*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from https://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Leaflet styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url("https://localhost:8095/css/images/layers.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("https://localhost:8095/css/images/layers-2x.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("https://localhost:8095/css/images/marker-icon.png");
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Template Name: United Pets
Main Color scheme
/*
/* Light blue */
.feature-with-icon:hover i, .btn-quaternary, .badge-default, .bg-secondary, .dropdown-menu, .btn-primary, .back-to-top i:hover, .alert-secondary, .badge-secondary, .nav-pills .nav-link.active, .nav-pills .nav-link:hover, .nav-pills .nav-link:focus, .nav-pills .show > .nav-link, .list-group-item.active, figure.team-style2 figcaption .icons i, .page-link:hover, .page-link.active, .team-style1 .social, .btn-secondary:hover, .btn-secondary:focus {
  background-color: #018AE0;
}

.bg-secondary {
  background-color: #018AE0;
}

.section-heading h2:after, ul.social-media i, .owl-prev i:hover, .owl-next i:hover, .breadcrumb a:hover, .widget1 .colored-icons i, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .nav-link:focus, .navbar .menu-item:hover, .navbar .menu-item .active, .team-style2 .img-box a:hover li, .section-heading h2:before, .navbar-brand i, .serviceBox:hover .service-icon i, a, figure.team-style3 h6, figure.team-style2 .name h6, ul.custom li:before, .testimonial .content:before, .owl-theme .owl-nav [class*='owl-']:hover, .spinner .bounce1:after, .team-style2 span {
  color: #018AE0;
}

.testimonial-pic > img, .text-secondary {
  color: #018AE0;
}

.custom-link, .form-control:focus, .btn-primary, .list-group-item.active, .alert-secondary, .adopt-image, .team-style2 .img-box .social-icons li {
  border-color: #018AE0;
}

.lds-ring div {
  border: 6px solid #018AE0;
  border-color: #018AE0 transparent transparent transparent;
}

/* Dark Blue */
.btn-quaternary:hover, .btn-quaternary:focus, .top-bar, .btn-tertiary, .nav-tabs .nav-link, .accordion-cards .card-body, .navbar-toggler:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .back-to-top i, .accordion-cards .card-header, .page-item.active .page-link, .progress-bar, .service-hover-box .service-hover-caption, figure.team-style2 .name, .team-style1:hover .team-image, .page-link, footer, .nav-pills .nav-link {
  background-color: #1446A0;
}

.bg-primary {
  background-color: #1446A0;
}

.accordion .card-link, .serviceBox1 .title a:hover, .text-tertiary, .icon-box i, .blog-card .post-info:before, .color1, .header-text:before, ul.social-media li:hover i, .navbar-brand span, .adopt-card-info i, .counter .counter-icon {
  color: #1446A0;
}

.text-primary {
  color: #1446A0;
}

.dropdown-menu:before {
  border-bottom-color: #1446A0;
}

.blog-card .card-img-top:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .page-item.active .page-link {
  border-color: #1446A0;
}

/* Pink */
.blog-box .date, .feature-with-icon i, .btn-quaternary, .btn-secondary:not(:disabled):not(.disabled):active:focus, .breadcrumb, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .btn-tertiary:hover, .bg-tertiary, .accordion .card-header a.collapsed:before, .accordion a:before, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .accordion-cards .card-header:hover, .accordion-cards .card-header:focus, .badge-primary, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .alert-primary, .btn-secondary, .list-group-item-action:focus, .list-group-item-action:hover, .team-style1 .title:after, .team-style1 .title:before, .contact-icon .top-icon {
  background-color: #D61C62;
}

.accordion .card-link:hover, .accordion .card-link:focus, .navbar .menu-item.active a, .team-style1 .post:before, .owl-prev i, .owl-next i, .serviceBox2 .service-icon, .text-tertiary, .contact-image i, blockquote:after, blockquote:before, .team-style1:hover .social li a, figure.team-style3 i, .serviceBox .service-icon i, ul.checkmark li:before, .colored-icons i, a:hover, a:focus, .team-style1:hover .social li a:hover, a h5:hover, a h4:hover {
  color: #D61C62;
}

.contact-form3.bg-secondary .form-control:focus, .custom-link:hover, .custom-link:focus, .form-control, .alert-primary, .list-group-item-action:focus, .list-group-item-action:hover {
  border-color: #D61C62;
}

.carousel-slick-service-slider,
.carousel-slick-blog-slider,
.carousel-slick-event-slider,
.carousel-slick-testimonial-slider,
.carousel-slick-gallery-slider,
.carousel-slick-service-intro-slider,
.carousel-slick-team-slider,
.carousel-slick-adoption-slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.carousel-slick-service-slider .slick-slide,
.carousel-slick-blog-slider .slick-slide,
.carousel-slick-event-slider .slick-slide,
.carousel-slick-testimonial-slider .slick-slide,
.carousel-slick-gallery-slider .slick-slide,
.carousel-slick-service-intro-slider .slick-slide,
.carousel-slick-team-slider .slick-slide,
.carousel-slick-adoption-slider .slick-slide {
  margin: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slick-dots {
  bottom: 15px !important;
}

.slick-dots li {
  background-color: transparent;
  width: 0.6rem !important;
  height: 0.6rem !important;
  border: 2px solid #cecece;
}

.slick-dots .slick-active {
  background-color: #D61C62;
}

.slick-next:before {
  content: '\f054' !important;
  font-family: 'FontAwesome' !important;
}

.slick-prev:before {
  content: '\f053' !important;
  font-family: 'FontAwesome' !important;
}

.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

@media (max-width: 768px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}

/*----- Tabs -----*/
.tabs {
  width: 100%;
  display: inline-block;
}

/*----- Tab Links -----*/
.tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links {
  margin: 0;
  padding-left: 0;
}

.tab-links li {
  margin: 0;
  float: left;
  list-style: none;
}

.tab-links a {
  padding: 15px 50px;
  margin-right: 20px;
  display: inline-block;
  transition: all linear 0.3s;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/*----- Content of Tabs -----*/
.tab {
  display: none;
}

.tab.active {
  display: block;
}

@media (min-width: 992px) {
  .carousel-slick-testimonial-slider .slick-slide div {
    width: 520px;
  }
  .carousel-slick-event-slider .slick-slide div {
    width: 265px;
  }
}

/* Load more */
.iso-class-adopt {
  display: none;
}

.blog_loadmore {
  display: block;
  clear: both;
  cursor: pointer;
  font-size: 18px;
  width: 114px;
  padding: 60px 0 2px 0;
  background-color: transparent;
  text-transform: uppercase;
  margin: 0 auto;
}

.blog_loadmore::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-image: linear-gradient(to right, #000, #000 75%, #e6e6e6 25%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
}

.blog_loadmore:hover::before {
  background-position: 50%;
}

.blog_loadmore::before {
  left: calc(50% - 58px);
  width: 110px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

::-moz-selection {
  background-color: #fc799a;
  color: #fff;
}

::selection {
  background-color: #fc799a;
  color: #fff;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

figcaption {
  font-size: 0.889rem;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

table tr {
  border-bottom: 1px solid #cecece;
}

table td#today {
  color: #f00;
  font-weight: bold;
}

table td,
table th {
  padding: 0.25em;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.ht-grid {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 1px;
}

.ht-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px;
  min-height: 1px;
}

@media (min-width: 1024px) {
  .ht-grid-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ht-grid-tablet-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-tablet-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-tablet-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-tablet-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-tablet-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-tablet-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-tablet-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-tablet-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-tablet-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-tablet-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-tablet-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-tablet-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-tablet-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-tablet-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-tablet-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-tablet-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-tablet-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-tablet-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-tablet-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-tablet-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-tablet-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-tablet-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-tablet-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .ht-grid-mobile-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-mobile-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-mobile-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-mobile-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-mobile-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-mobile-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-mobile-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-mobile-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-mobile-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-mobile-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-mobile-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-mobile-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-mobile-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-mobile-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-mobile-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-mobile-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-mobile-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-mobile-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-mobile-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-mobile-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-mobile-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-mobile-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-mobile-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.isotope-item .row {
  margin-left: 15px;
  margin-right: 15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-8, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-8, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

body.left-sidebar .page-with-sidebar {
  padding-right: 0;
  padding-left: 30px;
  order: 1;
}

.clearfix:after,
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

html[xmlns] .clearfix,
html[xmlns] .container {
  display: block;
}

* html .clearfix,
* html .container {
  height: 1%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  word-break: break-word;
  overflow-x: hidden;
}

a {
  transition-duration: 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.textwidget {
  line-height: 28px;
}

.textwidget p.mt-3 {
  line-height: 25.6px;
  color: #6f6f6f;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prfinazi adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-family: Montserrat;
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prfinazi `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  object-fit: cover;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  max-width: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset trang single */
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  padding-left: 20px;
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}

select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #e8e8e8;
}

input {
  border: 1px solid #e8e8e8;
}

input[type=search] {
  -webkit-appearance: textfield;
}

textarea {
  border: 1px solid #e8e8e8;
}

input,
textarea,
button {
  border-radius: 0;
  max-width: 100%;
  font-size: 14px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  -webkit-appearance: none;
  cursor: pointer;
}

.form-submit input[type="submit"] {
  border: 0px;
  font-size: 1rem;
  padding: 10px 50px;
  outline: none;
  letter-spacing: 0.2px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 25px;
  text-transform: uppercase;
}

input[type="button"].disabled,
input[type="button"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="file"].disabled,
input[type="file"]:disabled,
button.disabled,
button:disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

li ul,
li ol {
  padding-left: 0;
  margin-left: 20px;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-weight: 300;
  margin: 30px 0;
  border-left: none;
  padding-left: 30px;
  position: relative;
  clear: both;
  display: block;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

table,
th,
td {
  border: 1px solid #ddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  table-layout: fixed;
  max-width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

tbody th {
  background: #fff;
}

thead th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 5px 10px;
  line-height: 24px;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
input::-webkit-input-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea {
  max-width: 100%;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

textarea:-moz-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
}

a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.75em;
  line-height: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fc1550;
  color: #ffffff;
  padding: 0.6em 1em;
  outline: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #e31246;
  cursor: pointer;
}

.button:active, .button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #e31246;
  outline: thin dotted;
  outline-offset: -4px;
}

.button {
  display: inline-block;
}

.button:focus {
  text-decoration: none;
}

.button:visited {
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border-radius: 3px;
  outline: none;
  padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #e6e6e6;
  color: #1f3d70;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.08);
}

select {
  border: 1px solid #e0e0e0;
}

textarea {
  width: 100%;
}

label {
  margin-bottom: 0.5em;
}

/* Search forms */
.search-form {
  position: relative;
}

.search-form .search-label {
  position: absolute;
  margin-bottom: 0;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input.search-field {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 72%;
  padding: 11px;
  display: block;
}

.search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  font-family: "Montserrat", cursive;
  border: 2px solid #D61C62;
  border-radius: 0px 10px 10px 0px;
  width: 28%;
  padding: 15px 0;
  font-size: 14.4px;
}

.search-submit:hover, .search-submit:focus {
  color: #fff;
}

input.site-search-field {
  border: 0;
  padding-right: 2.5em;
  border-radius: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.266rem;
}

input.site-search-field:focus {
  box-shadow: none;
}

.site-search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* If JavaScript is enabled, hide the top search form. */
.js .site-search {
  display: none;
}

.form-group br {
  display: none;
}

span.link {
  color: #018AE0;
}

span.link:hover {
  color: #D61C62;
}

.btn-blue {
  padding: 10px 50px !important;
  border-radius: 25px !important;
}

form#commentform {
  padding: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1f3d70;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #D61C62;
}

a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

a:hover, a:active {
  outline: 0;
}

.breadcrumb-item:last-child {
  color: #cecece;
  font-weight: 500;
}

.tags-links a,
.widget_tag_cloud a,
.shop-sidebar .tagcloud a {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  font-size: 0.889rem !important;
}

.tags-links a:hover, .tags-links a:focus,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.shop-sidebar .tagcloud a:hover,
.shop-sidebar .tagcloud a:focus {
  background-color: #D61C62;
  color: #fff;
  outline: none;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primary-menu {
  font-family: "Montserrat", cursive;
  font-weight: 600;
}

#primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#primary-menu > div {
  margin-top: 1em;
  padding-left: 1em;
  background: #f2f2f2;
}

@media only screen and (min-width: 62em) {
  #primary-menu > div {
    margin-top: 0;
    padding-left: 0;
    background: none;
  }
}

#primary-menu ul ul {
  padding: 0 0 0 1.5em;
}

@media only screen and (min-width: 62em) {
  #primary-menu ul ul {
    position: absolute;
    top: 108%;
    left: -999em;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 99999;
  }
}

@media only screen and (min-width: 62em) {
  #primary-menu ul ul ul {
    top: 0;
    left: -999em;
  }
}

#primary-menu ul ul.toggled {
  display: block;
}

#primary-menu li {
  position: relative;
}

@media only screen and (min-width: 62em) {
  #primary-menu li {
    display: inline-block;
  }
}

#primary-menu li li,
#primary-menu li:last-child {
  border: 0;
}

#primary-menu .current-menu-parent {
  border-radius: 0px;
  transition: all .2s ease-in-out;
}

#primary-menu .current-menu-parent:focus .dropdown.show {
  background: transparent !important;
}

#primary-menu .current-menu-parent.active, #primary-menu .current-menu-parent:hover {
  transition: all .4s ease-in-out;
}

#primary-menu .current-menu-parent.active a:before, #primary-menu .current-menu-parent:hover a:before {
  transition: all .4s ease-in-out;
  margin-top: 0px;
  opacity: 0.1;
  z-index: 0;
}

#primary-menu .menu-item-has-children > a > .icon,
#primary-menu .page_item_has_children > a > .icon {
  display: none;
}

@media only screen and (min-width: 62em) {
  #primary-menu .menu-item-has-children > a > .icon,
  #primary-menu .page_item_has_children > a > .icon {
    position: relative;
    display: inline;
    left: 5px;
  }
}

#primary-menu .dropdown-toggle {
  position: absolute;
  top: 30px;
  left: 90px;
  border: 0;
  padding: 0.5em;
  background: none;
  color: #1f3d70;
}

#primary-menu .dropdown-toggle:focus {
  outline-offset: 0;
  color: #D61C62;
}

#primary-menu .dropdown-toggle.toggled {
  transform: rotate(180deg);
}

@media only screen and (min-width: 62em) {
  #primary-menu .dropdown-toggle {
    display: none;
  }
}

@media only screen and (min-width: 62em) {
  #primary-menu li li {
    display: block;
  }
  #primary-menu ul ul a {
    padding: 0.75em 1em;
    position: relative;
  }
  #primary-menu ul ul .menu-item-has-children > a > .icon,
  #primary-menu ul ul .page_item_has_children > a > .icon {
    position: absolute;
    top: 50%;
    right: 1em;
    left: auto;
    margin-top: -9px;
    transform: rotate(-90deg);
  }
  #primary-menu li li:hover > a,
  #primary-menu li li.focus > a,
  #primary-menu li li a:hover,
  #primary-menu li li a.focus,
  #primary-menu li li.current_page_item a:hover,
  #primary-menu li li.current-menu-item a:hover,
  #primary-menu li li.current_page_item a.focus,
  #primary-menu li li.current-menu-item a.focus {
    text-decoration: none;
  }
}

.container:after {
  content: none;
}

/*=========================== Navigation ============================ */
.navbar {
  background: #f4f4f4;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.07);
}

.navbar-nav a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.navbar-nav a {
  color: #222;
}

.navbar-nav .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

/*---------------------------Menu mobile Responsive 991px-----------------------------------------------*/
@media (max-width: 991px) {
  .container {
    position: relative;
  }
  .container .menu-container {
    width: 100%;
    top: 100%;
    right: 0;
    margin-left: 0;
    position: absolute;
    text-align: left;
    display: none;
    z-index: 99;
  }
  .container .menu a {
    text-align: left;
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .container .menu li {
    display: block;
  }
  .container .menu li:before {
    content: none;
  }
  .container .btn-menu {
    content: '';
    bottom: 0;
    left: 0;
    z-index: 5;
    margin-right: 50px;
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .container .btn-menu {
    margin-right: 0;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .container #pull {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
  }
}

@media (min-width: 992px) {
  #pull {
    display: none;
  }
}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 0px;
}

#toggle span {
  position: relative;
  display: block;
}

#toggle span:after, #toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9px;
}

#toggle span:after {
  top: 9px;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #018ae0;
  transition: 0.3s;
  visibility: visible;
  border-radius: 3px;
}

#toggle.on span {
  background-color: transparent;
}

#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .container_header {
    display: block;
    clear: both;
  }
  .site-branding {
    display: block;
    padding: 0;
  }
  #pull {
    position: absolute;
    content: '';
    border: none;
    top: 0;
    right: 20px;
    z-index: 5;
  }
}

.arrow-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 17px;
  width: 10px;
  height: 30px;
  z-index: 5;
}

@media (max-width: 1200px) {
  .arrow-icon {
    top: 12px;
    right: -2px;
  }
}

@media (max-width: 991px) {
  .arrow-icon {
    right: 10px;
  }
}

.sub-menu .arrow-icon {
  right: 10px;
  top: 15px;
}

.arrow-icon:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: .255em;
  content: '';
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.arrow-icon.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*mega menu*/
@media (min-width: 992px) {
  #primary-menu .sub-menu .sub-menu.menu-in-right {
    right: 100%;
    left: auto;
  }
}

/* Menu nav */
@media (min-width: 992px) {
  #primary-menu {
    padding-left: 0;
    margin: 0;
  }
  #primary-menu > li {
    display: inline-flex;
    line-height: 1;
  }
  #primary-menu > li > a {
    line-height: 75px;
  }
  #primary-menu > li > a:hover:before, #primary-menu > li > a:active:before {
    opacity: 0.1;
  }
  #primary-menu > li > a:before {
    transition: all .4s ease-in-out;
    content: "\f126";
    position: absolute;
    font-family: "flaticon";
    margin-top: 0;
    top: 15px;
    opacity: 0;
    z-index: 0;
    font-size: 50px;
    transform: rotate(-20deg);
    color: #808080;
  }
  #primary-menu > li ul {
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 5;
    transform: scaleY(0);
  }
  #primary-menu > li ul ul {
    top: 20%;
    transition-duration: 0.3s;
  }
  #primary-menu > li ul a {
    display: block;
    padding: 10px 20px;
  }
  #primary-menu > li ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  #primary-menu li {
    position: relative;
  }
  #primary-menu li:hover > ul {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateX(0px);
  }
  #primary-menu .current-menu-item a:before {
    opacity: 0.1;
  }
  #primary-menu .sub-menu {
    pointer-events: none;
    transition-duration: 0.2s;
    transform: translateY(10px);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #primary-menu .sub-menu {
    box-shadow: 0 2px 8px 0 rgba(125, 122, 122, 0.2);
    border-radius: 4px;
  }
}

@media (min-width: 992px) {
  #primary-menu .sub-menu > li > ul {
    transform: translateX(0);
    top: 0;
    left: 100%;
  }
  #pull {
    display: none;
  }
}

.main-navigation #primary-menu {
  padding-left: 0;
}

.main-navigation #primary-menu li {
  list-style: none;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
.pagination {
  float: right;
}

.pagination .nav-links {
  margin: 2.5rem 0;
  font-family: "Montserrat", cursive;
  font-size: 0;
}

@media only screen and (min-width: 62em) {
  .pagination .nav-links {
    margin: 2.5rem 0;
    text-align: center;
  }
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0 16px;
  border-right: 3px;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #1446A0;
  margin-right: 1px;
}

.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers.current {
  background-color: #018AE0;
  color: #fff;
  text-decoration: none;
}

.blog .pagination {
  float: left;
  margin-left: 30px;
}

.post-navigation {
  word-break: break-word;
}

.post-navigation a:hover .post-title,
.post-navigation a:hover .meta-nav,
.post-navigation a:focus .post-title,
.post-navigation a:focus .meta-nav {
  color: #D61C62;
}

.post-navigation .meta-nav {
  color: #6d6d6d;
  font-size: 0.79rem;
  text-transform: uppercase;
}

.post-navigation img {
  display: none;
  border-radius: 3px;
}

.post-navigation .nav-previous {
  margin-bottom: 1em;
}

.post-navigation .nav-next {
  text-align: right;
}

@media only screen and (min-width: 37.5em) {
  .post-navigation img {
    display: block;
    flex-shrink: 0;
  }
  .post-navigation a {
    display: flex;
    align-items: center;
  }
  .post-navigation .nav-previous img {
    margin-right: 1em;
  }
  .post-navigation .nav-next a {
    justify-content: flex-end;
  }
  .post-navigation .nav-next img {
    margin-left: 1em;
  }
}

@media only screen and (min-width: 48em) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
  }
  .post-navigation .nav-previous {
    float: left;
    margin-bottom: 0;
    padding-right: 1em;
  }
  .post-navigation .nav-next {
    float: right;
    padding-left: 1em;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.unitedpets-container:after,
.nav-links:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.unitedpets-container:after,
.nav-links:after {
  clear: both;
}

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fontawesome-webfont.eot");
  src: url("assets/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2") format("woff2"), url("assets/fonts/fontawesome-webfont.woff") format("woff"), url("assets/fonts/fontawesome-webfont.ttf") format("truetype"), url("assets/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  font-family: "FontAwesome" !important;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.unitedpets-container {
  max-width: 75em;
  margin: 0 auto;
  padding: 0 1em;
  margin-top: 90px;
}

.site {
  overflow: hidden;
}

.home .unitedpets-container {
  margin-top: 0;
}

.has-sidebar .main-sidebar {
  margin-top: 2em;
}

@media only screen and (min-width: 62em) {
  .right-sidebar .content-area {
    float: left;
    width: 65%;
    margin-right: 5%;
  }
  .right-sidebar .main-sidebar {
    float: right;
    margin-top: 0;
  }
}

@media only screen and (min-width: 62em) {
  .left-sidebar .content-area {
    float: right;
    width: 65%;
    margin-left: 5%;
  }
  .left-sidebar .main-sidebar {
    float: left;
    width: 30%;
    margin-top: 0;
  }
}

.no-sidebar .content-area {
  max-width: 47.5em;
  margin: 0 auto;
}

.no-sidebar .main-sidebar {
  display: none;
}

@media (max-width: 768px) {
  .logged-in .admin-bar .navbar {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.main-sidebar {
  /* Remove margin of the main sidebar's last widget */
}

.main-sidebar .widget:last-of-type {
  margin: 0;
}

.widget-title {
  font-size: 1.266rem;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.unitedpests_widget_recent_entries ul,
.widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.unitedpests_widget_recent_entries li,
.widget_rss li {
  transition: all 0.2s ease-in-out;
  margin-bottom: 4px;
  border-radius: 5px !important;
  font-size: 16px;
  position: relative;
  display: block;
  padding: .5em .75rem;
  background-color: #fff;
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a,
.product-categories a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.unitedpests_widget_recent_entries a {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  text-decoration-color: #495057;
}

.widget_archive a:hover, .widget_archive a:focus,
.widget_categories a:hover,
.widget_categories a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_rss a:hover,
.widget_rss a:focus,
.product-categories a:hover,
.product-categories a:focus,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:focus,
.unitedpests_widget_recent_entries a:hover,
.unitedpests_widget_recent_entries a:focus {
  color: #D61C62;
}

.widget_calendar .calendar_wrap {
  text-align: center;
  overflow-x: auto;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar table th,
.widget_calendar table td {
  border: 0;
}

/* Tag cloud widget */
.tagcloud {
  font-size: 0;
}

.wp-tag-cloud li {
  display: inline-block;
}

/* Custom Recent Posts widget */
.unitedpests-entry {
  display: flex;
  align-items: center;
}

.unitedpests-entry-thumbnail {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 1em;
  line-height: 0;
}

.unitedpests-entry-thumbnail img {
  border-radius: 3px;
}

.unitedpests-entry-thumbnail a {
  display: block;
}

@media only screen and (min-width: 62em) {
  .card-widget {
    width: 245px;
  }
}

@media only screen and (min-width: 48em) {
  .card-widget {
    width: 150px;
  }
}

@media only screen and (min-width: 37.5em) {
  .card-widget {
    width: 245px;
  }
}

.card-img-widget {
  height: 138px !important;
}

.img-thumbnail {
  width: 60px;
}

.margin-adopt {
  margin: 10px;
}

a.baguette-lightbox {
  display: block;
  overflow: hidden;
  position: relative;
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  clear: both;
  width: 100%;
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry:hover img {
  transform: scale(1.15);
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry .unitedpests-entry-thumbnail {
  max-height: 85px;
  width: 50%;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry .unitedpests-entry-thumbnail img {
  object-fit: cover;
  vertical-align: top;
  position: relative;
  transition-duration: 0.5s;
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry .unitedpests-recent-post-detail {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry .unitedpests-recent-post-detail .unitedpests-recent-post-on {
  font-size: 12px;
}

.unitedpests_widget_recent_entries ul li.unitedpests-entry .unitedpests-recent-post-detail a {
  line-height: 20px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 62em) {
  .site-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.site-navigation {
  display: flex;
  align-items: center;
}

.site-branding img {
  max-width: 230px;
}

.container-title h1.site-title {
  margin-top: 15px;
  margin-bottom: 0;
}

.site-title a {
  margin: 0;
  padding-left: 15px;
  font-size: 1.802rem;
}

.site-description {
  margin: 0;
  padding-left: 15px;
  line-height: 1;
  padding-bottom: 15px;
}

.site-header-minor {
  display: none;
}

@media only screen and (min-width: 62em) {
  .site-header-minor {
    flex-shrink: 0;
    display: flex;
  }
}

.site-header-minor > :not(:last-of-type) {
  margin-right: 0.5rem;
}

.site-header-cart .icon,
.site-search-icon .icon {
  font-size: 1.5rem;
}

/* If JavaScript is disabled, hide the header search icon. Otherwise, show the icon. */
.site-search-toggle {
  display: none;
}

.js .site-search-toggle {
  display: block;
}

.site-search-icon {
  border: 0;
  padding: 0;
  background: none;
  color: #1f3d70;
}

.site-search-icon:hover, .site-search-icon:focus {
  background: none;
  color: #D61C62;
}

.site-search-icon:focus {
  outline-offset: 0;
}

.search-toggle .icon-close {
  display: none;
}

.search-toggle.toggled .icon-close {
  display: inline-block;
}

.search-toggle.toggled .icon-search {
  display: none;
}

.site-header-cart .cart-contents {
  position: relative;
}

.site-header-cart .count {
  position: absolute;
  top: -0.75em;
  left: 60%;
  display: inline-block;
  min-width: 18px;
  padding: 0 5px;
  background-color: #D61C62;
  color: #ffffff;
  border-radius: 10px;
  font-size: 0.79rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header .page-title {
  margin-bottom: 0.25em;
}

.page-header-container {
  max-width: 48em;
  margin: 0 auto;
  padding: 0 1em;
}

.title-header {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky-post {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.35em;
  background-color: #fc1550;
  border-radius: 3px;
  color: #fff;
  font-size: 0.79rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sticky .icon-thumb-tack {
  height: 10px;
  left: 0;
  top: 0;
  width: 10px;
  background-color: #f00;
  border-radius: 50%;
}

.updated:not(.published) {
  display: none;
}

.post-thumbnail {
  display: block;
  line-height: 0;
  margin: 0 0 1.5em;
}

h2.entry-title a {
  font-size: inherit;
}

.entry-title {
  margin-bottom: 0.25em;
}

.entry-meta {
  font-size: 0.889rem;
}

.entry-meta-item:not(:last-of-type):after {
  content: '•';
  display: inline-block;
  margin: 0 5px;
}

.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-footer {
  margin-top: 1.5em;
}

/* Related posts */
.related-posts {
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 1px solid #f5f5f5;
}

.related-posts-title {
  font-size: 1.266rem;
}

/* Author description */
.author-bio {
  margin-top: 1.5em;
}

@media only screen and (min-width: 37.5em) {
  .author-bio {
    display: flex;
  }
}

@media only screen and (min-width: 62em) {
  .author-bio {
    max-width: 30em;
  }
}

.author-avatar {
  display: none;
  line-height: 0;
}

@media only screen and (min-width: 37.5em) {
  .author-avatar {
    display: block;
    flex-shrink: 0;
    margin-right: 1.5em;
  }
}

.author-avatar img {
  border-radius: 50%;
}

.author-heading,
.author-description {
  font-size: 0.889rem;
}

.author-heading {
  text-transform: uppercase;
}

.author-name {
  font-size: 1.125rem;
}

p.sub-des {
  padding: 20px;
}

.service-grid-widget .service-item {
  padding-bottom: 40px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 100px 0;
  clear: both;
}

.blog-pagination .page-numbers {
  margin-right: 5px;
}

.blog-pagination span.current,
.blog-pagination a.page-numbers {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #cccccc;
  color: #cccccc;
}

.blog-pagination span.current:hover,
.blog-pagination a.page-numbers:hover {
  background-color: #1850df;
  border: 1px solid transparent;
  color: #fff;
}

.blog-pagination span.current {
  background-color: #1850df;
  color: #fff;
  border: 1px solid transparent;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.error-404.not-found {
  max-width: 60em;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: repeat-x;
}

@media only screen and (min-width: 48em) {
  .error-404.not-found {
    display: flex;
    align-items: center;
  }
}

.not-found-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.not-found-button {
  margin-top: 1.5em;
  font-family: "Montserrat", cursive;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.bypostauthor {
  display: block;
}

.comments-area .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}

@media only screen and (min-width: 48em) {
  .comments-area .children {
    padding: 0;
  }
}

.comments-wrapper {
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 1px solid #f5f5f5;
}

.comments-title {
  font-size: 1.266rem;
  padding-top: 2.5em;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment {
  position: relative;
}

.comment:last-child {
  margin-left: 5rem;
}

.even {
  position: relative;
}

.even:last-child {
  margin-left: 0;
}

.comment-body {
  margin-top: 1em;
}

.comment-author {
  margin-bottom: 0.25em;
}

.comment-author .fn {
  position: relative;
  display: block;
  font-weight: 400;
}

.comment-author .avatar {
  float: left;
  margin-right: 1em;
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

@media only screen and (min-width: 48em) {
  .comment-author .avatar {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    width: auto;
    height: auto;
    margin-right: 0;
  }
}

.comment-metadata,
.comment-reply {
  font-size: 0.889rem;
}

.comment-metadata a {
  color: #6d6d6d;
}

.comment-metadata a:hover {
  color: #D61C62;
}

.comment-content {
  clear: left;
  margin-top: 1em;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-reply a {
  color: #D61C62;
}

.comment-form label {
  font-size: 0.889rem;
}

.comment-form .required {
  color: #D61C62;
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    float: left;
    width: calc(50% - 1em);
  }
  .comment-form .comment-form-email {
    margin-left: 2em;
  }
}

.comment-respond {
  display: block;
  border: 0px;
  border-radius: 15px;
  padding: 20px;
  background-color: #f4f4f4 !important;
}

.comment-reply-title {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
}

.comment-reply-title:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.avatar.avatar-70.photo {
  border-radius: 50%;
  width: 150px;
}

a.url {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a.comment-reply-link {
  color: #fff !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 3px dashed #f5f5f5;
}

/* Footer Widget Area */
.footer-widget-area {
  margin: 4em 0 2em;
}

@media only screen and (min-width: 62em) {
  .footer-widget-area {
    margin: 6em 0 4em;
  }
}

@media only screen and (min-width: 48em) {
  .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
  }
}

@media only screen and (min-width: 48em) {
  .footer-widget {
    width: 50%;
    padding: 0 1em;
  }
}

@media only screen and (min-width: 62em) {
  .footer-widget {
    width: 25%;
  }
}

/* Site Info */
.site-info {
  padding: 1.25em 0;
  background-color: #fafafa;
}

@media only screen and (min-width: 62em) {
  .site-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.site-copyright {
  margin-bottom: 1em;
  text-align: center;
}

@media only screen and (min-width: 62em) {
  .site-copyright {
    margin-bottom: 0;
  }
}

.social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-menu .menu-item {
  display: inline-block;
}

.social-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.social-menu a:hover, .social-menu a:focus {
  background-color: #D61C62;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Media & Text */
.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
  margin-bottom: 0;
}

/* Quote */
.wp-block-quote {
  margin: 1.5em 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  margin-left: 0;
  padding-left: 1.5em;
  border-left: 4px solid #1f3d70;
}

/* Pullquote */
.wp-block-pullquote {
  border: 0;
  color: #40464d;
}

.wp-block-pullquote blockquote {
  padding: 0;
  border: 0;
}

.wp-block-pullquote p {
  font-size: 1.802rem;
}

/* Separator */
.wp-block-separator {
  border: 0;
}

/* Code */
.wp-block-code {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: #6d6d6d;
  border: 0;
  border-radius: 0;
}

/* Buttons */
.wp-block-button__link {
  border: 1px solid transparent;
  border-radius: 3px;
  background: #fc1550;
  color: #ffffff;
  padding: 0.75em 1em;
  outline: none;
}

.wp-block-button__link:visited {
  color: #ffffff;
}

.is-style-outline .wp-block-button__link {
  border: 1px solid currentcolor;
  background-color: #ffffff;
  color: #fc1550;
  border-radius: 3px;
}

.wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:hover {
  background: #e31246;
  color: #ffffff;
  cursor: pointer;
}

.wp-block-button__link:active, .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:active,
.is-style-outline .wp-block-button__link:focus {
  background: #e31246;
  outline: thin dotted;
  outline-offset: -4px;
}

/* Custom font sizes */
.has-small-font-size {
  font-size: 0.79rem;
}

.has-medium-font-size {
  font-size: 1rem;
}

.has-large-font-size {
  font-size: 1.424rem;
}

.has-huge-font-size {
  font-size: 1.802rem;
}

/* Custom editor color palette */
.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color {
  color: #ffffff;
}

.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-primary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-secondary-background-color p,
.has-tertiary-background-color h1,
.has-tertiary-background-color h2,
.has-tertiary-background-color h3,
.has-tertiary-background-color h4,
.has-tertiary-background-color h5,
.has-tertiary-background-color h6,
.has-tertiary-background-color a,
.has-tertiary-background-color p {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
  color: #6d6d6d;
}

.has-primary-background-color {
  background-color: #1f3d70;
}

.has-secondary-background-color {
  background-color: #e31246;
}

.has-tertiary-background-color {
  background-color: #e6e6e6;
}

.has-white-color {
  color: #ffffff;
}

.has-primary-color {
  color: #1f3d70;
}

.has-secondary-color {
  color: #e31246;
}

.has-tertiary-color {
  color: #e6e6e6;
}

#blog-home p {
  line-height: 30px;
}

/*--------------------------------------------------------------
# Mediad
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-audio-shortcode {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
## SVG
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  fill: currentColor;
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  color: #f00;
}

/* icon font menu */
@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/menu-icon/icomoon.eot?vhjd6a");
  src: url("assets/fonts/menu-icon/icomoon.eot?vhjd6a#iefix") format("embedded-opentype"), url("assets/fonts/menu-icon/icomoon.ttf?vhjd6a") format("truetype"), url("assets/fonts/menu-icon/icomoon.woff?vhjd6a") format("woff"), url("assets/fonts/menu-icon/icomoon.svg?vhjd6a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-menu:before {
  content: "\e900";
}

.icon-Vector-Smart-Object3:before {
  content: "\e901";
}

.icon-Vector-Smart-Object2-copy:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e986";
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0.5em;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  padding-top: 0.5em;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

/*--------------------------------------------------------------
# WOOCOMMERCE
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #018AE0;
  color: white;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #1446A0;
  color: white;
}

.woocommerce .star-rating span::before {
  color: #FFC107;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid transparent;
}

.comment-form-cookies-consent {
  clear: left;
}

@media (min-width: 768px) {
  .woocommerce #review_form #respond .comment-form-author {
    margin-right: 30px;
  }
}

.shipping-calculator-form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.no-shop-sidebar .content-area {
  width: 100%;
  margin-right: 0;
}

.shop-pagination-wrap {
  margin-bottom: 90px;
}

.shop-pagination-wrap .pagination {
  float: unset;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  clear: both;
  flex: 0 100%;
  max-width: 100%;
}

.form-row {
  display: block;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
}

@media (min-width: 991px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 50%;
    margin-bottom: 90px;
    float: left;
  }
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  width: 100%;
}

#order_review_heading {
  margin: 30px 0 20px;
}

@media (min-width: 991px) {
  #order_review_heading {
    clear: right;
  }
}

@media (min-width: 991px) {
  #order_review_heading, #order_review {
    float: right;
    width: 48%;
  }
}

.woocommerce-additional-fields h3 {
  margin: 30px 0 0;
}

.woocommerce-billing-fields h3 {
  margin: 30px 0 20px;
}

#place_order {
  margin: 20px 0 10px;
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
}

#order_comments {
  height: 150px;
}

.woocommerce .woocommerce-result-count {
  margin: 8px 0;
}

@media (max-width: 450px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }
}

.woocommerce .woocommerce-ordering select {
  border-color: #D61C62;
  border-width: 2px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.woocommerce .woocommerce-ordering + .products {
  margin-bottom: 3em;
}

.woocommerce .woocommerce-ordering + .products + .shop-pagination-wrap {
  margin-top: -2em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px !important;
  line-height: 1.3em;
  font-weight: 700 !important;
  margin-top: 20px;
  padding: 0;
}

.woocommerce ul.products li.product .price {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 500;
}

.woocommerce ul.products li.product .star-rating {
  margin: .5em 0;
}

.woocommerce ul.products li.product a .attachment-woocommerce_thumbnail {
  border-radius: 10px;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: white;
}

#coupon_code {
  width: 110px !important;
}

.cart-collaterals {
  margin-bottom: 50px;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.shop_table th {
  border-width: 1px;
  text-align: left;
  font-weight: normal !important;
}

.woocommerce table.shop_table td {
  font-weight: normal;
  text-align: left;
}

.woocommerce table.shop_table td strong {
  font-weight: normal;
}

.woocommerce table.shop_table .quantity input {
  border-color: #e6e6e6;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
  border-collapse: collapse !important;
  border-color: #e6e6e6;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive input, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive .select2-selection.select2-selection--single {
  border-color: #e6e6e6;
}

.woocommerce span.onsale {
  background-color: #D61C62;
  padding: 0;
}

.woocommerce-page .custom-logo {
  max-width: 171px;
}

#place_order {
  padding: 18.75px;
  font-size: 18.75px;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0;
}

.woocommerce ul#shipping_method label {
  font-weight: normal;
}

.united-cart-item {
  padding-left: 15px;
  padding-right: 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 104px;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.united-cart-item:hover .header-quickcart {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  visibility: visible;
}

@media (max-width: 991px) {
  .united-cart-item {
    display: none;
  }
}

.united-cart-item #product-cart-count {
  position: absolute;
  display: block;
  line-height: 13px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  padding: 1px 4px;
  color: white;
  right: -3px;
  top: 30px;
}

.united-cart-item i {
  font-size: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.united-cart-item .header-quickcart {
  visibility: hidden;
  -webkit-box-shadow: 0px 3px 15px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 15px -6px rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transform: translate(100%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  width: 300px;
  right: -150px;
  opacity: 0;
  top: 104px;
  border-radius: 4px;
  padding: 15px 20px 30px;
}

@media (max-width: 1420px) {
  .united-cart-item .header-quickcart {
    right: -120px;
  }
}

@media (max-width: 1360px) {
  .united-cart-item .header-quickcart {
    right: -100px;
  }
}

@media (max-width: 1320px) {
  .united-cart-item .header-quickcart {
    right: -70px;
  }
}

@media (max-width: 1255px) {
  .united-cart-item .header-quickcart {
    right: -30px;
  }
}

@media (max-width: 1200px) {
  .united-cart-item .header-quickcart {
    right: -80px;
  }
}

@media (max-width: 1100px) {
  .united-cart-item .header-quickcart {
    right: -40px;
  }
}

@media (max-width: 1020px) {
  .united-cart-item .header-quickcart {
    right: 0px;
  }
}

.united-cart-item .header-quickcart .woocommerce-mini-cart.cart_list.product_list_widget {
  padding-left: 0;
  margin: 0;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: center;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart__buttons a {
  margin: 0 5px;
  background-color: #018AE0;
  color: white;
  line-height: 1em;
  text-decoration: none;
  font-weight: 700;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart__buttons a:hover {
  background-color: #1446A0;
  color: white;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart-item.mini_cart_item {
  list-style: none;
  padding: 10px 0 15px !important;
  border-bottom: 1px solid #eaeaec;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart-item.mini_cart_item > a {
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart-item.mini_cart_item a > img {
  float: left;
  width: 70px !important;
  margin: 5px 15px 0 0;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
  float: right;
  margin: 32px -10px 0 0px;
  font-size: 15px;
}

.united-cart-item .header-quickcart .woocommerce-mini-cart-item.mini_cart_item .quantity {
  line-height: 18px;
  display: block;
  font-weight: bold;
}

.united-cart-item .header-quickcart .woocommerce-Price-amount {
  font-weight: bold;
  margin-left: 5px;
}

.united-cart-item .header-quickcart .total {
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}

.archive .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button, .page .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button, .single .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button, .blog .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button, .home .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
  color: red;
  display: block;
  font-size: 15px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.archive .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button:hover, .page .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button:hover, .single .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button:hover, .blog .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button:hover, .home .united-cart-item .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button:hover {
  color: white;
  background-color: red;
}

.archive .united-cart-item .woocommerce-mini-cart-item.mini_cart_item, .page .united-cart-item .woocommerce-mini-cart-item.mini_cart_item, .single .united-cart-item .woocommerce-mini-cart-item.mini_cart_item, .blog .united-cart-item .woocommerce-mini-cart-item.mini_cart_item, .home .united-cart-item .woocommerce-mini-cart-item.mini_cart_item {
  padding: 10px 0 27px !important;
}

.archive .united-cart-item .woocommerce-mini-cart__buttons, .page .united-cart-item .woocommerce-mini-cart__buttons, .single .united-cart-item .woocommerce-mini-cart__buttons, .blog .united-cart-item .woocommerce-mini-cart__buttons, .home .united-cart-item .woocommerce-mini-cart__buttons {
  padding: .618em 1em;
}

.woocommerce.archive .united-cart-item .woocommerce-mini-cart-item.mini_cart_item, .woocommerce.single .united-cart-item .woocommerce-mini-cart-item.mini_cart_item {
  padding: 10px 0 15px !important;
}

.shop-sidebar {
  margin: 0 auto 90px;
}

@media (min-width: 992px) {
  .shop-sidebar {
    width: 25%;
    float: right;
  }
}

@media (max-width: 991px) {
  .shop-sidebar {
    width: 80%;
  }
}

@media (max-width: 450px) {
  .shop-sidebar {
    width: 100%;
  }
}

.shop-sidebar input.search-field {
  width: 100%;
  margin-bottom: 10px;
}

.shop-sidebar #productSearch {
  height: 50px;
  border: unset;
}

.shop-sidebar .widget {
  margin: 0 0 40px;
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  font-weight: bold;
}

.woocommerce ul.product_list_widget li a .product-title {
  font-size: 16px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #bfbdbd !important;
}

.woocommerce-mini-cart__total.total, .woocommerce-mini-cart__buttons.buttons {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: .5rem 0.75rem;
}

.product-categories, .woocommerce .woocommerce-widget-layered-nav-list {
  padding-left: 0;
}

.product-categories li, .woocommerce .woocommerce-widget-layered-nav-list li {
  list-style: none;
  margin-bottom: 4px;
  padding: .5rem 0.75rem;
  background-color: white;
  border: 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
}

.product-categories li:hover > .children, .woocommerce .woocommerce-widget-layered-nav-list li:hover > .children {
  display: block;
}

.product-categories li a, .woocommerce .woocommerce-widget-layered-nav-list li a {
  text-decoration: none;
}

.product-categories li .count, .woocommerce .woocommerce-widget-layered-nav-list li .count {
  color: inherit;
  transition: all 0.2s ease-in-out;
}

.product-categories li .children, .woocommerce .woocommerce-widget-layered-nav-list li .children {
  display: none;
}

.woocommerce-mini-cart.cart_list.product_list_widget li {
  background-color: white;
  padding-top: 10px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 25px !important;
  border-radius: 5px;
}

.woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
  top: 15px;
}

.product_list_widget li {
  background-color: white;
  padding: 5px !important;
  margin-bottom: 5px !important;
  border-radius: 5px;
}

.product_list_widget li > a {
  margin-top: 5px;
}

.product_list_widget li .star-rating {
  margin: 5px 0;
}

.woocommerce div.product form.cart {
  margin-top: 20px;
}

.woocommerce div.product form.cart .button {
  clear: left;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  width: 240px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  margin-top: 20px;
}

.woocommerce div.product form.cart .button::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 900;
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,
div.product form.cart .tinvwl_add_to_wishlist_button {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  height: 45px;
  border-radius: 45px;
  background-color: #D61C62;
  color: white;
  width: 240px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button:hover,
div.product form.cart .tinvwl_add_to_wishlist_button:hover {
  background-color: #1446A0;
  color: white;
}

.woocommerce div.product form.cart div.quantity .qty {
  display: block;
  border: 2px solid #D61C62;
  border-radius: 3px;
  width: 240px;
  color: #222222;
}

.product_meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 22px !important;
  margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  -webkit-box-shadow: 1px 2px 20px rgba(105, 105, 105, 0.13);
  -moz-box-shadow: 1px 2px 20px rgba(105, 105, 105, 0.13);
  box-shadow: 1px 2px 20px rgba(105, 105, 105, 0.13);
  padding: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 2em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: -6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-top: 5px;
  border: none;
  font-size: 16px;
  padding: 5px 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #1446A0;
}

@media (max-width: 1200px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 12px;
    margin-right: 5px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: white !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #D61C62;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: white !important;
}

.woocommerce div.product .woocommerce-tabs #comments {
  margin-top: 0px;
}

.woocommerce div.product .woocommerce-tabs #comments .woocommerce-Reviews-title {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .comment-respond {
  padding-top: 20px !important;
}

.woocommerce div.product .woocommerce-tabs .comment-respond .comment-reply-title {
  border: none;
}

.woocommerce div.product .woocommerce-tabs .comment-form-rating .stars a {
  color: #FFC107;
}

.woocommerce div.product .woocommerce-tabs .comment-form {
  padding-top: 0 !important;
}

.woocommerce .related.products {
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 50px;
}

.woocommerce .related.products .woocommerce-loop-product__title {
  font-size: 16px !important;
}

.woocommerce-Price-amount.amount {
  font-weight: 700 !important;
}
