@charset "UTF-8";

/*
	Template Name: Minzel
	Author: techydevs
	Description: Minzel - Business HTML Template
	Tags: one-column, two-columns, three-columns, four-columns, custom-menu, featured-images, translation-ready
	Version: 1.0
*/
/*------------------------------------------------------------------
[Table of contents]
	+ General
		- general Styles
		- common-style
		- Preloader
		- divider
		- Back To Top
	+ Header
		- Logo
		- login
		- sign up
		- language
		- Main Navigation
		- Dropdown
		- Offcanvas menu
		- Search
	+ Content
		+ Main Files
			- index.html
			- index-2.html
	+ Banner Area
			- Breadcrumb
	+ Pages
			- About
			- Case Study
			- Single Case Study
			- Team Grid
			- Team Details
			- Testimonials
			- FAQs
			- Pricing
			- 404 Error Pages
			- Sign Up
			- Login
			- Recover
	+ blog
			- Blog Full Width
			- Blog Grid
			- Blog Detail
	+ Footer
		+ Top Footer
			- Contact Minzel
			- Help & Support
			- Working Hours
			- Get In Touch
		+ Bottom Footer
		    - Copyright
	+ Responsive breakpoints
		    - $laptop_l: '(max-width: 1440px)';
            - $laptop_m: '(max-width: 1366px)';
            - $laptop_m_two: '(max-width: 1280px)';
            - $laptop_m_three: '(max-width: 1199px)';
            - $laptop_m_four: '(max-width: 1024px)';
            - $tab_device: 'only screen and (min-width: 768px) and (max-width: 991px)';
            - $large_mobile: 'only screen and (min-width: 480px) and (max-width: 767px)';
            - $small_mobile: 'only screen and (min-width: 320px) and (max-width: 479px)';
-------------------------------------------------------------------*/
/*==== font sizes ====*/
/*==== colors ====*/
/*==== font weight ====*/
/*==== breakpoints ====*/
@keyframes loader-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

a,
a:hover,
a:focus {
  text-decoration: none;
}

input:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #202124;
}

p {
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #5d6371;
}

/*======= container =======*/
.container {
  max-width: 1240px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.td-line-through {
  text-decoration: line-through;
}

.h-500 {
  height: 500px;
}

.theme-font-2 {
  font-family: "Oswald", sans-serif;
}

/*========= anim-bounce ==========*/
.anim-bounce {
  animation: heartBeat 1000ms infinite linear;
}

/*========= z-index ==========*/
.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-n1 {
  z-index: -1 !important;
}

/*========= radius ==========*/
.rounded-6 {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}

/*========= position ==========*/
.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

/*========= font-weight ==========*/
.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

/*========= bg ==========*/
.bg-gradient {
  background: #f4897f;
  background-image: -moz-linear-gradient(left, #f4897f 0%, #f66b5d 100%) !important;
  background-image: -webkit-linear-gradient(left, #f4897f 0%, #f66b5d 100%) !important;
  background-image: linear-gradient(to right, #f4897f 0%, #f66b5d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4897f", endColorstr="#f66b5d", GradientType=1);
}

.bg-gray {
  background-color: #fafafa !important;
}

.bg-blue {
  background-color: #4267b2 !important;
}

.bg-cyan {
  background-color: #00acee !important;
}

/*========= border-color ==========*/
.border-gray {
  border-color: rgba(128, 137, 150, 0.1) !important;
}

.border-top-gray {
  border-top-color: rgba(128, 137, 150, 0.1) !important;
}

.border-right-gray {
  border-right-color: rgba(128, 137, 150, 0.1) !important;
}

.border-bottom-gray {
  border-bottom-color: rgba(128, 137, 150, 0.1) !important;
}

.border-left-gray {
  border-left-color: rgba(128, 137, 150, 0.1) !important;
}

.border-blue {
  border-color: #4267b2 !important;
}

.border-cyan {
  border-color: #00acee !important;
}

/*========= text color ==========*/
.text-black {
  color: #202124 !important;
}

.text-gray {
  color: #eeeeee !important;
}

.text-gray-2 {
  color: #c1c1c1 !important;
}

.text-color-1 {
  color: #ce202c !important;
}

/*========= font sizes ==========*/
.fs-70 {
  font-size: 70px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-11 {
  font-size: 11px !important;
}

/*========= spacing ==========*/
.pt-100 {
  padding-top: 100px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

.pt-50 {
  padding-top: 50px !important;
}

/* padding bottom */
.pb-100 {
  padding-bottom: 100px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

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

.pb-50 {
  padding-bottom: 50px !important;
}

/*========= line-height ==========*/
.lh-20 {
  line-height: 20px !important;
}

.lh-18 {
  line-height: 18px !important;
}

/*======== form-group =========*/
.form-group {
  position: relative;
  margin-bottom: 16px;
}

/*======== label =========*/
label {
  margin-bottom: 8px;
}

.label-text {
  color: #202124;
  font-weight: 500;
  font-size: 14px;
}

.form--control {
  height: 50px;
  border-color: rgba(128, 137, 150, 0.2);
  font-size: 15px;
  color: #202124;
}

.form--control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #f66b5d;
}

.form--control-sm {
  height: 40px;
}

.custom-control-label {
  vertical-align: middle;
}

.custom-control-label,
.custom-select {
  cursor: pointer;
}

.custom--select {
  height: 50px;
}

/*======== bootstrap-tagsinput =======*/
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #202124;
  border-color: rgba(128, 137, 150, 0.3);
  width: 100%;
  font-size: 14px;
  padding: 12px 16px;
}

.bootstrap-tagsinput.focus {
  border-color: rgba(128, 137, 150, 0.6);
}

.bootstrap-tagsinput .tag {
  font-size: 12px;
}

/*======== checkout-discount =======*/
.discount-form-control {
  border-style: dashed;
}

.checkout-discount {
  position: relative;
  max-width: 350px;
}

.checkout-discount label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

/*======== payment-method =======*/
.payment-method .payment-method-label {
  margin-bottom: 0;
  color: #202124;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  display: block;
  cursor: pointer;
}

.payment-method .payment-method-label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.payment-method .payment-method-label:before {
  border: 2px solid #eeeeee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.payment-method .payment-method-label:after {
  background-color: #f66b5d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 5px;
  top: 23px;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.payment-method li {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(82, 85, 90, 0.1);
  box-shadow: 0 1px 8px rgba(82, 85, 90, 0.1);
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
}

.payment-method li.active .payment-method-label:before {
  border-color: #f66b5d;
}

.payment-method li.active .payment-method-label:after {
  background-color: #f66b5d;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.payment-method li.active .expanded-payment-method {
  display: block;
}

.expanded-payment-method {
  display: none;
  font-weight: 400;
  padding-bottom: 14px;
}

.expanded-payment-method p {
  font-size: 15px;
}

.alert-message {
  display: none;
}

/*=========== toggle-password =============*/
.toggle-password {
  display: inline-flex;
  align-items: center;
}

.toggle-password:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.toggle-password:hover {
  color: #f66b5d;
}

.toggle-password .eye-off {
  display: none;
}

.toggle-password.active .eye-off {
  display: block;
}

.toggle-password.active .eye-on {
  display: none;
}

/*==== pattern-bg =====*/
.pattern-bg {
  position: relative;
  z-index: 1;
}

.pattern-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dots2.png);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

/*========= bg-img ==========*/
.bg-img {
  background-image: url(../images/img6.jpg);
  background-size: cover;
  background-position: center;
}

/*========= section-padding ==========*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--padding {
  padding-top: 100px;
  padding-bottom: 70px;
}

/*========= preloader ==========*/
.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loader-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader-ripple div {
  position: absolute;
  border: 4px solid #f66b5d;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

/*========= hover ==========*/
.hover-y:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hover-s:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.hover-y,
.hover-s {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*========= overlay ==========*/
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: -1;
  opacity: 0.6;
}

/*========= sec-title ==========*/
.sec-title {
  font-size: 40px;
  font-weight: 700;
  /* text-align: justify; */
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sec-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sec-title.fs-60 {
    font-size: 30px !important;
  }
}

/*========= sec-desc ==========*/
.sec-desc {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1024px) {

  .sec-title br,
  .sec-desc br {
    display: none;
  }
}

/*========= list-item ==========*/
.list-item li {
  margin-bottom: 7px;
}

.list-item li a {
  color: #5d6371;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.list-item li a:hover {
  color: #ce202c;
  font-weight: bold;
}

.list-item .Desktop-Top a:hover {
  color: #ffffff;
}

/*========= list-item-white ==========*/
.list-item-white li a {
  color: #ffffff;
}

/*========= list-item-bullet ==========*/
.list-item-bullet li::before {
  content: "•";
  color: #5d6371;
  display: inline-block;
  width: 16px;
}

/*========= list-group-service ==========*/
.list-group-service .list-group-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 25px;
}

.list-group-service .list-group-item+.list-group-item {
  border-top-width: 1px;
}

.list-group-service .list-group-item.active {
  background-color: #f66b5d;
  border-color: #f66b5d;
}

.list-group-service .list-group-item.active h5 {
  color: #ffffff;
}

/*========= list-group-item ==========*/
.list-group-item a {
  color: #5d6371;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.list-group-item a:hover {
  color: #f66b5d;
}

/*========= list-group-flush ==========*/
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-bottom-color: rgba(128, 137, 150, 0.1);
}

/*========= filter-colors ==========*/
.filter-colors {
  display: flex;
  align-items: center;
}

.filter-colors a {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0.2rem solid #ffffff;
  margin-right: 1px;
  margin-left: 1px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.filter-colors a.selected,
.filter-colors a:hover {
  -webkit-box-shadow: 0 0 0 0.1rem #eeeeee;
  -moz-box-shadow: 0 0 0 0.1rem #eeeeee;
  box-shadow: 0 0 0 0.1rem #eeeeee;
}

.filter-colors a.brown {
  background-color: #cc9966;
}

.filter-colors a.blue {
  background-color: #3399cc;
}

.filter-colors a.purple {
  background-color: #9966cc;
}

.filter-colors a.black {
  background-color: #000000;
}

.filter-colors a.green {
  background-color: #669933;
}

.filter-colors a:after {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}

.filter-colors a.selected:after {
  opacity: 1;
  visibility: visible;
}

.filter--colors a {
  width: 22px;
  height: 22px;
}

/*========= custom-control ==========*/
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/*========= custom-control-input ==========*/
.custom-control-input {
  margin-left: -1.5em;
  float: left;
}

.custom-control-input:checked {
  background-color: #f66b5d;
  border-color: #f66b5d;
}

.custom-control-input:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 107, 93, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(246, 107, 93, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(246, 107, 93, 0.25);
}

.custom-control-input:focus:not(:checked) {
  border-color: #f66b5d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 107, 93, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(246, 107, 93, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(246, 107, 93, 0.25);
}

/*====== qtyBtn ======*/
.quantity-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
}

/*====== qtyBtn ======*/
.qtyBtn {
  font-size: 16px;
  color: #202124;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 15px;
}

.qtyBtn:not(:last-child) {
  border-right: 1px solid rgba(128, 137, 150, 0.1);
}

.qtyBtn:not(:first-child) {
  border-left: 1px solid rgba(128, 137, 150, 0.1);
}

.qtyBtn:hover {
  color: #f66b5d;
}

/*====== qtyInput ======*/
.qtyInput {
  width: 40px;
  border: 0;
  text-align: center;
  color: #202124;
  font-weight: 500;
  pointer-events: none;
  font-size: 16px;
  background-color: transparent;
}

/*===== custom-table =====*/
.blockquote {
  border-left: 5px solid #eeeeee;
  padding: 10px 20px;
}

/*===== custom-table =====*/
.custom-table {
  display: flex;
  border: 1px solid #eeeeee;
  font-weight: 500;
  margin-bottom: -1px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .custom-table {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.custom-table .custom-table-name {
  width: 230px;
  flex-shrink: 0;
  border-right: 1px solid #eeeeee;
  color: #202124;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .custom-table .custom-table-name {
    width: 100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .custom-table .custom-table-name {
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }
}

.custom-table .custom-table-name,
.custom-table .custom-table-value {
  padding: 10px 15px;
}

/*======= pagination-list ========*/
.pagination-list .page-item.active .page-link {
  background-color: #f66b5d;
  color: #ffffff;
}

.pagination-list .page-item.active .page-link:hover {
  color: #ffffff;
}

.pagination-list .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-list .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-list .page-link {
  margin-left: 3px;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #5d6371;
}

.pagination-list .page-link:hover {
  color: #202124;
}

/*====== leave-rating ========*/
.leave-rating {
  display: table;
  border: 1px solid rgba(128, 137, 150, 0.2);
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.leave-rating input[type=radio] {
  display: none;
}

.leave-rating input[type=radio]:hover~label:before,
.leave-rating input[type=radio]:checked~label:before {
  color: #f9b851;
  font-weight: 700;
}

.leave-rating label {
  float: right;
  letter-spacing: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  font-size: 22px;
}

.leave-rating label:before {
  color: #d4d4d4;
  font-weight: 400;
}

/*========= owl-theme-styled ==========*/
.owl-theme-styled .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}

.owl-theme-styled .owl-nav [class*=owl-] {
  background: #ffffff !important;
  width: 35px;
  height: 35px;
  line-height: 40px !important;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #202124 !important;
  font-size: 22px !important;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme-styled .owl-nav [class*=owl-]:hover {
  background: #f66b5d !important;
  color: #ffffff !important;
}

.owl-theme-styled .owl-dots .owl-dot:hover span,
.owl-theme-styled .owl-dots .owl-dot.active span {
  background: #f66b5d;
}

/*========= owl-theme--styled ==========*/
.owl-theme--styled .owl-nav {
  padding-right: 0;
  padding-left: 0;
  z-index: -1;
}

.owl-theme--styled .owl-nav .owl-prev {
  margin-left: -40px;
}

.owl-theme--styled .owl-nav .owl-next {
  margin-right: -40px;
}

/*==== fun-fact-item =====*/
.fun-fact-item .icon-element {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.fun-fact-item:hover .icon-element {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*==== myChartLegend =====*/
#myChartLegend li {
  cursor: pointer;
  color: #5d6371;
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
}

#myChartLegend li span {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 10px;
  margin-right: 8px;
  width: 10px;
}

#myChartLegend li:first-child {
  margin-right: 20px;
}

#myChartLegend li:first-child span {
  background-color: #4e73df !important;
}

#myChartLegend li:last-child span {
  background-color: #f66b5d !important;
}

#myChartLegend li.legend-active {
  text-decoration: line-through;
}

/*======== owl-item =========*/
.card-slider .owl-item,
.testimonial-slider .owl-item {
  padding: 15px;
}

.card-slider .owl-dots,
.testimonial-slider .owl-dots {
  margin-top: 0 !important;
}

/* star rating */
.star-rating {
  line-height: 18px;
}

.star-rating .star {
  display: inline-block;
  padding: 0;
  margin-right: 4px;
  position: relative;
}

.star-rating .star.half::after,
.star-rating .star::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f005";
  display: block;
  color: #f9b851;
  font-weight: 700;
}

.star-rating .star.half::before {
  color: #d4d4d4;
}

.star-rating .star.half::after {
  color: #f9b851;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.star-rating .star.empty::before {
  color: #d4d4d4;
}

/* rating-counter */
.rating-counter {
  color: #5d6371;
  padding-left: 3px;
  display: inline-block;
  font-size: 14px;
}

/*====== summernote ======*/
.note-editable ul {
  list-style-type: disc;
}

.note-editable ul,
.note-editable ol {
  padding-left: 30px;
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border-color: rgba(128, 137, 150, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.note-editor.note-airframe:hover,
.note-editor.note-frame:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*======== pre =========*/
pre {
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #eeeeee;
  border: 1px solid rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
}

/*======== back-to-top =========*/
#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 30px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.1);
  box-shadow: 0 1px 10px rgba(82, 85, 90, 0.1);
  color: #202124;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

#back-to-top:hover {
  background-color: #cf232e;
  color: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#back-to-top.active {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

/*======== row =========*/
.row>* {
  position: relative;
}

/*======== textarea =========*/
textarea {
  height: 100px !important;
}

.note-modal-footer {
  height: auto;
  text-align: right;
}

.note-modal-footer .note-btn {
  float: none;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 350px;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 180px;
}

.btn {
  font-weight: 500;
  padding: 12px 20px;
}

.btn:focus,
.btn.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-sm {
  padding: 6px 12px;
}

/*=== btn-primary ===*/
.btn-primary {
  background-color: #ce202c;
  border-color: #ffffff;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #ce202c;
  border-color: #ffffff;
}

/*=== btn-outline ===*/
.btn-outline-primary {
  border-color: #f66b5d;
  color: #f66b5d;
}

.btn-outline-primary:hover {
  background-color: #f66b5d;
  border-color: #f66b5d;
}

/*=== btn-link ===*/
.btn-link {
  text-decoration: none;
  color: #5d6371;
  font-weight: 500;
}

.btn-link:hover {
  color: #ce202c;
  font-weight: bold;
}

/*======== input-group =========*/
.input-group .input-group-append {
  display: flex;
}

.input-group .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header-area {
  position: relative;
  z-index: 1030;
}

.header-area.fixed-top {
  position: fixed;
}

.fixed-top {
  -webkit-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.08);
  box-shadow: 0 1px 10px rgba(82, 85, 90, 0.08);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*===== header-top-item =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-item {
    text-align: center !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-item {
    text-align: center !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-item {
    text-align: center !important;
  }
}

.header-top-item .list-item li {
  margin-bottom: 0;
}

/*===== main-menu =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu {
    display: none;
  }
}

.main-menu>ul>li {
  display: inline-block;
  margin-right: 25px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.main-menu>ul>li.has-mega-menu {
  position: static;
}

.main-menu>ul>li>a {
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding-bottom: 27px;
  margin-bottom: -27px;
}

.main-menu>ul>li>a:hover {
  color: #ce202c;
}

.main-menu>ul>li .dropdown-menu-item {
  position: absolute;
  top: 60px;
  left: 0;
  width: 200px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.main-menu>ul>li .dropdown-menu-item li a {
  color: #5d6371;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-menu>ul>li .dropdown-menu-item li a:hover {
  color: #f66b5d;
}

.main-menu>ul>li .mega-menu {
  width: 100%;
}

.main-menu>ul>li .mega-menu>li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}

.main-menu>ul>li:hover .dropdown-menu-item {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

/*===== user-action-list =====*/
.user-action-list li {
  display: inline-block;
  position: relative;
}

.user-action-list li:not(:last-child) {
  margin-right: 25px;
}

.user-action-list li a {
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.user-action-list li a:hover {
  color: #f66b5d;
}

.user-action-list li .item-count {
  position: absolute;
  top: -7px;
  right: -15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #f66b5d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 23px;
}

.user-action-list li.search-dropdown {
  position: static;
}

/*===== search-dropdown ======*/
.search-dropdown .dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  width: 20px;
}

.search-dropdown .dropdown-toggle:after {
  display: none;
}

.search-dropdown .dropdown-toggle:hover {
  color: #f66b5d;
}

.search-dropdown .dropdown-toggle[aria-expanded=true] i:before {
  content: "\f00d";
}

.search-dropdown .dropdown-menu {
  width: 100%;
  margin-top: 20px;
}

/*===== dropdown--menu ======*/
.dropdown--menu {
  padding: 20px;
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/*===== main-header-action ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-action {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header-action {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-header-action {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
}

/*===== main-header-action-2 ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-action-2 {
    justify-content: space-between !important;
    padding-top: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header-action-2 {
    justify-content: space-between !important;
    padding-top: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-header-action-2 {
    justify-content: space-between !important;
    padding-top: 0;
  }
}

/*====== off-canvas =======*/
.off-canvas,
.sidebar-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background-color: #ffffff;
  overflow-x: hidden;
  z-index: 1035;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.off-canvas.active,
.sidebar-filter.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.off-canvas-dropdown-toggle.icon-element-xs {
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 35px;
}

.off-canvas-dropdown-toggle.active,
.off-canvas-dropdown-toggle:hover {
  color: #f66b5d;
}

.off-canvas-dropdown-toggle.active i:before {
  content: "\f106";
}

.off-canvas-menu {
  text-transform: capitalize;
  padding-top: 60px;
  font-weight: 500;
}

.off-canvas-menu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #202124;
}

.off-canvas-menu>li .off-canvas-dropdown {
  display: none;
  padding-left: 20px;
  font-size: 15px;
}

.sidebar-filter-wrap {
  padding-top: 60px;
}

/* .bread-bg {
  background-image: url(../images/page-header-bg.png);
} */

.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.breadcrumb-item a {
  color: #202124;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.breadcrumb-item a:hover {
  color: #f66b5d;
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  color: #5d6371;
}

.icon-element {
  width: 90px;
  height: 90px;
  line-height: 95px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(82, 85, 90, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(82, 85, 90, 0.15);
  box-shadow: 0 1px 3px rgba(82, 85, 90, 0.15);
  font-size: 35px;
  color: #202124;
  display: inline-block;
}

.icon-element-sm {
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 24px;
}

.icon-element-xs {
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 16px;
}

.icon-element-xs-2 {
  width: 35px;
  height: 35px;
  line-height: 40px;
  font-size: 14px;
}

a.icon-element {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a.icon-element:hover {
  color: #ce202c;
}

.nav-pills {
  border-bottom: 0;
}

.nav-pills .nav-link {
  border-color: #5d6371;
  color: #202124;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: #ce202c;
  border-color: #ffffff;
  color: #ffffff;
}

.nav--pills .nav-link {
  padding: 10px 20px;
}

.product-gallery-nav {
  margin-top: 20px;
  border: none;
  margin-left: -5px;
  margin-right: -5px;
}

.product-gallery-nav .nav-item {
  width: 33%;
}

.product-gallery-nav .nav-link {
  display: block;
  padding: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
}

.product-gallery-nav .nav-link img {
  width: 100%;
  border: 2px solid transparent;
}

.product-gallery-nav .nav-link.active img {
  border-color: #f66b5d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*==== card ====*/
.card {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  /* -webkit-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.08);
  box-shadow: 0 1px 10px rgba(82, 85, 90, 0.08); */
  margin-bottom: 30px;
}

.card:hover .product-action-list {
  left: 0;
}

.card:hover .add-to-cart-btn {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

/*==== card-head ====*/
.card-head {
  position: relative;
}

.card-head img {
  width: 100%;
}

.card-head .card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-head .card-img-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-head .card-img-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-head .card-img-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}

.card-head .add-to-cart-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.card-head .badge {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*==== card-body ====*/
.card-body {
  padding: 30px;
}

/*==== card-title ====*/
.card-title {
  font-size: 22px;
  font-weight: 600;
}

.card-title a {
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.card-title a:hover {
  color: #f66b5d;
}

/*==== card-text ====*/
.card-text {
  color: #5d6371;
}

.card-text a {
  color: #5d6371;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.card-text a:hover {
  color: #f66b5d;
}

/*==== card-flex ====*/
.card-flex {
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-flex .card-head {
  flex: 1;
}

.card-flex .card-head img {
  height: 100%;
  object-fit: cover;
}

.card-flex .card-img-top {
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-flex .card-img-top {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-flex .card-img-top {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
}

.card-flex .card-body {
  flex: 1;
}

/*==== media-title =====*/
.media-img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 70px;
}

.media-img img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.media-img-sm {
  width: 55px;
}

/*==== media-title =====*/
.media-title {
  font-size: 18px;
}

.media-title a,
.media-text a {
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.media-title a:hover,
.media-text a:hover {
  color: #f66b5d;
}

.number-icon {
  font-size: 140px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: 10px;
  bottom: 13px;
}

/*==== media =====*/
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media .media-text {
  color: #5d6371;
}

.hero-bg {
  background-image: url("../images/hero-img1.jpg");
}

.hero-bg-2 {
  background-image: url("../images/hero-img2.jpg");
}

.hero-bg-3 {
  background-image: url("../images/hero-img3.jpg");
}

.hero-bg-4 {
  background-image: url("../images/shop-slider1.jpg");
}

.hero-bg-5 {
  background-image: url("../images/shop-slider2.jpg");
}

.hero-bg-6 {
  background-image: url("../images/shop-slider3.jpg");
}

.hero-bg-7 {
  background-image: url("../images/hero-img4.jpg");
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-area {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-item {
  padding-top: 200px;
  padding-bottom: 200px;
  background-size: cover; /* Görseli kapsayıcıya tam sığdır */
  background-position: center; /* Görseli ortala */
  background-repeat: no-repeat; 
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.hero--item {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero--item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hero-slider .owl-item.active .sec-title,
.hero-slider .owl-item.active .sec-desc,
.hero-slider .owl-item.active .hero-btns {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.hero-slider .owl-item.active .sec-title,
.hero-slider .owl-item.active .sec-desc {
  animation-name: fadeInDown;
}

.hero-slider .owl-item.active .hero-btns {
  animation-name: fadeInUp;
}

.random-img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .random-img {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .random-img {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .random-img {
    display: none;
  }
}

.random-img:nth-child(1) {
  top: -5px;
  left: -10px;
}

.random-img:nth-child(2) {
  top: 26%;
  left: 11%;
  width: 70px;
  height: 70px;
}

.random-img:nth-child(3) {
  top: 55%;
  left: 6%;
  width: 60px;
  height: 60px;
}

.random-img:nth-child(4) {
  top: auto;
  bottom: 8%;
  left: 15%;
  width: 50px;
  height: 50px;
}

.random-img:nth-child(5) {
  top: 10px;
  left: auto;
  right: 5px;
}

.random-img:nth-child(6) {
  top: 30%;
  left: auto;
  right: 10%;
  width: 70px;
  height: 70px;
}

.random-img:nth-child(7) {
  top: auto;
  left: auto;
  bottom: 30%;
  right: 6%;
  width: 60px;
  height: 60px;
}

.random-img:nth-child(8) {
  top: auto;
  left: auto;
  bottom: 3%;
  right: 14%;
  width: 45px;
  height: 45px;
}

.reviews-list .media .media-flex-wrap {
  flex: 0 0 auto;
}

@media (max-width: 575px) {
  .reviews-list .media {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*===== comments =====*/
.comments li {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.comments li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comments ul {
  margin-top: 25px;
  margin-left: 94px;
  padding-top: 25px;
  border-top: 1px solid rgba(128, 137, 150, 0.1);
}

.comment-title {
  font-size: 17px;
}

.comment-title a {
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.comment-title a:hover {
  color: #f66b5d;
}

.table {
  color: #202124;
}

.table thead th {
  border-bottom: 0;
  border-top: 0;
  font-weight: 500;
}

.table th,
.table td {
  padding-left: 0;
  vertical-align: middle;
}

.table td {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-color: rgba(128, 137, 150, 0.1);
}

.table-summary {
  line-height: 1.43;
}

.table-summary thead th:last-child,
.table-summary tbody td:last-child {
  text-align: right;
  padding-right: 0;
}

.table-summary .product-title {
  max-width: 100px;
}

.table-summary .product-title a {
  color: #5d6371;
}

.table-summary td {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #5d6371;
}

.table-summary .summary-subtotal {
  font-weight: 500;
}

.table-summary .summary-subtotal td {
  color: #202124;
}

.table-summary .summary-total {
  font-weight: 500;
}

.table-summary .summary-total td {
  color: #f66b5d;
}

/*===== product-action-list =====*/
.product-action-list {
  position: absolute;
  top: 15px;
  left: -60px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  z-index: 1;
}

.product-action-list li a {
  color: #202124;
  padding: 9px 13px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #eeeeee;
}

.product-action-list li a:hover {
  background-color: #f66b5d;
  color: #ffffff;
}

.product-action-list li:last-child a {
  border-bottom: 0;
}

.product-title {
  font-size: 18px;
}

.product-title a {
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.product-title a:hover {
  color: #f66b5d;
}

.single-team-img-container {
  position: relative;
  z-index: 1;
}

.single-team-img-container img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.single-team-img-container:before {
  position: absolute;
  content: "";
  border: 10px solid rgba(35, 61, 99, 0.1);
  height: 100%;
  width: 100%;
  left: -40px;
  bottom: -40px;
  z-index: -1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.single-team-img-container::after {
  position: absolute;
  content: "";
  height: 50%;
  width: 50%;
  left: -68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/dots.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}

.accordion .card {
  margin-bottom: 15px;
}

.accordion .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom-color: rgba(128, 137, 150, 0.1);
}

.accordion .btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}

.accordion .btn[aria-expanded=true] {
  color: #f66b5d;
}

.accordion .btn[aria-expanded=true] i:before {
  content: "\f068";
}

.accordion .card-body {
  padding: 1.25rem;
}

/*==== zoom-control ====*/
.zoom-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.zoom-control div:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.zoom-control div:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0;
}

.zoom-in,
.zoom-out {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  color: #202124;
  cursor: pointer;
  font-size: 16px;
}

.zoom-in:hover,
.zoom-out:hover {
  background-color: #eeeeee;
}

/*==== leaflet-container ======*/
.leaflet-container .leaflet-bar,
.leaflet-container .leaflet-control-layers {
  border: 0;
}

.leaflet-container .leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.leaflet-container .leaflet-bar a {
  border-bottom-color: rgba(128, 137, 150, 0.1);
  color: #202124;
}

.leaflet-container .leaflet-bar a:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.leaflet-container .leaflet-bar a:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.leaflet-container .leaflet-bar a:hover {
  border-bottom-color: rgba(128, 137, 150, 0.1);
}

.portfolio-filter li {
  display: inline-block;
  padding: 6px 20px;
  cursor: pointer;
  color: #5d6371;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.portfolio-filter li.active {
  background-color: #f66b5d;
  color: #ffffff;
}

.portfolio-filter li:hover:not(.active) {
  background-color: #eeeeee;
  color: #202124;
}

/*==== portfolio-item ====*/
.portfolio-item {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.portfolio-item .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.portfolio-item .portfolio-img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio-item:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-item:hover .overlay {
  opacity: 0.6;
  visibility: visible;
}

.portfolio-item:hover .portfolio-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-item:hover .portfolio-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*==== portfolio-content ====*/
.portfolio-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-content .portfolio-title {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-content a {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-content a:hover {
  color: #f66b5d;
}

.posts-nav li a {
  position: relative;
  display: inline-block;
  color: #202124;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.posts-nav li a span {
  display: block;
  color: #5d6371;
  font-size: 15px;
  margin-bottom: 1px;
  font-weight: 400;
}

.posts-nav li a:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.posts-nav li a:hover {
  color: #f66b5d;
}

.posts-nav li.prev-post a {
  padding-left: 30px;
}

.posts-nav li.prev-post a:after {
  left: 0;
  content: "\f104";
}

.posts-nav li.prev-post a:hover:after {
  -webkit-transform: translate3d(-5px, -50%, 0);
  -moz-transform: translate3d(-5px, -50%, 0);
  -ms-transform: translate3d(-5px, -50%, 0);
  -o-transform: translate3d(-5px, -50%, 0);
  transform: translate3d(-5px, -50%, 0);
}

.posts-nav li.next-post a {
  padding-right: 30px;
}

.posts-nav li.next-post a:after {
  right: 0;
  content: "\f105";
}

.posts-nav li.next-post a:hover:after {
  -webkit-transform: translate3d(5px, -50%, 0);
  -moz-transform: translate3d(5px, -50%, 0);
  -ms-transform: translate3d(5px, -50%, 0);
  -o-transform: translate3d(5px, -50%, 0);
  transform: translate3d(5px, -50%, 0);
}

/*======= file upload ========*/
.file-upload-wrap {
  position: relative;
  width: 170px;
}

.file-upload-wrap .file-upload-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(128, 137, 150, 0.2);
  height: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-indent: -99999px;
}

.file-upload-wrap .file-upload-input:hover {
  border-color: rgba(128, 137, 150, 0.4);
  background-color: rgba(128, 137, 150, 0.04);
}

.file-upload-wrap .file-upload-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  text-align: center;
  font-size: 15px;
  color: #5d6371;
  line-height: 50px;
  padding-left: 20px;
}

.file-upload-wrap .MultiFile-list {
  margin-top: 15px;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(128, 137, 150, 0.04);
  display: inline-block;
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 10px;
  position: relative;
  width: 100%;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label+.MultiFile-label {
  margin-top: 20px;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label>span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label>span .MultiFile-label {
  margin: 5px;
}

.file-upload-wrap .MultiFile-list .MultiFile-remove {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  background-color: #ffffff;
  color: #202124;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: -10px;
  right: -10px;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
}

.file-upload-wrap .MultiFile-list .MultiFile-remove:hover {
  color: #f66b5d;
}

/*======== file-upload-layout-2 =========*/
.file-upload-layout-2 {
  width: auto;
}

.file-upload-layout-2 .file-upload-input {
  height: 125px;
  border-style: dashed;
  border-width: 2px;
}

.file-upload-layout-2 .file-upload-text {
  width: 100%;
  line-height: 125px;
  padding-left: 0;
}

/*-========= select02 style  ==========-*/
.select2-dropdown .select2-search {
  padding: 8px;
}

.select2-dropdown .select2-search__field {
  border-radius: 5px;
}

.select2-dropdown .select2-results__option--highlighted {
  background-color: initial !important;
  color: #f66b5d !important;
}

.select2-dropdown .select2-results__option--selected {
  background: #f66b5d !important;
  color: #ffffff !important;
}

.select2-container--default {
  width: auto !important;
  background-color: #ffffff;
  color: #202124;
  border-radius: 6px;
}

.select2-container--default .select2-dropdown {
  border-color: rgba(127, 136, 151, 0.2);
  z-index: 99 !important;
}

.select2-container--default .select2-dropdown .select2-search__field {
  border-color: rgba(127, 136, 151, 0.2);
}

.select2-container--default .selection .select2-selection--single {
  background-clip: padding-box !important;
  border: 1px solid rgba(128, 137, 150, 0.3);
  padding: 10px 20px;
  position: relative;
  height: 38px;
  background: none;
  border-radius: 6px;
  font-size: 15px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.select2-container--default .selection .select2-selection__rendered {
  color: #5d6371;
  font-weight: 400;
  font-size: 15px;
}

.select2-container--default .selection .select2-selection__arrow {
  position: relative;
}

.select2-container--open {
  z-index: 9999 !important;
}

/*========= select2-full-wrapper =========*/
.select2-container-wrapper .select2-container--default {
  width: 100% !important;
  height: 50px !important;
}

.select2-container-wrapper .select2-container--default .selection .select2-selection--single {
  height: 50px;
}

.select-size-box .select2-selection--single {
  padding: 6px 12px !important;
}

.BannerSayfa {
  background-color: #ffffffa6;
  border-radius: 50px;
}
.hero-area {
  background-size: cover !important; /* Varsayılan olarak tam boyutta görüntülemek */
  background-position: center center !important; /* Görseli ortala */
}

@media (max-width: 768px) {
  .hero-area {
      background-size: contain !important; /* Mobilde tam görünmesi için */
      height: auto !important; /* Mobilde yüksekliği otomatik ayarlamak */
  }
}