/*********************************************************************************
* Site Name : Vayastay - Vacation Property Verification site
* Site URI : https://www.vayastay.com
* Author : INTSAC
* Version : 1.0.0
*********************************************************************************/
/*********************************************************************************
* TABLE OF CONTENTS
* 
* 1. Bootstrap
* 2. Base
* 3. Navigation
* 4. Slider
* 5. Property
* 6. Call to Action
* 7. Widgets
* 8. Member
* 9. Blog
* 10. Dashboard
* 11. Sidebar
* 12. Dropzone
* 13. Testimonials
* 
*********************************************************************************/
/*********************************************************************************
* 1. Bootstrap
*********************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.nav-link {
  color: #0C4271;
}

.bg-light {
  background-color: #eff7fd !important;
}

.bg-dark {
  background-color: #0C4271 !important;
}

.bg-primary {
  background-color: #fea437 !important;
}

.bg-info {
  background-color: #2854A1 !important;
}

.bg-success {
  background-color: #77dd77 !important;
}

.text-light {
  color: #eff7fd !important;
}

.text-dark {
  color: #0C4271 !important;
}

.text-primary {
  color: #fea437 !important;
}

.text-info {
  color: #2854A1 !important;
}

.text-success {
  color: #77dd77 !important;
}

.card {
  border-radius: 0;
}

.btn {
  border-radius: 0;
  padding: 10px 25px;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 2px;
}
.btn span {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.btn i {
  vertical-align: middle;
}
.btn.btn-primary {
  background-color: #fea437;
  border-color: #fea437;
}
.btn.btn-dark {
  background-color: #0C4271;
  border-color: #0C4271;
}
.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.hover-primary:hover {
  background-color: #fea437;
  border-color: #fea437;
  color: #ffffff;
}
.btn.hover-dark:hover {
  background-color: #0C4271;
  border-color: #0C4271;
  color: #ffffff;
}
.btn.hover-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0C4271;
}
.btn.hover-dark:hover {
  background-color: #0C4271;
  border-color: #0C4271;
  color: #ffffff;
}

.note-toolbar.card-header .btn {
  padding: 5px 15px;
  border-width: 1px;
}

.form-control,
.form-select {
  border-radius: 0;
  line-height: 2;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #fea437;
}

.table > :not(caption) > * > * {
  padding: 0.8rem 0.5rem;
}

/*********************************************************************************
* 2. Base
*********************************************************************************/
/*********************************************************************************
* 2. Base
*********************************************************************************/
body {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

a {
  text-decoration: none;
  display: inline-block;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
  color: #0C4271;
}

img {
  width: 100%;
  height: auto;
}

blockquote {
  padding: 35px;
  margin: 1rem 0;
  background-color: #ffffff;
  position: relative;
  font-size: 18px;
  font-style: italic;
}
blockquote::after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fea437;
  content: "\e67e";
  margin-left: 10px;
  font-size: 25px;
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
blockquote::before {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fea437;
  content: "\e67f";
  margin-left: 10px;
  font-size: 25px;
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.py-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  background: #0C4271 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section-title {
  margin-bottom: 50px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}
#preloader #status .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
#preloader #status .spinner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: preloaderAnimation 1.2s infinite ease-in-out;
  animation: preloaderAnimation 1.2s infinite ease-in-out;
}
#preloader #status .spinner > div.bar2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#preloader #status .spinner > div.bar3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#preloader #status .spinner > div.bar4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#preloader #status .spinner > div.bar5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.scroll-top a {
  position: fixed;
  bottom: 8%;
  right: 5%;
  z-index: 999;
  width: 45px;
  height: 45px;
  background-color: #fea437;
  color: #ffffff;
  text-align: center;
  line-height: 2.8;
  font-size: 18px;
}
.scroll-top a:hover {
  background-color: #2854A1;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e724";
  margin: 0 5px;
  font-size: 10px;
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2.5;
  color: #ffffff;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #fea437;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.about-thumb-wrapper {
  position: relative;
}
.about-thumb-wrapper .thumb1 {
  border: 5px solid #ffffff;
  border-radius: 5px;
}
.about-thumb-wrapper .thumb2 {
  position: absolute;
  top: 5%;
  left: 5%;
}
.about-thumb-wrapper .thumb2 img {
  max-width: 200px;
  border: 5px solid #ffffff;
  border-radius: 5px;
}
.about-thumb-wrapper .thumb3 {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.about-thumb-wrapper .thumb3 img {
  max-width: 200px;
  border: 5px solid #ffffff;
  border-radius: 5px;
}

@-webkit-keyframes preloaderAnimation {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes preloaderAnimation {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-animation: 0.5s fadeInDown ease-in-out;
  -moz-animation: 0.5s fadeInDown ease-in-out;
  -o-animation: 0.5s fadeInDown ease-in-out;
  animation: 0.5s fadeInDown ease-in-out;
}

.footer-bar .social-links ul li a {
  font-size: 18px;
}
.footer-bar .social-links ul li a:hover {
  color: #fea437 !important;
}

.video-icon-wrapper {
  max-width: 70%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay .video-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-overlay .video-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fea437;
  border-radius: 50%;
  animation: iconPulse 1s ease-out infinite;
}
.video-overlay .video-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fea437;
  border-radius: 50%;
  transition: all 200ms;
}
.video-overlay .video-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.checklist-item .icon span {
  width: 45px;
  height: 45px;
}

.bg-light-dark {
  background-color: #b8daf7;
  color: #0C4271;
}

.bg-light-primary {
  background-color: #fdeeee;
  color: #fea437;
}

.map-wrapper iframe {
  width: 100%;
  min-height: 300px;
}

@keyframes iconPulse {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media all and (max-width: 992px) {
  .video-icon-wrapper {
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .footer-bar p {
    margin-bottom: 1rem;
  }
}
/*********************************************************************************
* 3. Navigation
*********************************************************************************/
.main-nav-wrapper .menu {
  display: flex;
}
.main-nav-wrapper .menu .nav-item .nav-link {
  padding: 25px 10px;
}
.main-nav-wrapper .menu .nav-item .nav-link:hover {
  color: #fea437;
}
.main-nav-wrapper .menu .has-children {
  position: relative;
}
.main-nav-wrapper .menu .has-children > a::after {
  content: "\e64b";
  margin-left: 10px;
  font-size: 12px;
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.main-nav-wrapper .menu .has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  z-index: 999;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.main-nav-wrapper .menu .has-children .sub-menu li {
  border-bottom: 1px solid #e6f2fc;
}
.main-nav-wrapper .menu .has-children .sub-menu li:first-child {
  border-top: none;
}
.main-nav-wrapper .menu .has-children .sub-menu li:last-child {
  border-bottom: none;
}
.main-nav-wrapper .menu .has-children .sub-menu li a {
  color: #0C4271;
  padding: 10px;
  display: block;
}
.main-nav-wrapper .menu .has-children .sub-menu li.has-children > a::after {
  content: "\e649";
  position: absolute;
  top: 37%;
  right: 5px;
}
.main-nav-wrapper .menu .has-children .sub-menu li.has-children .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav-wrapper .menu .has-children .sub-menu li.has-children .sub-menu li a:hover {
  color: #fea437;
}
.main-nav-wrapper .menu .has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.mean-container .mean-bar {
  position: absolute;
  top: 100%;
  left: 0;
  min-height: 0;
  padding: 0;
}
.mean-container .mean-bar .mean-nav {
  margin-top: 0;
  background-color: #0C4271;
  max-height: 300px;
  overflow-y: auto;
}
.mean-container .mean-bar .mean-nav ul li a {
  text-transform: capitalize;
  padding: 0.7em 5%;
  width: 90%;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
  width: 22px;
  height: 22px;
  line-height: 1.2;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
  background-color: #fea437;
}
.mean-container a.meanmenu-reveal {
  top: -55px;
  color: #0C4271;
  transition: none;
}
.mean-container a.meanmenu-reveal span {
  background-color: #0C4271;
}

@media all and (max-width: 992px) {
  .head-content-wrapper {
    padding: 15px 0;
  }
  .navbar {
    width: 100%;
    position: initial;
  }
  .sub-menu.bg-white {
    background-color: #0C4271 !important;
  }
}
/*********************************************************************************
* 4. Slider
*********************************************************************************/
.home-banner {
  background: #0C4271 url("img/sliders/home-bg-slide1.jpg") no-repeat center;
  padding: 150px 0;
}
.home-banner .banner-location {
  margin-top: 3rem;
}

.page-banner {
  padding: 100px 0;
}
.page-banner.page-banner-bg {
  background: #0C4271 url("img/page-banner-bg.jpg") no-repeat center;
}

.home-slider .slide-item .title {
  margin-bottom: 1.5rem;
}
.home-slider .slide-item .title h2 {
  font-size: 50px;
}
.home-slider .slide-item .description {
  margin-bottom: 2rem;
}

@media all and (max-width: 992px) {
  .home-banner {
    padding: 85px 0;
  }
}
@media all and (max-width: 768px) {
  .home-banner {
    padding: 70px 0;
  }
}
@media all and (max-width: 575px) {
  .home-banner {
    padding: 50px 0;
  }
  .home-banner .banner-location {
    margin-top: 1.5rem;
  }
  .home-slider .slide-item .title {
    margin-bottom: 1rem;
  }
  .home-slider .slide-item .title h2 {
    font-size: 30px;
  }
  .home-slider .slide-item .description {
    margin-bottom: 1rem;
  }
}
/*********************************************************************************
* 5. Property
*********************************************************************************/
.property-item {
  margin-bottom: 1.5rem;
}
.property-item .property-thumb {
  overflow: hidden;
  position: relative;
}
.property-item .property-thumb .verified-badge {
  top: 0;
  left: 0;
}
.property-item .property-thumb::after {
  position: absolute;
  top: 0;
  left: -70%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-item .property-content {
  z-index: 1;
}
.property-item .property-content .author {
  right: 15px;
  top: -60px;
}
.property-item .property-content .author img {
  width: 80px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.property-item .property-content .property-breadcrumb ul li {
  display: inline-block;
}
.property-item .property-content .property-breadcrumb ul li + li::before {
  content: "\e724";
  margin: 0 5px;
  font-size: 10px;
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.property-item .property-content .property-breadcrumb ul li a {
  font-size: 14px;
}
.property-item .property-content .property-breadcrumb ul li a:hover {
  color: #fea437 !important;
}
.property-item .property-content .title a:hover {
  color: #fea437 !important;
}
.property-item .property-content .title .location {
  font-size: 14px;
}
.property-item .property-content .title .location i,
.property-item .property-content .title .location span {
  vertical-align: middle;
}
.property-item .property-content .feedback .review {
  display: flex;
  align-items: center;
  gap: 5px;
}
.property-item .property-content .feedback .review i {
  font-size: 12px;
}
.property-item .property-content .price .price-text {
  padding: 5px 10px;
  border-radius: 5px;
}
.property-item .property-content .price .views {
  font-size: 14px;
}
.property-item:hover .property-thumb::after {
  left: 100%;
}

.property-slider .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}
.property-slider .owl-nav button.owl-prev,
.property-slider .owl-nav button.owl-next {
  border: 1px solid #e6f2fc;
  padding: 5px 10px !important;
  color: #0C4271;
  display: inline-block;
}
.property-slider .owl-nav button.owl-prev {
  margin-right: 5px;
}
.property-slider .owl-dots {
  text-align: center;
}
.property-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #0C4271;
  margin-right: 5px;
  border-radius: 50%;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-slider .owl-dots .owl-dot.active {
  background-color: #fea437;
}
.property-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.single-property .property-links a {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 2.5;
}
.single-property .property-features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.single-property .property-features ul li i {
  color: #0C4271;
}
.single-property .property-amenities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.single-property .property-amenities ul li i {
  color: #fea437;
}
.single-property .tags ul li {
  margin-bottom: 0.5rem;
}
.single-property .tags ul li a {
  display: block;
  padding: 5px 15px;
}
.single-property .tags ul li a:hover {
  background-color: #fea437 !important;
  border-color: #fea437 !important;
  color: #ffffff !important;
}

.review-item .thumb img {
  width: 80px;
  height: 80px;
}

.review-star .stars i {
  cursor: pointer;
}
.review-star .stars i:hover {
  color: #fea437;
}

@media all and (max-width: 992px) {
  .single-property .property-features ul,
  .single-property .property-amenities ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  .single-property .property-features ul,
  .single-property .property-amenities ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*********************************************************************************
* 6. Call to Action
*********************************************************************************/
.cta-item .cta-wrapper .cta-icon i {
  font-size: 90px;
}

@media all and (max-width: 992px) {
  .cta-item {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 575px) {
  .cta-item .cta-wrapper .cta-icon {
    margin-bottom: 1.5rem;
  }
}
/*********************************************************************************
* 7. Widgets
*********************************************************************************/
.widget-item .nav-links ul li a {
  padding: 5px;
  color: #0C4271;
  display: block;
}
.widget-item .nav-links ul li a i {
  font-size: 12px;
  margin-right: 5px;
}
.widget-item .nav-links ul li a:hover {
  color: #fea437 !important;
  text-indent: 5px;
}
.widget-item .recent-post-list .recent-post-item {
  margin-bottom: 1rem;
}
.widget-item .recent-post-list .recent-post-item:last-child {
  margin-bottom: 0;
}
.widget-item .recent-post-list .recent-post-item .thumb img {
  width: 100px;
}
.widget-item .recent-post-list .recent-post-item .post-info h4 a {
  font-size: 18px;
}
.widget-item .recent-post-list .recent-post-item .post-info h4 a:hover {
  color: #fea437 !important;
}
.widget-item .tags-widget ul.tag-list li {
  display: inline-block;
}
.widget-item .tags-widget ul.tag-list li a {
  display: block;
  padding: 5px 15px;
  margin-bottom: 0.5rem;
}
.widget-item .tags-widget ul.tag-list li a:hover {
  background-color: #fea437;
  border-color: #fea437 !important;
  color: #ffffff !important;
}

@media all and (max-width: 992px) {
  .widget-item {
    margin-bottom: 1.5rem;
  }
}
/*********************************************************************************
* 8. Member
*********************************************************************************/
.member-item .thumb .member-social {
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
}
.member-item .thumb .member-social ul li {
  transform: translate(0px, 45px);
  -webkit-transform: translate(0px, 45px);
  -moz-transform: translate(0px, 45px);
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.member-item .thumb .member-social ul li a {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 2.5;
  background-color: #0C4271;
  color: #ffffff;
}
.member-item .thumb .member-social ul li a:hover {
  background-color: #fea437;
}
.member-item .thumb .member-social ul li:nth-child(2) {
  transition-delay: 0.05s;
}
.member-item .thumb .member-social ul li:nth-child(3) {
  transition-delay: 0.1s;
}
.member-item .thumb .member-social ul li:nth-child(4) {
  transition-delay: 0.15s;
}
.member-item .thumb .member-social ul li:nth-child(5) {
  transition-delay: 0.2s;
}
.member-item:hover .thumb .member-social ul li {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

/*********************************************************************************
* 9. Blog
*********************************************************************************/
.blog-item {
  margin-bottom: 1.5rem;
}
.blog-item .thumb {
  overflow: hidden;
}
.blog-item .thumb a {
  display: block;
}
.blog-item .thumb .date {
  bottom: 5%;
  left: 5%;
}
.blog-item .blog-info .title a:hover {
  color: #fea437 !important;
}
.blog-item .blog-info .blog-meta .author-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.blog-item .blog-info .blog-meta .author-name strong a {
  color: #0C4271;
}
.blog-item .blog-info .blog-meta .author-name strong a:hover {
  color: #fea437;
}

.comment-item .thumb img {
  width: 80px;
  height: 80px;
}
.comment-item .comment-info .reply-btn:hover {
  color: #fea437 !important;
}

.blog-meta .category a:hover {
  color: #fea437 !important;
}

.single-blog .tags ul li a {
  display: block;
  padding: 5px 15px;
}
.single-blog .tags ul li a:hover {
  background-color: #fea437;
  border-color: #fea437 !important;
  color: #ffffff !important;
}

@media all and (max-width: 992px) {
  .blog-item {
    margin-bottom: 1.5rem;
  }
}
/*********************************************************************************
* 10. Dashboard
*********************************************************************************/
.profile-thumb img {
  width: 100px;
  height: 100px;
}

/*********************************************************************************
* 11. Sidebar
*********************************************************************************/
.sidebar .sidebar-links li a {
  padding: 10px 15px;
}
.sidebar .sidebar-links li a i {
  margin-right: 5px;
}
.sidebar .sidebar-links li a:hover {
  background-color: #fea437 !important;
  color: #ffffff !important;
}

/*********************************************************************************
* 12. Dropzone
*********************************************************************************/
.dropzone {
  border: 1px solid #e6f2fc;
}
.dropzone .dz-message i {
  font-size: 50px;
}

/*********************************************************************************
* 13. Testimonial
*********************************************************************************/
.testimonial-item {
  margin-top: 4rem;
}
.testimonial-item .testimonial-wrapper {
  padding: 50px 20px 20px 30px;
}
.testimonial-item .testimonial-wrapper .client-thumb {
  left: 50%;
  top: -40px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-item .testimonial-wrapper .client-thumb div {
  height: 85px;
  width: 85px;
}
.testimonial-item .testimonial-wrapper .client-thumb div img {
  height: 80px;
  width: 80px;
  top: -1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-item .testimonial-wrapper .right-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.testimonial-item .testimonial-wrapper .right-icon i {
  color: #e6f2fc;
}
.testimonial-item .testimonial-wrapper .left-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.testimonial-item .testimonial-wrapper .left-icon i {
  color: #e6f2fc;
}

/*# sourceMappingURL=style.css.map */
