@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
:root
{
--mainColor :#cc9181;
--whiteColor:#fff
}
body{
margin:0px;
padding: 0px;
background-color: white !important;
/*! overflow-x: hidden */
}

*{
box-sizing: border-box;
   font-family: 'Cairo', sans-serif !important;
}

.allds
{
   background: #ffffff52 !important;
}
img
{
object-fit: cover;
object-position: center
}

ul{
list-style: none;
}
.container
{
max-width: 90% !important;
}
a{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.header
{
background-color: #f4f2f2;
position: relative;
}
.header nav
{
padding: 00px 0;
z-index: unset !important
}
.header .navbar-brand img
{
width: 145px;
margin-left: 40px;
}
.topbar
{
background-color: #535252;
/*! padding: 10px 0 */
z-index: 555;
position: relative;
padding: 5px 0;
}
.topbar p
{
margin: 0;
font-size: 13px;
color: rgba(0,0,0,.6)
}
header .navbar-nav
{
flex-direction: row-reverse !important;
}
.topbar ul li:nth-child(1)
{
/*! border-right: 1px solid rgba(0,0,0,.1) */
}
.topbar .pb
{
color:rgba(255,255,255,.8);;
font-size: 12px;
margin: 0;
}
.topbar a
{
color: #fff;
font-size: 12px;
padding: 3px 20px !important;
border-right: 1px solid rgba(255,255,255,.4);
margin: 0;
}
.topbar a:hover
{
color: var(--mainColor);
}
.bottombar
{
background-color: white;

}
.mdlbar
{
background: white;
pad: 20px 0;
padding: 20px 0;
}

.bottombar ul a
{
   background-color: white;
padding: 10px 23px !important;
color: rgba(255,255,255,.8);
font-size: 17px;
position: relative;
z-index: 6;
transition: .5s;
   color: #201f1f !important;
   padding: 15px 19px !important;
   font-size: 14px !important;
   z-index: 1;
   line-height: 3em;
   font-weight: bold;
}
.bottombar ul a::after
{
/*! position: absolute; */
width: 0%;
height: 100%;
right: 0;
top: 0;
content: '';
background-color: var(--mainColor);
z-index: -1;
transition: .5s
}
.bottombar ul a:hover::before
{
width: 100%;
transition: .5s;
right: 0;
color: black
}
.bottombar ul a:hover
{
color: black;
transition: .5s
}
.bottombar ul .active
{
background-color: var(--mainColor);
color: black
}
.search-space input
{
width: 100%;
border-radius: 20px;
text-align: right;
height:45px;
border:none;
padding-right:15px;
font-size: 14px
}
.search-space .btn
{
background-color: var(--mainColor);
color: black;
border: none;
border-radius: 20px;
width: 100px
}
.search-space input:focus
{
box-shadow: none !important;
}
.mdlbar form
{
width: 750px
}
.mdlbar .mb-3
{
margin: 0;
margin-bottom: 0 !important
}
.mdlbar .box
{
margin: 0px 15px;
text-align: center;
display: flex
}
.mdlbar .box .right-box
{
text-align: right;
}
.mdlbar .box svg
{
width: 45px;
height: 45px;
padding: 10px;
background-color: #FFD70054;
border-radius: 50%
}
.mdlbar .box svg path
{
stroke: white;
}
.mdlbar .box p
{
color: rgba(255,255,255);
font-size: 16px;
margin: 0;
margin-left: 10px;
}
.mdlbar li
{
position: relative
}
.mdlbar li:hover .bag-dropdownmenu
{
display: block
}
.mdlbar li .bag-dropdownmenu
{
position: absolute;
background-color: #fff;
width: 150%;
right: 0;
border: 1px solid rgba(0,0,0,.3);
box-shadow: 0px 10px 10px rgba(255,255,255,.1);
z-index: 88;
overflow: hidden;
border-radius: 5px;
display: none
}
.mdlbar li .bag-dropdownmenu li
{
margin: 10px;
  background-color: #f1f1f1;

}

.mdlbar li .bag-dropdownmenu .bag
{
display: flex;
flex-direction: row-reverse;
width: 100%;
text-align: right
}
.mdlbar li .bag-dropdownmenu  ul
{
padding: 0 !important;
}
.mdlbar li .bag-dropdownmenu  ul img
{
height: 50px;
margin-left: 10px
}

.mdlbar li .bag-dropdownmenu .bag .name
{
margin: 0;
font-size: 14px;
}
.mdlbar li .bag-dropdownmenu .bag .price
{
font-weight: bold
}

.mdlbar li .bag-dropdownmenu .bag .ttprice
{
font-weight: bold;
font-size: 18px;
color: #ce5e27;
margin: 0px 10px;
}
.mdlbar .box span
{
font-size: 12px;
color: rgba(255,255,255,.7)
}
.main
{
padding: 80px 0 !important;
background-size: cover;
position: relative;
z-index: 9999;
/*! margin: 90px auto; */
/*! position: relative; */
}
.main .content
{
text-align: right;
margin: 130px 0;
margin-bottom: 200px
}
.main .content h3
{
color: var(--mainColor)
}
.main .content h1
{
color: white;
font-weight: bold;
letter-spacing: 2px;
font-size: 50px
}
.main .content p
{
color: rgba(255,255,255,.8);
font-size: 19px;
margin: 15px 0
}
.main .content a
{
line-height: 4em;
border: 1px solid var(--mainColor);
padding: 10px 35px;
color: var(--mainColor);
font-size: 20px;
border-radius: 50px;
transition: .5s
}
.main .content a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.content-header
{
padding: 30px;
margin: 20px 0;
text-align: right;
/*! background-color: #f1f1f1; */
position: relative;
}

.content-header span
{
font-weight: bold;
position: relative;
padding: 10px 0px;
color: rgba(0,0,0,.8);
font-size:30px;
}
/*
Theme Name:       ClassiXER - Classified Ads Website Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Service */
/* ____Counter */
/* ____Google-maps */
/* ____Pagination */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Testimonial */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
html {
overflow-x: hidden;
}


h1, h2, h3, h4 {
font-size: 29px;
font-weight: 700;
/*! font-family: 'Montserrat', sans-serif; */
}

a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

a:hover {
text-decoration: none;
}

a a:focus {
outline: none;
}

p {
font-weight: 400;
/*! font-family: 'Open Sans', sans-serif; */
margin: 0px;
/*! font-size: 14px; */
}

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

ul li, ol li {
list-style: none;
}

.hero-heading {
font-size: 40px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
line-height: 70px;
letter-spacing: 0.1rem;
}

.hero-sub-heading {
font-size: 20px;
font-weight: 400;
color: #e6e6e6;
line-height: 45px;
letter-spacing: 0.1rem;
}

.section-titile-bg {
display: inline;
font-size: 115px;
font-weight: 700;
height: 100%;
left: -173px;
opacity: 0.1;
position: absolute;
top: -14px;
width: 100%;
text-align: center;
}

.section-title-header p {
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-title {
font-size: 30px;
color: #333;
line-height: 52px;
font-weight: 700;
padding-bottom: 15px;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
position: relative;
}

.section-title:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.section-subcontent {
font-size: 16px;
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-sub {
text-transform: uppercase;
font-size: 24px;
line-height: 52px;
padding-bottom: 15px;
margin-bottom: 30px;
position: relative;
}

.section-sub:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.subtitle {
font-size: 15px;
margin-top: 20px;
font-weight: 500;
margin-bottom: 10px;
}

.inner-title {
font-size: 24px;
font-weight: 700;
text-tranform: capitalize;
}

.page-tagline {
font-size: 24px;
font-weight: 400;
color: #ddd;
}

.page-title {
font-size: 62px;
font-weight: 700;
color: #fff;
}

.btn {
font-size: 14px;
padding: 7px 20px;
cursor: pointer;
font-weight: 400;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline-block;
}

.btn:focus,
.btn:active {
box-shadow: none;
outline: none;
color: #fff;
}

.btn-common {
background-color: var(--mainColor);
position: relative;
color: #fff;
z-index: 1;
border-radius: 50px;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.btn-common:hover {
color: #fff;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.btn-border {
color: #484848;
background-color: transparent;
border: 2px solid #484848;
border-radius: 4px;
padding: 7px 20px;
}

.btn-border:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
padding: 14px 33px;
text-transform: uppercase;
font-size: 16px;
}

.btn-rm {
padding: 8px 16px;
text-transform: capitalize;
}

button:focus {
outline: none !important;
}

.icon-close, .icon-check {
color: var(--mainColor);
}

.bg-drack {
background: #fafafa;
}

.bg-white {
background: #fff;
}

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

.mt-30 {
margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
text-decoration: none;
}

a.back-to-top i {
display: block;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: var(--mainColor);
border-radius: 50px;
text-align: center;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
text-decoration: none;
}

.owl-carousel .item {
margin: 5px;
}

.owl-carousel.item img {
display: block;
width: 50%;
height: auto;
}

.owl-carousel .owl-controls .owl-page {
display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
background: none repeat scroll 0 0 #fff;
border-radius: 2px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}

/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 9999999;
}

.loader {
top: 50%;
width: 50px;
height: 50px;
border-radius: 100%;
position: relative;
margin: 0 auto;
}

#loader-1:before, #loader-1:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 100%;
border: 7px solid transparent;
border-top-color: var(--mainColor);
}

#loader-1:before {
z-index: 100;
animation: spin 2s infinite;
}

#loader-1:after {
border: 7px solid #fafafa;
}

@keyframes spin {
0% {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

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

.page-header {
padding: 115px 0px 45px;
position: relative;
}

.page-header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*! background: #333333d9; */
}

.page-header .breadcrumb-wrapper {
text-align: center;
}

.page-header .breadcrumb-wrapper .product-title {
font-size: 30px;
line-height: 38px;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}

.page-header .breadcrumb-wrapper .breadcrumb {
font-size: 14px;
color: var(--mainColor);
border-radius: 0px;
background: transparent;
padding: 5px 0px;
z-index: 1;
}

.page-header .breadcrumb-wrapper .breadcrumb li {
display: inline-block;
}

.page-header .breadcrumb-wrapper .breadcrumb li a {
color: #fff;
padding-right: 5px;
}

#color-style-switcher .bottom a.settings {
color: var(--mainColor);
}

@-webkit-keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

#roof {
background: #ddd;
padding: 15px 0;
}

#roof .info-bar-address {
font-size: 14px;
}

#roof .quick-contacts span {
margin-right: 10px;
}

#roof .quick-contacts span a {
color: #333;
}

#roof .quick-contacts span a:hover {
color: #E91E63;
}

#roof .quick-contacts span i {
margin-right: 5px;
vertical-align: middle;
font-size: 15px;
}

.menu-bg {
background: #fff;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.menu-bg .navbar-nav .nav-link {
color: #333 !important;
}

.bg-black {
background: #111011;
}

.navbar-brand {
position: relative;
padding: 0px;
}

.navbar-brand img {
width: 200px;
}

.top-nav-collapse {
background: #fff;
z-index: 999999;
top: 0px !important;
/*! min-height: 58px; */
/*! box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); */
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
/*! background: #fff !important; */
}

.top-nav-collapse .navbar-brand {
top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
color: black;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
color: var(--mainColor) !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
color: #fff !important;
}

.indigo {
background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
font-size: 14px;
color: rgba(0,0,0,.8);
/*! padding: 8px 20px; */
/*! letter-spacing: 0.5px; */
/*! margin-top: 20px; */
/*! margin-bottom: 20px; */
/*! border-radius: 30px; */
/*! line-height: 37px; */
text-transform: uppercase;
/*! background: transparent; */
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/*! border-left: 1px solid rgba(0,0,0,.1); */
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
color: var(--mainColor);
outline: none;
}

.navbar {
padding: 0;
}

.navbar li.active a.nav-link {
color: #fff !important;
background: var(--mainColor);
border-radius: 30px;
}

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

.dropdown-menu {
margin: 0;
padding: 10px;
display: none;
position: absolute;
z-index: 99;
min-width: 190px;
border: none;
background-color: #fff;
white-space: nowrap;
border-radius: 4px;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
position: absolute;
top: -8px;
left: 22px;
display: block;
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 0px 9px 8px;
border-color: transparent transparent #fff;
box-sizing: border-box;
}

.dropdown:hover .dropdown-menu {
display: block;
position: absolute;
text-align: left;
top: 100%;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
background: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item {
width: 100%;
padding: 6px 12px;
margin-bottom: 2px;
border-radius: 4px;
font-size: 14px;
color: #666;
text-decoration: none;
display: inline-block;
float: left;
letter-spacing: 0.5px;
clear: both;
position: relative;
outline: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
background: var(--mainColor);
color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
background: transparent;
}

.tg-btn, .ds-header a
{
color: #ffffff;
font-size: 14px;
padding: 8px 30px;
margin-left: 10px;
position: relative;
background: var(--mainColor);
text-align: center;
/*! border-radius: 30px; */
display: inline-block;
text-transform: capitalize;
/*! border-radius: 50px; */
}

.tg-btn:hover {
color: #fff !important;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.tg-btn i {
margin-right: 3px;
}

.sign-in {
display: inline-table;
}

.sign-in li {
display: inline-block;
margin-right: 5px;
}

.sign-in li .nav-link {
color: var(--mainColor);
font-weight: 400;
font-size: 14px;
display: inline-block;
padding: 3px 14px 3px;
background: #fff;
border-radius: 30px;
margin-top: 20px;
margin-bottom: 20px;
}

.sign-in li .nav-link:hover {
color: #02ab55 !important;
}

.sign-in li .nav-link i {
margin-right: 5px;
}

.sign-in .dropdown .dropdown-menu .dropdown-item i {
margin-right: 5px;
}

.fadeInUpMenu {
-webkit-animation-name: fadeInUpMenu;
animation-name: fadeInUpMenu;
}

.slicknav_btn {
border-color: var(--mainColor);
}

.slicknav_menu .slicknav_icon-bar {
background: var(--mainColor);
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
#nav-main li a.nav-link {
  padding-top: 18px;
}
}


.mobile-menu {
display: none;
}

.slicknav_menu {
display: none;
}

@media screen and (max-width: 991px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
}
.navbar-brand img {
  width: 75%;
}
.slicknav_menu {
  display: block;
}
}

@media screen and (max-width: 768px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
  display: flex !important;
}
   .products article
   {


   }
.navbar-brand img {
  width: 40% !important;
}
#mobile-menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
.slicknav_nav .active a {
  background: #E91E63;
  color: #fff;
}
.slicknav_nav .dropdown li a.active {
  background: #f5f5f5;
  color: #E91E63;
}
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
/*! background: url(../img/hero-area.jpg) no-repeat; */
background-size: cover;
color: #fff;
overflow: hidden;
/*! position: relative; */
background-repeat: no-repeat !important;
}

#hero-area .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #eeb4a5;
/*! z-index: 55555; */
}
.contents h1
{
font-size: 35px;
color: #464545;

}
.contents p
{
margin: 8px 0;
font-size: 14px !important;
}
#hero-area .contents {
padding: 80px 0 210px;
text-align: center;
justify-content: center !important;
}

#hero-area .contents .head-title {
color: #3c3a3a;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}

#hero-area .contents span.year {
color: var(--mainColor);
}

#hero-area .contents p {
font-size: 16px;
color: #535252;
font-weight: 400;
line-height: 26px;
}

.search-bar {
margin-top: 40px;
}

.search-bar .search-form {
width: 100%;
float: left;
}

.search-bar .search-inner {
background: #fff;
overflow: hidden;
border-radius: 50px;
}

.search-bar .search-inner {
margin: auto;
border: 0;
padding: 10px;
width: 70%;
/*! float: left; */
position: relative;
background: rgba(128,128,128,.5);
justify-content: center;
}

.search-bar .form-group:first-child {
border: 0;
}

.search-bar .form-group {
margin: 5px;
float: left;
width: 90%;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
}

.search-bar .form-group .form-control {
position: relative;
z-index: 1;
border: 0;
height: 50px;
border-radius: 4px;
font-size: 15px;
line-height: 30px;
padding: 15px 15px 15px 0;
}

.search-bar .form-group .form-control, .search-bar .form-group .select select {
border: 0;
height: 52px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
}

.search-bar .form-group .form-control, .search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.search-bar .select select {
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.search-bar .select select option {
color: #666;
}

.search-bar .inputwithicon {
position: relative;
}

.search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.search-bar .btn-common {
top: 15px;
right: 15px;
padding: 0;
z-index: 2;
width: 157px;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 52px;
text-align: center;
position: absolute;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.search-bar .btn-common i {
font-size: 20px;
vertical-align: middle;
}

.search-button {
background: #484848;
padding-bottom: 40px;
}

#hero-area-two {
background: url(../img/hero-area.jpg) no-repeat;
background-size: cover;
color: #fff;
overflow: hidden;
position: relative;
}

#hero-area-two .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(54, 59, 77, 0.88);
}

#hero-area-two .contents {
padding: 160px 0 170px;
}

#hero-area-two .contents .head-title {
color: #fff;
font-size: 42px;
font-weight: 500;
line-height: 52px;
margin-bottom: 20px;
}

#hero-area-two .contents p {
font-size: 15px;
color: #fff;
font-weight: 400;
line-height: 26px;
margin: 0px 0px 50px 0px;
}

.search-two {
margin-bottom: 30px;
}

.search-two .search-inner {
padding: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: #fff;
}

.search-two .search-inner > .row {
margin: 0;
}

.search-two .search-inner > .row > div {
padding: 0;
}

.search-two .search-inner .form-group {
position: relative;
margin-bottom: 0;
}

.search-two .search-inner .search-query input[type="text"].form-control {
border-right: 1px solid #d7d7d7;
}

.search-two .search-inner input[type="text"].form-control {
border: 0;
height: unset;
padding: 3px 20px;
border-radius: 0;
margin: 10px 0;
}

.search-two .search-inner .search-location i {
position: absolute;
right: 12px;
top: 9px;
color: #999;
}

.search-two .search-inner button {
border-radius: 3px;
box-shadow: none;
width: 100%;
height: 100%;
line-height: 100%;
font-size: 16px;
}

.search-two .search-inner .search-suggestion {
display: none;
text-align: inherit;
position: absolute;
left: -5px;
top: calc(100% + 13px);
background: #fff;
width: 100%;
max-height: 200px;
overflow-y: scroll;
z-index: 999;
}

.search-two .search-inner .search-suggestion .search-suggestion-items {
text-align: left;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul {
margin: 0;
bottom: 0;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li {
display: block;
margin: 0 0 5px;
padding: 0 20px;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a {
color: #333;
padding: 5px 0;
display: inline-block;
border: 0;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a:hover {
color: var(--mainColor);
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a i {
color: #ffffff;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
text-align: center;
margin-right: 10px;
vertical-align: middle;
background: var(--mainColor);
display: inline-block;
font-size: 18px;
}

.search-two .search-inner .form-group.search-query.query-focus .search-suggestion {
display: block;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.adverts-search-suggestion {
text-align: center;
}

.adverts-search-suggestion .search-suggestion-title {
font-size: 16px;
margin: 0 10px;
}

.adverts-search-suggestion .adverts-search-suggestion-items {
display: inline-block;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul {
margin: 0;
padding: 0;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li {
list-style: none;
display: inline-block;
margin: 0 5px;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li a {
border: 1px solid #999;
border-radius: 50px;
padding: 5px 10px;
font-size: 13px;
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.8);
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li a:hover,
.adverts-search-suggestion .adverts-search-suggestion-items ul li a:focus {
color: #ffffff;
border-color: #ffffff;
}

.contents-hero-two {
padding: 180px 0 120px;
}

.contents-text .dsc {
font-size: 18px;
color: #fff;
font-weight: 100;
margin-bottom: 20px;
}

.contents-text .heading-title {
color: #fff;
font-size: 28px;
font-weight: 500;
margin-bottom: 30px;
}

.category-icon-item .icon-box {
text-align: center;
padding: 15px 10px;
background: rgba(128,128,128,.5);
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box .icon {
margin-bottom: 10px;
}

.category-icon-item .icon-box .icon i {
color: #fff;
font-size: 42px;
line-height: normal;
width: auto;
height: auto;
}

.category-icon-item .icon-box h4 {
font-size: 14px;
color: #ffffff;
line-height: 15px;
font-weight: 500;
overflow: hidden;
margin-bottom: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box:hover {
background: var(--mainColor);
}

.classiser-search-bar {
margin: 0;
}

.classiser-search-bar .search-inner {
border-radius: 3px;
margin: 0;
border: 0;
padding: 20px;
position: relative;
background: rgba(128,128,128,.5);
}

.classiser-search-bar .search-inner h4 {
color: #fff;
margin-top: 0;
font-size: 22px;
margin-bottom: 20px;
}

.classiser-search-bar .form-group {
width: 100%;
float: left;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
margin-bottom: 20px;
}

.classiser-search-bar .inputwithicon {
position: relative;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 20px;
z-index: 2;
position: absolute;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .btn-common {
padding: 0;
z-index: 2;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 50px;
text-align: center;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.classiser-search-bar .select select {
border: 0;
height: 50px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.classiser-search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group select {
border: 0;
height: 50px;
width: 100%;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 5px;
background: #ffffff;
}

/* Feateured Product */
.featured-box {
width: 100%;
background: #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
margin-bottom: 15px;
margin-top: 15px;
}

.featured-box figure {
margin: 0;
width: 100%;
float: left;
position: relative;
}

.featured-box figure .icon i {
top: 10px;
right: 10px;
z-index: 2;
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
position: absolute;
background: var(--mainColor);
padding: 10px;
display: inline-block;
border-radius: 50%;
}

.featured-box .feature-content {
display: inline-block;
padding: 0px 20px 10px;
}

.featured-box .feature-content .product {
width: 100%;
float: left;
font-size: 13px;
line-height: 18px;
list-style: none;
margin: 0 0 12px;
padding: 15px 0 10px;
border-bottom: 1px solid #eee;
}

.featured-box .feature-content .product a {
color: #333;
}

.featured-box .feature-content .product a i {
margin-right: 5px;
}

.featured-box .feature-content h4 {
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}

.featured-box .feature-content h4 a {
color: #333;
}

.featured-box .feature-content h4 a:hover {
color: var(--mainColor);
}

.featured-box .feature-content span {
margin-bottom: 10px;
display: block;
font-size: 13px;
color: #999;
}

.featured-box .feature-content ul.address {
margin-bottom: 10px;
display: inline-block;
}

.featured-box .feature-content ul.address li {
float: left;
width: 50%;
line-height: 30px;
color: #999;
}

.featured-box .feature-content ul.address li i {
margin-right: 5px;
}

.featured-box .feature-content ul.address li a {
color: #999;
}

.featured-box .feature-content ul.address li a:hover {
color: var(--mainColor);
}

.featured-box .feature-content .listing-bottom {
padding-top: 15px;
border-top: 1px solid #eee;
display: inline-block;
width: 100%;
}

.featured-box .feature-content .listing-bottom .price {
font-size: 18px;
color: var(--mainColor);
margin: 0;
line-height: 30px;
}

.featured-box .feature-content .listing-bottom .btn-verified {
color: #999;
line-height: 18px;
font-size: 13px;
border: 1px solid #eee;
padding: 4px 10px;
border-radius: 50px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.featured-box .feature-content .listing-bottom .btn-verified i {
margin-right: 3px;
color: var(--mainColor);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.featured-box .feature-content .listing-bottom .btn-verified:hover {
background: var(--mainColor);
border-color: var(--mainColor);
color: #fff;
}

.featured-box .feature-content .listing-bottom .btn-verified:hover i {
color: #fff;
}

/* ==========================================================================
 Featured Listings Styles
 ========================================================================== */
.featured-lis {
background: #fafafa;
}

.product-item {
background: #ffffff;
}

.product-item .carousel-thumb {
display: block;
position: relative;
z-index: 99;
overflow: hidden;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-item .carousel-thumb .overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.4);
text-align: center;
top: 0;
left: 0;
z-index: 999;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-item .carousel-thumb .btn-product a {
padding: 5px 18px;
border-radius: 20px;
left: 14px;
font-weight: 700;
position: absolute;
top: 12px;
z-index: 999;
}

.product-item .carousel-thumb:hover {
border-color: var(--mainColor);
}

.product-item .carousel-thumb:hover .overlay {
opacity: 1;
visibility: visible;
}

.product-item .carousel-thumb:hover i {
opacity: 1;
visibility: visible;
}

.product-item .product-content {
padding: 15px 15px 0;
position: relative;
}

.product-item .product-content a {
color: #999;
font-size: 14px;
font-weight: 400;
margin-right: 5px;
}

.product-item .product-content a i {
margin-right: 5px;
}

.product-item .product-title {
margin: 0;
overflow: hidden;
font-size: 14px;
padding: 10px 0;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}

.product-item .product-title a {
color: #484848;
font-weight: 700;
font-size: 14px;
}

.product-item .product-title a:hover {
color: var(--mainColor);
}

.product-item p {
margin-bottom: 10px;
}

.product-item .price {
position: absolute;
top: 30px;
right: 20px;
color: var(--mainColor);
display: block;
font-size: 18px;
font-weight: 700;
}

.product-item .icon-wrap {
margin-right: 5px;
color: var(--mainColor);
}

.product-item .card-text {
width: 100%;
display: inline-block;
margin-top: 15px;
padding: 15px 0;
border-top: 1px solid #f1f1f1;
}

.product-item .card-text .icon {
color: var(--mainColor);
font-size: 15px;
margin-right: 5px;
}

.bg-red a {
background: #ff6670;
color: #fff !important;
}

.bg-yellow a {
background: #FFC107;
color: #fff !important;
}

#new-products .owl-controls .owl-buttons {
position: relative;
top: -215px;
left: 0;
}

#new-products .owl-controls .owl-buttons div.owl-prev {
float: left;
margin-left: -45px;
}

#new-products .owl-controls .owl-buttons div.owl-next {
float: right !important;
margin-right: -45px;
}

.owl-theme .owl-controls .owl-buttons div {
width: 40px;
height: 40px;
display: block !important;
background: var(--mainColor) !important;
text-align: center;
display: inline-block;
opacity: 1 !important;
border-radius: 50px !important;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
color: #fff;
font-size: 16px;
line-height: 40px;
}

#featured {
background-color: #fafafa;
}

#featured .featured-box {
margin-top: 0;
}

.futere-ad-widget {
position: relative;
overflow: hidden;
color: #ffffff;
}

.futere-ad-widget img {
height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.futere-ad-widget .ctl-content-wrapper {
background: none;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 30px;
background: -moz-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
background: -webkit-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
background: linear-gradient(to bottom, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
box-shadow: 0 0 black;
}

.futere-ad-widget .ctl-content-wrapper .icon {
margin-bottom: 20px;
}

.futere-ad-widget .ctl-content-wrapper .icon i {
font-size: 40px;
}

.futere-ad-widget .ctl-content-wrapper .ctl-content h3 {
font-size: 26px;
font-weight: 600;
line-height: normal;
}

.futere-ad-widget .ctl-content-wrapper .ctl-content p {
display: block;
margin-bottom: 30px;
}

.futere-ad-widget .ctl-content-wrapper .ctl-button {
position: absolute;
bottom: 30px;
}

.categories-list-ad {
margin-top: 30px;
}

.categories-list-ad .widget-title {
font-size: 20px;
}

.categories-list-ad .categories-list {
padding: 10px 20px 20px 20px;
margin-top: 30px;
background-color: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

.categories-list-ad .categories-list li {
clear: both;
overflow: hidden;
padding: 8px 0;
border-bottom: 1px solid #eee;
}

.categories-list-ad .categories-list li a {
color: #2d2d2d;
}

.categories-list-ad .categories-list li a i {
margin-right: 5px;
}

.categories-list-ad .categories-list li a:hover {
color: var(--mainColor);
}

.categories-list-ad .categories-list li:last-child {
border-bottom: none;
}

/* Trending Categories Section Start */
.trending-cat {
background: #fafafa;
}

.contents-ctg {
padding: 110px 0 160px;
}

.box {
background: #fff;
color: #666;
float: left;
margin: 0 0 30px;
padding: 30px 0;
text-align: center;
width: 100%;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box .icon {
/*! margin: 0 auto 20px; */
/*! background: #e4f5ff; */
border-radius: 10px;
}

.box .icon img {
height: 60px;
max-width: 60px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box .icon i {
font-size: 40px;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box h4 {
font-size: 18px;
font-weight: 500;
margin: 0;
color: #484848;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box strong {
display: block;
font-weight: 400;
font-size: 14px;
padding: 0 0 10px;
color: #999;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box:hover {
/*! background: var(--mainColor); */
-webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
-moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.box:hover .icon img {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}

.box-hover i,
.box:hover h4,
.box:hover strong {
color: #fff;
}

/* ==========================================================================
Categories Homepage
========================================================================== */
.category-box {
background-color: #fff;
margin: 30px 0;
min-height: 277px;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
border-radius: 0;
position: relative;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.category-box .icon {
text-align: center;
position: absolute;
top: -25px;
margin: 0 auto;
width: 100%;
}

.category-box .icon i {
display: inline-block;
font-size: 22px;
background: var(--mainColor);
width: 52px;
height: 52px;
color: #fff;
line-height: 48px;
box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
}

.category-box .category-header {
width: 100%;
display: inline-block;
text-align: center;
padding: 40px 15px 20px;
border-bottom: 1px solid #eee;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.category-box .category-header h4 {
font-size: 14px;
font-weight: 500;
margin-top: 5px;
margin-bottom: 0;
color: #333;
}

.category-box .category-header h4:hover {
color: var(--mainColor);
}

.category-box .category-content {
margin: 0;
padding: 15px;
}

.category-box .category-content li {
list-style: none;
margin-bottom: 2px;
font-weight: 400;
font-size: 13px;
}

.category-box .category-content li a {
display: flex;
align-items: center;
color: #888;
}

.category-box .category-content li a:hover {
color: var(--mainColor);
}

.category-box .category-content li a span:first-child {
flex-grow: 1;
}

.category-box .category-counter {
margin-right: 15px;
}

.category-counter {
font-size: 12px;
color: #888;
float: right;
}

#list-view .featured-box {
display: inline-block;
}

#list-view .featured-box figure {
float: left;
width: 49%;
}

#list-view .featured-box .feature-content {
float: left;
text-align: left;
padding: 0px 15px 10px 30px;
width: 49.667%;
}

#list-view .list-box figure {
float: left;
width: 38%;
}

#list-view .list-box figure img {
height: 218px;
width: 100%;
}

#list-view .list-box .feature-content {
float: left;
text-align: left;
padding: 0px 0px 0px 0px;
width: 58%;
margin-left: 20px;
}

.product-filter {
margin-bottom: 10px;
background: #fafafa;
display: inline-block;
width: 100%;
padding: 10px 15px;
line-height: 20px;
}

.product-filter .nav-tabs {
float: right;
margin-right: 10px;
border: none;
}

.product-filter .nav-tabs .nav-link {
font-size: 22px;
border: none;
padding: 2px 10px;
border-radius: 4px;
color: #999;
background: transparent;
}

.product-filter .nav-tabs .nav-item.show .nav-link,
.product-filter .nav-tabs .nav-link.active {
border: none;
color: #fff;
color: var(--mainColor);
}

.product-filter .short-name {
display: inline-block;
color: #999;
}

.product-filter .short-name span {
float: left;
margin-right: 5px;
}

.product-filter .short-name .name-ordering {
float: left;
}

.product-filter .Show-item {
float: right;
line-height: 26px;
}

.product-filter .Show-item span {
color: #999;
display: inline-block;
margin-right: 5px;
}

.product-filter .Show-item .woocommerce-ordering {
float: right;
}

.product-filter .Show-item .woocommerce-ordering label {
margin: 0;
}

.product-filter .button, .product-filter select {
font-size: 14px;
font-weight: 400;
color: #333;
}

.categories-icon .icon-box {
text-align: center;
padding: 15px;
margin-bottom: 15px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box .icon {
margin-bottom: 15px;
}

.categories-icon .icon-box .icon i {
width: 80px;
height: 60px;
line-height: 60px;
display: inline-block;
color: #999;
font-size: 48px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box h4 {
font-size: 16px;
color: #484848;
font-weight: 500;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box:hover {
background: var(--mainColor);
box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.categories-icon .icon-box:hover .icon i {
font-size: 42px;
color: #fff;
}

.categories-icon .icon-box:hover h4 {
color: #fff;
}

.ad-categories-inner {
position: relative;
overflow: hidden;
margin-bottom: 30px;
-webkit-transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
-o-transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s, border-radius .3s,box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.ad-categories-inner:before {
content: '';
left: 0;
top: 0;
width: 100%;
height: 50%;
background-image: -webkit-linear-gradient(top, #323031 0%, transparent 100%);
background-image: -o-linear-gradient(top, #323031 0%, transparent 100%);
background-image: linear-gradient(to bottom, #323031 0%, transparent 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF323031',endColorstr='#00000000',GradientType=0);
position: absolute;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
opacity: 1;
filter: alpha(opacity=100);
}

.ad-categories-inner:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: #323031;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}

.ad-categories-inner .ad-content-inner {
position: absolute;
top: 30px;
left: 40px;
z-index: 2;
}

.ad-categories-inner .ad-content-inner .info-title {
font-size: 20px;
margin: 0 0 5px;
color: #fff;
font-weight: 500;
}

.ad-categories-inner .ad-content-inner .ad-number {
color: #fff;
font-size: 14px;
}

.ad-categories-inner .icon {
position: absolute;
background: var(--mainColor);
bottom: 30px;
right: 30px;
z-index: 2;
color: #fff;
width: 52px;
height: 52px;
text-align: center;
border-radius: 50%;
line-height: 52px;
font-size: 22px;
}

.ad-categories-inner:active:after, .ad-categories-inner:hover:after {
opacity: .6;
filter: alpha(opacity=60);
}

.page-sidebar .widget {
background-color: #fafafa;
margin-bottom: 30px;
}

.page-sidebar .widget .widget-title {
padding: 17px 25px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #f1f1f1;
}

.page-sidebar .categories-list {
padding: 20px;
}

.page-sidebar .categories-list li {
padding: 7px 0;
}

.page-sidebar .categories-list li a {
text-decoration: none;
color: #888;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.page-sidebar .categories-list li a:hover {
color: var(--mainColor);
}

.page-sidebar .categories-list li a i {
margin-right: 5px;
}

.page-sidebar .categories-list li .category-counter {
font-size: 12px;
}

.page-sidebar .add-box {
padding: 20px;
}

.widget_search {
margin-bottom: 30px;
}

/* Services Item */
.services-item {
padding: 30px 15px;
background: #fafafa;
text-align: center;
margin-bottom: 30px;
border-radius: 4px;
border-bottom: 3px solid #f1f1f1;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
background: var(--mainColor);
width: 60px;
height: 60px;
display: inline-block;
line-height: 60px;
font-size: 30px;
border-radius: 50px;
color: #fff;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
margin-bottom: 5px;
}

.services-item .services-content h3 a {
font-size: 16px;
text-transform: uppercase;
color: #484848;
}

.services-item .services-content h3 a:hover {
color: var(--mainColor);
}

.services-item:hover {
border-color: var(--mainColor);
}

.services-item:hover .icon i {
-webkit-transform: scale(0.9);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(0.9);
}

.services-tow-area {
background: #fff;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
border-radius: 3px;
}

.services-tow-area .service-two-item-wrapper {
padding: 0;
border-right: 1px solid #ededed;
}

.services-tow-area .service-two-item-wrapper:last-child {
border-right: none;
}

.services-tow-area .service-two-item-wrapper .icon {
margin-bottom: 15px;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.services-tow-area .service-two-item-wrapper .icon i {
font-size: 60px;
color: var(--mainColor);
display: inline-block;
}

.services-tow-area .service-two-item-wrapper .services-item-two {
padding: 40px 30px;
overflow: hidden;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content {
-webkit-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 {
margin-bottom: 10px;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a {
font-size: 16px;
color: #484848;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a:hover {
color: var(--mainColor);
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content p {
margin-bottom: 0;
opacity: 0.7;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content .service-two-btn {
color: var(--mainColor);
}

.services-tow-area .service-two-item-wrapper .services-item-two .service-two-btn {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}

.services-tow-area > .row {
margin: 0;
}

.services-item-two:hover > .services-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}

.services-item-two:hover .services-content .service-two-btn {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: translateY(225%);
-moz-transform: translateY(225%);
-ms-transform: translateY(225%);
-o-transform: translateY(225%);
transform: translateY(225%);
}

.services-item-two:hover > .services-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}

.services-item-two .service-two-btn,
.services-item-two .icon {
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.services-item-two:hover .icon {
opacity: 0;
filter: alpha(opacity=0);
}

.details-box .product-img {
position: relative;
}

.details-box .price {
position: absolute;
top: 20px;
right: 5px;
background: var(--mainColor);
padding: 10px 25px;
font-size: 20px;
color: #fff;
font-weight: 500;
}

.details-box .ads-details-info h2 {
font-size: 26px;
font-weight: 700;
line-height: 36px;
}

.details-box .ads-details-info .details-meta span {
display: inline-block;
margin: 11px 0 16px;
}

.details-box .ads-details-info .details-meta span a {
color: #999;
margin-right: 10px;
}

.details-box .ads-details-info .details-meta span a:hover {
color: var(--mainColor);
}

.details-box .ads-details-info .details-meta span a i {
margin-right: 5px;
}

.details-box .ads-details-info .title-small {
font-size: 18px;
font-weight: 500;
}

.details-box .ads-details-info .list-specification {
width: 100%;
display: inline-block;
}

.details-box .ads-details-info .list-specification li {
font-size: 13px;
width: 48%;
box-sizing: border-box;
float: left;
padding: 2px;
position: relative;
margin-bottom: 7px;
margin-right: 5px;
}

.details-box .ads-details-info .list-specification li i {
margin-right: 2px;
}

.details-box .advertisement li {
display: inline-block;
margin-right: 10px;
}

.details-box .advertisement li i {
margin-right: 5px;
}

.details-box .advertisement li a {
color: #484848;
}

.details-box .ads-btn a {
margin-right: 5px;
}

.details-box .ads-btn a i {
margin-right: 5px;
}

.details-box .ads-btn .btn-reply {
background: #0d79bf;
}

.details-box .share span {
float: left;
margin-right: 12px;
line-height: 30px;
font-size: 16px;
font-weight: 700;
}

.details-box .social-link a {
display: inline-block;
color: #fff;
margin-right: 5px;
border-radius: 4px;
background: #fafafa;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
}

.details-box .social-link .twitter {
background: #55acee;
}

.details-box .social-link .facebook {
background: #3b5998;
}

.details-box .social-link .google {
background: #dd4b39;
}

.details-box .social-link .linkedin {
background: #007bb5;
}

.details-box .owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: -65px;
}

.details-box .owl-theme .owl-controls {
display: inline-block;
width: 100%;
text-align: center;
}

.owl-theme .owl-controls .active .item-link {
border-bottom: 4px solid var(--mainColor);
}

.description-info {
margin-top: 50px;
background: #ffffff;
}

.description-info .description {
background: #fafafa;
padding: 30px;
}

.description-info .description h4 {
font-size: 18px;
font-weight: 700;
}

.description-info .short-info {
background: #fafafa;
padding: 30px;
}

.description-info .short-info h4 {
font-size: 18px;
margin-bottom: 20px;
}

.description-info .short-info ul li {
margin-bottom: 20px;
}

.description-info .short-info ul li i {
font-size: 18px;
margin-right: 10px;
}

.description-info .short-info ul li a {
color: #484848;
font-size: 16px;
}

.description-info .short-info ul li a span {
color: var(--mainColor);
}

.description-info .short-info ul li a:hover {
color: var(--mainColor);
}

.sidebar-box {
background: #fafafa;
width: 100%;
display: inline-block;
margin-bottom: 30px;
}

.sidebar-box .user {
float: left;
width: 100%;
padding: 30px 20px;
position: relative;
margin-bottom: 30px;
background: var(--mainColor);
}

.sidebar-box .user figure {
margin: 0;
float: left;
position: relative;
}

.sidebar-box .user figure img {
border-radius: 50%;
}

.sidebar-box .user .usercontent {
overflow: hidden;
padding: 12px 0 12px 15px;
}

.sidebar-box .user .usercontent h3 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
line-height: 16px;
margin-bottom: 6px;
}

.sidebar-box .user .usercontent h4 {
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 14px;
}

.sidebar-box .navdashboard {
border-top: 1px solid #495067;
}

.sidebar-box .navdashboard ul {
width: 100%;
}

.sidebar-box .navdashboard ul li {
margin: 0;
width: 100%;
float: left;
position: relative;
line-height: 48px;
}

.sidebar-box .navdashboard ul li a {
color: #484848;
width: 100%;
float: left;
line-height: inherit;
margin-bottom: 3px;
border-left: 3px solid transparent;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a span {
text-align: left;
}

.sidebar-box .navdashboard ul li a i {
width: 58px;
display: inline-block;
font-size: 20px;
text-align: center;
vertical-align: middle;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a:focus,
.sidebar-box .navdashboard ul li a:hover,
.sidebar-box .navdashboard ul li a.active {
border-color: var(--mainColor);
}

.sidebar-box .navdashboard ul li a:focus i,
.sidebar-box .navdashboard ul li a:hover i,
.sidebar-box .navdashboard ul li a.active i {
color: var(--mainColor);
}

/*==============================================
Dashboard Global Elements
==============================================*/
.dashboard-sections {
padding: 20px 0;
}

.dashboard-sections .dashboardbox {
width: 100%;
float: left;
overflow: hidden;
background: #fff;
position: relative;
border-radius: 4px;
padding: 10px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.dashboard-sections .icon {
float: left;
}

.dashboard-sections .icon i {
font-size: 22px;
text-align: center;
line-height: 42px;
width: 42px;
border-radius: 50%;
color: #fff;
height: 42px;
display: inline-block;
background: var(--mainColor);
}

.dashboard-sections .contentbox {
float: left;
margin-left: 10px;
}

.dashboard-sections .contentbox h2 {
font-size: 16px;
font-weight: 500;
margin-bottom: 8px;
}

.dashboard-sections .contentbox h2 a {
color: #484848;
bottom: 10px;
padding: 0 14px 0 0;
}

.dashboard-sections .contentbox h2 a:hover {
color: var(--mainColor);
}

.dashboard-sections .contentbox h3 {
font-size: 15px;
color: #999;
font-weight: 400;
margin: 0;
}

.dashboardbox:hover {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.inner-box {
background: #fafafa;
}

.dashboard-box {
width: 100%;
display: inline-block;
padding: 10px;
border-bottom: 1px solid #eaedef;
}

.dashboard-box .dashbord-title {
margin: 0;
float: left;
color: #363b4d;
font-size: 20px;
font-weight: 500;
line-height: 20px;
padding: 8px 0 8px 10px;
}

.dashboard-wrapper {
padding: 10px 15px;
}

.dashboard-wrapper .select select {
border: 0;
width: 100%;
border-radius: 0;
background: transparent;
font-size: 16px;
outline: none;
line-height: 30px;
padding: 15px 15px 15px 0;
}

#editor {
position: relative;
}

#editor .panel-default .panel-heading {
padding: 0;
border-radius: 4px;
background: transparent;
border: none;
}

#editor .note-editor.note-frame {
border: 1px solid #ddd;
}

#editor .popover {
display: none;
}

.note-Top {
display: none;
}

.tg-fileuploadlabel {
width: 100%;
padding: 30px;
color: #363b4d;
font-size: 14px;
line-height: 17px;
margin: 0 0 10px;
cursor: pointer;
border-radius: 5px;
border: 3px dashed #eaedef;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}

.tg-fileuploadlabel span {
display: block;
margin-bottom: 15px;
}

.tg-fileuploadlabel span:first-child {
font-size: 18px;
font-weight: 500;
line-height: 22px;
}

.tg-fileuploadlabel span:first-child(2) {
padding: 15px 0;
}

.tg-fileuploadlabel span:first-child(4) {
color: #363b4d;
font-size: 13px;
line-height: 16px;
margin: 30px 0 0;
}

.tg-fileuploadlabel input[type=file].fileinput {
display: none;
}

.tg-fileuploadlabel .btn {
color: #fff;
padding: 10px 50px;
position: relative;
text-align: center;
margin-bottom: 20px;
overflow: hidden;
border-radius: 23px;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
}

#tg-photogallery {
display: none;
}

.checkbox {
font-size: 12px;
}

.checkbox a {
font-size: 12px;
color: #999;
}

.checkbox a:hover {
color: var(--mainColor);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: var(--mainColor);
}

label {
display: inline;
}

.tg-checkbox {
margin-bottom: 10px;
}

.tg-checkbox a {
font-size: 13px;
color: #333;
}

.tg-inputwithicon .tg-select {
color: #666;
width: 100%;
position: relative;
text-transform: uppercase;
}

.tg-inputwithicon .tg-select:after {
top: 10px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.tg-inputwithicon .tg-select select {
border: 0;
border-radius: 0;
font-size: 16px;
width: 100%;
line-height: 30px;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.dashboard-wrapper .tg-inputwithicon .tg-select:after {
top: 2px;
}

.dashboard-wrapper .tg-select select:focus {
outline: none;
}

/*==============================================
Dashboard My Ads
==============================================*/
.nav-table {
width: 100%;
display: inline-block;
margin: 10px 0 20px;
}

.nav-table ul li {
float: left;
margin-right: 15px;
position: relative;
}

.nav-table ul li a {
color: var(--mainColor);
padding: 7px 16px;
display: inline-block;
border: 1px solid #eaedef;
border-radius: 4px;
}

.nav-table ul li a:hover,
.nav-table ul li.active a {
background: var(--mainColor);
color: #fff;
}

.dashboardtable tbody tr {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.dashboardtable thead tr th {
color: #484848;
font-size: 14px;
font-weight: 700;
line-height: 20px;
text-align: left;
padding: 15px 10px;
background: transparent;
vertical-align: middle;
border-bottom: none;
}

.dashboardtable thead tr th .checkbox,
.dashboardtable tbody tr td .checkbox {
width: 20px;
height: 20px;
}

.dashboardtable tbody tr td,
.dashboardtable tbody tr td h3 {
color: #484848;
font-size: 15px;
font-weight: 500;
line-height: 20px;
vertical-align: middle;
margin: 0;
}

.dashboardtable tbody tr td h3 + span {
color: #666;
display: block;
font-size: 12px;
font-weight: 500;
line-height: 16px;
}

.photo {
width: 110px;
display: block;
}

.adcategories {
min-width: 110px;
display: block;
}

.adstatus {
width: 80px;
color: #fff;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 30px;
border-radius: 30px;
text-align: center;
text-transform: uppercase;
}

.adstatusinactive {
color: #363b4d;
background: #f7f7f7;
}

.adstatusactive {
background: var(--mainColor);
}

.adstatusexpired {
background: #fc9209;
}

.adstatusdeleted {
background: #f91942;
}

.adstatussold {
background: #363b4d;
}

.btns-actions {
min-width: 150px;
width: 100%;
float: left;
margin: -5px 0;
}

.btns-actions .btn-action {
margin: 5px;
width: 40px;
height: 40px;
float: left;
color: #363b4d;
line-height: 40px;
border-radius: 50px;
background: #f7f7f7;
text-align: center;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.btns-actions .btn-action i {
display: block;
line-height: 40px;
}

.dashboardtable tbody tr:hover .btn-delete {
background: #f91942;
color: #fff;
}

.dashboardtable tbody tr:hover .btn-edit {
background: #363b4d;
color: #fff;
}

.dashboardtable tbody tr:hover .btn-view {
background: #00cc67;
color: #fff;
}

.dashboardtable tbody tr:hover {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.form-dashboard {
padding: 0px 5px 15px;
}

.form-dashboard .privacy-box .dashboardholder {
border: 1px solid #ddd;
padding: 15px;
}

.form-dashboard .privacy-box .dashboardholder ul {
margin-bottom: 20px;
}

.form-dashboard .privacy-box .dashboardholder ul li {
margin-bottom: 15px;
}

.form-dashboard .privacy-box .dashboardholder ul li .checkbox span {
font-size: 14px;
margin-left: 8px;
}

.dashboardboxtitle h2 {
font-size: 16px;
margin-bottom: 20px;
font-weight: 500;
}

.offers-messages {
border: 1px solid #ddd;
padding: 0px 0 15px;
}

.offers-messages .offers-box {
padding: 15px 0;
display: inline-block;
border-right: 1px solid #ddd;
}

.offers-user-online .offerer {
width: 100%;
float: left;
cursor: pointer;
position: relative;
margin: 0px;
padding: 10px;
}

.offers-user-online .offerer figure {
float: left;
margin: 0px;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
position: relative;
}

.offers-user-online .offerer figure img {
height: auto;
max-width: 100%;
}

.offers-user-online .offerer .bolticon {
width: 8px;
height: 8px;
background: var(--mainColor);
border-radius: 50%;
position: absolute;
top: 18px;
left: 15px;
}

.offers-user-online .offerer .user-name {
padding: 10px 0;
}

.offers-user-online .offerer .user-name h3 {
color: #484848;
font-size: 15px;
font-weight: 500;
line-height: 20px;
overflow: hidden;
}

.offers-user-online .offerer .user-name h4 {
font-size: 14px;
}

.offers-user-online .offerer .user-name h4 a {
color: var(--mainColor);
}

.chat-message-box {
padding: 15px 0;
display: inline-block;
}

.chat-message-box .offerermessage {
width: 100%;
float: left;
position: relative;
}

.chat-message-box .offerermessage figure {
float: left;
margin: 0px;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
position: relative;
}

.chat-message-box .offerermessage figure img {
height: auto;
max-width: 100%;
}

.chat-message-box .offerermessage .description {
margin-left: 80px;
}

.chat-message-box .offerermessage .description .info {
width: auto;
padding: 10px;
margin: 0px 0px 5px;
background: #fff;
}

.chat-message-box .offerermessage .description .info h3 {
font-size: 16px;
font-weight: 500;
}

.chat-message-box .offerermessage .description .info p {
font-size: 13px;
line-height: 20px;
}

.chat-message-box .offerermessage .description .date {
color: #999;
font-style: italic;
}

.chat-message-box .memessage {
width: 100%;
float: left;
position: relative;
margin: 8px 0px;
padding: 0px 40px;
}

.chat-message-box .memessage figure {
float: right;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
bottom: 21px;
width: 30px;
height: 30px;
position: absolute;
margin: 0px;
right: 0;
}

.chat-message-box .memessage figure img {
height: auto;
max-width: 100%;
}

.chat-message-box .memessage .description {
margin-left: 80px;
}

.chat-message-box .memessage .description .info {
width: auto;
padding: 10px;
margin: 0px 0px 5px;
background: #fff;
}

.chat-message-box .memessage .description .info h3 {
font-size: 16px;
font-weight: 500;
}

.chat-message-box .memessage .description .info p {
font-size: 13px;
line-height: 20px;
}

.chat-message-box .memessage .description a {
color: #999;
}

.chat-message-box .memessage .description a:hover {
color: var(--mainColor);
}

.chat-message-box .memessage .description .date {
color: #999;
font-style: italic;
}

.replay-box {
float: left;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #ddd;
}

.replay-box .form-control {
width: 100%;
height: 100px;
font-size: 13px;
line-height: 16px;
border-width: 0px;
border-style: initial;
border-color: initial;
border-image: initial;
padding: 8px;
border-radius: 0px;
}

.replay-box .icon-box {
width: 100%;
float: left;
height: 39px;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
}

.replay-box .icon-box i {
cursor: pointer;
font-size: 16px;
line-height: 22px;
display: inline-block;
vertical-align: middle;
margin: 0px 0px 0px 6px;
}

.card {
background: #fafafa;
padding: 25px 30px 30px 30px;
margin-bottom: 10px;
}

.card .table-total-checkout {
width: 100%;
text-transform: uppercase;
margin-bottom: 20px;
}

.card .table-total-checkout tbody tr td {
text-align: right;
font-size: 30px;
}

/* ==========================================================================
 Pricing Table Style
 ========================================================================== */
.mainHeading {
text-align: center;
margin-bottom: 20px;
}

.mainHeading .section-title {
padding: 20px 0px;
}

#pricing-table {
text-align: center;
}

#pricing-table .title {
padding-top: 25px;
padding-bottom: 25px;
}

#pricing-table .title h3 {
text-transform: uppercase;
font-size: 24px;
margin-bottom: 0px;
}

#pricing-table .table {
padding-bottom: 30px;
border-radius: 4px;
background: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
border-bottom: 3px solid #ddd;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

#pricing-table .table .icon {
padding-top: 30px;
}

#pricing-table .table .icon i {
color: var(--mainColor);
font-size: 42px;
}

#pricing-table .table .pricing-header {
position: relative;
padding-bottom: 20px;
text-align: center;
}

#pricing-table .table .pricing-header .price-value {
font-size: 46px;
color: var(--mainColor);
position: relative;
text-align: center;
font-weight: 700;
line-height: 62px;
}

#pricing-table .table .pricing-header .price-value sup {
font-size: 18px;
font-weight: 500;
top: -18px;
}

#pricing-table .table .pricing-header .price-value span {
font-size: 14px;
font-weight: 500;
}

#pricing-table .table .description {
text-align: center;
padding: 0px 50px;
margin-bottom: 20px;
}

#pricing-table .table .description li {
font-size: 14px;
font-weight: 500;
color: #7a7d80;
padding-bottom: 15px;
}

#pricing-table .table:hover {
border-color: var(--mainColor);
}

#pricing-table #active-tb {
border-color: var(--mainColor);
}

.testimonial {
background: #fafafa;
}

.testimonial-item {
padding: 15px;
background: #fff;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .img-thumb {
float: left;
overflow: hidden;
position: relative;
margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
border: 3px solid var(--mainColor);
border-radius: 50%;
}

.testimonial-item .content {
overflow: hidden;
}

.testimonial-item .content h2 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
line-height: 30px;
}

.testimonial-item .content h2 a {
color: #484848;
}

.testimonial-item .content .description {
width: 100%;
}

.testimonial-item .content h3 {
margin: 0;
clear: both;
font-size: 14px;
font-weight: 500;
line-height: 26px;
}

.testimonial-item .content h3 a {
color: var(--mainColor);
}

.owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}

.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 2px 4px;
filter: alpha(opacity=50);
opacity: 1;
border-radius: 30px;
background: #fff;
border: 2px solid #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: var(--mainColor);
}

/* Blog Area */
#blog {
background: #f2f2f2;
}

.blog-post {
background-color: #fafafa;
border-bottom: 5px solid var(--mainColor);
margin-bottom: 60px;
}

.blog-post .post-content {
padding: 60px 40px;
}

.blog-post .post-content .post-title {
margin-top: 0;
font-size: 30px;
font-weight: 500;
margin-bottom: 10px;
}

.blog-post .post-content .post-title a {
color: #484848;
}

.blog-post .post-content .post-title a:hover {
color: var(--mainColor);
}

.blog-post .cat-meta {
margin-bottom: 20px;
}

.blog-post .cat-meta li a {
background: #EBEBEB;
color: #6f6f6f;
padding: 5px 10px;
}

.blog-post .meta {
margin-top: 0;
margin-bottom: 10px;
}

.blog-post .meta .meta-part {
display: inline-block;
margin-right: 10px;
}

.blog-post .meta .meta-part a {
color: #999;
text-transform: capitalize;
}

.blog-post .entry-summary {
margin: 15px 0 60px;
line-height: 26px;
}

.quote-post .quote-wrap {
text-align: center;
padding: 50px 0;
font-size: 25px;
font-style: italic;
font-weight: 400;
background: #F7F7F7;
}

blockquote {
border-left: none;
padding: 15px;
line-height: 36px;
}

.pagination-bar {
margin-top: 35px;
}

.page-item .page-link {
margin-right: 10px;
padding: 10px 15px;
border-radius: 60px;
color: var(--mainColor);
}

.page-link:focus, .page-link:hover, .page-link.active {
background-color: var(--mainColor);
color: #fff;
box-shadow: none;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
border-radius: 60px;
}

.post-content-block {
margin-bottom: 40px;
}

.post-thumb {
position: relative;
}

.post-thumb .date {
position: absolute;
font-size: 13px;
text-transform: uppercase;
top: 10px;
left: 10px;
padding: 7px 17px;
background-color: white;
}

.post-thumb .date .day {
color: var(--mainColor);
display: block;
font-size: 24px;
font-weight: 700;
}

.post-meta {
padding-bottom: 10px;
}

.post-meta a {
color: #888;
}

.post-meta a:hover {
color: var(--mainColor);
}

.post-meta span {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #ddd;
line-height: 12px;
color: #888;
display: inline-block;
}

.post-meta span i {
color: #888;
margin-right: 5px;
}

.post-meta .post-comment {
border-right: 0;
}

.tags-area {
margin: 20px 0;
}

.tags-area .post-tags a {
border: 1px solid #eee;
color: #7c7c7c;
display: inline-block;
font-size: 12px;
padding: 3px 10px;
margin-left: 3px;
border-radius: 3px;
}

.tags-area .post-tags a:hover {
background: var(--mainColor);
color: #fff;
}

.share-items .list-inline li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}

.share-items .list-inline li a i {
margin-left: 5px;
font-size: 14px;
line-height: 60px;
color: var(--mainColor);
text-align: center;
}

.share-items .post-social-icons a i.fa-facebook {
background: #677fb5;
}

.share-items .post-social-icons a i.fa-twitter {
background: #70c2e9;
}

.share-items .post-social-icons a i.fa-google-plus {
background: #c53942;
}

.share-items .post-social-icons a i.fa-linkedin {
background: #3daccf;
}

.blog-post-item {
position: relative;
}

.blog-post-item .post-thumb {
overflow: hidden;
position: relative;
}

.blog-post-item .post-thumb figure {
margin: 0;
}

.blog-post-item .post-thumb .post-categories {
font-weight: 600;
position: absolute;
z-index: 2;
top: 0;
left: 30px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.blog-post-item .post-thumb .post-categories a {
color: #fff;
font-size: 13px;
display: inline-block;
background: var(--mainColor);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
padding: 5px 15px;
margin-top: 30px;
}

.blog-post-item .post-item-content {
padding: 80px 30px 25px;
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
background-image: -webkit-linear-gradient(top, transparent 0%, #323031 100%);
background-image: -o-linear-gradient(top, transparent 0%, #323031 100%);
background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
}

.blog-post-item .post-item-content .post-date {
font-size: 13px;
margin: 0 0 5px;
}

.blog-post-item .post-item-content .post-title {
font-size: 16px;
line-height: 22px;
margin: 0;
}

.blog-post-item .post-item-content .post-title a {
color: #fff;
}

.blog-post-item:hover .post-categories {
opacity: 1;
filter: alpha(opacity=100);
}

#comments .comment-box {
padding: 15px;
background: #fafafa;
}

#comments h3 {
font-size: 24px;
padding: 15px 0;
font-weight: 700;
}

.respond-title {
font-size: 24px;
margin-bottom: 60px;
color: #999;
text-transform: capitalize;
}

#comments .comments-list {
padding: 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #fafafa;
}

#comments .comments-list .media {
padding-bottom: 60px;
}

#comments .comments-list .media .thumb-left {
float: left;
position: relative;
width: 200px;
height: auto;
}

#comments .comments-list .media .thumb-left img {
border: 2px solid #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#comments .comments-list .media .info-body {
margin-left: 20px;
box-shadow: 0 1px 1px rgba(37, 37, 37, 0.08);
padding: 15px;
background: #fff;
}

#comments .comments-list .media .info-body .media-heading {
margin-bottom: 15px;
}

#comments .comments-list .media .info-body .media-heading .name {
font-weight: 500;
font-size: 18px;
}

#comments .comments-list .media .info-body .media-heading .comment-date {
color: #999;
margin-bottom: 5px;
font-size: 14px;
}

#comments {
margin-top: 15px;
}

#comments .comments-list li ul {
padding-left: 100px;
}

.reply-link {
color: var(--mainColor);
font-size: 14px;
margin-left: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.reply-link:hover {
color: var(--mainColor);
}

.right-sidebar {
padding-left: 20px;
}

.widget-search #search-form {
position: relative;
}

.search-btn {
position: absolute;
top: 0;
right: 20px;
height: 42px;
background-color: transparent;
border: none;
}

.search-btn i {
color: #999;
}

#sidebar {
margin-bottom: 60px;
}

#sidebar .widget_search {
margin-bottom: 60px;
}

#sidebar .widget {
background-color: #fafafa;
margin-bottom: 60px;
}

#sidebar .widget .widget-title {
padding: 17px 25px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #f1f1f1;
}

#sidebar .categories-list {
padding: 20px;
}

#sidebar .categories-list li {
padding: 7px 0;
}

#sidebar .categories-list li a {
text-decoration: none;
color: #888;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#sidebar .categories-list li a:hover {
color: var(--mainColor);
}

#sidebar .categories-list li a i {
margin-right: 5px;
}

#sidebar .categories-list li .category-counter {
font-size: 12px;
}

#sidebar .posts-list {
padding: 20px;
}

#sidebar .posts-list li {
padding-bottom: 12px;
}

#sidebar .posts-list .widget-thumb {
float: left;
}

#sidebar .posts-list .widget-thumb a {
display: block;
}

#sidebar .posts-list .widget-thumb a img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}

#sidebar .posts-list .widget-content a {
font-weight: 500;
color: #484848;
font-size: 14px;
}

#sidebar .posts-list .widget-content a:hover {
color: var(--mainColor);
}

#sidebar .posts-list .widget-content span {
color: #999;
font-size: 13px;
display: block;
margin: 2px 0;
}

#sidebar .posts-list .widget-content span i {
padding-right: 5px;
}

#sidebar .tagcloud {
padding: 20px;
}

#sidebar .tagcloud a {
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
margin-bottom: 5px;
color: #6f6f6f;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

#sidebar .tagcloud a:hover {
color: var(--mainColor);
}

#sidebar .add-box {
padding: 20px;
}

#sidebar .add-box img {
width: 100%;
}

/* Contact Forme */
#conatiner-map {
width: 100%;
height: 480px;
}

#google-map-area {
padding-top: 60px;
position: relative;
}

#google-map-area .container-fluid {
padding-left: 0;
padding-right: 0;
}

#content {
position: relative;
}

#content .contact-form,
#content .information {
margin-top: 40px;
}

#content .contact-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
padding-bottom: 25px;
position: relative;
}

#content .contact-title:before {
content: "";
height: 3px;
width: 40px;
background: var(--mainColor);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

#content .contact-datails {
margin-top: 15px;
position: relative;
}

#content .contact-datails .icon {
position: absolute;
}

#content .contact-datails .icon i {
font-size: 18px;
color: var(--mainColor);
}

#content .contact-datails .info {
padding-left: 28px;
}

#content .contact-datails .info h3 {
font-size: 15px;
display: block;
}

#content .contact-datails .info .datail {
display: block;
color: #888;
}

.form-group {
margin-bottom: 30px;
}

.form-control {
display: block;
width: 100%;
line-height: 26px;
font-size: 14px;
box-shadow: none;
color: #848484;
text-transform: capitalize;
background: #ffffff;
padding: 7px 19px;
border: 1px solid #e5e5e5;
border-radius: 50px;
font-weight: 400;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

textarea {
border-radius: 4px !important;
}

.form-control:focus {
border-color: var(--mainColor);
outline: 0;
box-shadow: none;
}

.login-area {
width: 100%;
background: #fafafa;
border: 1px solid #eaedef;
}

.login-area h3 {
margin: 0;
padding: 0 20px;
font-size: 16px;
font-weight: 500;
line-height: 48px;
background: #f7f7f7;
text-align: center;
border-bottom: 1px solid #eaedef;
}

.login-area .login-form {
padding: 30px 15px;
}

.login-area .login-form .input-icon {
position: relative;
}

.login-area .login-form .input-icon i {
font-size: 15px;
left: 16px;
color: #999;
line-height: 22px;
margin-top: -11px;
position: absolute;
top: 50%;
}

.login-area .login-form .input-icon input {
padding-left: 40px;
}

.login-area .checkbox {
display: inline-block;
}

.login-area .checkbox label {
font-size: 13px;
margin-left: 5px;
}

.login-area .forgetpassword {
float: right;
font-size: 14px;
line-height: 20px;
color: #999;
}

.login-area .forgetpassword:hover {
color: var(--mainColor);
}

.login-area .form-links a {
color: #999;
}

.login-area .form-links a:hover {
color: var(--mainColor);
}

.close-account {
padding: 15px;
text-align: center;
}

.close-account p {
margin-bottom: 10px;
}

.close-account .radio-inline {
margin: 0px 5px 15px;
}

.wrapper-sub {
padding: 50px 20px;
background: #fafafa;
}

.subscribes p {
font-size: 18px;
color: #484848;
line-height: 30px;
font-weight: 500;
}

.subscribe {
margin-top: 5px;
width: 100%;
}

.subscribe .form-control {
float: left;
width: 100%;
border-radius: 50px;
position: relative;
height: 52px;
}

.subscribe .btn {
padding: 14px 26px;
border-top-left-radius: 0;
position: absolute;
top: 5px;
right: 15px;
border-bottom-left-radius: 0;
}

/* ==========================================================================
 Footer Style
 ========================================================================== */
.block-title {
font-size: 20px;
font-weight: 500;
color: #fff;
margin-bottom: 20px;
padding-bottom: 25px;
position: relative;
}

.block-title:before {
content: "";
height: 3px;
width: 40px;
background: var(--mainColor);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

footer .footer-Content {
background-color: #1a1c1d;
padding: 60px 0;
color: #b7c3c8;
}

footer .footer-Content .footer-logo img {
width: 80%;
}

.textwidget {
font-size: 14px;
font-weight: 300;
line-height: 24px;
}

.textwidget p {
color: #b7c3c8;
font-size: 15px;
}

footer .menu {
padding-left: 0;
}

footer .menu li {
padding-bottom: 10px;
}

footer .menu li a {
color: #b7c3c8;
font-size: 15px;
}

footer .menu li a:hover {
color: var(--mainColor);
}

.media-content-list li {
margin-bottom: 30px;
}

.media-content-list li:hover .overlay {
opacity: 1;
}

.media-content-list .media-left {
float: left;
width: 92px;
height: 70px;
margin-right: 10px;
position: relative;
overflow: hidden;
}

.media-content-list .media-left .overlay {
position: absolute;
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.3s ease-in-out;
}

.media-content-list .media-left .overlay .price {
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
position: absolute;
top: 30%;
left: 33px;
}

.media-content-list .media-body {
margin-left: 85px;
margin-bottom: 0;
}

.media-content-list .media-body h4 {
margin-bottom: 5px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
}

.media-content-list .media-body h4 a {
color: #b7c3c8;
}

.media-content-list .media-body h4 a:hover {
color: var(--mainColor);
}

.contact-footer {
margin: 0;
padding: 0;
display: inline-block;
}

.contact-footer li {
padding: 3px 0;
}

.contact-footer li strong {
float: left;
}

.contact-footer li span {
margin-left: 66px;
display: block;
}

.contact-footer li span a {
color: #b7c3c8;
}

.contact-footer li span a:hover {
color: var(--mainColor);
}

.text-sub {
margin-bottom: 10px;
}

#subscribe-form .form-group {
position: relative;
}

#subscribe-form .form-group .btn-common {
position: absolute;
top: 0;
right: 0;
padding: 10px 22px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 42px;
}

.footer-social li {
display: inline-block;
margin-right: 12px;
}

.footer-social li a {
background-color: var(--mainColor);
border-radius: 50%;
color: #fff;
height: 32px;
line-height: 32px;
text-align: center;
width: 32px;
display: inline-block;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
background-color: #3b5998;
}

.footer-social li .twitter:hover {
background-color: #55acee;
}

.footer-social li .linkedin:hover {
background-color: #007bb5;
}

.footer-social li .google-plus:hover {
background-color: #dd4b39;
}

.bottom-card li {
display: inline-block;
}

.bottom-card li img {
max-width: 100%;
height: auto;
}

#copyright {
background-color: #111212;
padding: 20px 0 10px;
color: #fff;
}

#copyright p {
line-height: 34px;
}

#copyright p a {
color: #fff;
}

#copyright p a:hover {
color: var(--mainColor);
}

.social-icon .facebook:hover {
background-color: #3b5998;
}

.social-icon .twitter:hover {
background-color: #55acee;
}

.social-icon .dribble:hover {
background-color: #D34836;
}

.social-icon .flickr:hover {
background-color: #ff0084;
}

.social-icon .youtube:hover {
background-color: #CC181E;
}

.social-icon .google-plus:hover {
background-color: #dd4b39;
}

.social-icon .linkedin:hover {
background-color: #007bb5;
}

#about .about-wrapper {
padding: 40px 0;
}

#about .intro-title {
font-size: 24px;
line-height: 36px;
margin-bottom: 20px;
}

#about .intro-desc {
margin-bottom: 15px;
}

.special-product {
position: relative;
margin: 0;
overflow: hidden;
}

.special-product:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.special-product .product-text {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
/* background: #555; */
/* -webkit-transition: all .3s ease-in-out; */
/* transition: all .3s ease-in-out; */
/* -webkit-transform: translate3d(0, 100%, 0); */
/* transform: translate3d(0, 100%, 0); */
padding: 30px;
z-index: 2;
}

.special-product .product-text h3 {
font-size: 30px;
color: #fff;
}

.special-product .product-text .offer-details {
margin-top: 30px;
color: #fff;
}

.special-product .product-text .offer-details h4 {
font-size: 18px;
}

.special-product .product-text .offer-details p {
font-size: 16px;
}

.special-product .product-text .price {
font-weight: 700;
color: #fff;
font-size: 26px;
color: #03cd67;
margin-bottom: 15px;
}

.special-product .product-text .icon-footer {
position: absolute;
right: 30px;
bottom: 20px;
}

.special-product .product-text .icon-footer a {
font-size: 30px;
color: #fff;
}

.special-product .product-text .icon-footer a:hover {
color: var(--mainColor);
}

.special-product .product-text .text {
font-size: 15px;
color: #fff;
font-weight: 500;
}

.cta {
background: #fafafa;
}

.single-cta {
background: #fff;
text-align: center;
padding: 30px;
}

.single-cta .cta-icon {
padding-bottom: 15px;
}

.single-cta .cta-icon i {
font-size: 40px;
color: var(--mainColor);
}

.single-cta h4 {
font-size: 18px;
margin-bottom: 10px;
}

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

.head-faq {
margin-bottom: 20px;
}

.panel-group .panel {
margin-bottom: 24px;
}

.panel-default {
border-radius: 0px;
border: none;
}

.panel-default .panel-heading {
padding: 0px 30px;
outline: none;
border-radius: 4px;
background: #ffffff;
border: 1px solid #f1f1f1;
width: 100%;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

.panel-default .panel-heading .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-weight: 500;
font-size: 14px;
color: inherit;
}

.panel-default .panel-heading a {
font-size: 14px;
font-weight: 400;
padding: 15px 35px 15px 30px;
display: inline-block;
width: 100%;
color: #484848;
position: relative;
}

.panel-default .panel-heading a:after {
font-family: "LineIcons";
content: "\e9d6";
position: absolute;
left: 0px;
color: var(--mainColor);
top: 50%;
line-height: 1;
padding: 0px 5px;
margin-top: -7px;
}

.panel-default .panel-heading .collapsed:after {
content: "\e9bc";
}

.panel-default .panel-collapse .panel-body {
padding: 15px 30px;
background-color: #fff;
border: 1px solid #ccc;
}

.counter-section {
background: url(../img/background/counter-back1.jpg);
overflow: hidden;
position: relative;
}


.counter-section .counter {
padding: 30px 0;
}

.counter-section .counter .icon {
margin-bottom: 30px;
}

.counter-section .counter .icon i {
font-size: 60px;
color: var(--mainColor);
}

.counter-section .counter .counterUp {
color: #fff;
font-size: 42px;
font-weight: 700;
margin-bottom: 10px;
}

.counter-section .counter p {
font-size: 18px;
color: #fff;
font-weight: 400;
}

.img-box {
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
z-index: 90;
margin: 10px 0;
border-radius: 3px;
}

.img-box .img-box-content {
position: absolute;
z-index: 101;
bottom: 0;
margin: 0 auto;
text-align: center;
width: 100%;
transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
transform: translate(0, -50.5%);
}

.img-box .img-box-content h4 {
font-size: 22px;
line-height: 36px;
color: #fff;
margin: 0;
}

.img-box .img-box-content span {
font-size: 16px;
color: #fff;
}

.img-box .img-box-background {
background-size: cover;
transition: all 0.55s;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
}

.img-box:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
content: "";
background-color: #222;
opacity: 0.3;
z-index: 99;
transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
}

.img-box:hover:before {
background-color: var(--mainColor);
opacity: 0.7;
}

.img-box:hover .img-box-background {
transform: scale(1.06);
}

.img-box:hover .img-box-content {
bottom: 60px;
}

.error-content {
width: 100%;
padding: 50px 0px;
}

.error-content .error-message {
padding: 0px 0px 45px;
text-align: center;
}

.error-content .error-message h2 {
color: var(--mainColor);
font-size: 200px;
position: relative;
margin: 0px;
padding: 0px 10px 8px;
}

.error-content .error-message h3 {
color: #484848;
font-size: 28px;
font-weight: 500;
line-height: 56px;
margin: 0px;
}

.error-content .form-error-search {
width: 100%;
float: left;
margin: 0px 0px 30px;
border-radius: 50px;
border-width: 7px;
border-style: solid;
border-color: #ebebed;
border-image: initial;
position: relative;
}

.error-content .form-error-search .form-control {
width: 100%;
float: left;
height: 60px;
font-size: 16px;
line-height: 30px;
border-width: 0px;
}

.error-content .form-error-search .btn-search {
top: 0px;
right: 0px;
z-index: 2;
width: 190px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
padding: 0px;
border-radius: 0px 30px 30px 0px;
}

.error-content .description {
text-align: center;
color: #999;
}

.error-content .description a {
color: #55acee;
}

.error-content .description a:hover {
color: var(--mainColor);
}
.ad1
{
background-color: #f1f1f1;
padding: 20px 0
}
.mppf660
{
border-radius: 10px;
padding: 20px 30px;
box-shadow: 3px 3px 5px 5px #c1c1c1;
background: #f1f1f1;
}
.mppf660 .ds-header
{
background-color: #222;
margin-bottom: 20px
}
.contents a
{
color: white;
padding: 8px 0px;
line-height: 2em;
background-color: #fff0;
}
.dsf3333 a
{
background-color: unset !important;
font-size: 14px;
color: #FFF;
}
.ad-space
{
overflow: hidden !important;
padding: 10px;
text-align: center;
margin: 5px 0;
  border: 1px solid gray;
  border-top-color: gray;
  border-top-style: solid;
  border-top-width: 1px;
border-top: 4px solid var(--mainColor);
box-shadow: 1px 1px 3px #888;
background: white
}

.ad-space img
{
border-radius: 15px;
min-height: 200px;
border: .5px solid gray
}
.ad-space p
{
margin: 15px 0;
font-size: 18px;
color: black
}
.ad-space span
{
color: black
}
.product-ad
{
padding: 0;
border: unset !important;
}
.product-ad span
{
background-color: #222;
display:  block;
text-align: center;
padding: 12px;
color: white;
font-size: 17px;
width: 100% !important;
}
.product-ad img
{
border-radius: 0;
}
.product-ad p
{
margin: 20px ;
font-size: 14px !important;
font-weight: bold !important;
margin:
}
.mppf660 .col-md-4, .mppf660 .col-md-12
{
padding: 3px
}
.footer
{
background-color: #222;
  padding-top: 20px

}
.footer a
{
font-size: 13px;
display: block;
color: white;
text-align: right;
}
.footer h1
{
font-size: 20px;
text-align: right;
color: var(--mainColor);
font-weight: normal
}
.footer p
{
color: white;
font-size: 13px;
text-align: right
}
.adtype
{
background-color: #f1f1f1;
text-align: center;
padding: 15px 0;
transition: .5s;
min-height: 100px;
margin: 20px 0
}
.adtype p
{
color: black;
font-weight: bold
}
.adtype:hover
{
background-color: var(--mainColor);
transition: .5s
}
.all-formfd
{
text-align: right !important;
}
.all-formfd label
{
font-weight: bold;
color: black;
line-height: 2em
}
.all-formfd input, .all-formfd select
{
background-color: #fff;
text-align: right !important;
border-radius: 3px !important;
height: 43px;
margin: 5px 0
}
.edit-page label
{
font-weight: bold;
color: rgba(0,0,0,.6)
}
.edit-page input, .edit-page select
{
border-radius: 5px !important;
text-align: right;
height: 45px;
margin: 10px 0
}
.login-page form
{
text-align: right;
}
.login-page form h1
{
margin: 20px 0;
color: var(--mainColor)
}
.login-page form input
{
text-align: right;
height: 45px;
border-radius: 5px !important;
}
.login-page form a
{
/*! border: 1px solid; */
color: var(--mainColor);
/*! border-radius: 40px; */
/*! padding: 8px 30px; */
}
.btn
{
border: none !important;;
background: var(--mainColor);
width: 100%;
text-align: center !important;
}
#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
display:block
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
color:#7a7a7a;
font-size:.875rem;
text-decoration:none;
text-align:center;
font-weight:400
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
position:relative;
margin-bottom:1.563rem;
height:318px;
width:257px;
background:#fff;
box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)
}
#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
bottom:5.5rem
}
#products .thumbnail-container:focus .highlighted-informations:after,
#products .thumbnail-container:hover .highlighted-informations:after,
.featured-products .thumbnail-container:focus .highlighted-informations:after,
.featured-products .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .thumbnail-container:focus .highlighted-informations:after,
.product-accessories .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .thumbnail-container:focus .highlighted-informations:after,
.product-miniature .thumbnail-container:hover .highlighted-informations:after {
opacity:1
}
#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
bottom:4.2rem
}
#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
content:"";
border-top:1px solid #7a7a7a;
position:absolute;
width:80%;
top:0;
left:10%;
opacity:.25
}
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
text-align:center;
margin-bottom:1.5rem
}
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
text-align:center;
text-transform:capitalize;
margin-top:1rem
}
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
color:#232323;
font-weight:700;
text-align:center
}
#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
position:relative;
text-align:center;
width:100%;
top:-.25em;
padding-top:.1875rem;
min-height:2.5rem;
background:#fff
}
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
position:absolute;
bottom:1.25rem;
padding-top:.625rem;
z-index:0;
background:#fff;
text-align:center;
width:257px;
height:3.125rem;
box-shadow:0 -5px 10px -5px rgba(0,0,0,.2);
transition:bottom .3s
}
#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
color:#7a7a7a;
font-size:1rem
}
#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
color:#2fb5d2
}
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
position:absolute;
z-index:1;
background:#fff;
width:257px;
bottom:0;
height:70px
}
#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
margin-left:4px
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
margin:0 .625rem
}
#products .product-miniature .discount,
.featured-products .product-miniature .discount,
.product-accessories .product-miniature .discount,
.product-miniature .product-miniature .discount {
display:none
}
#products .product-miniature .discount-amount,
#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-amount,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-amount,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-amount,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new {
display:block;
position:absolute;
left:-.4375rem;
padding:.3125rem .4375rem;
color:#fff;
background:#2fb5d2;
text-transform:uppercase;
min-width:3.125rem;
min-height:1.875rem;
font-size:1rem;
font-weight:600;
box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)
}
#products .product-miniature .discount-amount.discount-amount,
#products .product-miniature .discount-amount.discount-percentage,
#products .product-miniature .discount-percentage.discount-amount,
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-amount,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-amount,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-amount,
#products .product-miniature .pack.discount-percentage,
#products .product-miniature .product-flags .new.discount-amount,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-amount.discount-amount,
.featured-products .product-miniature .discount-amount.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-amount,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-amount,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-amount,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .pack.discount-amount,
.featured-products .product-miniature .pack.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-amount,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-amount.discount-amount,
.product-accessories .product-miniature .discount-amount.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-amount,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-amount,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-amount,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .pack.discount-amount,
.product-accessories .product-miniature .pack.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-amount,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-amount.discount-amount,
.product-miniature .product-miniature .discount-amount.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-amount,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-amount,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-amount,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .pack.discount-amount,
.product-miniature .product-miniature .pack.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-amount,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
z-index:2;
background:#f39d72
}
#products .product-miniature .discount-amount.on-sale,
#products .product-miniature .discount-percentage.on-sale,
#products .product-miniature .on-sale.on-sale,
#products .product-miniature .online-only.on-sale,
#products .product-miniature .pack.on-sale,
#products .product-miniature .product-flags .new.on-sale,
.featured-products .product-miniature .discount-amount.on-sale,
.featured-products .product-miniature .discount-percentage.on-sale,
.featured-products .product-miniature .on-sale.on-sale,
.featured-products .product-miniature .online-only.on-sale,
.featured-products .product-miniature .pack.on-sale,
.featured-products .product-miniature .product-flags .new.on-sale,
.product-accessories .product-miniature .discount-amount.on-sale,
.product-accessories .product-miniature .discount-percentage.on-sale,
.product-accessories .product-miniature .on-sale.on-sale,
.product-accessories .product-miniature .online-only.on-sale,
.product-accessories .product-miniature .pack.on-sale,
.product-accessories .product-miniature .product-flags .new.on-sale,
.product-miniature .product-miniature .discount-amount.on-sale,
.product-miniature .product-miniature .discount-percentage.on-sale,
.product-miniature .product-miniature .on-sale.on-sale,
.product-miniature .product-miniature .online-only.on-sale,
.product-miniature .product-miniature .pack.on-sale,
.product-miniature .product-miniature .product-flags .new.on-sale {
background:#f39d72;
width:100%;
text-align:center;
left:0;
top:0
}
#products .product-miniature .discount-amount.online-only,
#products .product-miniature .discount-percentage.online-only,
#products .product-miniature .on-sale.online-only,
#products .product-miniature .online-only.online-only,
#products .product-miniature .pack.online-only,
#products .product-miniature .product-flags .new.online-only,
.featured-products .product-miniature .discount-amount.online-only,
.featured-products .product-miniature .discount-percentage.online-only,
.featured-products .product-miniature .on-sale.online-only,
.featured-products .product-miniature .online-only.online-only,
.featured-products .product-miniature .pack.online-only,
.featured-products .product-miniature .product-flags .new.online-only,
.product-accessories .product-miniature .discount-amount.online-only,
.product-accessories .product-miniature .discount-percentage.online-only,
.product-accessories .product-miniature .on-sale.online-only,
.product-accessories .product-miniature .online-only.online-only,
.product-accessories .product-miniature .pack.online-only,
.product-accessories .product-miniature .product-flags .new.online-only,
.product-miniature .product-miniature .discount-amount.online-only,
.product-miniature .product-miniature .discount-percentage.online-only,
.product-miniature .product-miniature .on-sale.online-only,
.product-miniature .product-miniature .online-only.online-only,
.product-miniature .product-miniature .pack.online-only,
.product-miniature .product-miniature .product-flags .new.online-only {
font-size:.8125rem;
margin-top:13rem;
margin-left:8.688rem
}
#products .product-miniature .discount-amount.online-only:before,
#products .product-miniature .discount-percentage.online-only:before,
#products .product-miniature .on-sale.online-only:before,
#products .product-miniature .online-only.online-only:before,
#products .product-miniature .pack.online-only:before,
#products .product-miniature .product-flags .new.online-only:before,
.featured-products .product-miniature .discount-amount.online-only:before,
.featured-products .product-miniature .discount-percentage.online-only:before,
.featured-products .product-miniature .on-sale.online-only:before,
.featured-products .product-miniature .online-only.online-only:before,
.featured-products .product-miniature .pack.online-only:before,
.featured-products .product-miniature .product-flags .new.online-only:before,
.product-accessories .product-miniature .discount-amount.online-only:before,
.product-accessories .product-miniature .discount-percentage.online-only:before,
.product-accessories .product-miniature .on-sale.online-only:before,
.product-accessories .product-miniature .online-only.online-only:before,
.product-accessories .product-miniature .pack.online-only:before,
.product-accessories .product-miniature .product-flags .new.online-only:before,
.product-miniature .product-miniature .discount-amount.online-only:before,
.product-miniature .product-miniature .discount-percentage.online-only:before,
.product-miniature .product-miniature .on-sale.online-only:before,
.product-miniature .product-miniature .online-only.online-only:before,
.product-miniature .product-miniature .pack.online-only:before,
.product-miniature .product-miniature .product-flags .new.online-only:before {
content:"\E30A";
font-family:Material Icons;
vertical-align:middle;
margin:.3125rem
}
#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
text-align:center;
color:#7a7a7a
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
color:#7a7a7a;
text-decoration:line-through;
font-size:.875rem
}
#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
color:#7a7a7a;
font-weight:700;
position:relative;
bottom:.5rem
}
#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
clear:both;
color:#7a7a7a;
font-weight:700;
margin-top:1.5rem;
margin-bottom:1.5rem
}
@media (max-width:767px) {
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container {
box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)
}
#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description {
box-shadow:0 -5px 10px -5px rgba(0,0,0,.2)
}
}
#custom-text {
background:#fff;
border-radius:2px;
margin-bottom:1.5rem;
padding:3.125rem;
text-align:center
}
#custom-text h2 {
text-transform:uppercase;
color:#232323;
font-size:1.563rem;
font-weight:700
}
#custom-text p {
color:#232323;
font-weight:400;
font-size:1.1em
}
#custom-text p .dark {
color:#7a7a7a;
font-weight:400
}
.page-content.page-cms {
background:#fff;
padding:1.25rem;
text-align:justify
}
.page-content.page-cms .cms-box img {
max-width:100%
}
@media (max-width:991px) {
#block-cmsinfo {
padding:1.25rem 1.875rem
}
}
#products {
color:#7a7a7a
}
#products .products-select {
display:-ms-flexbox;
display:flex;
-ms-flex-align:baseline;
align-items:baseline;
-ms-flex-pack:justify;
justify-content:space-between
}
#products .up {
margin-bottom:1rem
}
#products .up .btn-secondary,
#products .up .btn-tertiary {
color:#7a7a7a;
text-transform:inherit
}
#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
margin-right:0
}
.block-category {
min-height:13.75rem;
margin-bottom:1.563rem
}
.block-category #category-description p,
.block-category #category-description strong {
font-weight:400;
color:#7a7a7a
}
.block-category #category-description p {
color:#232323;
margin-bottom:0
}
.block-category #category-description p:first-child {
margin-bottom:1.25rem
}
.block-category .category-cover {
position:absolute;
right:.75rem;
bottom:0
}
.block-category .category-cover img {
width:141px;
height:180px
}
.products-selection .sort-by-row {
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center
}
.products-selection .sort-by {
white-space:normal;
word-break:break-word;
margin-right:-.9375rem;
margin-left:.9375rem;
text-align:right
}
.products-selection .total-products,
.products-selection h1 {
padding-top:.625rem
}
.products-sort-order {
color:#7a7a7a
}
.products-sort-order .select-title {
display:inline-block;
width:100%;
color:#232323;
background:#fff;
padding:.625rem;
cursor:pointer;
border:1px solid rgba(0,0,0,.25);
box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)
}
.products-sort-order .select-list {
display:block;
color:#232323;
padding:.625rem 1.25rem
}
.products-sort-order .select-list:hover {
background:#2fb5d2;
color:#fff;
text-decoration:none
}
.products-sort-order .dropdown-menu {
left:auto;
width:16.88rem;
background:#f6f6f6;
border:none;
border-radius:0;
box-shadow:2px 2px 4px 0 rgba(0,0,0,.1);
margin:0
}
.facet-dropdown {
color:#7a7a7a;
padding-left:0;
padding-right:0;
background:#f1f1f1;
border:3px solid transparent;
box-sizing:border-box;
box-shadow:1px 1px 1px 1px #f1f1f1
}
.facet-dropdown.open {
border:0
}
.facet-dropdown.open>.select-title {
border:3px solid #2fb5d2;
background:#f6f6f6
}
.facet-dropdown .select-title {
display:-ms-inline-flexbox;
display:inline-flex;
-ms-flex-align:center;
align-items:center;
margin-left:0;
width:100%;
color:#232323;
background:#f1f1f1;
padding:.625rem .625rem .625rem 1.25rem;
cursor:pointer
}
.facet-dropdown .select-title>i {
margin-left:auto
}
.facet-dropdown .select-list {
display:block;
color:#232323;
background:#f6f6f6;
padding:.625rem 1.25rem
}
.facet-dropdown .select-list:hover {
background:#2fb5d2;
color:#fff;
text-decoration:none
}
.facet-dropdown .dropdown-menu {
padding:0;
margin-top:3px;
left:auto;
width:100%;
background:#f6f6f6;
border:none;
box-shadow:1px 1px 1px 1px #f1f1f1
}

.product
{
background-color: #fff;
margin: 10px 0;
text-align: center;
position: relative;
overflow: hidden;
/* box-shadow: 0px 10px 10px rgba(0,0,0,.08) */
}
.product .img
{
height: 300px;
overflow: hidden;
}
.product img
{
height: 300px;
transition: .5s
}
.product .name
{
margin: 0;
font-size: 16px;
color: rgba(0,0,0,.8)
}
.product .price
{
font-size: 30px;
font-weight: bold
}
.product-overlay
{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: white;
display: none;
transition: .8s;
opacity: 0;
background-color: rgba(0,0,0,.6)
}
.product:hover .product-overlay
{
display: block;
transition: .8s;
opacity: 1
}
.product-overlay ul
{
padding: 10px;
text-align: left;
opacity: 0;
transition: .8s
}
.product-overlay ul li
{
margin: 10px 0
}
.product-overlay ul svg
{
width: 50px;
height: 50px;
background-color: var(--mainColor);
padding: 10px;
border-radius: 50%;
cursor: pointer;
}
.product-overlay:hover ul
{
opacity: 1;
transition: .8s
}
.product:hover img
{
transition: .5s;
transform: scale3d(1.05,1.05,1.05)
}
.ads
{

}
.ad
{
position: relative
}
.ad .ad-link
{
position: absolute;
right: 0;
color: white;
font-size: 40px;
color: var(--mainColor);
padding: 10px 30px
}

.btn-tr
{
margin: 20px 0;
padding: 20px 0
}
.btn-tr a
{
background-color: var(--mainColor);
color: black;
padding: 12px 23px;
line-height: 2em;
font-weight: bold;
transition: .5s
}
.btn-tr a:hover
{
box-shadow: 0px 10px 10px rgba(0,0,0,.2);
transition: .5s
}
.swiper-container {
width: 100%;
height: 100%;
padding: 30px 15px
}

.swiper-slide {
text-align: center;
font-size: 18px;
/*! background: #fff; */

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
background-color: black
}
.news .new
{
position: relative;
margin: 10px 0;
cursor: pointer;
box-shadow: 0px 10px 10px rgba(0,0,0,.3);
overflow: hidden
}
.news .new  img
{
height: 400px
}

.news .new .new-overlay
{
position: absolute;
top: 0;
background-image: linear-gradient(to bottom, #0000, black);
width: 100%;
height: 100%;
color: white;
text-align: right;
transition: .5s
}
.new .content
{
padding: 10px;
position: absolute;
transform: translateY(110%);
transition: .5s
}
.new .content .date
{
font-size: 13px;
}
.new .content h1
{
font-size: 30px;
}
.new .content p
{
font-size: 13px;
line-height: 1.6em;
margin-bottom: 50px;
transition: .5s
}
.new .content a
{
color: var(--mainColor);
text-decoration: underline;
line-height: 3em
}
.new:hover .new-overlay
{
transition: .5s;
  background-image: linear-gradient(to bottom, #b5ac2678, black);
}
.new:hover .content
{
transform: translateY(120%);
transition: .5s
}
.new:hover .content p
{
margin: 5px 0;
transition: .5s
}
.footer
{
background-color: #eeb4a5;
padding: 30px 0;
padding-bottom: 10px;
text-align: right
}
.footer h1
{
color: #313030;
font-size: 25px;
margin: 20px 0
}
.footer .about p
{
color: #313030;
font-size: 14px;
line-height: 1.6em
}
.footer .about ul li
{
display: inline-flex;
margin-left: 20px
}
.footer .about ul li a
{
background-color: white;
padding: 10px;
/*! border-radius: 50%; */
color: var(--mainColor);
}
.footer .link a
{
display: block;
padding: 4px 10px;
color: #393939;
font-size: 13px
}
.footer .link a:hover
{
text-decoration: underline
}
.footer .rights
{
padding: 20px 0;
padding-bottom: 0;
border-top: 1px solid rgba(255,255,255,.1);
text-align: center
}
.footer .rights p
{
color: rgba(0, 0, 0, 0.6);
font-size: 14px
}
.account-page form
{
margin: 50px 0;
/*! background-color: #f1f1f1; */
padding:20px 15px;
text-align: right;
/*! box-shadow: 0px 10px 10px rgba(0,0,0,.1) */
}
.account-page form h1
{
display: block;
text-align: center;
padding: 30px 0;
font-size: 30px;
padding-top: 10px;
font-weight: bold;
color: var(--mainColor);
}
.account-page form label
{
color: rgba(0,0,0,.6)
}
.account-page form input
{
text-align: right;
height: 45px;
border-radius: 0px;
border: none;
border: 1px solid rgba(0,0,0,.2);
color: rgba(0,0,0,.6);
font-size: 14px;
margin: 10px 0;
/*! border-radius: 15px; */
}
.account-page form input:focus
{
box-shadow: none !important;
border-bottom: 1px solid black;
color: black
}
.account-page form .btn
{
background-color: var(--mainColor);
color: white;
font-weight: bold;
font-size: 13px;
width: 80px;
text-align: center;
height: 38px;
border: none;
width: 100%;
}
.account-page .icon
{
text-align: center
}
.account-page .icon svg
{
height: 70px;
width: 70px
}
.account-page .icon path
{
fill: rgba(0,0,0,.6)
}
.account-page .f-pas
{
line-height: 3em;
font-size: 13px
}
.account-page .new-acc
{
text-align: center;
/*! padding: 20px 0; */
color: black;
margin: 20px 0;
margin-bottom: 0;
/*! background-color: #fff; */
color: var(--mainColor);
/*! font-weight: bold; */
text-decoration: underline;
font-size: 13px !important;
}
.account-page .bt-mg
{
margin-bottom: 0
}
.shopping .products
{
margin: 20px 0;
padding: 20px 0;
background-color: #f1f1f1;
text-align: right
}
.shopping .products th,.shopping .products td,.shopping .products tr
{
border: none
}
.shopping table tr:hover
{
background-color: white;
transition: .5s
}
.shopping .img img
{
width: 100px !important;
height: 100px !important;
}
.shopping .delete
{
color: #f95959;
font-weight: bold;
text-transform: capitalize;
cursor:pointer;
line-height: 4em
}
.shopping table p
{
line-height: 4em;
font-size: 15px
}
.shopping .total
{
padding: 0;
margin-top: 0
}
.shopping .total:hover
{
background-image: #f1f1f1
}

.shopping .total table .total-price
{
display: block;
text-align: center;
font-weight: bold;
color: #090909;
}
.shopping .pay
{
margin: 50px 0;
margin-bottom: 150px
}
.shopping .pay li
{
display: inline-flex;
margin: 5px 10px;
margin-left:0
}
.shopping .pay ul
{
padding: 0
}
.shopping .pay li a
{
padding: 10px 25px;
font-size: 17px;
}
.shopping .pay li .by-btn
{
background-color: #16a663;
color: white;
}
.shopping .pay li .more
{
background-color: #ccc;
color: black;
}
.products-pages input
{
text-align: right;
height: 45px;
font-size: 15px;
border-radius: 0;
border: none;
background-color: #f1f1f1;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.products-pages input:focus
{
box-shadow: none !important;
border-bottom: 1px solid rgba(0,0,0,.3);
background-color: #f1f1f1
}
.products-pages .fitler
{
text-align: center;
}
.products-pages .fitler ul
{
padding: 0
}
.products-pages .fitler ul .dropdown-toggle
{
width: 100px;
background-color: #f1f1f1;
color: black
}

.products-pages .fitler ul li .dropdown-item
{
font-size: 13px;
}
.post-header
{
text-align: right;
background-color: #f1f1f1;
margin: 10px 0;
padding: 20px;
}
.post-header li
{
display: inline-flex;
margin: 10px;
}
.post-header li  a
{
color: black;
font-weight: bold;
padding: 5px 12px;
font-size: 13px
}
.post-details .post-title
{
text-align: right;
margin: 50px 0
}
.post-details .post-title h1
{
text-transform: capitalize;
font-weight: bold;
}
.post-details .post-title p
{
font-size: 17px;
color: rgba(0,0,0,.7)
}
.post-details .post-title  .shared
{
font-size: 14px;
color: rgba(0,0,0,.6)
}
.post-details .image img
{
width: 100%;
height: 600px
}
.post-details .content
{
line-break: anywhere;
overflow: hidden;
text-align: right;
margin-bottom: 80px
}
.post-details .content p
{
font-size: 18px;
color: rgba(0,0,0,.8)
}
.post-details .card-pt
{
margin: 22px 0;
text-align: right
}
.post-details .card-pt .card-hd h1
{
display: block;
font-size: 20px;
padding: 10px;
background-color: #f1f1f1;
border-right: 4px solid var(--mainColor);
color: rgba(0,0,0,.8)
}
.post-details .card-pt .card-bd a
{
display: block;
padding: 10px;
font-size: 14px;
color: rgba(0,0,0,.6)
}
.post-details .card-pt .card-bd a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.contact form
{
background-color: #f1f1f1;
padding: 50px;
text-align: right;
margin-bottom: 60px
}
.contact form .form-grou\^p
{
margin: 10px 0
}
.contact form input,.contact form  textarea
{
text-align: right;
resize: none;
border-radius: 0 ;
border: none;
border-bottom: 1px solid rgba(0,0,0,.3);
font-size: 14px
}
.contact form input:focus,.contact form  textarea:focus
{
border-bottom: 1px solid black;
box-shadow: none !important;
}
.contact form .btn
{
background-color: var(--mainColor);
color: black;
border: none;
font-weight: bold
}
/* begin*/

.pagination {
margin-top:0;
margin-bottom:50px;
padding:10px 0;
background:transparent;
border-bottom:1px solid #ebebeb;
display:inline-block;
border-top:1px solid #ebebeb;
border-radius:0
}
.pagination>div {
text-align:right;
color:#666;
font-size:13px
}
.pagination>.row>div {
line-height:30px
}
.pagination .page-list {
background:none;
float:left;
margin-bottom:0;
padding:0;
border:none;
box-shadow:none
}
.pagination .page-list li {
display:inline-block;
float:left
}
.pagination a.previous,
.pagination a.next {
background:#fff;
color:#444;
border:1px solid #ebebeb
}
.pagination a.previous i,
.pagination a.next i {
font-size:0;
height:auto;
width:auto;
float:none
}
.pagination a.previous i:before {
content:"\f104";
font-family:"FontAwesome";
font-size:18px;
line-height:1;
vertical-align:6px
}
.pagination .current a,
.pagination a:not(.disabled):hover {
background:#37c6ca;
color:#fff;
border-color:#37c6ca
}
.pagination a:first-child {
margin-left:0
}
.pagination a {
width:30px;
padding:0;
text-align:center;
float:left;
line-height:30px;
background:#444;
height:30px;
color:#fff;
box-shadow:none;
margin:0 5px;
font-weight:400
}
.pagination a.next i:before {
content:"\f105";
font-family:"FontAwesome";
font-size:18px;
line-height:1;
vertical-align:6px
}
.item-product-list {
margin-bottom:30px;
display:inline-block;
width:100%;
float:left;
border:1px solid #ebebeb
}
.bn-top {
position:relative;
text-align:center;
margin-top:30px
}
.breadcrumb-abs {
position:relative;
background:#f2f2f2;
margin-top:30px;
margin-bottom:30px;
line-height:34px;
padding:8px 15px
}
.img-responsive {
max-width:100%;
height:auto;
width:auto!important
}
#wrapper .breadcrumb {
background:transparent;
padding:0;
text-align:left;
display:inherit;
margin:0
}
#category #wrapper .breadcrumb {
width:50%;
overflow:hidden
}
#wrapper .breadcrumb li a {
color:#444;
text-transform:uppercase;
line-height:1;
font-size:16px;
font-weight:700
}
#wrapper .breadcrumb li:after {
content:"\f054";
font-family:"FontAwesome";
color:#444;
margin:0 5px;
font-size:14px
}
.block-categories {
margin-bottom:30px;
padding:0;
float:left;
width:100%;
background:#fff;
box-shadow:none
}
#search_filters {
margin-bottom:30px;
padding:0;
float:left;
width:100%;
background:#fff;
box-shadow:none
}
ul.category-top-menu {
margin:0 0 -1px;
width:100%;
float:left
}
.block-categories>ul>li>.category-sub-menu {
width:100%;
float:left;
margin:0;
border:1px solid #f2f2f2;
padding:9px 20px 8px
}
.blog-categories.blog-categories>ul>li>.category-sub-menu {
padding-bottom:0
}
ul {
list-style:none;
padding-left:0
}
.block-categories>ul>li:first-child {
color:#444;
font-size:16px;
line-height:16px;
margin:0 0 20px;
padding:15px 40px 15px 20px;
position:relative;
text-transform:uppercase;
font-weight:700;
background:#f2f2f2
}
.block-categories>ul>li:first-child a {
color:#444;
font-size:16px
}
.block-categories .category-sub-menu li {
float:left;
position:relative;
width:100%
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
font-size:16px;
font-weight:700;
margin:0;
line-height:1;
padding:12px 0 7px;
text-transform:uppercase;
border-top:1px solid #f2f2f2;
border-bottom:none;
color:#444
}
.block-categories .category-sub-menu li[data-depth="0"]:first-child>a {
border:none
}
.block-categories .collapse-icons {
border:medium none;
cursor:pointer;
font-size:12px;
padding:0;
position:absolute;
right:0;
top:11px;
width:20px;
line-height:20px;
text-align:right;
color:#666
}
.block-categories .collapse-icons i {
line-height:18px;
font-size:12px
}
.block-categories .collapse-icons .remove {
display:none
}
.block-categories .collapse-icons[aria-expanded=true] .add {
display:none
}
.block-categories .category-sub-menu li[data-depth="1"] {
margin-bottom:0;
position:relative;
float:left;
width:100%
}
.block-categories .category-sub-menu .category-sub-link {
border-top:1px solid #f2f2f2;
float:left;
font-size:13px;
line-height:18px;
width:100%;
position:relative;
padding:15px 15px 5px;
color:#666;
text-transform:capitalize;
font-weight:400
}
.block-categories .category-sub-menu li[data-depth="1"]>a::before {
content:"\f105";
left:0;
font:normal normal normal 14px/1 FontAwesome;
line-height:1px;
margin-right:0;
position:absolute;
top:60%;
font-size:16px
}
.block-categories .category-sub-menu li[data-depth="0"]:last-child>a {
border-bottom:none
}
#search_filters>h4:hover,
.block-categories>ul>li:first-child a:hover,
.block-categories .category-sub-menu li[data-depth="0"]:hover>a,
.block-categories .category-sub-menu li[data-depth="0"]:hover>.navbar-toggler i,
.block-categories .category-sub-menu li[data-depth="1"]:hover>a,
.block-categories .category-sub-menu li[data-depth="1"]:hover>.arrows i,
.block-categories .category-sub-menu li[data-depth="2"]:hover>a,
.block-categories .category-sub-menu li[data-depth="2"]:hover>.arrows i,
.block-categories .category-sub-menu li[data-depth="3"]:hover>a,
.block-categories .category-sub-menu li[data-depth="3"]:hover>.arrows i,
.block-categories .category-sub-menu li[data-depth="4"]:hover>a,
.block-categories .category-sub-menu li[data-depth="4"]:hover>.arrows i,
.block-categories .category-sub-menu li:hover:not([data-depth="0"]):not([data-depth="1"])::before {
color:#37c6ca
}
#search_filters>h4 {
color:#444;
font-size:16px;
line-height:16px;
margin:0 0 20px;
padding:15px 40px 15px 20px;
position:relative;
text-transform:uppercase;
font-weight:700;
background:#f2f2f2
}
#_desktop_search_filters_clear_all {
margin-bottom:0;
text-align:center
}
#search_filters .facet {
float:left;
margin:0;
padding:15px 0 15px;
width:100%;
border-bottom:1px solid #f2f2f2
}
#search_filters .facet:last-child {
border-bottom:none
}
#search_filters .facet .facet-title {
color:#444;
text-transform:uppercase;
font-size:16px;
font-weight:700
}
#search_filters .facet .collapse {
margin:0
}
#search_filters .facet ul li {
display:inline-block;
min-width:50%;
float:left;
line-height:28px
}
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
margin-bottom:0
}
.blog-categories .category-sub-menu li:last-child .category-sub-link {
padding:5px 15px 14px
}
.blog-categories .category-sub-menu li[data-depth="1"]>a::before {
top:50%;
margin-top:-5px
}
.block-categories .category-sub-menu .arrows {
line-height:28px;
position:absolute;
right:0;
top:10px;
color:#666;
font-size:12px
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
content:"\f105";
left:0;
font:normal normal normal 14px/1 FontAwesome;
line-height:1px;
margin-right:0;
position:absolute;
top:50%;
margin-top:4px
}
.block-categories .arrows .remove,
.block-categories .arrows[aria-expanded=true] .add {
display:none
}
.custom-checkbox {
position:relative
}
.custom-checkbox input[type="checkbox"] + span {
border:1px solid #cdcdcd;
width:12px;
height:12px
}
#search_filters .facet .facet-label a {
color:#666;
font-size:14px;
line-height:18px;
margin-top:0;
vertical-align:middle
}
#search_filters .search_filters_content {
overflow:hidden;
border:1px solid #ebebeb
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn:hover,
.btn-primary:active {
background:#37c6ca;
color:#fff;
box-shadow:none
}
.btn-primary,
.btn {
/*! background:#444; */
color:#fff;
transition:all 0.15s ease-in-out 0s;
-webkit-transition:all 0.15s ease-in-out 0s;
-ms-transition:all 0.15s ease-in-out 0s;
-moz-transition:all 0.15s ease-in-out 0s;
-o-transition:all 0.15s ease-in-out 0s
}
.btn-tertiary {
background:#444 none repeat scroll 0 0;
box-shadow:none;
color:#fff;
margin:20px 27px 0;
padding:5px 15px;
-webkit-transition:all 0.15s ease-in-out 0s;
-ms-transition:all 0.1s ease-in-out 0s;
-moz-transition:all 0.1s ease-in-out 0s;
-o-transition:all 0.1s ease-in-out 0s
}
.btn-primary,
.btn-secondary,
.btn-tertiary {
box-shadow:none;
border:none;
font-weight:400;
padding:10px 29px;
background: var(--mainColor) !important;
color: white;
font-weight: bold;
border-radius: 20px;
width: 250px !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
.btn {
line-height:18px;
font-size:14px
}
#search_filters .facet .facet-title:hover,
#search_filters .facet .facet-label a:hover {
color:#37c6ca
}
.custom-radio {
width:18px;
height:18px;
border-radius:100%;
border:1px solid #ebebeb;
background:#fff;
margin-right:5px
}
button,
input,
select {
overflow:visible
}
#search_filters .facet:last-child {
border-bottom:none
}
.custom-checkbox input[type=checkbox] {
margin-top:.25rem;
opacity:0;
cursor:pointer;
position:absolute
}
#left-column .cross1 {
margin:0 0 5px
}
#left-column .cross2 {
margin:0 0 10px
}
.block-categories .category-sub-menu {
margin:0;
padding-left:10px;
float:left;
width:100%
}
.field-banner-slider .flexslider {
margin:0;
position:relative;
zoom:1;
min-height:50px
}
.field-banner-slider {
margin-bottom:100px
}
.field-banner-slider .flex-control-paging li a:hover,
.field-banner-slider .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
background:#37c6ca;
box-shadow:none!important;
cursor:pointer
}
.item-product-list {
margin-bottom:30px;
display:inline-block;
width:100%;
float:left;
border:1px solid #f2f2f2
}
@media (min-width:576px) {
.item-product-list .js-product-miniature {
display:flex;
align-items:start
}
}
.item-product-list .left-product {
position:relative;
display:table
}
@media (min-width:525px) {
#box-product-list .right-product {
flex:1
}
}
.item-product-list .right-product {
padding:26px 30px 30px
}
.item-product-list .right-product .product_name {
display:block;
margin-bottom:12px
}
.item-product-list .right-product .product_name a {
font-size:18px;
text-transform:capitalize;
color:#444;
font-weight:700
}
#box-product-list .right-product .comments_note {
padding-bottom:0;
vertical-align:middle;
display:inline-block;
margin-top:3px
}
#products .item-product-list .right-product .product-price-and-shipping {
text-align:left;
line-height:20px;
margin:0;
display:inline-block;
float:left
}
.item-product-list .price {
font-size:18px;
color:#37c6ca;
margin-right:10px
}
.item-product-list .regular-price {
margin-right:10px;
font-size:14px!important
}
#products .item-product-list .right-product .decriptions-short p {
font-size:13px;
line-height:20px;
margin-top:24px;
margin-bottom:25px;
text-align:justify;
font-weight:400;
color:#666
}
.button-action-list {
display:block;
width:100%;
margin-bottom:0;
overflow:hidden
}
#js-product-list .item-product-list .btn-add-to-cart-list,
#js-product-list .item-product-list .btn-quickview-list,
#js-product-list .item-product-list .compare,
#js-product-list .item-product-list .wishlist {
display:inline-block;
float:left;
margin-right:3px;
opacity:1
}
#js-product-list .item-product-list .wishlist a,
#js-product-list .item-product-list .btn-quickview-list .quick-view,
#js-product-list .item-product-list .compare a,
#js-product-list .item-product-list .btn-add-to-cart-list .add-to-cart {
width:35px;
line-height:35px;
height:35px;
padding:0;
border:none;
background:#444;
color:#fff;
text-align:center;
font-size:14px;
z-index:2;
font-weight:400;
display:inline-block
}
#js-product-list .item-product-list .btn-add-to-cart-list .add-to-cart {
width:auto;
line-height:35px;
height:35px;
padding:0;
border:none;
background:#444;
color:#fff;
text-align:center;
font-size:13px;
z-index:2;
font-weight:400;
display:inline-block;
text-transform:uppercase;
padding:0 10px
}
#js-product-list .item-product-list .btn-add-to-cart-list .add-to-cart i {
margin-right:7px
}
.d-none {
display:none!important
}
#js-product-list .item-product-list .wishlist:hover a,
#js-product-list .item-product-list .btn-quickview-list:hover .quick-view,
#js-product-list .item-product-list .compare:hover a,
#js-product-list .item-product-list .btn-add-to-cart-list:hover .add-to-cart {
background:#37c6ca
}
.active_grid #js-product-list .pagination {
margin-top:0
}
#product h1[itemprop="name"] {
color:#333;
font-size:24px;
font-weight:700;
line-height:1;
margin-bottom:20px;
text-transform:capitalize
}
#product .product-prices .current-price {
font-size:24px;
font-weight:700;
color:#37c6ca
}
.product-prices div {
margin-bottom:0;
display:inline-block
}
.product-information p {
text-align:justify;
line-height:24px;
font-weight:400;
color:#666;
margin-bottom:27px
}
.product-variants>.product-variants-item {
margin:15px 0
}
.product-actions .control-label {
float:left;
line-height:30px;
margin-bottom:0;
margin-right:10px;
width:auto;
font-size:13px;
text-transform:none;
color:#666
}
#quick-view-images {
border:1px solid #f2f2f2
}
#product-description-short {
margin-top:20px
}
.product-variants>.product-variants-item select {
max-width:230px;
min-width:100px
}
.product-variants>.product-variants-item select {
border:none;
height:40px;
width:auto;
float:left;
padding:0 12px;
margin-top:0;
background:#fff;
font-size:14px;
color:#999;
border:1px solid #ebebeb;
box-shadow:none;
border-radius:0;
line-height:30px;
height:30px!important
}
.quickview .product-prices {
margin-top:18px!important;
margin-bottom:18px!important
}
#product .product-prices {
margin-top:20px;
margin-bottom:20px
}
#product .product-add-to-cart {
margin-top:0;
display:block;
overflow:hidden
}
.product-quantity .qty {
float:left;
width:100%;
margin-bottom:25px;
margin-right:0
}
.product-actions .product-add-to-cart .control-label {
line-height:50px;
margin-right:12px
}
.product-actions .product-add-to-cart .add-to-cart {
margin-left:10px
}
.product-quantity .input-group {
float:left;
width:auto;
box-shadow:none
}
.product-quantity #quantity_wanted {
color:#414141;
background-color:#fff;
height:35px;
padding:.175rem .5rem;
width:3rem;
text-align:center
}
#main .images-container .js-qv-mask .owl-carousel .owl-stage {
margin:0 auto
}
.product-quantity .input-group-btn-vertical {
float:left
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
padding:8.5px 11px 8px;
height:17px
}
.product-discounts {
margin-bottom:0
}
.product-line-grid-right .bootstrap-touchspin {
box-shadow:none;
width:auto
}
.product-line-grid-right .bootstrap-touchspin>.form-control,
.product-line-grid-right .bootstrap-touchspin>.input-group {
min-height:35px;
height:35px
}
.cart-item .product-line-grid {
display:flex;
align-items:center
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
color:#37c6ca;
line-height:36px
}
#cart .product-price strong {
font-weight:400
}
.product-quantity .input-group-btn-vertical .btn i {
font-size:1rem;
top:.125rem;
left:.1875rem
}
.bootstrap-touchspin .btn-touchspin {
color:#333
}
.product-quantity .add {
float:left;
margin-bottom:0
}
.product-actions .add-to-cart:hover,
.product-actions .wishlist:hover,
.product-actions .compare:hover {
background:#37c6ca
}
.product-actions .product-wishlist {
margin-left:5px;
padding:0;
text-align:center
}
.product-actions .add-to-cart,
.product-actions .wishlist,
.product-actions .compare {
background:#444 none repeat scroll 0 0;
font-size:14px;
width:auto;
height:35px;
line-height:35px;
border:none;
transition:all 0.15s ease-in-out 0s;
-moz-transition:all 0.15s ease-in-out 0s;
-ms-transition:all 0.15s ease-in-out 0s;
-o-transition:all 0.15s ease-in-out 0s;
-webkit-transition:all 0.15s ease-in-out 0s;
display:inline-block;
font-weight:500;
color:#fff;
float:left;
padding:0 10.5px;
margin-right:3px
}
.product-actions .add-to-cart span {
font-size:11px;
text-transform:uppercase;
line-height:1
}
.product-actions .compare a,
.product-actions .wishlist a {
width:100%;
height:100%;
display:inline-block;
color:#fff
}
.product-quantity {
display:block
}
.active_grid #box-product-grid {
display:block
}
.social-sharing {
margin:0
}
.social-sharing span {
min-width:65px;
margin-right:10px;
display:none
}
.social-sharing ul {
margin-top:0;
margin-bottom:0
}
.facebook.icon-gray,
.twitter.icon-gray,
.pinterest.icon-gray,
.googleplus.icon-gray {
background-image:none!important;
background:none!important
}
.social-sharing li {
box-shadow:none;
border-radius:0;
height:auto;
width:auto;
float:left;
margin:3px 3px 0 0;
line-height:35px
}
.social-sharing li a {
text-align:center;
text-indent:inherit;
float:left;
overflow:visible;
font-size:13px;
color:#666;
font-weight:400;
width:auto;
height:auto;
line-height:30px;
background:#f1f1f1;
padding:0 15px;
border:none
}
.social-sharing li a:before {
background:none!important;
margin-right:5px
}
.facebook a:before {
content:"\f09a";
background:#435f9f
}
.twitter a:before {
content:"\f099";
background:#00aaf0
}
.googleplus a:before {
content:"\f0d5";
background:#e04b34
}
.pinterest a:before {
content:"\f0d2";
background:#ce1f21
}
.facebook.icon-gray a:before,
.twitter.icon-gray a:before,
.pinterest.icon-gray a:before,
.googleplus.icon-gray a:before {
font-family:"FontAwesome"
}
.social-sharing li a:hover {
background:#37c6ca;
border-color:#37c6ca;
color:#fff
}
.social-sharing li.facebook:hover a {
background:#435f9f!important;
border-color:#435f9f!important
}
.social-sharing li.googleplus:hover a {
background:#ce1f21!important;
border-color:#ce1f21!important
}
.social-sharing li.twitter:hover a {
background:#00aaf0!important;
border-color:#00aaf0!important
}
.social-sharing li.pinterest:hover a {
background:#ce1f21!important;
border-color:#ce1f21!important
}
#footer #block_myaccount_infos ul .lnk_wishlist i {
display:none
}
#footer #block_myaccount_infos ul .lnk_wishlist {
width:100%;
max-width:100%;
flex:100%;
line-height:36px;
padding:0;
color:#666
}
#footer #block_myaccount_infos ul .lnk_wishlist:hover {
color:#37c6ca
}
.PopupCompare {
margin:0;
position:fixed;
width:360px;
z-index:9999999;
right:15px;
top:15px
}

   .portfolio .thumb .search {
       opacity: 0;
       position: absolute;
       text-align: center;
       top: 50%;
       -webkit-transform: translateY(-50%);
       transform: translateY(-50%);
       transition: 0.5s;
       width: 100%;
       z-index: 9;
   }

   .portfolio .thumb .search a i {
       background-color: #4fc1f0;
       border-color: #ffffff;
       border-radius: 100%;
       border-style: solid;
       border-width: 0;
       color: #ffffff;
       display: inline-block;
       font-size: 18px;
       font-weight: 400;
       height: 50px;
       line-height: 50px;
       margin: auto;
       transition: all 0.5s ease 0s;
       width: 50px;
       z-index: 2;
   }

   .portfolio .thumb .search a:hover i {
       background-color: #71a9d0;
       border-color: #ffffff;
       color: #ffffff;
   }

   .portfolio .thumb .link {
       bottom: 12px;
       position: absolute;
       right: 12px;
       opacity: 0;
       z-index: 9;
   }

   .portfolio .thumb .link a i {
       background-color: #71a9d0;
       border-color: #ffffff;
       border-radius: 100%;
       border-style: solid;
       border-width: 3px;
       clear: none;
       color: #ffffff;
       display: inline-block;
       float: right;
       font-size: 16px;
       font-weight: 400;
       height: 50px;
       line-height: 46px;
       position: relative;
       text-align: center;
       transition: all 0.5s ease 0s;
       width: 50px;
       z-index: 2;
   }

   .portfolio .thumb .link a:hover i {
       background-color: #4fc1f0;
       border-color: #4fc1f0;
       border-style: solid;
       border-width: 3px;
       color: #ffffff;
   }

   .portfolio:hover .thumb .search {
       opacity: 1;
   }

   .portfolio:hover .thumb .link {
       opacity: 1;
       -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
       animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
   }

   .portfolio .content {
       /*! background-color: #f5f5f5; */
       /*! opacity: 0; */
       padding: 20px;
       /*! position: absolute; */
       /*! top: 100%; */
       /*! transition: all 0.5s ease 0s; */
       /*! width: 100%; */
       z-index: 99;
       /*! visibility: visible; */
       text-align: center;
   }

   .portfolio .content h6 a {
       color: white;
       font-size: 17px;
   }

   .portfolio .content p {
       color: white;
       display: block;
       font-size: 12px;
       font-weight: 400;
       line-height: 20px;
       text-transform: capitalize;
       font-size: 14px !important;
   }

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

   .masonry__wrap {
       margin-left: 10px;
       margin-right: 10px;
   }

   @media only screen and (max-width: 767px) {
       .portfolio .thumb .link a i {
           height: 40px;
           line-height: 34px;
           width: 40px;
       }

       .masonry__wrap {
           margin-left: 0;
           margin-right: 0;
       }
   }
.ptbox
{
background-color: var(--mainColor);
text-align: right;
padding: 50px;
min-height: 400px;
/*! border-radius: 20px; */
transition: step-end;
transform: scale(1.2);
}
.ptbox h1
{
color: white;
font-size: 30px;

}
.ptbox p
{
font-size: 13px;
color: white;
line-height: 1.8em;
margin-bottom: 20px
}
.ptbox a
{
background-color: #19a6aa;
padding: 10px 30px;
border-radius: 20px;
color: white;
font-size: 10px;
}
.banner
{
/*! padding: 120px; */
position: relative
}
.banner::before
{
/*! position: absolute; */
/*! width: 100%; */
height: 100%;
/*! content: ''; */
left: 0;
top: 0;
/*! background-color: #4c4c4dba; */
}
.banner h1
{
color: white;
font-size: 30px;
margin: 30px 0
}
.banner a
{
background: var(--mainColor);
color: white;
border-radius: 20px;
padding: 5px 35px;
color:white;
font-weight: bold;
}
.st-offer-new {
padding:60px 30px;
border-radius:5px;
position:relative;
/*! overflow:hidden; */
/*! z-index:0; */
text-align: center;
/*! z-index: 66666; */
position: relative;
}
.wpb_wrapper
{
position: relative;
overflow: hidden;
}


.st-offer-new .img-cover {
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
z-index:-1;
-webkit-transition:all .2s;
-moz-transition:all .2s;
-ms-transition:all .2s;
-o-transition:all .2s;
transition:all .2s;
background-size:cover!important;
background-position:center
}
.st-offer-new .featured-text {
padding:7px 20px
}
.st-offer-new .featured-icon {
color:#fff;
font-size:35px;
line-height:30px
}
.st-offer-new .item-title {
color:#fff;
margin-top:60px;
font-weight:450;
font-size:35px;
margin-bottom:18px;
-webkit-transition:all .4s;
-moz-transition:all .4s;
-ms-transition:all .4s;
-o-transition:all .4s;
transition:all .4s
}
@media screen and (max-width:767px) {
.st-offer-new .item-title {
margin-top:25px
}
}
.st-offer-new .item-sub-title {
color:#fff;
font-size:14px;
line-height:24px;
padding-bottom:75px
}
.st-offer-new a.btn-default {
position:absolute;
opacity:0;
bottom:20px;
color:#fff;
background:0 0;
border-color:#fff;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}
@media screen and (max-width:767px) {
.st-offer-new a.btn-default {
bottom:60px;
opacity:1
}
}
.st-offer-new a.btn-default:hover {
background:#fff;
border-color:#fff;
color:var(--link-color,#5191FA)
}
.st-offer-new:hover .img-cover {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
.st-offer-new:hover .item-title {
margin-top:25px
}
.st-offer-new:hover a.btn-default {
opacity:1;
bottom:60px
}
.st-list-of-multi-services h2.title {
font-size:28px
}
.st-list-of-multi-services .multi-service-wrapper .tab-content {
display:none
}
.st-list-dropdown {
display:inline-block;
position:relative
}
.st-list-dropdown .header {
color:var(--link-color,#5191FA);
font-size:28px;
cursor:pointer
}
.st-list-dropdown ul.list {
display:none;
margin-top:10px;
position:absolute;
padding:0;
min-width:150px;
border-radius:3px;
margin-bottom:0;
overflow:hidden;
z-index:999;
background:#fff;
border:1px solid #dbdbdb
}
.st-list-dropdown ul.list li {
font-size:14px;
list-style:none;
padding:12px 25px;
border-bottom:1px solid #dbdbdb;
color:#333;
cursor:pointer
}
.st-list-dropdown ul.list li:hover {
color:var(--link-color,#5191FA)
}
.st-list-dropdown ul.list li:last-child {
border-bottom:none
}
@media(max-width:991px) {
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-extra-field .render .destination {
font-size:16px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
padding-left:30px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field {
padding:18px 5px 17px 0
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper {
padding-left:12px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper .render {
font-size:16px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest {
padding-left:0!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest #dropdown-1 {
padding-left:35px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination .dropdown-menu {
width:calc(100% + 31px);
left:-15px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination .dropdown-menu li .field-icon {
left:15px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-button .btn-search {
position:absolute;
right:0;
border-radius:0 5px 5px 0;
height:100%;
padding:12px 39px;
padding:10px 20px;
border-radius:3px
}
}
@media(max-width:767px) {
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
padding-left:42px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper {
padding-left:21px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest {
padding-left:6px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-button .btn-search {
padding:15px 20px;
border-radius:0 0 3px 3px
}
}
@media(max-width:380px) {
.search-form-wrapper .nav-tabs li a {
padding:7px 15px
}
}
.tour-search-form-home .search-form.sticky .form-group {
padding-top:11px!important;
padding-bottom:7px!important
}
.tour-search-form-home .search-form.sticky .form-group.form-date-search {
padding-top:13px!important;
padding-bottom:9px!important
}
.midlebar-menu
{
display: flex;
width: 100%;
margin-left: auto;
flex-direction: row-reverse
}
.midlebar-menu li a
{
padding: 15px 19px;;
color: white !important;
margin: 10px !important;
}
.midlebar-menu li a:hover
{
background-color: var(--mainColor);
color: white
}
.result-search-space
{
position: absolute;
background-color: white;
width: 100%;
padding: 20px;
box-shadow: 0px 30px 20px rgba(0,0,0,.2);

z-index: 9999;
}
.result-search-space ul
{
width: 100%;
display: block
}
.result-search-space ul li
{
width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.1);
padding:20px 0

}
.result-search-space ul a
{
padding: 10px 30px;
}
.blog-list .post
{
position: relative;
overflow: hidden;
background-color: #5b4d4d00;
margin: 5px 0
}
.blog-list .post img
{
height: 250px;
width: 100% !important;
object-fit: cover;
margin-bottom: 10px;
object-position: center;
margin: 0;
}
.blog-list .post .post-tx
{
width: 100%;
padding: 10px;
line-break: auto;
text-align: right;
}
.blog-list .post .post-tx span
{
font-weight: bold;
color: var(--mainColor);
text-transform: capitalize;
padding: 6px 0px;
line-height: 2em;
font-size: 17px;
}
.blog-list .post .post-tx h1
{
text-transform: capitalize;
font-size: 23px;
margin: 5px 0;
font-weight: bold;
color: #2f2e2e;
}
.blog-list .post .post-tx p
{
font-size: 15px;
line-height: 1.6em;
color: rgba(74, 69, 69, 0.9);
margin: 20px 0;
}
.blog-list .post .post-tx a
{
text-transform: capitalize;
color: rgb(255, 255, 255);
font-weight: bold;
background-color: var(--mainColor);
/*! line-height: 4em; */
padding: 8px 12px;
font-size: 15px
}
.blog-list .post .post-tx a i
{
margin: 0;
transition: .5s;
}

.blog-list .post .post-tx a:hover i
{
margin-left: 10px;
width: auto;
transition: .5s
}
.sidebar-ctn .col-md-12
{
padding:  5px
}
.sidebar-ctn .card-ctn
{
position: relative;
padding: 0px 0;
  border-bottom: 4px solid var(--mainColor);

}
.sidebar-ctn .card-header-ctn
{
background-color: #d6dfec;
padding: 5px 12px;
position: relative
}
.sidebar-ctn .card-header-ctn::before
{
height: 100%;
width: 4px;
position: absolute;
right: 0;
top: 0;
background-color: var(--mainColor);
content: ''
}

.sidebar-ctn .card-header-ctn h1
{
font-size: 22px;
text-transform: capitalize;
font-weight: bold;
color: #463e3e;
margin: 5px 0;
text-align: right;
}
.card-body-ctn form input
{
border-radius: 0px;
height: 45px;
font-size: 17px;
border: none;
background-color: #f1f1f1;
padding-right: 55px;
margin:10px 0
}
.card-body-ctn form input:focus
{
background-color: #f1f1f1;
box-shadow: none;
border: none;
}

.card-ctn form i
{
position: absolute;
right: 0;
background-color: var(--mainColor);
color: black;
padding: 14px;
}
.card-body-ctn .categories-list li, .posts-list li
{
display: block;
}
.card-body-ctn .categories-list li a
{
display: block;
padding: 8px 10px;
text-transform: capitalize;
color: #4a4a4a;
font-weight: bold;
font-size: 14px;
text-align: right;
}
.card-body-ctn .categories-list li a:hover
{
color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
display: block;
padding: 10px 15px;
color: rgba(11, 10, 10, 0.8);
text-transform: capitalize;
font-size: 14px;
text-align: right;
}
.card-body-ctn .posts-list a:hover
{
background-color: #f0f0f0;
color: black
}
.card-body-ctn .tags-list
{
margin: 10px 0
}
.card-body-ctn .tags-list li
{
display: inline;
}
.card-body-ctn .tags-list li a
{
line-height: 2.6em;
padding: 5px;
background-color: #f0f0f0;
color: rgba(0,0,0,.8);
font-size: 14px;
font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
color: black;
background-color: var(--mainColor)
}
.hd-ct h1
{

color: var(--mainColor);
text-decoration: underline
}
.post
{
position: relative;
margin: 10px 0
}
.post .post-header h1
{
text-transform: capitalize;
font-weight: bold;
margin: 10px 0;
font-size: 50px;
text-align: right;
color: #373434;
}
.post .post-header ul
{
margin: 90px 0
}
.post .post-header ul li
{
display: inline;
}
.post .post-header ul li .date
{
background-color: var(--mainColor);
padding: 25px 20px;
font-size: 18px;
text-transform: capitalize;
font-weight: bold;
color: wheat;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
text-transform: capitalize;
font-weight: bold;
background-color: #f0f0f0;
padding: 27px 20px;
font-size: 14px
}
.post-body
{
overflow: hidden;
padding-right: 20px;
text-align: right;
}
.post-body img
{
height: 600px;
margin-right: 50px !important;
}
.post-body h2
{
margin: 30px 0;
text-transform:capitalize;
font-weight: bold;
color: #c6c6c6;
}
.post-body p
{
line-height: 1.8em;
font-size: 17px;
}
.post-body .spc-spce-para
{
background-color: #f0f0f0;
position: relative;
padding: 20px 15px;
margin: 30px 0
}
.post-body .spc-spce-para::before
{
height: 100%;
width: 5px;
background-color: var(--mainColor);
left: 0;
top: 0;
position: absolute;
content: ''
}
.post-body .spc-spce-para p
{
font-size: 18px;
font-weight: bold
}
.post-body .img img
{
height: 200px;
object-fit: cover;
margin: 15px;
margin-left: 0
}

.post-body p
{
color: rgba(32, 30, 30, 0.8);
}
.sd64f
{
background-color: var(--mainColor);
color: white;
padding:10px  20px !important;
line-height: 4em !important;
font-size: 13px;
}
.sd64f:hover
{
color: white
}
.product-card {
  width: 100%;
  position: relative;
  /*! box-shadow: 0 2px 7px #dfdfdf; */
  margin: 50px auto;
  background: #cadffb;
}

.badge {
  position: absolute;
  left: 0;
  top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: #f23f3f;
  color: #fff;
  padding: 3px 10px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 246px;
  padding: 32px;
  background: #cadffb;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
}

.product-details {
  padding: 10px 20px;
  text-align: right;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: var(--mainColor);
  text-decoration: none;
  transition: 0.3s;
}

.product-details h4 a:hover {
  color: #fbb72c;
}

.product-details p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #1c1b1b;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.product-bottom-details div {
  float: center;
  width: 100%;
  /*! text-align: left; */
}

.product-price {
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.product-links {
  text-align: center;
  width: 100%
}
/* Page Header */
.page-header {
background-color: #1c1d1e;
margin: 0 0 35px 0;
padding: 30px 0;
position: relative;
text-align: right;
z-index: -899879897;
}

.page-header .breadcrumb {
background: none;
margin: 0;
padding: 0;
position: relative;
z-index: 1;
}

.page-header .breadcrumb > li {
display: inline-block;
font-size: 0.8em;
text-transform: uppercase;
text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
color: inherit;
opacity: 0.5;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f104";
padding: 0 7px 0 5px;
}

.page-header .breadcrumb.breadcrumb-block {
background: #212529;
display: inline-block !important;
padding: 7.2px 19.2px;
padding: .45rem 1.2rem;
border-radius: 4px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-header .breadcrumb.breadcrumb-light {
color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light a {
color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light .active {
opacity: 0.7;
}

.page-header h1 {
color: #fff;
display: inline-block;
font-size: 30px;
line-height: 1;
margin: 0;
padding: 0;
font-weight: 400;
position: relative;
top: 1px;
}

.page-header .sub-title {
display: block;
font-size: 1.2em;
font-weight: 300;
margin: 0;
opacity: 0.8;
color: #fff;
}

.page-header .page-header-extra-button {
position: absolute;
width: 100%;
bottom: 50px;
left: 0;
right: 0;
z-index: 5;
}

.page-header.page-header-sm {
padding: 30px 0;
}

.page-header.page-header-sm h1 {
font-size: 22px;
}

.page-header.page-header-lg {
padding: 50px 0;
}

.page-header.page-header-lg h1 {
font-size: 40px;
}

.page-header.page-header-classic:after {
content: '';
width: 100%;
height: 5px;
background: rgba(255, 255, 255, 0.8);
position: absolute;
bottom: 0;
left: 0;
}

.page-header.page-header-classic .page-header-title-border {
width: 0;
height: 5px;
position: absolute;
bottom: 0;
background: transparent;
z-index: 1;
}

.page-header.page-header-modern h1 {
font-size: 28px;
}

.page-header.page-header-modern.page-header-sm h1 {
font-size: 22px;
}

.page-header.page-header-modern.page-header-md {
padding: 120px 0;
}

.page-header.page-header-modern.page-header-lg {
padding: 65px 0;
}

.page-header.page-header-modern.page-header-lg h1 {
font-size: 32px;
}

.page-header.page-header-modern.page-header-background {
padding: 130px 0;
background-size: cover;
}

.page-header.page-header-modern.page-header-background.page-header-background-pattern {
background-size: auto;
background-repeat: repeat;
background-attachment: fixed;
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
padding: 50px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
padding: 150px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-lg {
padding: 250px 0;
}
.page-header .row
{
flex-direction: row-reverse
}
.aboutus .content
{
text-align: right;
margin: 20px 0
}
.aboutus .content h3
{
color: var(--mainColor);
font-size: 35px;
text-decoration: underline
}
.aboutus .content p
{
line-height: 2em;
font-size: 15px
}
.aboutus .content p:hover
{
color: black;
transition:.5s
}.cart-product-imitation {
text-align: center;
/*! padding-top: 30px; */
/*! height: 80px; */
/*! width: 80px; */
background-color: #f8f8f9;
/*! margin: 10px 0; */
}
.product-imitation.xl {
padding: 120px 0;
}
.product-desc {
padding: 20px;
position: relative;
}
.ecommerce .tag-list {
padding: 0;
}
.ecommerce .fa-star {
color: #d1dade;
}
.ecommerce .fa-star.active {
color: #f8ac59;
}
.ecommerce .note-editor {
border: 1px solid #e7eaec;
}
table.shoping-cart-table {
margin-bottom: 0;
}
table.shoping-cart-table tr td {
border: none;
text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
text-align: right;
max-width: 50px;
line-break: anywhere;
}
table.shoping-cart-table tr td:last-child {
width: 200px;
}
.ibox {
clear: both;
margin-bottom: 25px;
margin-top: 0;
padding: 0;
}
.ibox.collapsed .ibox-content {
display: none;
}
.ibox:after,
.ibox:before {
display: table;
}
.ibox-title {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 3px 0 0;
color: inherit;
margin-bottom: 0;
padding: 14px 15px 7px;
min-height: 48px;
text-align: center;
border-bottom: 3px solid rgba(0,0,0,.1);
}
.ibox-content {
background-color: rgb(225, 225, 225);
color: inherit;
/*! padding: 15px 20px 20px 20px; */
/*! border-color: #e7eaec; */
border-image: none;
/*! border-style: solid solid none; */
/*! border-width: 1px 0; */
text-align: center;
/*! height: 62vh; */
/*! overflow: auto; */
/*! scroll-behavior: auto; */
}
.addtocart table, .addtocart th
{
color: white !important
}
.ibox-footer {
color: inherit;
border-top: 1px solid #e7eaec;
font-size: 90%;
background: #ffffff;
padding: 10px 15px;
}
.shoppingcard
{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.6);
z-index: 8;
z-index: 99999999;
}
.shoppingcard .content
{
background-color: white;
min-height: auto;
top: 0;
left: 0;
position: relative;
}
.shoppingcard h1
{
text-align: center;
padding: 30px 0;
color: var(--mainColor);
text-decoration: underline;
font-size: 30px
}
.shoppingcard .fa-times
{
color: white;
font-size: 20px;
position: absolute;
margin: 50px;
color: var(--mainColor)
}
.drop-search .dropdown-toggle
{
text-align: center !important;
background-color: var(--mainColor);
color: white !important;
padding: 12px !important;
}
.drop-search .dropdown-menu
{
width: 100%;
}
.drop-search .dropdown-menu a
{
font-size: 14px !important;;
color: rgba(0,0,0,.6) !important;

}
input
{
text-align: right !important
}
.item-inner .favorite
{
z-index: 10;
/*! background-color: var(--mainColor); */
color: white;
padding: 9px;
border-radius: 50%;
top: 12px !important;
opacity: 0;
transition: .5s;
/*! border: 1px solid; */
left: 20px !important;
}
.item-inner:hover .favorite
{
opacity: 1;
transition: .5s
}
.edit-page .user-info-header, .movie-info-header
{
    text-align: center;
    margin: 20px 0;
    margin-top: 0;
    background-color: #fff;
    padding: 20px;
    /*! border: 1px solid rgba(0,0,0,.1); */
}
.edit-page .user-info-header img
{
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin: 10px;
}
.edit-page .user-info-header .username
{
    text-transform: uppercase;
    color: var(--mainColor);
}
.edit-page .user-info-body, .movie-info-body
{
    background-color: #fff;
    padding: 20px;
    margin: 40px 0;
    border: 1px solid rgba(0,0,0,.1);
}
.edit-page .user-info-body p,.movie-info-body p
{
    text-transform: capitalize;
    color: rgba(0,0,0,.6);
    font-size: 14px
}
.edit-page form
{
    /*! background-color: #fff; */
    padding: 20px;
    /*! border: 1px solid rgba(0,0,0,.1) */
}
.edit-page form .col-6, .edit-page form .col-12
{
    margin: 10px 0
}
.edit-page form  label
{
    text-transform: capitalize;
    color: black;
    font-size: 14px;
    display: block;
    text-align: right;
}
.edit-page form input, .edit-page form select,.edit-page textarea

{
    border: none;
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(0,0,0,.0);
    border-radius: 0px;
    height: 47px;
    font-size: 14px
}
.edit-page textarea
{
}
.edit-page form  input:focus, .edit-page form select:focus,.edit-page textarea
{
    color: black;
    border-bottom: 1px solid var(--mainColor);
    background-color: #f1f1f1
}
.edit-page form .btn
{
    background-color: var(--mainColor) !important;
    letter-spacing: 1px;
    width: 30%
}
.management-body .ord
{
    background-color: #e24444;
    width: 30px;
    color: white;
    text-align: center;
    padding: 5px;
    font-weight: bold

}
.management-body .no, .management-body .yes,.management-body .visible, .management-body .hidden
{
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold
}
.management-body .yes
{
    padding: 5px 21px;
    background-color: #17af8b;

}
.management-body .no
{
    background-color: #f1331d;
}
.management-body .visible
{
    background-color: #2658cd;
}
.management-body .hidden
{
    background-color: #848943;
}
.err-msg
{
font-size: 13px
}
.movie-info-header img
{
    width: 150px !important;
    height: 150px;

}
.movie-info-header .username
{
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0
}
.movie-page
{
    display: block;
    position: relative;
    background-color: rgba(0,0,0,.0);
    z-index: 1
}
.permission
{
    background-color: #f1f1f1;
    color: rgba(0,0,0,.6);
    text-transform: capitalize;
    padding: 50px;
    font-weight: bold
}
.darkmode--activated table th, .darkmode--activated table td
{

background-color: black !important
}
.darkmode--activated table tr
{
border-top: 10px solid #000;
}
.avar-up
{
    background-color: var(--mainColor);
    color: white;
    padding: 10px;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    color: white !important;
    text-align: center !important;
}
.shw-btn
{
    display: block;
    text-align: center;
    border: none;
    width: 100%;
    margin: 20px auto;
    font-size: 10px;
    width: 80px !important;
    visibility: hidden;
}
.content-fd h1
{
color: var(--mainColor);
text-decoration: underline;
}
/* .cnfrm
{
background-color: rgba(0,0,0,.6);
width: 100%;
height: 100%;
position: fixed;
z-index: 999999
}
.cnfrm .cotne
{
text-align: center;
margin: 150px 0;
padding: 10px;
border-radius: 10px;

}
.cnfrm .fa-times
{
position: absolute;
right: 0;
top: 0;
color: white;
cursor: pointer;
margin: 20px;
font-size: 20px
} */

.od-page form input, .od-page select
{
margin: 20px 0;
background:#f1f1f1;
text-align:right;
height:45px
}
.od-page form .btn
{
background-color: var(--mainColor) !important;
}
.mlez
{
  height:450px !important;
}
@media only screen and (max-width: 600px) {
.container
{
  max-width: 99%
}
.mlez
{
    height:250px !important;
}
.ibox-content
{
    height:auto;
    min-height:auto;
}
.shoppingcard .desc a
{
  font-size: 12px
}
.shoppingcard img
{
  width: 60px !important;;
  height: 60px !important;
}
.shoppingcard .content
{
  margin:40px 0 !important;
}
.st-offer-new {
padding:0px 30px;
border-radius:5px;
position:relative;
/*! overflow:hidden; */
/*! z-index:0; */
text-align: center;
/*! z-index: 66666; */
position: relative;
}
.hidden-md-down {
display: inline !important;
}
.header-top .row
{
  width: 100% !important;
}
#_desktop_logo
{
  padding: 0 !important;
  /*! text-align: center; */
  justify-content: center;
}
#sticky_top
{
  margin: 0
}
.midlebar-menu
{
  display: flex !important;
  width: 100%
}
 .midlebar-menu li
{
  width: 100%
}
.midlebar-menu li a
{
  color: black !important;
  padding: 5px;
  font-size: 11px;
  margin: 0 !important;
  line-height: 1.6em !important;
}
#header-menu .stt-menu
{
  width: 100%;
}
.bottombar li
{
  padding: 0 !important;
}
.bottombar ul a
{
  font-size:11px !important;
  padding: 0 !important;
  text-align: right !important;
  line-height: 1em !important;
}
.a9a p
{
  text-align: right !important;
  font-size: 11px !important;
  padding: 0px !important;
}
.a9a .fa-bars
{
  font-size: 11px !important;
}

.bottombar .fa-bars
{
  font-size: 18px
}
.header .fa-search
{
  display: none !important;
}
#header .logo
{
  width: 120% !important;
  text-align: center !important;
  margin-top: 15px;
}
.banner
{
 padding: 80px 10px
}
.ptbox
{
  transform: scale(1);
  margin-bottom: 60px
}
.portfolio
{
  margin: 20px 0
}
.carousel-item .content
{
  margin: 0px 0 !important;
  z-index: 9999;

}
.carousel-item .content h1
{
  font-size: 25px
}
.topbar ul a, .topbar p
{
  display: block;
  text-align: center !important;
  padding: 15px 0 !important;
  border: unset !important;
}
.bottombar ul
{
  display: block
}
.bottombar ul a
{
  display: block !important;
  text-align: center
}
.product-pg img
{
    width:50% !important;
    height:auto !important;
}
  .downbar-fixed
{
  display: block !important;
}
  .item-inner img
{
  width: 100% !important;
  height: 150px !important;
}
.item-inner .otpo
{
  font-size: 10px !important;
  padding: 5px !important;
}
.item-inner .right-product
{
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
  text-align: center !important;
}
.horizontal_mode .item-inner
{
  border: none !important;
}
.item-inner .right-product p
{
  display: none
}
.item-inner .right-product a
{
  font-size: 15px !important;
}
.item-inner .right-product .product_name
{
  text-align: right !important;
}
.item-inner .favorite
{
  font-size: 12px;
  left:0 !important;
  top :5px !important
}
#_desktop_cart
{
    display:none !important;
}
.cart-product-imitation img
{
    max-width:50% !important;
    height :auto !important
}
}

.bottombar .topbar
{
background-color: #333 !important;
}
.bottombar nav
{
padding: 0;
background: white !important;
overflow: hidden;
}
.bottombar .ph p, .bottombar .a9a p
{
padding: 12px 62px !important;
background-color: #ffc800;
color: var(--mainColor) !important;
font-size: 13px;
margin: 0;
border-radius: 40px !important;
font-weight: bold;
}
.bottombar .a9a p
{
text-align: right !important;
cursor: pointer;
padding: 18px 40px !important;
font-weight: bold;
font-size: 15px;
}
.bottombar ul li a
{
padding: 15px  25px !important;
}
.bottombar ul
{
flex-direction: row-reverse !important;
margin-top: ;
}
.downbar-fixed
{
position: fixed;
width: 100%;
background-color: white;
bottom: 0;
left: 0;
z-index: 88888888;
display: none
}
.downbar-fixed ul
{
width: 100%;
margin: 0;
padding: 0;
position: relative;
display: flex;
flex-flow: row-reverse
}
.downbar-fixed ul li
{
width: 100%;
text-align: center;
background-color: white;
position: relative !important;
padding: 10px 0
}
.downbar-fixed ul li a
{
display: block;
font-size: 13px;
font-weight: bold;
}
.downbar-fixed .container-fluid
{
padding: 0
}
.downbar-fixed ul li:hover
{
background-color: var(--mainColor);
color: white;
transition: .5s
}
.addtocartpopupwindow
{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0,0,0,.6);
z-index: 88888
}
.addtocartpopupwindow .content
{
margin-top: 80px;
background-color: var(--mainColor);
text-align: center;
padding: 50px;
border-radius: 10px;
position: relative
}
.addtocartpopupwindow .content p
{
font-size: 20px;
font-weight: bold;
color:white;
}
.addtocartpopupwindow .content svg
{
width: 60px;
height: 60px;
margin: 15px 0
}
.addtocartpopupwindow .content svg path{
fill: green
}
.addtocartpopupwindow .content i
{
position: absolute;
right: 0;
top: 0;
margin: 20px;
font-size: 22px;
cursor: pointer
}

.otpo
{
position: absolute;
top: 0;
z-index: 99999;
color: white;
border: 1px solid;
font-size:12px;
padding: 8px 15px;
border-radius: 5px;
right: 0;
margin: 10px;
visibility: hidden;
}
.item-inner:hover .otpo
{
visibility: visible
}
.content-search
{
display: flex !important;
justify-content: right
}
.content-search img
{
width: 50px;
height: 50px;
margin-left: 10px;
margin-top:5px;
}

.content-search small
{
font-size: 14px;
font-weight: bold;
color:green
}
.button-container
{
height: 0 !important
}
.pub_section img
{
width: 200px !important;
height: 200px !important;
border-radius: 50%;
object-fit: cover;
}
.pub_section .portfolio
{
text-align: center !important;
}
.pub_section .portfolio .thumb
{
text-align: center !important;
}
.pub_section .portfolio .content
{
/*! background: white; */
}

$quantity-btn-color: #95d7fc;
.form-group {
width: 10%;
margin: 30px;
input[type="text"] {
  width: 100%;
  text-align: right;
}
.glyphicon {
  color: $quantity-btn-color;
}
}


/* -- quantity box -- */

.quantity {
display: inline-block; }

.quantity .input-text.qty {
width: 35px;
height: 39px;
padding: 0 5px;
text-align: center;
background-color: transparent;
border: 1px solid #efefef;
}

.quantity.buttons_added {
text-align: left;
position: relative;
white-space: nowrap;
vertical-align: top; }

.quantity.buttons_added input {
display: inline-block;
margin: 0;
vertical-align: top;
box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
padding: 7px 10px 8px;
height: 41px;
background-color: #ffffff;
border: 1px solid #efefef;
cursor:pointer;}

.quantity.buttons_added .minus {
border-right: 0; }

.quantity.buttons_added .plus {
border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
outline: none; }



.pr-list
{
width: 100%;
border-bottom:3px solid var(--mainColor)

}
.pr-list li
{
display: inherit !important;
width: 100% !important;
margin: 20px 0;
position:relative !important;
padding-bottom: 15px;
}

.pr-list li .qnt
{
float: right;
font-size: 15px;
/*! font-weight: bold; */
color: rgba(0,0,0,.4);
}
.pr-list li .s
{
font-weight: bold;
color: var(--mainColor)
}
.shpcar

{
margin-right: -40px;
z-index: 9999999;
position: relative;
color: black !important;
}
.sections .bt
{
background-color: #fcc800;
color: var(--mainColor);
text-align: center;
padding: 8px 20px;
border-radius: 10px;
font-size: 17px;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1)
}
.d
{
width: 85%;
margin-top: 15px
}
.d ul
{
display: flex;
text-align: left !important;
margin: 0 !important;
}
.d ul a
{
color: white !important;
border: 1px solid white !important;
border-radius: 50%;
padding: 8px 10px !important;
margin: 0px 3px;
font-size: 18px
}
.cote
{
padding-top: 40px !important;
}
.cote a
{
font-size: 13px;
padding: 8px 20px;
border-radius: 5px;
color: white;
background: unset !important;;
border: 1px solid;
}
.product_name a
{
color: black !important;;
font-weight: bold
}
.product_name p
{
color: rgba(0,0,0,.6);
/*! margin-top: 8px */
}
.price
{
color: white !important;
}
#_desktop_cart span
{
color: red;
font-weight: bold;
font-size: 18px
}
.content-page h1
{
color: #4f4e4e !important;
}

.content-page p
{
color: #2f2e2e !important;
font-size:14px;
}
.content-page span
{
color: white !important;
}
.content-page .text-primary
{
color: var(--mainColor) !important;
}
.content-page .align-items-right
{
text-align: center !important;
}
.content-page .slick-slider img
{
width: 100% !important;
}
.dsm99g3
{
position: absolute;
bottom: 20%;
background: white;
color: var(--mainColor);
font-weight: bold;
font-size: 13px;
padding: 8px 20px;
left: 0;
border-radius: 0px 10px 10px 0px;
visibility: hidden;
transition: .5s;
z-index: 999
}
.item-inner:hover .dsm99g3
{
visibility: visible;
transition: .5s
}
.contents input
{
text-align: center !important;
}
.dslist
{
display: flex;
width: 100%;
justify-content: end;
flex-direction: row-reverse;

}
.dslist ul
{
width: 100%;
text-align: right
}
.dslist ul li
{
background-color: white;
font-size: 14px;
padding: 13px;
border-bottom: 1px dashed rgba(0,0,0,.2);
font-weight: bold;
line-break: anywhere;
}
.blog-list .ds
{
margin-bottom: 20px  !important;
}
.infomist
{
 border-left: 1px dashed rgba(0,0,0,.2)

}
@media only screen and (max-width: 600px) {
   .contents
   {
       padding: 20px !important;
   }
   .contents h1
   {
       font-size: 25px;
   }
   .tg-btn, .ds-header a
   {
       font-size: 14px !important;
       padding: 8px 15px !important;
   }
   .header .ds a
   {
       display: block !important;;
       text-align: center
   }
   .header .ds img
   {
       width: 180px !important;
   }
   header .navbar-nav
   {
       display:   grid !important;
       flex-direction: unset !important;
   }
     header .navbar-nav li
   {
       margin: 5px 0
   }
   header .navbar-nav a
   {
       display: block !important;
       text-align: center;
       padding: 10px 0
   }
   .collapse
   {
       text-align: center
   }
}
input
{
 text-transform: none !important
}
.mlf9img
{
   background-color: #d5d3d3;
   text-align: center;
   padding: 100px 0;
   margin-bottom: 5px
}
.ig
{
 width: 100%
}
.header .contents
{
 margin: 70px 0;
 text-align: right;
}
.header .contents .bt
{
   border: 1px solid white;
   border-radius: 50px;
   margin: 0px 10px;
   transition: .5s;
   font-size: 13px !important;
   padding: 5px 30px;
}
.header .contents .bt:hover
{
   transform: translateX(30px);
   transform: scale(1.1) !important;
}
.header .contents .btn1
{
   background: #745af2 !important;
   border: unset
}
.header .contents p{
   margin-bottom: 40px
}
.header .contents .btn2{
   background: white !important;;
   color: var(--mainColor)
}
nav .spc-ul
{
   margin-right:  30px !important;
}
.header svg
{
   width: 15px !important;
   height: 15px !important;
}
nav .spc-ul a
{
   background: #f1f1f1 !important;
   border-radius: 40px;
   font-weight: bold !important;
   padding: 8px 15px !important;
   font-size: 12px !important;
   margin: 0px 5px;
   color: black !important;
}
.cated
{
   padding-bottom: 0 !important;
}
.swiper-pagination-bullet-active
{
   background-color: var(--mainColor);
   transition: .5s;
   transform: scale(1.3)
}
.cated a
{
   font-size: 13px;
   font-weight: bold;
   border-right: 1px dashed rgba(0,0,0,.1);
   padding: 20px !important;
   display: block;
   text-align: center !important;
   width: 100%;
   color:rgba(0,0,0,.6)
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
   margin:  -13px 0 !important;
}
.cated .swipper-slide
{
   text-align: center !important;

}
.content-header
{
   /*! background: white !important; */
}
.content-header a
{
   float: left;
   background-color: white;
   font-weight: bold;
   font-size: 14px;
   padding: 4px 20px;
   /*! border-radius: 40px; */
   /*! border: 1px solid rgba(0,0,0,.05); */
   color: black;
   /*! text-decoration: underline; */
}
.content-header h3
{
   font-size: 15px;
   color: rgba(0,0,0,.6);
   margin: 10px 0
}
.box-stock
{
   position: relative;
   border-radius: 10px !important;
   overflow: hidden !important;
   margin: 10px 0;
}
.box-stock img
{
   width: 100% !important;
   height: 180px !important;
   border-radius: 10px;
}
.box-stock .content-overlay
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.4);
   opacity: 0;
   transition: .3s
}
.box-stock:hover .content-overlay
{
   opacity: 1;
   transition: .3s
}
.box-stock .content-overlay h3
{
   text-align: right;
   color: white;
   font-size: 13px;
   padding: 10px;
   line-height: 1.6em;
}
.box-stock ul
{
   display: flex;
   bottom: 11px;
   position: absolute;
   padding: 0 !important;
   margin: 0 !important;
   width: 100% !important;
}
.box-stock ul a
{
   font-size: 11px;
   color: white;
   margin: 0px 0px;
   text-align: center;
   font-weight: bold;
   line-height: 0em !important;
   color: white !important;
   cursor: pointer;
}
.box-stock ul li
{
   text-align: center !important;
   margin: 0px 15px;
   width: 100%
}
.box-stock ul a svg
{
   width: 25px !important;
   height: 25px !important;
   margin: 0 !important;

}
.box-stock ul a path
{
   fill: white
}
.words
{
   padding-bottom: 60px
}
.words ul
{
   display: flex;
   justify-content: center;
}
.words ul li
{
   margin: 0px 20px;
}
.words ul li a
{
   background: white;;
   padding: 5px 10px;
   font-size: 14px;;
   border-radius: 20px;
}
.words ul li a:hover
{
   background: var(--mainColor);
   color:white;
   transition: .5s
}
.boxmp
{
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   cursor: pointer;
   margin: 10px 0;
}
.boxmp .content
{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: rgba(0,0,0,.3);
   transition: .5s
}
.boxmp:hover .content
{
      background-color: rgba(0,0,0,.1);
   transition: .5s

}
.boxmp .content h3
{
   text-align: center;
   color: white;
   margin: 90px 0
}

.allcates .col-md-4
{
   padding: 5px
}
.content-detail
{
   text-align: right
}
.content-detail h4
{
   font-size: 18px;
   color: rgba(0,0,0,.8)
}
.content-detail ul
{
   display: flex;
   width: 100%;
   margin: 30px 0;
   border-bottom: 1px dashed rgba(0,0,0,.1);
   padding-bottom: 20px
}
.content-detail ul li
{
   width: 100%;
   text-align: center;
}
.content-detail ul li p
{
   font-size: 15px;
   color: rgba(0,0,0,.7)
}
.content-detail ul li a
{
   /*! background: #f1f1f1; */
   padding: 5px 45px;
   border-radius: 20px;
   font-size: 13px;
   color: black;
   border: 1px solid  rgba(0,0,0,.1);
   /*! font-weight: bold */
}
.content-detail ul li a:hover
{
   color: white;
   background: var(--mainColor)
}
.uploadbtn
{
   padding: 10px 30px;
   padding-bottom: 50px;
      border-bottom: 1px dashed rgba(0,0,0,.1);

}
.uploadbtn a
{
   display: block;
   background-color: var(--mainColor);
   color: white;
   text-align: center;
   font-weight: bold;
   border-radius: 10px;
   padding: 20px;
   font-size: 18px
}
.uploadbtn a svg
{
   width: 30px;
   height: 30px
}
.ds8 a
{
   padding: 8px 20px !important;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  /*! margin-top: 5px; */
  margin-right: 6px;
}
.bt-form
{
   text-align: right;
}
.bt-form input, .bt-form select
{
   border-radius: 5px !important;
   margin: 10px 0;
   background-color: #fff
}
.bt-form label
{
   font-weight: bold;
   color: rgba(0,0,0,.6)
}
.bt-form .spc-label
{
   display: block;
   text-align: center;
   background-color: #E0F3F7;
   border: 1px dashed var(--mainColor);
   padding: 30px;
   color: var(--mainColor);
   cursor: pointer;
   border-radius: 10px
}
.topbar a
{
  font-size:13px !important;
   color: rgba(0,0,0,.7) !important;
}
.mpsd
{
   position: fixed;
   width: 100%;
   left: 0;
   top: 0;
   height: 100%;
    background: rgba(0,0,0,.6);
   z-index: 99999999999999999999
}
.mpsd .ds
{
   background-color: white;
   text-align: center;
   padding: 80px;
   margin-top: 100px;
   border-radius: 5px;
   position: relative;
   padding-top: 10px !important;
}
.mpsd .ds a
{
   display: block;
   text-align: center;
   background: var(--mainColor);
   color: white;
   border-radius: 5px;
   padding: 8px
}
.acc h3 {
   font-size: 16px;
   background-color: white;
   color: rgba(0,0,0,.8);
   padding: 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 0;
   transition: .5s;
   text-align: right;
   ;

}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 40px;
   top: 40%;
   transform: translateY(-50%);
}
.acc.active h3
{
 background-color: #e6f7fd;
 transition: .5s;
 color:black;
 font-weight: bold;
 text-align: right !important

 color: white;
 text-align: right;
}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
   text-align: right;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   text-align: right !important;
}

.acc {
   border-bottom: 1px solid #fff;
}
.cashbox
{
    box-shadow: 0px 5px 5px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 5px;
}
.bx
{
   border-radius: 1px;
   position: relative;
   /*! overflow: hidden; */
   text-align: center;
   border-radius: 5px;
   margin: 10px !important;
   background: #fff;
   padding-bottom: 30px;
}
.bx input
{
   /* display: none; */
}
.bx label
{
   cursor: pointer;
   display: block;
   /*! padding: 10px 40px; */
}
.bx .pricse, .bx .pic
{
   font-weight: bold;
   color: rgba(0,0,0,.6);
   display: block;
   padding: 5px 0;
   background: \);
}
.bx .pricse
{
   position: absolute;
   top: 0;
   background: #278ffd;
   color: white;;
   padding: 20px;
   left: 40%;
   margin-top: -40px;
   box-shadow: 0px -10px 10px rgba(0,0,0,.1);
   font-size: 22px !important;
   border-radius: 10px
}
.bx .detail
{
   font-size: 14px;
   color: rgba(0,0,0,.6)
}
.bx .btn
{
   width: 40%;
   text-align: center !important;;
   font-size: 13px !important;
}
.success
{
   margin: 80px 0
}
.success .bic
{
   text-align: center;
   background: #f1f1f1;
   padding: 40px 0;
   border-radius: 10px
}
.success .bic svg
{
   margin: 15px 0;
   width: 90px;
   height: 90px;
}
.success .bic path
{
   fill: #31aa77;
}
nav .btn
{
  color: black !important
}

.content-header
{
   text-align: center;
   margin-bottom: 0 !important;
}

.en-body .content-header a
{
   float: right
}
.en-body .content-header
{
   text-align: left
}
.en-body .box-stock .content-overlay h3
{
   text-align: left
}
.en-body footer  h1
{
   text-align: left !important;
}
.en-body footer a
{
   text-align: left !important;
}
.en-body footer p
{
   text-align: left
}
.en-body form input, .en-body form select
{
   text-align: left !important;
}
.en-body form label
{
   text-align: left !important;
   display: block
}
.en-body p
{
   text-align: left !important;
}
.en-body .btn
{
   text-align: center !important;
}
.ald
{
   padding: 20px 10px;
   text-align: center;
   position: relative;
   background-color: #f4f4f4;
/*    border: 1px solid rgba(0,0,0,.3); */
   /*! border-radius: 5px; */
   margin: 5px 0;
   border-bottom: 1px solid rgba(0,0,0,.1);
   border-radius: 20px !important;
}
.ald svg
{

   width: 60px;
   height: 60px;
   /*! background-color: var(--mainColor); */
   padding: 10px;
   border-radius: 50%;
   /*! margin-bottom: 10px */
}
.ald svg path
{
   fill: black;
}
.ald span
{
  font-weight: bold;
   font-size: 15px;
  color: black;
}

.alld p
{
   color: white !important;;
   font-size: 23px !important;
}
.condpopbalance
{
   position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,.3);
   left: 0;
   top: 0;
   z-index: 555555
}
.condpopbalance form
{
   text-align: right;
   background: white;
   padding: 30px;
   border-radius: 5px;
   margin-top: 90px
}
.condpopbalance form label
{
   display: block;
   padding: 10px 0;
   font-size: 13px;
}
.condpopbalance form .btn
{
   margin: 10px 0
}
.condpopbalance form input
{
   border-radius: 5px !important;
}
.disabledddd
{
  background-color: grey !important
}
.table td, .table th
{
   font-size:13px !important;
}
.accountinfo input
{
   background: #dbd7d7 !important;;
   border-bottom: 1px solid rgba(0,0,0,.1) !important;;
   border-radius: 0 !important;
   border-radius: 5px !important;
}
.mppr6
{
font-size: 13px;
text-align: center;
background: white !important;
color: black !important;
padding: 0 !important;
width: 40px !important;
margin: 0;
display: none;
}
.newsletter
{
  background: var(--mainColor);
  padding: 30px 0;
  /*! padding-top: 80px; */
}
.newsletter h3
{
  color: #fff;
  text-align: right;
}
.newsletter input
{
  margin: 15px 0;

  color: black !important;
  border-radius: 0;

  text-align: right;
  height: 50px !important;
}
.newsletter .btn
{
   background: #f4c020 !important;
   color: white !important;
   width: 100% !important;
}
.newsletter .form-check-label
{
  color: white;
  font-size: 14px;
  margin-left: 20px;
  text-align: right;
  padding-left: px !important;
  margin-top: 10px !important;
}
.newsletter .form-check-input
{
  margin: 0 !important;
}
.newsletter .form-check
{
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
.newsletter .btn
{
  width: 80%;
  border: 1px solid white;
}
.newsletter .group label
{
  color: #3e3e3e;
  text-transform: capitalize
}
.newsletter .group ul
{
  display: flex !important;
  width: 50% !important;
}
.newsletter .group
{
  margin-top: 40px;
  margin-right: unset;
  text-align: right;
}
.newsletter .group h4
{
  font-weight: bold;
  font-size: 20px !important;
  color: white;
}
.newsletter .group small
{
  color: rgba(255,255,225,.6);
}
.newsletter .group a
{
  color: #1a1919;
  border: 1px solid;
  font-size:17px;
  padding: 10px 12px;;
  border-radius: 50%;
  margin: 0px 10px
}
.act li
{
  margin: 0;
  border-radius:
}
.act
{
  margin-left: 20px
}
.act li:nth-child(2) a
{
  background: var(--mainColor);
  display: block;
  padding: 10px 13px;
    border-radius: 20px 0px 0px 20px;

  padding-right: 11px;
  color: white;
}
.act li:nth-child(1) a
{
  background: #312C2C42;
  display: block;
  padding: 10px 13px;
  border-radius: 0px 20px 20px 0px;
  text-align: center !important;
  padding-left: 11px !important;
  color: black;
}
.products {
    background-color: #f9f9f9;
    margin-top: -60px;
}

.products .box-filters {
    text-align: center;
    padding: 40px 0 0;
}

.products .box-filters figure {
    width: 60px;
    height: 60px;
    display: inline-block;

    background-color: white;
    color: #666666;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products .box-filters figure.active {
    background-color: #3a3d45;
    color: #ffbb00;
}

.products .box-filters figure .f-icon {
    display: block;
    font-size: 38px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .products .box-filters figure {
        width: 100px;
        height: 100px;
    }
    .products .box-filters figure .f-icon {
        font-size: 68px;
        line-height: 50px;
    }
}

.products .box-filters-results {
    padding: 0;
    position: relative;
}

.products article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 10px;
}

.products article .label {
    position: relative;
    top: 10px;
    left: 10px;
    line-height: initial;
    margin: 5px 15px;
    display: flex;
}

.products article sub, .products article sup {
    font-size: 100%;
}

.products article .text {
    width: 100%;
    padding: 10px;
}

.products article .text a:hover {
    color: #333;
}

.products article .text .title {
    /*! display: block; */
    /*! margin: 0 0 5px 0; */
    /*! white-space: nowrap; */
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    text-align: right;
}
.products article .text h2
{
    width: 100% !important;
}
.products article .text h2 svg
{
    width: 25px !important;;
    height: 25px;
}
.products article .text h2
{
    color: var(--mainColor);
    font-size: 19px !important;
    font-weight: bold;
}
.products article .text h2 a
{
    font-size: 17px !important;
    padding: 20px 30px;
    display: block;
    text-align: center;
    width: 100%;
    /*! margin-top: 0px; */
    /*! margin: 10px; */
    translate: tra;
    translate: ;
    padding-top: 14px !important;
    font-weight: ;
    color: #393939;
}
.products article .text h2 path
{
    fill: var(--mainColor)
}
.products .dsre ul
{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 10px;
}
.products .dsre ul li
{
    width: 100%;
    text-align: right;
    margin: 10px 20px
}
.products .dsre ul li span
{
    font-size: 24px;
    color: black;
    font-weight: bold
}
.products article .text .title small {
    color: #3a3d45;
    font-size: 45%;
}

.products article .text sub, .products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
}

.products article .text sub {
    text-decoration: line-through;
    font-weight: 300;
}

.products article .image {
    overflow: hidden;
    height: auto;
}

.products article .image a {
    display: block;
   font-size: 40px;
   text-align: center;
   margin-top: 40px;
   color: white;
}

.products article .image img {
    width: 100%;
}

.products article .btn-add {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products article:hover .btn-add {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3;
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info .add-favorite.added a {
    background-color: #e71d36;
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit;
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: dimgray;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px;
    }
}

.products article .info a:hover {
    background-color: #000000;
    color: white;
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
}

.products article .info > span {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 992px) {
    .products article .info {
        display: block;
    }
}

.products article:hover .info > span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info > span:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products article .info > span:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products article .info > span:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products article .figure-list {
    display: table;
    width: 100%;
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px;
}

.products article .figure-list .text .title {
    white-space: inherit;
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px;
}

.products article .figure-grid .text .description {
    display: none;
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px;
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block;
    }
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products article {
        margin-bottom: 30px;
    }
    .products article .label {
        top: auto;
        bottom: 10px;
        left: 10px;
    }
    .products article sub, .products article sup {
        font-size: 80%;
    }
    .products article:hover {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    }
    .products article .figure-grid .text {
        /*! position: absolute; */
        padding: 20px 20px 0;
        top: 0;
        padding: 10px 10px !important;
    }
    .products article .figure-list .image {
        width: 30%;
    }
    .products article .figure-list .text {
        width: 70%;
    }
    .products article .figure-list .text .description {
        display: block;
    }
    .products article .figure-block .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0;
    }
    .products .container,
    .products .row > div {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .products .btn-add {
        display: none;
    }
}

/*
    ----------------------------------
    20. Product page
    ----------------------------------
*/
.product {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.product .main {
    padding: 20px 0;
}

.product .product-info-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.product .title {
    color: black;
    font-weight: 600;
    position: relative;
}

.product .title:before {
    content: attr(data-title);
    font-size: 550%;
    color: rgba(99, 99, 99, 0.07);
    position: absolute;
    width: inherit;
    white-space: nowrap;
    left: -30%;
    top: -100%;
    z-index: 1;
}

.product .title small {
    display: block;
    text-transform: none;
    color: black;
    font-size: 40%;
    margin: 5px 0;
}

.product .price {
    margin-bottom: 20px;
}

.product .price small {
    text-decoration: line-through;
    margin-left: 10px;
}

.product .info-box {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
}

.product .info-box > span {
    display: table-cell;
    vertical-align: middle;

}

.product .info-box > span:first-child {
    width: 35%;
}

    .product .info-box > span:last-child {
        width: 65%;
        text-align: right;
    }

.product .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product .info-box .checked {
    border-color: #ffbb00;
}

    .product .info-box strong {
        display: block;
        font-weight: 600;
        text-align: right;
    }

.product .info-box.info-cell {
    display: table;
    width: 100%;
}

.product .info-box.info-cell > span {
    display: table-cell;
    vertical-align: middle;
}

.product .info-box.info-box-addto {
    cursor: pointer;
}

.product .info-box.info-box-addto i {
    font-style: normal;
}

.product .info-box.info-box-addto .added {
    display: none;
    color: #ffbb00;
}

.product .info-box.info-box-addto .add {
    display: block;
}

.product .info-box.info-box-addto.added .added {
    display: block;
}

.product .info-box.info-box-addto.added .add {
    display: none;
}

.product .product-colors {
    display: block;
}

.product .info {
    background-color: #e2e2e2;
    padding: 20px 0;
    z-index: 1;
}

.product .info .content {
    padding: 30px 0;
}

.product .info .content hr {
    border-color: #c1c1c1;
}

.product .info .content .full-image {
    width: 100%;
}

.product .info .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product .info .content h3:after {
    background: #fbb700;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
}

.product .info .products {
    background-color: transparent;
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .product .main {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .product .title {
        margin-top: 0;
    }
    .product .product-info-wrapper {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .product .product-flex {
        display: flex;
        flex-flow: column;
    }
    .product .product-flex .product-flex-gallery {
        order: 1;
    }
    .product .product-flex .product-flex-info {
        order: 2;
    }
}
.products .dt
{
   /*! background: var(--mainColor); */
   color: white;
   position: absolute;
   padding: 10px 30px;
   border-radius: 10px 10px 10px 0px;
   font-size: 10px;
}
.news
{
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   background: white;
   text-align: right !important;
   box-shadow: 0px 10px 10px rgba(0,0,0,.2)
}
.news img
{
   width: 100%;
   height: 250px !important;
}
.news svg
{
   width: 30px;
   height: 30px;
   margin-left: 5px
}
.news svg path
{
   fill: var(--mainColor)
}
.news h6
{
   margin: 10px;
   color: var(--mainColor)
}
.news h1
{
   font-size: 18px;
   color: black;
   margin: 10px;
   margin-bottom: 20px
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;

      display: flex;
      justify-content: center;
       padding-bottom: 30px !important;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.fomrmt label
{
   font-size: 18px;
   color: black;
   font-weight: bold
}
.fomrmt select
{
   height: 50px;
   color: black
}
.imgproove
{
   position: absolute;
   bottom: 0;
   width: 100%;
   background: linear-gradient(to bottom, #0000, #000);
}
.imgproove
{
   padding: 10px
}
.projectdetails .container-fluid
{
   padding: 0
}
.imgproove .dsre a
{
   color: white;
   background: black;
   padding: 8px 30px;
   font-weight: bold;
   font-size:18px;
   position: absolute;
   bottom: 23px;
}
.imgproove .dsre2
{
   text-align: right;
   padding: 20px;

   padding-right: 35px;
}
.imgproove .dsre2  h2
{
   color: var(--mainColor ) !important;
   margin-right: 10px !important;
   position: relative !important;
   font-size: 22px;
}
.imgproove .dsre
{
   padding: 10px !important;
   padding-bottom: 0 !important;
   padding-bottom: ;
}
.imgproove .dsre2 h2 span
{
   color: white !important;
   font-size: 22px !important;
   line-height: 1.6em
}
.imgproove .dsre2  h2 a
{
   z-index: 9999;
   color: white;
   font-size: 30px !important;
   font-weight: bold;

}
.vore
{
   text-align: right;
   padding: 40px 50px
}
.vore h1
{
   color: black;
   font-size: 25px;
   font-weight:bold;
}
.vore p
{
   color: rgba(0,0,0,.6);
   font-size: 18px
}
.vore .row
{
   margin-top: 30px
}
.vore form label
{
   color: black;
   font-weight: bold
}
.vore input
{
   height: 50px
}
.vore .row .btn
{
   background: var(--mainColor);
   color: white;
   margin: 10px 0;
   text-align: center;
   width: 200px;
   text-align: center !important;
   font-size: 15px;
   height: 35px !important;
}
.ppbox svg, .ppbox img
{
   width: auto;;
   color: black !important;
   height: 23px !important;
}
.ppbox h1
{
   font-size: 32px !important;;
   color: black !important;
}
.ppbox .scul
{
   justify-content: end;
   width: 80% !important;
   margin-left: auto
}
.ppbox .scul li
{
   text-align: right
}
.ermep a
{
   display: block;
   text-align: center;
   background: #e0d3b8;
   color: black;
   padding: 8px
}
.untd svg
{
   width: 30px !important;;
   height: 30px !important;
}
.untd svg path
{
   stroke: rgba(0,0,0,.8)
}
.untd .properties__param span
{
   color: rgba(0,0,0,.6) !important;
   font-size: 14px
}
.untd .scul
{
   margin: 0;
   width: 100% !important;

   display: flex !important;
   margin-bottom: 20px;
}
.untd .scul li
{
   font-size: 14px !important;
   width: 100%;
}
.odur
{
   margin-top: 20px;
   border-top: 1px solid rgba(0,0,0,.2);
   padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.odur div
{
   width: 100%;
   text-align: right;
}
.odur div p
{
   margin: 0;
   font-size: 15px
}
.odd2
{
   margin: 0 !important;
}

.odd2 p
{
   text-align: center;
   color: black;
   font-size: 18px !important;

}
.pytype
{
      display: flex;
   width: 100%;
}
.pytype .form-check
{
   width: 100%;
    border: 1px solid rgba(0,0,0,.1);
   margin:  5px;
   position: relative;
   padding: 10px;
   background: #f1f1f1;
   padding-right: 30px !important;
}
.pytype input
{
   width: 20px !important;
   height: 20px !important;
   z-index: 99999999999999999999999;
   border-radius: 50% !important;
   /*! position: relative !important; */
   border: 1px solid black;

}
.pytype label
{
   /*! width: 100%; */
   padding: 10px;
   padding-left: 30px;
   color: black;
   font-weight: bold;

   padding-right: ;
}
.account-page svg
{
  width: 40px !important;
  height: 40px;
  text-align: right;
}
.ddslf
{
   display: flex;
   justify-content: end
}
.ddslf a
{
   color: black;
   border: 1px solid;
   margin: 0px 5px;
   padding: 5px !important;
   font-size: 18px
}
.eres p
{
   color: black
}.eres h6
{
   font-size: 22px;
   font-weight: bold
}

.lfmlfjd .scul
{
   justify-content: end !important;
   margin:0!important;
   margin-left: auto !important;
   width: 70% !important;
   justify-content: end !important;
   display: flex;
}
.lfmlfjd h1
{
   font-size: 45px !important;
}
.lfmlfjd li p
{
   color: black !important;
   font-size: 22px
}
.mppr
{
   background: #f1f1f1;
   padding: 20px;
   margin-right: -150px;
   margin-top: 140px;
   z-index: 99;
   position: relative
}
.projectdetails ul
{
 display: flex;
 width: 50%;
 margin: 00px auto;
 text-align: center;
 justify-content: center;
 padding: 20px 0 !important;
 z-index: 9999999999;
 position: relative;
}
.projectdetails ul li
{
 width: 100%;
 text-align: center !important;
 justify-content: center;
}
.projectdetails ul li span
{
 text-transform: capitalize;
 font-weight: bold;
 color: #0f0f2d;
}
.projectdetails ul li p
{
 /*! background-color: var(--mainColor); */
 /*! width: 30px; */
 padding: 5px;
 font-weight: ;
 font-size: 20px;
 text-align: center;
 color: black;
 display: ;
 text-align: center;
}
.projectdetails ul li p svg
{
   width: 25px;
   height: 25px
}
.projectdetails .info
{
 text-align: right;
}
.projectdetails .info p
{
 font-size: 15px;
 text-transform: capitalize
}
.projectdetails .info p:nth-child(3)
{
 color: rgba(0,0,0,.6)
}
.projectdetails .info p i
{
 color: rgba(0,0,0,.6)
}
.projectdetails-apr ul
{
 display: inline-flex;
 padding: 0;
 margin: 0;
 width: 100%;

 /*! margin-top: 10px; */
 padding: 10px !important;
 padding: ;
}
.projectdetails-apr ul li
{
 width: 100%;
 text-align: right;
 font-size: 16px;
 color: black;

}
.projectdetails-apr ul li:nth-child(2)
{
 text-align: right;
}
.projectdetails-apr ul p
{
 margin: 0;
 font-size: 14px;
 text-transform: capitalize;
 font-weight: bold;
 color: rgba(0,0,0,.6)
}
.projectdetails-apr .content
{
 margin: 20px 0 !important;
 background: white;
 box-shadow: 0px 10px 10px rgba(0,0,0,.1);
 /*! padding: 10px; */
 padding-bottom: 0;
 border: 1px solid rgba(0,0,0,.1);
}
.projectdetails-apr .content h1
{
   color: black
}
.dfrtrt
{
   display: flex;
   justify-content: end;
   border-bottom: 1px solid rgba(0,0,0,.2);
   padding-bottom: 20px
}
.dfrtrt li
{
   margin-left: 15px;
   font-size: 17px;
}
.dfrtrt svg
{
   width: 20px;
   height: 20px
}
.dfrtrt path
{
   color: var(--mainColor)
}
.ald p
{
   font-weight: bold;
   color: var(--mainColor);
}
.mfljret a
{
   background: #fff;
   color: #262424 !important;
   /*! padding: 8px 30px; */
   /*! margin: 0px 10px; */
   border-radius: 5px;
   font-size: 13px;
   text-decoration: underline !important;
}
.cart-table-container {
 margin-bottom:2.5rem
}
.cart-table-container .input-group .form-control {
 height:43px;
 border-color:rgba(0,0,0,0.09)
}
.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
 border:none;
 background-color:#f4f4f4;
 color:#222529
}
.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
 color:#fff;
 background-color:#08C
}
.table.table-cart tr td,
.table.table-cart tr th,
.table.table-wishlist tr td,
.table.table-wishlist tr th {
 vertical-align:middle
}
.table.table-cart tr th,
.table.table-wishlist tr th {
 border:0;
 color:#222529;
 font-weight:700;
 line-height:2.4rem;
 text-transform:uppercase;
 font-size: 12px;
 padding: 10px !important;
 background: #f1f1f1;
 margin-top: 80px !important;
}
.table.table-cart tr td,
.table.table-wishlist tr td {
 border-top:1px solid #e7e7e7
}
.table.table-cart tr td.product-col,
.table.table-wishlist tr td.product-col {
 padding:2rem 0.8rem 1.8rem 0
}
.table.table-cart tr.product-action-row td,
.table.table-wishlist tr.product-action-row td {
 padding:0 0 2.2rem;
 border:0
}
.table.table-cart .product-image-container,
.table.table-wishlist .product-image-container {
 position:relative;
 width:8rem;
 margin:0
}
.table.table-cart .product-title,
.table.table-wishlist .product-title {
 margin-bottom:0;
 padding:0;
 font-family:"Open Sans",sans-serif;
 font-weight:400;
 line-height:1.75
}
.table.table-cart .product-title a,
.table.table-wishlist .product-title a {
 color:inherit
}
.table.table-cart .product-single-qty,
.table.table-wishlist .product-single-qty {
 margin:0.5rem 4px 0.5rem 1px
}
.table.table-cart .product-single-qty .form-control,
.table.table-wishlist .product-single-qty .form-control {
 height:48px;
 width:44px;
 font-size:15px !important;
 font-weight:700;
 text-align: center !important;
}
.table.table-cart .subtotal-price,
.table.table-wishlist .subtotal-price {
 color:#222529;
 font-size:1.6rem;
 font-weight:600
}
.table.table-cart .btn-remove,
.table.table-wishlist .btn-remove {
 right:-10px;
 font-size:1.1rem
}
.table.table-cart tfoot td,
.table.table-wishlist tfoot td {
 padding:2rem 0.8rem 1rem
}
.table.table-cart tfoot .btn,
.table.table-wishlist tfoot .btn {
 padding:1.2rem 2.4rem 1.3rem 2.5rem;
 font-family:"Open Sans",sans-serif;
 font-size:12px;
 font-weight:700;
 /*! height:43px; */
 letter-spacing:-0.018em;
 background-color: #e6e4e4 !important;
 color: black !important;
}
.table.table-cart tfoot .btn+.btn,
.table.table-wishlist tfoot .btn+.btn {
 margin-left:1rem
}
.table.table-cart .bootstrap-touchspin.input-group,
.table.table-wishlist .bootstrap-touchspin.input-group {
 margin-right:auto;
 margin-left:auto
}
.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
 /*! display:block; */
 /*! margin-bottom:1px; */
 font-size: 17px;
 padding: 0 !important;
}
.table-cart tr th {
 padding:1rem
}
.table-cart tr th.thumbnail-col {
 width:16%
}
.table-cart tr th.product-col {
 width:33%;
}
.table-cart tr th.price-col {
 width:14%
}
.table-cart td {
 padding:2rem 1rem
}
i.cart-empty {
 font-size:100px;
 color:#d3d3d4
}
.btn-edit:focus,
.btn-edit:hover,
.btn-move:focus,
.btn-move:hover,
.btn-remove:focus,
.btn-remove:hover {
 color:#08C;
 text-decoration:none
}
.btn-edit {
 margin-right:1rem;
 font-size:1.3rem
}
.btn-move {
 font-size:1.3rem;
 line-height:2.5rem
}
.btn-move:focus,
.btn-move:hover {
 text-decoration:underline
}
.qty-col {
 min-width:98px
}
tbody .product-col {
 font-size:0
}
.product-col .product-image-container {
 display:table-cell;
 padding-right:1.8rem;
 margin-bottom:0;
 vertical-align:middle
}
.product-col .product-image img {
 border:1px solid #ccc
}
.product-col .product-title {
 margin-bottom:1px;
 display:table-cell;
 vertical-align:middle
}
.cart-discount {
 margin-bottom:4rem
}
.cart-discount h4 {
 margin-bottom:1.2rem;
 font-size:1.6rem;
 font-weight:400
}
.cart-discount form {
 max-width:420px
}
.cart-discount .input-group-append {
 margin-left:3px
}
.cart-summary {
 margin-bottom:3.6rem;
 padding:10px 30px;
 border:2px solid #e7e7e7;
 background:#fff
}
.cart-summary h3 {
 margin-bottom:2.3rem;
 font-size:20px;
 letter-spacing:-0.01em;
 font-weight: bold;
 margin-top: 18px !important;
}
.checkout-progress-bar li a.active,
.checkout-progress-bar li a:hover {
 color:#08C;
 opacity:1
}
.table.table-totals {
 margin-bottom:2.6rem
}
.table.table-totals .custom-radio .custom-control-input {
 width:100px
}
.table.table-totals h4 {
 display:inline;
 margin-bottom:0;
 font-size:14px !important;
 font-weight:600;
 letter-spacing:-0.01em;
 color: black !important;
}
.table.table-totals .form-control {
 line-height:1.5
}
.table.table-totals .form-group {
 margin-bottom:1.5rem
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single {
 min-height:37px
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
 line-height:1.6
}
.table.table-totals tr td,
.table.table-totals tr th {
 padding:1rem;
 border:0;
 letter-spacing:-0.01em;
 font-size:14px;
 font-weight:600;
 color:#222529;
 font-family:"poppins"
}
.table.table-totals tr td:last-child,
.table.table-totals tr th:last-child {
 color:#777;
 text-align:right;
 font-weight:400
}
.table.table-totals tbody tr {
 border-bottom:1px solid #dcdcdc
}
.table.table-totals tfoot {
 border-top:1px solid #ccc;
 color:#222529;
 font-size:1.6rem;
 font-weight:700
}
.table.table-totals tfoot tr td {
 padding-top:1.3rem;
 padding-bottom:1.6rem;
 vertical-align:middle;
 font-size:15px !important;
 padding-left:1.2rem
}
.table.table-totals tfoot tr td:last-child {
 font-weight:700;
 font-size:22px;
 color:#222529
}
.table.table-totals tfoot b {
 font-size:2.2rem
}
.checkout-methods .btn {
 font-family:"Open Sans",sans-serif;
 font-size:1.5rem;
 letter-spacing:-0.015em;
 padding:1em 0;
 font-size: 13px !important;
 background: #151515 !important;
}
.checkout-methods .btn i {
 margin-left:1.2rem
}
.return-to-shop .btn {
 padding:1.6rem 3.6rem;
 font-family:"Open Sans",sans-serif;
 font-size:1.5rem;
 letter-spacing:-0.02em
}
.cart-summary form {
 margin-bottom:1.6rem
}
.cart-summary .form-group-sm {
 max-width:none
}
.cart-summary .form-group-sm label {
 margin-top:1.3rem;
 letter-spacing:0;
 margin-bottom:1.4rem;
 font-weight:400;
 font-size:1.4rem;
 color:#777;
 font-family:"Open Sans",sans-serif
}
.cart-summary .form-group-sm .form-control {
 height:35px !important;
 font-size:13px;
 letter-spacing:-0.012em;
 text-align: left !important;
}
.cart-summary .btn-update-total {
 background-color:#f4f4f4;
 color:#222529;
 border:none;
 padding:8px 12px;
 line-height:1.5;
 font-family:"Open Sans",sans-serif
}
.cart-summary .btn-update-total:hover {
 color:#fff;
 background-color:#08C
}
@media (max-width:575px) {
 .cart-table-container {
  border-top:4px solid #08C
 }
 .table.table-cart {
  border:1px solid #e7e7e7;
  border-top:0;
  box-shadow:0 2px 4px 0 rgba(0,0,0,0.05);
  width: 100% !important;
 }
 .table.table-cart,
 .table.table-cart tbody,
 .table.table-cart tfoot {
  display:block
 }
 .table.table-cart thead {
  display:none
 }
 .table.table-cart tr td {
  padding:0.5rem 0.5rem;
  border-top:0
 }
 .table.table-cart tr td.product-col {
  padding-bottom:0.5rem
 }
 .table.table-cart .product-row {
  display:-ms-flexbox;
  /*! display:flex; */
  -ms-flex-direction:column;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding-top:3rem;
  padding-bottom:2.5rem;
  border-top:2px solid #ddd;
  width: 100% !important;
  position: relative;
  display: unset;
 }
 .table.table-cart .product-row:first-child {
  border-top:0
 }
 .table.table-cart .product-col {
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  text-align:center
 }
 .table.table-cart .product-col .product-image-container {
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  margin-right:0;
  margin-bottom:1rem
 }
 .table.table-cart tfoot {
  border-top:2px solid #ddd
 }
 .table.table-cart tfoot tr {
  display:block;
  width:100%
 }
 .table.table-cart tfoot tr td {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:start;
  align-items:center;
  padding:3rem 0
 }
 .table.table-cart .cart-discount {
  margin-bottom:2rem
 }
 .table.table-cart .cart-discount form {
  margin-bottom:0
 }
}
@media (min-width:1200px) {
 .cart-table-container .input-group .form-control {
  width:183px
 }
}
@media (max-width:767px) {
 .cart-table-container .cart-discount .form-control {
  max-width:132px;
  margin-right:0.4rem
 }
 .table.table-cart .cart-discount {
  margin-bottom:1.5rem
 }
}
@media (max-width:479px) {
 .cart-summary {
  padding-left:2rem;
  padding-right:2rem
 }
 .table.table-cart .cart-discount {
  margin-bottom:1.5rem
 }
 .cart-discount .input-group {
  flex-direction:column;
  align-items:center
 }
 .cart-table-container .cart-discount .form-control {
  margin:auto;
  margin-bottom:1.5rem;
  max-width:none;
  width:100%
 }
}
.checkout-progress-bar {
 margin:4.7rem 0 2.1rem;
 font-size:0;
 line-height:1.4
}
.checkout-progress-bar li {
 display:inline-block;
 position:relative;
 margin-bottom:3rem;
 color:#999;
 font-family:Poppins,sans-serif;
 font-size:2rem;
 font-weight:700;
 letter-spacing:-0.03em;
 text-align:center;
 vertical-align:top
}
.upcomming {
  font-size: 45px;
  text-transform: uppercase;
  border-left: 14px solid rgba(255, 235, 59, 0.78);
  padding-left: 12px;
  margin: 18px 8px;
}
.container .item {
  width: 100%;
  padding: 0 20px;
  background: var(--mainColor);
  overflow: hidden;
  margin: 10px;
  height: auto;
}
.container .item-right,
.container .item-left {
  float: left;
  padding: 20px;
}
.container .item-right {
  padding: 43px 50px;
  margin-right: 20px;
  width: 25%;
  position: relative;
  height: auto;
  /*! background: var(--mainColor); */
}
.container .item-right .up-border,
.container .item-right .down-border {
  padding: 14px 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
.container .item-right .up-border {
  top: -8px;
  right: -35px;
}
.container .item-right .down-border {
  bottom: -11px;
  right: -35px;
}
.container .item-right .num {
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.container .item-right .day,
.container .item-left .event {
  color: #fff;
  font-size: 20px;
  margin-bottom: 9px;
}
.container .item-right .day {
  text-align: center;
  font-size: 25px;
}
.container .item-left {
  width: 71%;
  padding: 34px 0px 19px 46px;
  border-left: 3px dotted #fff;
  text-align: right;
}
.container .item-left .title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}
.container .item-left .sce {
  margin-top: 5px;
  display: block;
  display: flex;
  justify-content: start;
  direction: rtl;
}
.container .item-left .sce .icon,
.container .item-left .sce p,
.container .item-left .loc .icon,
.container .item-left .loc p {
  /*! float: left; */
  word-spacing: 5px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}
.container .item-left .sce .icon,
.container .item-left .loc .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
}
.container .item-left .loc {
  display: flex;
  display: flex;
  flex-direction: row-reverse;
}
.fix {
  clear: both;
}
.container .item .tickets,
.booked,
.cancel {
  color: #fff;
  padding: 6px 14px;
  float: right;
  margin-top: 10px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.container .item .tickets {
  background: #777;
}
.container .item .booked {
  background: #3d71e9;
}
.container .item .cancel {
  background: #df5454;
}
.linethrough {
  text-decoration: line-through;
}
@media only screen and (max-width: 1150px) {
  .container .item {
    width: 100%;
    margin-right: 20px;
  }
  div.container {
    /*! margin: 0 20px auto; */
  }
}.preloader
{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0 ;
background-color: white;
z-index: 99999999999999999999;
}
.preloaders
{
text-align: center;
margin: 250px 0;
}
.contactuspage
{
  padding-bottom: 91px;
  background-size: cover !important;
  margin-top: 40px;
  background: white;
}
.contactuspage .col-md-11
{
  padding: 0
}
.contactuspage .cnf
{
  margin: 90px 0;
  margin-bottom:  0 !important;
  margin-top: 0px;
  /*! background: linear-gradient(to top, #142938,#0000); */
  padding-top: ;
  padding: 0 !important;
}
.contactuspage form
{
  /*! background:#4d4d4dd6; */
  /*! margin: 0px 200px; */
  /*! margin-top: 275px; */
  /*! padding:40px 20px; */
  padding-bottom: 15px !important;
  border-radius: 30px
}
.contactuspage input,.contactuspage textarea
{
  background: unset !important;
  border: 1px solid #b9b9b996 !important;
  border-radius: 5px !important;
  height: 50px !important;
  text-align: right !important;
  padding-right: 60px;
  color: white !important;
  margin: 10px 0;
}
.contactuspage .col-md-7 i
{
  position: absolute;
  background: var(--mainColor);
  color: white;
  padding: 10px 11px;
  border-radius: 5px !important;
  right:20px;
  top: 18px;

}.locationmap
{
  text-align: right
}
.locationmap h3
{
  color: var(--mainColor);
  font-size: 22px;
}
.locationmap p
{
  /*! font-weight: bold; */
  color: black
}
@media only screen and (max-width: 600px) {
   .container
   {
      max-width: 99% !important;
   }
.search-bar .search-inner
   {
      margin: 0 !important;
      width: 100% !important;

   }
   .header .contents
   {
      margin: 0 !important;
      padding: 0 !important;
   }
   .search-bar .btn-common
   {
      width: 68px !important;
   }
   .header .form-control
   {
      padding-right: 60px !important;
      font-size: 15px !important;
      border-radius: 50px !important;
   }
   .products article .text h2 a
   {
      font-size: 12px !important;
   }
   .products .
   .header ul
   {
   margin: 5px 0
   }
   .products article
   {
      margin: 10px 0
   }
   .deep-page table
   {
      width: 100% !important;
      display: inline-grid;
   }
   .deep-page .container
   {
      max-width: 100% !important;
      margin: auto;
   }
   .deep-page .management-body
   {
      padding: 0 !important;
   }
   .deep-page th, .deep-page i, .deep-page td
   {
      font-size: 11px !important;
   }
   .deep-page .table tbody
   {
      width: 100% !important;
      display: revert;
   }
}
.aboutus .box
{
display: flex;
text-align: right;
background: #eeb4a540;
padding: 17px;
margin: 5px 0;
flex-direction: row-reverse;
margin-top: 20px;

border-radius: 10px;
}
.aboutus .box .left
{
padding: 0px 10px
}
.aboutus .box p
{
font-size: 15px;
color: #282727;
}
.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 400px !important;
}

.team-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:18px;
	margin-right:18px;
	margin-top:-70px;
	padding:30px 35px 30px;
	text-align:center;
	overflow:hidden;
	background-color:#f9f9fa;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#191514;
	font-size:13px;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#191514;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#d5aa6d;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#7a7a7a;
	font-size:12px;
	margin-top:5px;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--sColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:19px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}.section-title{
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.section-title .title{
	position:relative;
	font-size:25px;
	color:#9e7247;
	font-weight:400;
	/*! letter-spacing:3px; */
	/*! margin-bottom:12px; */
	text-transform:capitalize;
	margin-bottom: 16px;
}

.section-title h3{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1em;
	padding-bottom: 22px;
	/*! font-family: 'Poppins', sans-serif; */
	font-size: 58px;
}

.section-title h3 span{
	position:relative;
	color:#d5aa6d;
	font-style:italic;
	font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h3:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:40px;
	/*! height:3px; */
	/*! background-color:#d4a86c; */
}

.section-title .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	color:#555555;
	margin-top:10px;
}

.section-title.centered .big-title,
.section-title.centered{
	text-align: center;
}

.section-title.centered h3:after{
	left:50%;
	margin-left:-20px;
}

.section-title.light .text{
	color:#999999;
}

.section-title.light h3{
	color:#ffffff;
}
.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--mainColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
	width: 100% !important;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	/*! margin-right:8px; */
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}
.ret p
{
  color: black !important
}/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

Default COLOR :  Color Set 1
COLOR : Green
COLOR CODE: #1F386B
COLOR CODE2: #E41937
----------------------------------------- */
/*Theme Colored Red Text-color*/
.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
  color: #E41937;
}
/*Theme Colored Red Bg-color*/
/* background-theme-color */
.bg-theme-colored {
  background-color: #1F386B !important;
}
.bg-theme-colored-lighter2 {
  background-color: #223e77 !important;
}
.bg-theme-colored-lighter3 {
  background-color: #25427f !important;
}
.bg-theme-colored-lighter4 {
  background-color: #274687 !important;
}
.bg-theme-colored-darker2 {
  background-color: #dadfe8 !important;
}
.bg-theme-colored-darker3 {
  background-color: #192e57 !important;
}
.bg-theme-colored-darker4 {
  background-color: #172a4f !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: rgba(31, 56, 107, 0.9);
}
.bg-theme-colored-transparent-8 {
  background-color: rgba(31, 56, 107, 0.8);
}
.bg-theme-colored-transparent-7 {
  background-color: rgba(31, 56, 107, 0.7);
}
.bg-theme-colored-transparent-6 {
  background-color: rgba(31, 56, 107, 0.6);
}
.bg-theme-colored-transparent-5 {
  background-color: rgba(31, 56, 107, 0.5);
}
.bg-theme-colored-transparent-4 {
  background-color: rgba(31, 56, 107, 0.4);
}
.bg-theme-colored-transparent-3 {
  background-color: rgba(31, 56, 107, 0.3);
}
.bg-theme-colored-transparent-2 {
  background-color: rgba(31, 56, 107, 0.2);
}
.bg-theme-colored-transparent-1 {
  background-color: rgba(31, 56, 107, 0.1);
}
.bg-theme-colored-transparent {
  background-color: rgba(31, 56, 107, 0.75) !important;
}
.bg-theme-color-2 {
  background: #E41937 !important;
}
.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
  background: #E41937;
}
.panel-group .panel-title a.active::after {
  background-color: #E41937 !important;
}
.schedule-box:hover .schedule-details .title a {
  color: #1F386B;
}
.btn-theme-color-2 {
  background-color: #E41937;
}
/*Theme Colored Red Bg-transparent-color*/
/*Theme Colored Red Border-top-color*/
.border-theme-color-2-1px {
  border: 1px solid #E41937 !important;
}
.border-top-theme-color-2-1px {
  border-top: 1px solid #E41937 !important;
}
.border-top-theme-color-2-2px {
  border-top: 2px solid #E41937 !important;
}
.border-top-theme-color-2-3px {
  border-top: 3px solid #E41937 !important;
}
.border-top-theme-color-2-4px {
  border-top: 4px solid #E41937 !important;
}
.border-top-theme-color-2-5px {
  border-top: 5px solid #E41937 !important;
}
.border-top-theme-color-2-6px {
  border-top: 6px solid #E41937 !important;
}
.border-top-theme-color-2-7px {
  border-top: 7px solid #E41937 !important;
}
.border-top-theme-color-2-8px {
  border-top: 8px solid #E41937 !important;
}
.border-top-theme-color-2-9px {
  border-top: 9px solid #E41937 !important;
}
.border-top-theme-color-2-10px {
  border-top: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-2-1px {
  border-bottom: 1px solid #E41937 !important;
}
.border-bottom-theme-color-2-2px {
  border-bottom: 2px solid #E41937 !important;
}
.border-bottom-theme-color-2-3px {
  border-bottom: 3px solid #E41937 !important;
}
.border-bottom-theme-color-2-4px {
  border-bottom: 4px solid #E41937 !important;
}
.border-bottom-theme-color-2-5px {
  border-bottom: 5px solid #E41937 !important;
}
.border-bottom-theme-color-2-6px {
  border-bottom: 6px solid #E41937 !important;
}
.border-bottom-theme-color-2-7px {
  border-bottom: 7px solid #E41937 !important;
}
.border-bottom-theme-color-2-8px {
  border-bottom: 8px solid #E41937 !important;
}
.border-bottom-theme-color-2-9px {
  border-bottom: 9px solid #E41937 !important;
}
.border-bottom-theme-color-2-10px {
  border-bottom: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-2-1px {
  border-left: 1px solid #E41937 !important;
}
.border-left-theme-color-2-2px {
  border-left: 2px solid #E41937 !important;
}
.border-left-theme-color-2-3px {
  border-left: 3px solid #E41937 !important;
}
.border-left-theme-color-2-4px {
  border-left: 4px solid #E41937 !important;
}
.border-left-theme-color-2-5px {
  border-left: 5px solid #E41937 !important;
}
.border-left-theme-color-2-6px {
  border-left: 6px solid #E41937 !important;
}
.border-left-theme-color-2-7px {
  border-left: 7px solid #E41937 !important;
}
.border-left-theme-color-2-8px {
  border-left: 8px solid #E41937 !important;
}
.border-left-theme-color-2-9px {
  border-left: 9px solid #E41937 !important;
}
.border-left-theme-color-2-10px {
  border-left: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-2-1px {
  border-right: 1px solid #E41937 !important;
}
.border-right-theme-color-2-2px {
  border-right: 2px solid #E41937 !important;
}
.border-right-theme-color-2-3px {
  border-right: 3px solid #E41937 !important;
}
.border-right-theme-color-2-4px {
  border-right: 4px solid #E41937 !important;
}
.border-right-theme-color-2-5px {
  border-right: 5px solid #E41937 !important;
}
.border-right-theme-color-2-6px {
  border-right: 6px solid #E41937 !important;
}
.border-right-theme-color-2-7px {
  border-right: 7px solid #E41937 !important;
}
.border-right-theme-color-2-8px {
  border-right: 8px solid #E41937 !important;
}
.border-right-theme-color-2-9px {
  border-right: 9px solid #E41937 !important;
}
.border-right-theme-color-2-10px {
  border-right: 10px solid #E41937 !important;
}
.service-block .thumb .desc {
  border-top: 4px solid #E41937;
}
/*Theme Colored Red Border-right-color*/
.service-block .thumb .price {
  border-right: 3px solid #E41937;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}
.widget.dark .tags a:hover,
.title-dots span {
  background-color: #E41937;
}
.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before {
  color: #E41937;
}
.hover-effect:hover .details {
  background-color: #1F386B !important;
  border-bottom-color: #142343 !important;
}
.hover-effect:hover .thumb::after {
  border-color: rgba(31, 56, 107, 0.3) !important;
}
.hover-effect:hover a {
  background: #142343 !important;
}
/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.line-bottom:after,
.line-bottom-center:after,
.progress-item .progress-bar .percent,
.progress-item .progress-bar,
.pricing.table-horizontal:hover,
.pricing:hover,
.portfolio-filter a.active,
.portfolio-filter a:hover,
.project .hover-link i {
  background: #1F386B !important;
}
.pricing.table-horizontal,
.pricing {
  background: var(--mainColor) !important;
}
.panel-group .panel-title a.active {
  background-color: #1F386B !important;
}
/* Theme-color for dark */
.dark .service-icon-box:hover li.active a {
  background: #1F386B !important;
}
/*Footer Styles*/
.footer-box-one > div {
  background: #1F386B;
}
.footer-box-two > div {
  background: #192e57 !important;
}
.footer-box-three > div {
  background: #142343 !important;
}
.ui-state-highlight {
  background: #1F386B !important;
  color: #fff !important;
}
.border-theme-colored,
.causes .progress-item .progress-bar .percent {
  border-color: #1F386B !important;
}
/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.team-block .team-thumb .team-overlay .styled-icons a:hover i,
.section-title .title-icon i,
.panel-group .panel-title a {
  color: #1F386B !important;
}
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #1F386B none repeat scroll 0 0;
  color: #fff;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #fff;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}
/* text-theme-color */
.text-theme-colored {
  color: #1F386B !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored:hover {
  color: #1F386B !important;
}
/* background-theme-color */
.bg-theme-colored {
  background-color: #6A707B !important;
  /*! padding-top: 40px; */
}
/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
  background: #1F386B !important;
  border-color: #1F386B !important;
  color: #fff !important;
}
.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}
.hover-text-theme-color-2:hover {
  color: #E41937;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1F386B !important;
}
.widget .services-list li.active::after {
  border-color: transparent #1F386B transparent transparent;
}
.widget .services-list li.active {
  background-color: #1F386B !important;
  border-right: 6px solid #E41937 !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent,
.piechart-block {
  background-color: rgba(31, 56, 107, 0.75) !important;
}
.service-block .thumb .price,
.service-block .thumb .desc,
.team-block .team-thumb .team-overlay,
.team-block .team-thumb .styled-icons,
.work-gallery .gallery-thumb .gallery-overlay {
  background: rgba(31, 56, 107, 0.7);
}
.team-block .team-thumb .team-overlay::after {
  border-color: rgba(31, 56, 107, 0.75) transparent transparent rgba(31, 56, 107, 0.75);
}
.team-block .team-thumb .styled-icons::after {
  border-color: transparent rgba(31, 56, 107, 0.75) rgba(31, 56, 107, 0.75) transparent;
}
/* Layer-overlay */
.overlay-theme-colored-1:before {
  background-color: rgba(31, 56, 107, 0.1) !important;
}
.overlay-theme-colored-2:before {
  background-color: rgba(31, 56, 107, 0.2) !important;
}
.overlay-theme-colored-3:before {
  background-color: rgba(31, 56, 107, 0.3) !important;
}
.overlay-theme-colored-4:before {
  background-color: rgba(31, 56, 107, 0.4) !important;
}
.overlay-theme-colored-5:before {
  background-color: rgba(31, 56, 107, 0.5) !important;
}
.overlay-theme-colored-6:before {
  background-color: rgba(31, 56, 107, 0.6) !important;
}
.overlay-theme-colored-7:before {
  background-color: rgba(31, 56, 107, 0.7) !important;
}
.overlay-theme-colored-8:before {
  background-color: rgba(31, 56, 107, 0.8) !important;
}
.overlay-theme-colored-9:before {
  background-color: rgba(31, 56, 107, 0.9) !important;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-2px {
  border: 2px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 3px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 4px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-top-theme-color-1px {
  border-top: 1px solid #1F386B !important;
}
.border-top-theme-color-2px {
  border-top: 2px solid #1F386B !important;
}
.border-top-theme-color-3px {
  border-top: 3px solid #1F386B !important;
}
.border-top-theme-color-4px {
  border-top: 4px solid #1F386B !important;
}
.border-top-theme-color-5px {
  border-top: 5px solid #1F386B !important;
}
.border-top-theme-color-6px {
  border-top: 6px solid #1F386B !important;
}
.border-top-theme-color-7px {
  border-top: 7px solid #1F386B !important;
}
.border-top-theme-color-8px {
  border-top: 8px solid #1F386B !important;
}
.border-top-theme-color-9px {
  border-top: 9px solid #1F386B !important;
}
.border-top-theme-color-10px {
  border-top: 10px solid #1F386B !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-1px {
  border-bottom: 1px solid #1F386B !important;
}
.border-bottom-theme-color-2px {
  border-bottom: 2px solid #1F386B !important;
}
.border-bottom-theme-color-3px {
  border-bottom: 3px solid #1F386B !important;
}
.border-bottom-theme-color-4px {
  border-bottom: 4px solid #1F386B !important;
}
.border-bottom-theme-color-5px {
  border-bottom: 5px solid #1F386B !important;
}
.border-bottom-theme-color-6px {
  border-bottom: 6px solid #1F386B !important;
}
.border-bottom-theme-color-7px {
  border-bottom: 7px solid #1F386B !important;
}
.border-bottom-theme-color-8px {
  border-bottom: 8px solid #1F386B !important;
}
.border-bottom-theme-color-9px {
  border-bottom: 9px solid #1F386B !important;
}
.border-bottom-theme-color-10px {
  border-bottom: 10px solid #1F386B !important;
}
.project .project-details {
  border-bottom: 3px solid #1F386B !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-1px {
  border-left: 1px solid #1F386B !important;
}
.border-left-theme-color-2px {
  border-left: 2px solid #1F386B !important;
}
.border-left-theme-color-3px {
  border-left: 3px solid #1F386B !important;
}
.border-left-theme-color-4px {
  border-left: 4px solid #1F386B !important;
}
.border-left-theme-color-5px {
  border-left: 5px solid #1F386B !important;
}
.border-left-theme-color-6px {
  border-left: 6px solid #1F386B !important;
}
.border-left-theme-color-7px {
  border-left: 7px solid #1F386B !important;
}
.border-left-theme-color-8px {
  border-left: 8px solid #1F386B !important;
}
.border-left-theme-color-9px {
  border-left: 9px solid #1F386B !important;
}
.border-left-theme-color-10px {
  border-left: 10px solid #1F386B !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-1px {
  border-right: 1px solid #1F386B !important;
}
.border-right-theme-color-2px {
  border-right: 2px solid #1F386B !important;
}
.border-right-theme-color-3px {
  border-right: 3px solid #1F386B !important;
}
.border-right-theme-color-4px {
  border-right: 4px solid #1F386B !important;
}
.border-right-theme-color-5px {
  border-right: 5px solid #1F386B !important;
}
.border-right-theme-color-6px {
  border-right: 6px solid #1F386B !important;
}
.border-right-theme-color-7px {
  border-right: 7px solid #1F386B !important;
}
.border-right-theme-color-8px {
  border-right: 8px solid #1F386B !important;
}
.border-right-theme-color-9px {
  border-right: 9px solid #1F386B !important;
}
.border-right-theme-color-10px {
  border-right: 10px solid #1F386B !important;
}
/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
  background-color: rgba(31, 56, 107, 0.9) !important;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
  background-color: #1F386B;
}
.preloader-dot-loading .cssload-loading i {
  background: #1F386B !important;
}
/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid #1F386B;
}
.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: #1F386B;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #1F386B transparent transparent;
}
.opening-hours ul li {
  border-bottom: 1px dashed #1F386B;
}
/* border-left-color */
blockquote.theme-colored {
  border-left: 3px solid #1F386B;
}
blockquote.bg-theme-colored {
  border-left: 3px solid #142343;
  color: #fff;
}
blockquote.bg-theme-colored footer {
  color: #eeeeee;
}
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee !important;
  border-left: 3px solid #1F386B;
  color: #1F386B;
}
blockquote.gray.bg-theme-colored footer {
  color: #777777;
}
.attorney-address li {
  border-left: 1px solid #1F386B;
}
.section-title.title-border {
  border-left: 4px solid #1F386B;
}
/* border-top-color */
.member-info {
  border-top: 3px outset #1F386B;
}
.cssload-tri {
  border-top: 27px solid #1F386B;
}
/* border-right-color */
.border-right-theme-color-2 {
  border-right: 1px solid #1F386B;
}
.section-title.title-border.title-right {
  border-right: 4px solid #1F386B;
}
/* border-bottom-color */
.event {
  border-bottom-color: #1F386B;
}
.cssload-tri.cssload-invert {
  border-bottom: 27px solid #1F386B;
}
/* box-shadow */
/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #020408;
}
.btn-default.btn-theme-colored:hover {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #d4d4d4;
  border-color: #020408;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1F386B;
}
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #1F386B;
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}
.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #020408;
}
.btn-border.btn-theme-colored:hover {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #d4d4d4;
  border-color: #020408;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}
.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1F386B;
}
.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #1F386B;
}
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #142343;
  border-color: #142343;
  color: #fff;
}
/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #142343;
  border-color: #020408;
}
.btn-dark.btn-theme-colored:hover {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}
.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-dark.btn-theme-colored .badge {
  color: #1F386B;
  background-color: #fff;
}
/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #2a4d93;
  border-color: #2a4d93;
}
.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #1f386b;
  border-color: #0e1930;
}
.btn-gray.btn-theme-colored:hover {
  color: #fff;
  background-color: #1f386b;
  border-color: #1d3463;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #1f386b;
  border-color: #1d3463;
}
.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored:active.focus,
.btn-gray.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #172a4f;
  border-color: #0e1930;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  background-image: none;
}
.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
  background-color: #2a4d93;
  border-color: #2a4d93;
}
.btn-gray.btn-theme-colored .badge {
  color: #2a4d93;
  background-color: #fff;
}
/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
.btn-theme-colored {
  color: #fff;
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #142343;
  border-color: #020408;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-theme-colored .badge {
  color: #1F386B;
  background-color: #fff;
}
/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}
.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}
.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #142343;
  border-color: #142343;
}
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}
.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #1F386B;
}
.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #1F386B;
  color: #fff;
}
.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}
.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}
.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #2a4d93;
  color: #fff;
}
.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #142343;
  color: #e6e6e6;
}
.btn-hover-theme-colored:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored a {
  color: #1F386B;
}
.icon-theme-colored.icon-bordered a {
  border-color: #1F386B;
}
.icon-theme-colored.icon-bordered a:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
  background-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-dark a:hover {
  background-color: #142343;
  color: #e6e6e6;
}
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #1F386B;
  color: #1F386B;
}
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-gray a {
  color: #1F386B;
}
.icon-theme-colored.icon-gray a:hover {
  color: #142343;
}
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #1F386B;
}
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #1F386B;
}
.icon-theme-colored a:hover {
  color: #142343;
}
.icon-hover-theme-colored a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.styled-icons.icon-hover-theme-colored a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/* box-shadow */
.box-shadow,
.icon-box .icon.icon-border-effect::after {
  -webkit-box-shadow: #1F386B;
  -moz-box-shadow: #1F386B;
  box-shadow: 0 0 0 3px #1F386B;
}
/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored .icon {
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #1F386B;
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #1F386B;
}
.pricing ul
{
   display: flex;
   width: 100% !important;
   text-align: right !important;
   margin-bottom: 10px !important;
   justify-content: end;
   border-bottom: 1px solid #ffffff40;
   padding-bottom: 10px;
}
.pricing
{
   text-align: right !important;
   padding-right: 20px
}
.pricing ul i
{
   margin: 0 !important;
   margin-right: 10px !important;
}
.pricing ul li
{
   text-align: right !important;
   padding: 0 !important;
   padding-left: 10px !important;
   font-size: 13px !important;
}
.thumb img
{
   height: 270px !important;
}
.pricing h4
{
   margin-top: 25px !important;
   font-size: 20px !important;
   margin-bottom: 18px;
}

.pricing p{
   color: white !important;;
   margin-right: 10px !important;
   margin-bottom: 10px;
   font-size: 15px !important;
}.acc h3 {
   font-size: 14px !important;
   background-color: #def5fb;
   color: rgba(23, 21, 10, 0.8);
   padding: 20px 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 5px;
   transition: .5s;
   text-align: right;
   font-weight: normal !important;
}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 29px;
   top: 41%;
   transform: translateY(-50%);
   background: var(--mainColor);
   color: white;
   width: 39px;
   height: 39px;
   border-radius: 50%;
   padding: ;
   text-align: center;
   margin-top: 5px;
   padding-top: ;
}
.acc.active h3
{
 background-color: var(--mainColor);
 transition: .5s

}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   font-size: 17px;
   text-align: right;
   color: rgba(0,0,0,.6);
}
.spcimg
{
   background: #f1f1f1;
  width: 60%;
  margin: auto;
  padding: 30px 10px;
  text-align: center !important;
  margin-top: -138px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}
.spcimg h3
{
  font-size: 22px;
}
.spcimg p
{
  font-size: 13px;
  color: rgba(0,0,0,.6);
  /*! margin: 20px 0; */
}
.spcimg a
{
  font-size: 13px;
  background: var(--mainColor);
  color: white !important;
  padding: 8px 30px;
  border-radius: 10px
}.section-news{
  border-bottom: 1px solid #e1e1e1;
  margin: 60px 0;
}

.news-carousel{
  margin-top: 4.7rem;
}

.news-item{
  position: relative;
}

.news-item img{
  width: 100%;
  height: 350px;
}

.news-hover{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.7rem;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-border{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover-border div{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-border div::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hover-border::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.hover-border div::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s 0.4s;
  -o-transition: 0.2s 0.4s;
  transition: 0.2s 0.4s;
}

.hover-border::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.news-hover .content{
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
}

.news-hover .time{
  margin-bottom: 0.6rem;
}

.news-title{
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin:0;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-description{
  opacity: 0;
  margin-bottom: 0;
  line-height: 1.71;
  margin-top: 10%;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: 0.5s 0.3s ease;
  -o-transition:  0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

.news-hover .read-more{
  position: absolute;
  opacity: 0;
  bottom: 2.7rem;
  color: white;
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 50px;
}

.read-more{
  font-weight: 600;
}

.news-item:hover .news-hover{
  background-color: #2f2e2de3;
  color: white !important;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content{
  opacity: 1;

}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: white !important;
}

.news-item:hover .news-hover .read-more{
  opacity: 1;
}

.pxp-services {
    height: 418px;
}
.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-dark-mode .pxp-services-item {
    background-color: #000;
    border-right: 1px solid #333;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}
.pxp-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-item-text-title {
    color: #fff;
}
.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
    font-size: .8rem;
}
.pxp-dark-mode .pxp-services-item-text-sub {
    color: #fff;
}
@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-item-cta {
    color: #fff;
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}
.pxp-dark-mode .pxp-services-h {
    background: linear-gradient(90deg, #000 50%, #F7F7F7 50%);
}
.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pxp-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-services-h-fig.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-fig.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pxp-services-h-item img {
    height: 64px;
    width: auto;
}
.section-content .col-md-3 .sm-height-auto
{
   background: var(--mainColor) !important;
   padding-top: 60px !important;
}
.section-content .col-md-3 .sm-height-auto i
{
   font-size: 30px
}
.section-content .col-md-3 .sm-height-auto h4
{
   font-size: 17px !important;
}.single-service-box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 300px;
  /*! background: #555353 !important; */
  /*! z-index: 9999999; */
  position: relative;
  text-align: right;
}
.single-service-box:hover::after {
  opacity: 0;
  visibility: hidden;
}

.single-service-box:hover .contents h4, .single-service-box:hover .contents p {
  color: #000;
}
.single-service-box::after {
  /*! position: absolute; */
  /*! width: 100%; */
  height: 100%;
  /*! content: ""; */
  background-color: #eeb4a533;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px 20px 60px 5px;
}
.single-service-box .icon {
  color: black !important;
  font-size: 30px;
  line-height: 1;
  background: #eeb4a5;
  border-radius: 60px 10px 30px 30px;
  width: 80px;
  height: 80px;
  padding: 20px;
}
.single-service-box .contents h4 {
  margin: 7px 0px;
  font-size: 18px;
}
.single-service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.single-service-box .service-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001659;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.single-service-card {
  border: 1px solid #EBEDF2;
  background-color: #fff;
  margin-top: 40px;
}
.single-service-card.single-service-card_2 {
  border: 0px solid #EBEDF2;
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
  height: 200px;
  border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
  padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
  position: relative;
  padding: 0px 0px;
  visibility: visible;
  opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: absolute;
  bottom: -1%;
  visibility: hidden;
  opacity: 0;
}
.single-service-card.single-service-card_2::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
          box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-cover-img {
  height: 230px;
}
.single-service-card .content {
  padding: 30px 40px;
}
.single-service-card .content .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-card .content .icon-title .icon {
  font-size: 55px;
  color: #FF5E14;
  line-height: 1;
  margin-right: 20px;
}
.single-service-card .content .icon-title .service-title h4:hover {
  color: #FF5E14;
}
.single-service-card .content .read-more {
  color: #FF5E14;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.single-service-card .content .read-more:hover {
  color: #001659;
}
.single-service-card .content .read-more i {
  margin-left: 5px;
}

.single-best-featured {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-best-featured.right {
    text-align: right;
  }
  .single-best-featured.right .icon {
    float: right;
    overflow: hidden;
    font-size: 60px;
    color: #FF5E14;
    margin-left: 20px;
    margin-right: 0;
  }
}
.single-best-featured .icon {
  float: left;
  overflow: hidden;
  font-size: 60px;
  color: #FF5E14;
  margin-right: 20px;
}
.single-best-featured .content-text {
  overflow: hidden;
}
.single-best-featured .content-text h5 {
  margin-top: -4px;
  margin-bottom: 10px;
}
.single-services-box {
  padding: 70px 40px 65px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
          box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
  text-align: center;
  margin-top: 30px;
}
.single-services-box .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #C8CBF5;
  line-height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-services-box:hover .icon {
  background: #f2f3fe;
  border-color: #f2f3fe;
}
.single-services-box.sb2 .icon {
  border: 1px solid #F2E1D8;
}
.single-services-box.sb3 .icon {
  border: 1px solid #D1ECE2;
}
.single-services-box.sb2:hover .icon {
  background: #F2E1D8;
  border-color: #F2E1D8;
}
.single-services-box.sb3:hover .icon {
  background: #D1ECE2;
  border-color: #D1ECE2;
}
.service-gallery {
  margin-bottom: 30px;
}
.service-gallery .single-service-photo {
  width: 100%;
  height: 450px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .service-gallery .single-service-photo {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .service-gallery .single-service-photo {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service-gallery .single-service-photo {
    height: 250px;
  }
}

.service-details-wrapper h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .service-details-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .service-details-wrapper h2 {
    font-size: 26px;
    line-height: 140%;
  }
}
.service-details-wrapper .owl-theme .owl-nav div {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  background-color: #001659;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  display: inline-block;
  border-radius: 0px;
}
.service-details-wrapper .owl-theme .owl-nav div:hover {
  background-color: #FF5E14;
  color: #fff;
}
.service-details-wrapper .owl-theme .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.service-details-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  z-index: 1;
}
html,body
{
  position: relative;;
  scroll-behavior: smooth !important
}
.merelgj .active
{
  font-weight: bold !important;
  color: var(--mainColor) !important;
  text-decoration: underline;
}
.mmfd
{
 position: fixed;
 bottom: 0;
 background: #075E54;
 color: white;
 font-size: 30px;
 padding: 15px 17px;
 margin: 20px;
 z-index: 988888;
 border-radius: 50%;
 right: 0;
 transition: .5s;
 font-family: "Font Awesome 5 brands" !important;
}
.prices .pr-pl
{
     padding: 10px 30px;
     background-color: #f1f1f1;
     margin: 20px 10px;
}
.prices .first-sc, .second-sc
{
     padding: 10px;
     border-bottom: 1px solid #17354a63;
     /*! background: var(--mainColor); */
     position: relative;
}
.prices .first-sc::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   background: var(--mainColor) !important;
   content: '';
   top: 0;
   left: 0;
   /*! z-index: 0; */
   transform: scale(1.26);
   border-radius: ;
}
.icn
{
   text-align: center
}
.first-sc img
{
     font-size: 60px;
     font-weight: bold;
     color: var(--mainColor);
     margin: 0;
     width: 100px !important;
     height: 100px !important;
     z-index: 0;
     position: relative;
}
.second-sc .prices-nbr p
{
     font-size: 60px;
     font-weight: bold;
     color: var(--mainColor);
     margin: 0
}
.second-sc .txt
{
     width: 100%;
     text-align: right;
}
.second-sc .txt h1
{
     font-size: 25px;
     font-weight: bold;
     text-transform: capitalize;
     margin-left: 15px
}
.second-sc .txt p
{
     color: rgba(0,0,0,.6);
     text-transform: capitalize;
     font-size: 14px;
     margin: 0;
     margin-top: 10px;
           margin-left: 15px;
}

.third-sc
{
     text-align: center
}
.third-sc .btn{
   width: 100px;
   font-size: 13px !important;
   margin: auto !important;
   margin-bottom: 20px !important;
}
.third-sc ul
{
     display: block;
     list-style: none;
     padding: 0;
     margin: 10px 0;
     text-align: left
}
.third-sc ul p
{
     margin: 20px 0;
     font-size: 17px;
     text-transform: capitalize;
     text-align: right;
     direction: rtl;
}
.third-sc ul p i
{
     margin-right: 5px;
     color: #d40000;
}
.third-sc a
{
     font-size: 14px;
     padding: 7px 12px;
     border-radius: 0px;
}
.third-sc a:hover, .new a
{
     text-decoration: none;
     }
     .wave-container {
            position: relative;
            width: 100%;
            padding-bottom: 50px;
        }

        .wave-top {
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }

        .wave-top svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }

        .wave-top .shape-fill {
            fill: #FFFFFF;
        }

        .wave-bottom {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }

        .wave-bottom svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }

        .wave-bottom .shape-fill {
            fill: #FFFFFF;
        }

        .swiper {
            width: 100%;
            height: 400px;
            border-radius: 20px;
            overflow: hidden;
            /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
            background: ;
        }

        .swiper-wrapper {
            transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
        }

        .swiper-slide {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .swiper-slide::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff"></path></svg>');
            background-size: 100% 100%;
            z-index: 2;
        }

        .testimonial-content {
            padding: 40px;
            max-width: 80%;
            position: relative;
            z-index: 2;
            transform: skewY(-2deg);
        }

        .testimonial-content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            z-index: -1;
            transform: skewY(2deg);
        }

        .testimonial-text {
            font-size: 18px;
            color: #fff;
            line-height: 1.6;
            margin-bottom: 25px;
            text-align: center;
            font-style: italic;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .testimonial-name {
            font-weight: bold;
            color: #fff;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .testimonial-name::before {
            content: "—";
            font-weight: normal;
        }

        .nature-icon {
            font-size: 24px;
            margin-left: 5px;
        }

        .swiper-slide.orange {
            background:linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.blue {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.teal {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.green {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        /* Nature patterns */
        .nature-pattern {
            position: absolute;
            opacity: 0.1;
            z-index: 1;
        }

        .pattern-1 {
            top: 10%;
            left: 10%;
            font-size: 80px;
            transform: rotate(25deg);
        }

        .pattern-2 {
            bottom: 15%;
            right: 10%;
            font-size: 60px;
            transform: rotate(-15deg);
        }

        /* Pagination styling */
        .swiper-pagination {
            bottom: 20px !important;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 0.7;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .swiper-pagination-bullet-active {
            background: #4caf50;
            opacity: 1;
            transform: scale(1.3);
        }

        /* Navigation buttons */
        .swiper-button-next, .swiper-button-prev {
            color: #4caf50;
            background: rgba(255, 255, 255, 0.8);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .swiper-button-next::after, .swiper-button-prev::after {
            font-size: 20px;
            font-weight: bold;
        }

        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: white;
            transform: scale(1.1);
        }

        /* Footer */


        @media (max-width: 768px) {
            .swiper {
                height: 450px;
            }

            .testimonial-content {
                padding: 30px 20px;
                max-width: 90%;
            }

            .testimonial-text {
                font-size: 16px;
            }

            h1 {
                font-size: 2rem;
            }
        }
        .team-section
        {
          position: relative;
          z-index: 11;
          padding-bottom: 80px;
        }
.team-section::before
{
  position: absolute;;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #eeb4a5;
  z-index: -1
}

.counter-section{
	position:relative;
	overflow:hidden;
}

.counter-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-position:center center;
	background-repeat:repeat-x;
}

.counter-section .inner-container{
	position:relative;
	/*! margin-right:-180px; */
	padding: 40px 0;
}

.counter-section .inner-container:before{
	/*! position:absolute; */
	content:'';
	left:95%;
	top:0px;
	bottom:0px;
	width:150%;
}

.counter-block{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.counter-block .inner-block{
	position:relative;
	text-align: center;
	margin: 10px 0;
}

.counter-block .counter{
	position:relative;
	line-height:1em;
	color:white;
	font-size:50px;
	font-family: var(--font-family-Jost);
}

.counter-block .counter-text:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:21px;
	height:21px;
	background:url(../images/icons/stars.png);
	background-repeat:no-repeat;
}

.counter-block .counter-text{
	position:relative;
	font-weight:600;
	color:#d7d5d5;
	font-size:18px;
	text-transform:uppercase;
	margin-top:var(--margin-top-10);
	padding-left:var(--padding-left-30);
	font-family: var(--font-family-Jost);
}

.counter-section.style-two{
	padding-bottom:var(--padding-bottom-30);
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container{
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container:before{
	display:none;
}

.counter-section.style-two .counter-block .counter{
	color:var(--color-two);
}

.counter-section.style-two .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-two .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}

.counter-section.style-three{
	padding:80px 0px 50px;
	background-color:var(--color-two);
}

.counter-section.style-three .inner-container{
	margin-right:0px;
	background:none;
	padding:0px;
}

.counter-section.style-three .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-three .inner-container:before{
	display:none;
}

.counter-section.style-three .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}
.floating-img {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.kid-box {
  background: #fff8f0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.kid-box::before,
.kid-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: cover;
  z-index: 1;
}

.kid-box::before {
  top: -40px;
  background: url('https://www.svgrepo.com/show/423840/wave-top.svg') no-repeat center top;
}

.kid-box::after {
  bottom: -40px;
  background: url('https://www.svgrepo.com/show/423839/wave-bottom.svg') no-repeat center bottom;
}

.kid-box-content {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  text-align: center;
}

.kid-box img {
  border-radius: 20px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.kid-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.kid-details {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 60px;
}

.kid-details h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

.kid-details h3 {
  color: #666;
  font-weight: bold;
}

.video-section video {
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.files-section {
  background: #fff8f5;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 60px;
}

.files-section table {
  background: white;
  border-radius: 10px;
}

.alert-danger {
  font-size: 18px;
  border-radius: 15px;
  text-align: center;
}    .chat-box {
      max-width: 600px;
      margin: auto;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .chat-messages {
      height: 400px;
      overflow-y: auto;
      border: 1px solid #ddd;
      padding: 10px;
      /*! margin-bottom: 15px; */
      border-radius: 0;
      background: #fafafa;
    }

    .msg {
      margin: 10px 0;
    }

    .msg.user {
      text-align: right;
      color: #007bff;
    }

    .msg.assistant {
      text-align: left;
      color: #28a745;
    }

    .form-control:focus {
      box-shadow: none;
    }   .nature-scene {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            /*! overflow: hidden; */

        }

        .sun {
            position: absolute;
            top: 20px;
            left: 56px;
            width: 80px;
            height: 80px;
            background: #FFD700;
            border-radius: 50%;
            box-shadow: 0 0 40px #FFA500;
            animation: sunPulse 4s infinite alternate;
            z-index: 9999999999999;
        }

        .cloud {
            position: absolute;
            background: white;
            border-radius: 50px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            opacity: 0.9;
        }

        .cloud-1 {
            top: 40px;
            right: 100px;
            width: 120px;
            height: 60px;
            animation: cloudMove 20s linear infinite;
        }

        .cloud-2 {
            top: 100px;
            right: -50px;
            width: 90px;
            height: 45px;
            animation: cloudMove 25s linear infinite;
        }

        .tree {
            position: absolute;
            bottom: 0;
            width: 100px;
            height: 200px;
        }

        .tree-1 {
            left: 10%;
        }

        .tree-2 {
            right: 15%;
        }

        .tree-trunk {
            position: absolute;
            bottom: 0;
            left: 40px;
            width: 20px;
            height: 100px;
            background: #8B4513;
        }

        .tree-top {
            position: absolute;
            bottom: 80px;
            left: 0;
            width: 100px;
            height: 120px;
            background: #2E8B57;
            border-radius: 50% 50% 40% 40%;
            box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
        }

        .grass {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to top, #4CAF50, #81C784);
        }

        .flower {
            position: absolute;
            bottom: 60px;
            width: 30px;
            height: 50px;
            animation: flowerSway 3s infinite alternate;
        }

        .flower-stem {
            position: absolute;
            bottom: 0;
            left: 14px;
            width: 2px;
            height: 40px;
            background: #4CAF50;
        }

        .flower-head {
            position: absolute;
            bottom: 35px;
            left: 7px;
            width: 16px;
            height: 16px;
            background: #FF4081;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #FFD54F, 0 0 0 10px #FF4081;
        }

        .flower-1 { left: 25%; }
        .flower-2 { left: 45%; }
        .flower-3 { left: 65%; }
        .flower-4 { left: 85%; }

        .chat-container {
            width: 100%;
            max-width: 100%;
            background: rgba(255, 255, 255, 0.85);
            border-radius: 25px;
            overflow: hidden;
            /*! box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); */
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.5);
            position: relative;
            margin: 40px 0;
            margin-bottom: 250px;
        }

        .chat-header {
            background: linear-gradient(to right, #4CAF50, #81C784);
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .chat-header h2 {
            font-size: 1.8rem;
            margin: 0;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .chat-header::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
        }

        .chat-header::after {
            content: "";
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
        }

        .chat-messages {
            height: 400px;
            padding: 20px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            background: rgba(255, 255, 255, 0.7);
        }

        .message {
            max-width: 100%;
            padding: 15px;
            border-radius: 20px;
            position: relative;
            animation: fadeIn 0.3s ease-out;
            line-height: 1.6;
            box-shadow: 0 3px 6px rgba(0,0,0,0.05);
        }

        .user-message {
            background: #E3F2FD;
            align-self: flex-end;
            border-bottom-right-radius: 5px;
            color: #1565C0;
            width: 250px;
            text-align: right;
            direction: rtl;
        }

        .bot-message {
            background: #FFF8E1;
            align-self: flex-start;
            border-bottom-left-radius: 5px;
            color: #5D4037;
            text-align: right;
            direction: rtl;
        }

        .message strong {
            display: block;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .chat-input-container {
            padding: 20px;
            background: #F1F8E9;
            display: flex;
            gap: 10px;
        }

        .chat-input {
            flex: 1;
            padding: 15px 20px;
            border: 2px solid #C8E6C9;
            border-radius: 50px;
            outline: none;
            font-size: 1rem;
            background: white;
            transition: all 0.3s;
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
        }

        .chat-input:focus {
            border-color: #4CAF50;
            box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
        }

        .send-button {
            background: #4CAF50;
            color: white;
            border: none;
            width: 60px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .send-button:hover {
            background: #388E3C;
            transform: translateY(-2px);
        }

        .send-button:active {
            transform: translateY(1px);
        }

        .bubble {
            position: absolute;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            animation: float 6s infinite ease-in-out;
        }

        .bubble-1 {
            width: 20px;
            height: 20px;
            top: 30%;
            left: 10%;
            animation-delay: 0s;
        }

        .bubble-2 {
            width: 15px;
            height: 15px;
            top: 50%;
            left: 20%;
            animation-delay: 1s;
        }

        .bubble-3 {
            width: 25px;
            height: 25px;
            top: 70%;
            left: 5%;
            animation-delay: 2s;
        }

        .character {
            position: absolute;
            bottom: 70px;
            right: 20px;
            width: 80px;
            height: 80px;
            background: #FFD54F;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            animation: bounce 2s infinite;
            z-index: 10;
        }

        .character::after {
            content: "";
            position: absolute;
            top: -15px;
            width: 40px;
            height: 40px;
            background: #FFD54F;
            border-radius: 50%;
            z-index: -1;
        }

        /* Scrollbar styling */
        .chat-messages::-webkit-scrollbar {
            width: 10px;
        }

        .chat-messages::-webkit-scrollbar-track {
            background: rgba(200, 230, 201, 0.3);
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb {
            background: #81C784;
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb:hover {
            background: #4CAF50;
        }

        /* Animations */
        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-20px) translateX(10px); }
            50% { transform: translateY(-40px) translateX(-10px); }
            75% { transform: translateY(-20px) translateX(10px); }
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        @keyframes sunPulse {
            0% { box-shadow: 0 0 40px #FFA500; }
            100% { box-shadow: 0 0 60px 20px #FFA500; }
        }

        @keyframes cloudMove {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100vw); }
        }

        @keyframes flowerSway {
            0% { transform: rotate(-3deg); }
            100% { transform: rotate(3deg); }
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .welcome-message {
            text-align: center;
            padding: 20px;
            color: #5D4037;
            font-size: 1.1rem;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 15px;
            margin: 10px;
            animation: fadeIn 1s ease-out;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .chat-container {
                border-radius: 20px;
            }

            .chat-messages {
                height: 350px;
            }

            .message {
                max-width: 90%;
            }

            .character {
                width: 60px;
                height: 60px;
                font-size: 2rem;
                bottom: 60px;
            }
        }

        @media (max-width: 480px) {
            .chat-header h2 {
                font-size: 1.4rem;
            }

            .chat-messages {
                height: 300px;
                padding: 15px;
            }

            .chat-input-container {
                padding: 15px;
            }

            .chat-input {
                padding: 12px 15px;
            }

            .character {
                width: 50px;
                height: 50px;
                font-size: 1.8rem;
                bottom: 50px;
            }
        }
        .svg-zig {
          position: relative;
          padding-top:  ;
        }

        .svg-zig svg {
          width: 100%;
          height: auto;
           fill: var(--mainColor) !important;
        }

        .svg-zig .content {
          position: absolute;
          top: 0;
          left: 0;
          padding: 20px;
          width: 100%;
          height: 100%;
          z-index: 1;
          padding-top: 60px;
          text-align: c !important;
        }
.svg-zig h3{
   color: var(--mainColor);
   font-size: 15px;

}
.svg-zig h3 span{
   background: var(--mainColor);
   width: 50px;
   height: auto;
   color: white;
   padding: 15px;
   margin: auto;
   border-radius: 13px;
   margin-top: 11px;
}
.svg-zig p{
   text-align: center;
   font-size: 13px;
}
.svg-zig a{
   background: var(--mainColor);
   color: white;
   font-size: 13px;
   padding: 5px 30px;
   border-radius: 10px
}@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
:root
{
--mainColor :#eeb4a5;
--whiteColor:#fff
}
body{
margin:0px;
padding: 0px;
background-color: white !important;
/*! overflow-x: hidden */
}

*{
box-sizing: border-box;
   font-family: 'Cairo', sans-serif;
}

.allds
{
   background: #ffffff52 !important;
}
img
{
object-fit: cover;
object-position: center
}

ul{
list-style: none;
}
.container
{
max-width: 90% !important;
}
a{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.header
{
background-color: #f4f2f2;
position: relative;
}
.header nav
{
padding: 00px 0;
z-index: unset !important
}
.header .navbar-brand img
{
width: 145px;
margin-left: 40px;
}
.topbar
{
background-color: var(--mainColor) !important;
/*! padding: 10px 0 */
z-index: 555;
position: relative;
padding: 5px 0;
}
.topbar p
{
margin: 0;
font-size: 13px;
color: rgba(0,0,0,.6)
}
header .navbar-nav
{
flex-direction: row-reverse !important;
}
.topbar ul li:nth-child(1)
{
/*! border-right: 1px solid rgba(0,0,0,.1) */
}
.topbar .pb
{
color:rgba(255,255,255,.8);;
font-size: 12px;
margin: 0;
}
.topbar a
{
color: #fff;
font-size: 12px;
padding: 3px 20px !important;
border-right: 1px solid rgba(255,255,255,.4);
margin: 0;
}
.topbar a:hover
{
color: var(--mainColor);
}
.bottombar
{
background-color: white;

}
.mdlbar
{
background: white;
pad: 20px 0;
padding: 20px 0;
}

.bottombar ul a
{
   background-color: white;
padding: 10px 23px !important;
color: rgba(255,255,255,.8);
font-size: 17px;
position: relative;
z-index: 6;
transition: .5s;
   color: #201f1f !important;
   padding: 15px 19px !important;
   font-size: 14px !important;
   z-index: 1;
   line-height: 3em;
   font-weight: bold;
}
.bottombar ul a::after
{
/*! position: absolute; */
width: 0%;
height: 100%;
right: 0;
top: 0;
content: '';
background-color: var(--mainColor);
z-index: -1;
transition: .5s
}
.bottombar ul a:hover::before
{
width: 100%;
transition: .5s;
right: 0;
color: black
}
.bottombar ul a:hover
{
color: black;
transition: .5s
}
.bottombar ul .active
{
background-color: var(--mainColor);
color: black
}
.search-space input
{
width: 100%;
border-radius: 20px;
text-align: right;
height:45px;
border:none;
padding-right:15px;
font-size: 14px
}
.search-space .btn
{
background-color: var(--mainColor);
color: black;
border: none;
border-radius: 20px;
width: 100px
}
.search-space input:focus
{
box-shadow: none !important;
}
.mdlbar form
{
width: 750px
}
.mdlbar .mb-3
{
margin: 0;
margin-bottom: 0 !important
}
.mdlbar .box
{
margin: 0px 15px;
text-align: center;
display: flex
}
.mdlbar .box .right-box
{
text-align: right;
}
.mdlbar .box svg
{
width: 45px;
height: 45px;
padding: 10px;
background-color: #FFD70054;
border-radius: 50%
}
.mdlbar .box svg path
{
stroke: white;
}
.mdlbar .box p
{
color: rgba(255,255,255);
font-size: 16px;
margin: 0;
margin-left: 10px;
}
.mdlbar li
{
position: relative
}
.mdlbar li:hover .bag-dropdownmenu
{
display: block
}
.mdlbar li .bag-dropdownmenu
{
position: absolute;
background-color: #fff;
width: 150%;
right: 0;
border: 1px solid rgba(0,0,0,.3);
box-shadow: 0px 10px 10px rgba(255,255,255,.1);
z-index: 88;
overflow: hidden;
border-radius: 5px;
display: none
}
.mdlbar li .bag-dropdownmenu li
{
margin: 10px;
  background-color: #f1f1f1;

}

.mdlbar li .bag-dropdownmenu .bag
{
display: flex;
flex-direction: row-reverse;
width: 100%;
text-align: right
}
.mdlbar li .bag-dropdownmenu  ul
{
padding: 0 !important;
}
.mdlbar li .bag-dropdownmenu  ul img
{
height: 50px;
margin-left: 10px
}

.mdlbar li .bag-dropdownmenu .bag .name
{
margin: 0;
font-size: 14px;
}
.mdlbar li .bag-dropdownmenu .bag .price
{
font-weight: bold
}

.mdlbar li .bag-dropdownmenu .bag .ttprice
{
font-weight: bold;
font-size: 18px;
color: #ce5e27;
margin: 0px 10px;
}
.mdlbar .box span
{
font-size: 12px;
color: rgba(255,255,255,.7)
}
.main
{
padding: 80px 0 !important;
background-size: cover;
position: relative;
z-index: 9999;
/*! margin: 90px auto; */
/*! position: relative; */
}
.main .content
{
text-align: right;
margin: 130px 0;
margin-bottom: 200px
}
.main .content h3
{
color: var(--mainColor)
}
.main .content h1
{
color: white;
font-weight: bold;
letter-spacing: 2px;
font-size: 50px
}
.main .content p
{
color: rgba(255,255,255,.8);
font-size: 19px;
margin: 15px 0
}
.main .content a
{
line-height: 4em;
border: 1px solid var(--mainColor);
padding: 10px 35px;
color: var(--mainColor);
font-size: 20px;
border-radius: 50px;
transition: .5s
}
.main .content a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.content-header
{
padding: 10px;
margin: 20px 0;
text-align: right;
/*! background-color: #f1f1f1; */
position: relative;
}

.content-header span
{
font-weight: bold;
position: relative;
padding: 10px 0px;
color: rgba(0,0,0,.8);
font-size:30px;
}
/*
Theme Name:       ClassiXER - Classified Ads Website Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Service */
/* ____Counter */
/* ____Google-maps */
/* ____Pagination */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Testimonial */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
html {
overflow-x: hidden;
}


h1, h2, h3, h4 {
font-size: 29px;
font-weight: 700;
/*! font-family: 'Montserrat', sans-serif; */
}

a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

a:hover {
text-decoration: none;
}

a a:focus {
outline: none;
}

p {
font-weight: 400;
/*! font-family: 'Open Sans', sans-serif; */
margin: 0px;
/*! font-size: 14px; */
}

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

ul li, ol li {
list-style: none;
}

.hero-heading {
font-size: 40px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
line-height: 70px;
letter-spacing: 0.1rem;
}

.hero-sub-heading {
font-size: 20px;
font-weight: 400;
color: #e6e6e6;
line-height: 45px;
letter-spacing: 0.1rem;
}

.section-titile-bg {
display: inline;
font-size: 115px;
font-weight: 700;
height: 100%;
left: -173px;
opacity: 0.1;
position: absolute;
top: -14px;
width: 100%;
text-align: center;
}

.section-title-header p {
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-title {
font-size: 30px;
color: #333;
line-height: 52px;
font-weight: 700;
padding-bottom: 15px;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
position: relative;
}

.section-title:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.section-subcontent {
font-size: 16px;
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-sub {
text-transform: uppercase;
font-size: 24px;
line-height: 52px;
padding-bottom: 15px;
margin-bottom: 30px;
position: relative;
}

.section-sub:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.subtitle {
font-size: 15px;
margin-top: 20px;
font-weight: 500;
margin-bottom: 10px;
}

.inner-title {
font-size: 24px;
font-weight: 700;
text-tranform: capitalize;
}

.page-tagline {
font-size: 24px;
font-weight: 400;
color: #ddd;
}

.page-title {
font-size: 62px;
font-weight: 700;
color: #fff;
}

.btn {
font-size: 14px;
padding: 7px 20px;
cursor: pointer;
font-weight: 400;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline-block;
}

.btn:focus,
.btn:active {
box-shadow: none;
outline: none;
color: #fff;
}

.btn-common {
background-color: var(--mainColor);
position: relative;
color: #fff;
z-index: 1;
border-radius: 50px;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.btn-common:hover {
color: #fff;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.btn-border {
color: #484848;
background-color: transparent;
border: 2px solid #484848;
border-radius: 4px;
padding: 7px 20px;
}

.btn-border:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
padding: 14px 33px;
text-transform: uppercase;
font-size: 16px;
}

.btn-rm {
padding: 8px 16px;
text-transform: capitalize;
}

button:focus {
outline: none !important;
}

.icon-close, .icon-check {
color: var(--mainColor);
}

.bg-drack {
background: #fafafa;
}

.bg-white {
background: #fff;
}

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

.mt-30 {
margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
text-decoration: none;
}

a.back-to-top i {
display: block;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: var(--mainColor);
border-radius: 50px;
text-align: center;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
text-decoration: none;
}

.owl-carousel .item {
margin: 5px;
}

.owl-carousel.item img {
display: block;
width: 50%;
height: auto;
}

.owl-carousel .owl-controls .owl-page {
display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
background: none repeat scroll 0 0 #fff;
border-radius: 2px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}

/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 9999999;
}

.loader {
top: 50%;
width: 50px;
height: 50px;
border-radius: 100%;
position: relative;
margin: 0 auto;
}

#loader-1:before, #loader-1:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 100%;
border: 7px solid transparent;
border-top-color: var(--mainColor);
}

#loader-1:before {
z-index: 100;
animation: spin 2s infinite;
}

#loader-1:after {
border: 7px solid #fafafa;
}

@keyframes spin {
0% {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

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

.page-header {
padding: 115px 0px 45px;
position: relative;
}

.page-header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*! background: #333333d9; */
}

.page-header .breadcrumb-wrapper {
text-align: center;
}

.page-header .breadcrumb-wrapper .product-title {
font-size: 30px;
line-height: 38px;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}

.page-header .breadcrumb-wrapper .breadcrumb {
font-size: 14px;
color: var(--mainColor);
border-radius: 0px;
background: transparent;
padding: 5px 0px;
z-index: 1;
}

.page-header .breadcrumb-wrapper .breadcrumb li {
display: inline-block;
}

.page-header .breadcrumb-wrapper .breadcrumb li a {
color: #fff;
padding-right: 5px;
}

#color-style-switcher .bottom a.settings {
color: var(--mainColor);
}

@-webkit-keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

#roof {
background: #ddd;
padding: 15px 0;
}

#roof .info-bar-address {
font-size: 14px;
}

#roof .quick-contacts span {
margin-right: 10px;
}

#roof .quick-contacts span a {
color: #333;
}

#roof .quick-contacts span a:hover {
color: #E91E63;
}

#roof .quick-contacts span i {
margin-right: 5px;
vertical-align: middle;
font-size: 15px;
}

.menu-bg {
background: #fff;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.menu-bg .navbar-nav .nav-link {
color: #333 !important;
}

.bg-black {
background: #111011;
}

.navbar-brand {
position: relative;
padding: 0px;
}

.navbar-brand img {
width: 200px;
}

.top-nav-collapse {
background: #fff;
z-index: 999999;
top: 0px !important;
/*! min-height: 58px; */
/*! box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); */
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
/*! background: #fff !important; */
}

.top-nav-collapse .navbar-brand {
top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
color: black;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
color: var(--mainColor) !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
color: #fff !important;
}

.indigo {
background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
font-size: 14px;
color: rgba(0,0,0,.8);
/*! padding: 8px 20px; */
/*! letter-spacing: 0.5px; */
/*! margin-top: 20px; */
/*! margin-bottom: 20px; */
/*! border-radius: 30px; */
/*! line-height: 37px; */
text-transform: uppercase;
/*! background: transparent; */
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/*! border-left: 1px solid rgba(0,0,0,.1); */
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
color: var(--mainColor);
outline: none;
}

.navbar {
padding: 0;
}

.navbar li.active a.nav-link {
color: #fff !important;
background: var(--mainColor);
border-radius: 30px;
}

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

.dropdown-menu {
margin: 0;
padding: 10px;
display: none;
position: absolute;
z-index: 99;
min-width: 190px;
border: none;
background-color: #fff;
white-space: nowrap;
border-radius: 4px;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
position: absolute;
top: -8px;
left: 22px;
display: block;
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 0px 9px 8px;
border-color: transparent transparent #fff;
box-sizing: border-box;
}

.dropdown:hover .dropdown-menu {
display: block;
position: absolute;
text-align: left;
top: 100%;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
background: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item {
width: 100%;
padding: 6px 12px;
margin-bottom: 2px;
border-radius: 4px;
font-size: 14px;
color: #666;
text-decoration: none;
display: inline-block;
float: left;
letter-spacing: 0.5px;
clear: both;
position: relative;
outline: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
background: var(--mainColor);
color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
background: transparent;
}

.tg-btn, .ds-header a
{
color: #ffffff;
font-size: 14px;
padding: 8px 30px;
margin-left: 10px;
position: relative;
background: var(--mainColor);
text-align: center;
/*! border-radius: 30px; */
display: inline-block;
text-transform: capitalize;
/*! border-radius: 50px; */
}

.tg-btn:hover {
color: #fff !important;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.tg-btn i {
margin-right: 3px;
}

.sign-in {
display: inline-table;
}

.sign-in li {
display: inline-block;
margin-right: 5px;
}

.sign-in li .nav-link {
color: var(--mainColor);
font-weight: 400;
font-size: 14px;
display: inline-block;
padding: 3px 14px 3px;
background: #fff;
border-radius: 30px;
margin-top: 20px;
margin-bottom: 20px;
}

.sign-in li .nav-link:hover {
color: #02ab55 !important;
}

.sign-in li .nav-link i {
margin-right: 5px;
}

.sign-in .dropdown .dropdown-menu .dropdown-item i {
margin-right: 5px;
}

.fadeInUpMenu {
-webkit-animation-name: fadeInUpMenu;
animation-name: fadeInUpMenu;
}

.slicknav_btn {
border-color: var(--mainColor);
}

.slicknav_menu .slicknav_icon-bar {
background: var(--mainColor);
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
#nav-main li a.nav-link {
  padding-top: 18px;
}
}


.mobile-menu {
display: none;
}

.slicknav_menu {
display: none;
}

@media screen and (max-width: 991px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
}
.navbar-brand img {
  width: 75%;
}
.slicknav_menu {
  display: block;
}
}

@media screen and (max-width: 768px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
  display: flex !important;
}
   .products article
   {


   }
.navbar-brand img {
  width: 40% !important;
}
#mobile-menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
.slicknav_nav .active a {
  background: #E91E63;
  color: #fff;
}
.slicknav_nav .dropdown li a.active {
  background: #f5f5f5;
  color: #E91E63;
}
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
/*! background: url(../img/hero-area.jpg) no-repeat; */
background-size: cover;
color: #fff;
overflow: hidden;
/*! position: relative; */
background-repeat: no-repeat !important;
}

#hero-area .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #eeb4a5;
/*! z-index: 55555; */
}
.contents h1
{
font-size: 35px;
color: white;

}
.contents p
{
margin: 8px 0;
font-size: 19px !important;
}
#hero-area .contents {
padding: 80px 0 210px;
text-align: center;
justify-content: center !important;
}

#hero-area .contents .head-title {
color: #3c3a3a;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}

#hero-area .contents span.year {
color: var(--mainColor);
}

#hero-area .contents p {
font-size: 16px;
color: #535252;
font-weight: 400;
line-height: 26px;
}

.search-bar {
margin-top: 40px;
}

.search-bar .search-form {
width: 100%;
float: left;
}

.search-bar .search-inner {
background: #fff;
overflow: hidden;
border-radius: 50px;
}

.search-bar .search-inner {
margin: auto;
border: 0;
padding: 10px;
width: 70%;
/*! float: left; */
position: relative;
background: rgba(128,128,128,.5);
justify-content: center;
}

.search-bar .form-group:first-child {
border: 0;
}

.search-bar .form-group {
margin: 5px;
float: left;
width: 90%;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
}

.search-bar .form-group .form-control {
position: relative;
z-index: 1;
border: 0;
height: 50px;
border-radius: 4px;
font-size: 15px;
line-height: 30px;
padding: 15px 15px 15px 0;
}

.search-bar .form-group .form-control, .search-bar .form-group .select select {
border: 0;
height: 52px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
}

.search-bar .form-group .form-control, .search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.search-bar .select select {
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.search-bar .select select option {
color: #666;
}

.search-bar .inputwithicon {
position: relative;
}

.search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.search-bar .btn-common {
top: 15px;
right: 15px;
padding: 0;
z-index: 2;
width: 157px;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 52px;
text-align: center;
position: absolute;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.search-bar .btn-common i {
font-size: 20px;
vertical-align: middle;
}

.search-button {
background: #484848;
padding-bottom: 40px;
}

#hero-area-two {
background: url(../img/hero-area.jpg) no-repeat;
background-size: cover;
color: #fff;
overflow: hidden;
position: relative;
}

#hero-area-two .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(54, 59, 77, 0.88);
}

#hero-area-two .contents {
padding: 160px 0 170px;
}

#hero-area-two .contents .head-title {
color: #fff;
font-size: 42px;
font-weight: 500;
line-height: 52px;
margin-bottom: 20px;
}

#hero-area-two .contents p {
font-size: 15px;
color: #fff;
font-weight: 400;
line-height: 26px;
margin: 0px 0px 50px 0px;
}

.search-two {
margin-bottom: 30px;
}

.search-two .search-inner {
padding: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: #fff;
}

.search-two .search-inner > .row {
margin: 0;
}

.search-two .search-inner > .row > div {
padding: 0;
}

.search-two .search-inner .form-group {
position: relative;
margin-bottom: 0;
}

.search-two .search-inner .search-query input[type="text"].form-control {
border-right: 1px solid #d7d7d7;
}

.search-two .search-inner input[type="text"].form-control {
border: 0;
height: unset;
padding: 3px 20px;
border-radius: 0;
margin: 10px 0;
}

.search-two .search-inner .search-location i {
position: absolute;
right: 12px;
top: 9px;
color: #999;
}

.search-two .search-inner button {
border-radius: 3px;
box-shadow: none;
width: 100%;
height: 100%;
line-height: 100%;
font-size: 16px;
}

.search-two .search-inner .search-suggestion {
display: none;
text-align: inherit;
position: absolute;
left: -5px;
top: calc(100% + 13px);
background: #fff;
width: 100%;
max-height: 200px;
overflow-y: scroll;
z-index: 999;
}

.search-two .search-inner .search-suggestion .search-suggestion-items {
text-align: left;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul {
margin: 0;
bottom: 0;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li {
display: block;
margin: 0 0 5px;
padding: 0 20px;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a {
color: #333;
padding: 5px 0;
display: inline-block;
border: 0;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a:hover {
color: var(--mainColor);
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a i {
color: #ffffff;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
text-align: center;
margin-right: 10px;
vertical-align: middle;
background: var(--mainColor);
display: inline-block;
font-size: 18px;
}

.search-two .search-inner .form-group.search-query.query-focus .search-suggestion {
display: block;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.adverts-search-suggestion {
text-align: center;
}

.adverts-search-suggestion .search-suggestion-title {
font-size: 16px;
margin: 0 10px;
}

.adverts-search-suggestion .adverts-search-suggestion-items {
display: inline-block;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul {
margin: 0;
padding: 0;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li {
list-style: none;
display: inline-block;
margin: 0 5px;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li a {
border: 1px solid #999;
border-radius: 50px;
padding: 5px 10px;
font-size: 13px;
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.8);
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li a:hover,
.adverts-search-suggestion .adverts-search-suggestion-items ul li a:focus {
color: #ffffff;
border-color: #ffffff;
}

.contents-hero-two {
padding: 180px 0 120px;
}

.contents-text .dsc {
font-size: 18px;
color: #fff;
font-weight: 100;
margin-bottom: 20px;
}

.contents-text .heading-title {
color: #fff;
font-size: 28px;
font-weight: 500;
margin-bottom: 30px;
}

.category-icon-item .icon-box {
text-align: center;
padding: 15px 10px;
background: rgba(128,128,128,.5);
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box .icon {
margin-bottom: 10px;
}

.category-icon-item .icon-box .icon i {
color: #fff;
font-size: 42px;
line-height: normal;
width: auto;
height: auto;
}

.category-icon-item .icon-box h4 {
font-size: 14px;
color: #ffffff;
line-height: 15px;
font-weight: 500;
overflow: hidden;
margin-bottom: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box:hover {
background: var(--mainColor);
}

.classiser-search-bar {
margin: 0;
}

.classiser-search-bar .search-inner {
border-radius: 3px;
margin: 0;
border: 0;
padding: 20px;
position: relative;
background: rgba(128,128,128,.5);
}

.classiser-search-bar .search-inner h4 {
color: #fff;
margin-top: 0;
font-size: 22px;
margin-bottom: 20px;
}

.classiser-search-bar .form-group {
width: 100%;
float: left;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
margin-bottom: 20px;
}

.classiser-search-bar .inputwithicon {
position: relative;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 20px;
z-index: 2;
position: absolute;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .btn-common {
padding: 0;
z-index: 2;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 50px;
text-align: center;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.classiser-search-bar .select select {
border: 0;
height: 50px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.classiser-search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group select {
border: 0;
height: 50px;
width: 100%;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 5px;
background: #ffffff;
}

/* Feateured Product */
.featured-box {
width: 100%;
background: #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
margin-bottom: 15px;
margin-top: 15px;
}

.featured-box figure {
margin: 0;
width: 100%;
float: left;
position: relative;
}

.featured-box figure .icon i {
top: 10px;
right: 10px;
z-index: 2;
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
position: absolute;
background: var(--mainColor);
padding: 10px;
display: inline-block;
border-radius: 50%;
}

.featured-box .feature-content {
display: inline-block;
padding: 0px 20px 10px;
}

.featured-box .feature-content .product {
width: 100%;
float: left;
font-size: 13px;
line-height: 18px;
list-style: none;
margin: 0 0 12px;
padding: 15px 0 10px;
border-bottom: 1px solid #eee;
}

.featured-box .feature-content .product a {
color: #333;
}

.featured-box .feature-content .product a i {
margin-right: 5px;
}

.featured-box .feature-content h4 {
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}

.featured-box .feature-content h4 a {
color: #333;
}

.featured-box .feature-content h4 a:hover {
color: var(--mainColor);
}

.featured-box .feature-content span {
margin-bottom: 10px;
display: block;
font-size: 13px;
color: #999;
}

.featured-box .feature-content ul.address {
margin-bottom: 10px;
display: inline-block;
}

.featured-box .feature-content ul.address li {
float: left;
width: 50%;
line-height: 30px;
color: #999;
}

.featured-box .feature-content ul.address li i {
margin-right: 5px;
}

.featured-box .feature-content ul.address li a {
color: #999;
}

.featured-box .feature-content ul.address li a:hover {
color: var(--mainColor);
}

.featured-box .feature-content .listing-bottom {
padding-top: 15px;
border-top: 1px solid #eee;
display: inline-block;
width: 100%;
}

.featured-box .feature-content .listing-bottom .price {
font-size: 18px;
color: var(--mainColor);
margin: 0;
line-height: 30px;
}

.featured-box .feature-content .listing-bottom .btn-verified {
color: #999;
line-height: 18px;
font-size: 13px;
border: 1px solid #eee;
padding: 4px 10px;
border-radius: 50px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.featured-box .feature-content .listing-bottom .btn-verified i {
margin-right: 3px;
color: var(--mainColor);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.featured-box .feature-content .listing-bottom .btn-verified:hover {
background: var(--mainColor);
border-color: var(--mainColor);
color: #fff;
}

.featured-box .feature-content .listing-bottom .btn-verified:hover i {
color: #fff;
}

/* ==========================================================================
 Featured Listings Styles
 ========================================================================== */
.featured-lis {
background: #fafafa;
}

.product-item {
background: #ffffff;
}

.product-item .carousel-thumb {
display: block;
position: relative;
z-index: 99;
overflow: hidden;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-item .carousel-thumb .overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.4);
text-align: center;
top: 0;
left: 0;
z-index: 999;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-item .carousel-thumb .btn-product a {
padding: 5px 18px;
border-radius: 20px;
left: 14px;
font-weight: 700;
position: absolute;
top: 12px;
z-index: 999;
}

.product-item .carousel-thumb:hover {
border-color: var(--mainColor);
}

.product-item .carousel-thumb:hover .overlay {
opacity: 1;
visibility: visible;
}

.product-item .carousel-thumb:hover i {
opacity: 1;
visibility: visible;
}

.product-item .product-content {
padding: 15px 15px 0;
position: relative;
}

.product-item .product-content a {
color: #999;
font-size: 14px;
font-weight: 400;
margin-right: 5px;
}

.product-item .product-content a i {
margin-right: 5px;
}

.product-item .product-title {
margin: 0;
overflow: hidden;
font-size: 14px;
padding: 10px 0;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}

.product-item .product-title a {
color: #484848;
font-weight: 700;
font-size: 14px;
}

.product-item .product-title a:hover {
color: var(--mainColor);
}

.product-item p {
margin-bottom: 10px;
}

.product-item .price {
position: absolute;
top: 30px;
right: 20px;
color: var(--mainColor);
display: block;
font-size: 18px;
font-weight: 700;
}

.product-item .icon-wrap {
margin-right: 5px;
color: var(--mainColor);
}

.product-item .card-text {
width: 100%;
display: inline-block;
margin-top: 15px;
padding: 15px 0;
border-top: 1px solid #f1f1f1;
}

.product-item .card-text .icon {
color: var(--mainColor);
font-size: 15px;
margin-right: 5px;
}

.bg-red a {
background: #ff6670;
color: #fff !important;
}

.bg-yellow a {
background: #FFC107;
color: #fff !important;
}

#new-products .owl-controls .owl-buttons {
position: relative;
top: -215px;
left: 0;
}

#new-products .owl-controls .owl-buttons div.owl-prev {
float: left;
margin-left: -45px;
}

#new-products .owl-controls .owl-buttons div.owl-next {
float: right !important;
margin-right: -45px;
}

.owl-theme .owl-controls .owl-buttons div {
width: 40px;
height: 40px;
display: block !important;
background: var(--mainColor) !important;
text-align: center;
display: inline-block;
opacity: 1 !important;
border-radius: 50px !important;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
color: #fff;
font-size: 16px;
line-height: 40px;
}

#featured {
background-color: #fafafa;
}

#featured .featured-box {
margin-top: 0;
}

.futere-ad-widget {
position: relative;
overflow: hidden;
color: #ffffff;
}

.futere-ad-widget img {
height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.futere-ad-widget .ctl-content-wrapper {
background: none;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 30px;
background: -moz-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
background: -webkit-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
background: linear-gradient(to bottom, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
box-shadow: 0 0 black;
}

.futere-ad-widget .ctl-content-wrapper .icon {
margin-bottom: 20px;
}

.futere-ad-widget .ctl-content-wrapper .icon i {
font-size: 40px;
}

.futere-ad-widget .ctl-content-wrapper .ctl-content h3 {
font-size: 26px;
font-weight: 600;
line-height: normal;
}

.futere-ad-widget .ctl-content-wrapper .ctl-content p {
display: block;
margin-bottom: 30px;
}

.futere-ad-widget .ctl-content-wrapper .ctl-button {
position: absolute;
bottom: 30px;
}

.categories-list-ad {
margin-top: 30px;
}

.categories-list-ad .widget-title {
font-size: 20px;
}

.categories-list-ad .categories-list {
padding: 10px 20px 20px 20px;
margin-top: 30px;
background-color: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

.categories-list-ad .categories-list li {
clear: both;
overflow: hidden;
padding: 8px 0;
border-bottom: 1px solid #eee;
}

.categories-list-ad .categories-list li a {
color: #2d2d2d;
}

.categories-list-ad .categories-list li a i {
margin-right: 5px;
}

.categories-list-ad .categories-list li a:hover {
color: var(--mainColor);
}

.categories-list-ad .categories-list li:last-child {
border-bottom: none;
}

/* Trending Categories Section Start */
.trending-cat {
background: #fafafa;
}

.contents-ctg {
padding: 110px 0 160px;
}

.box {
background: #fff;
color: #666;
float: left;
margin: 0 0 30px;
padding: 30px 0;
text-align: center;
width: 100%;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box .icon {
/*! margin: 0 auto 20px; */
/*! background: #e4f5ff; */
border-radius: 10px;
}

.box .icon img {
height: 60px;
max-width: 60px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box .icon i {
font-size: 40px;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box h4 {
font-size: 18px;
font-weight: 500;
margin: 0;
color: #484848;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box strong {
display: block;
font-weight: 400;
font-size: 14px;
padding: 0 0 10px;
color: #999;
webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.box:hover {
/*! background: var(--mainColor); */
-webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
-moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.box:hover .icon img {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}

.box-hover i,
.box:hover h4,
.box:hover strong {
color: #fff;
}

/* ==========================================================================
Categories Homepage
========================================================================== */
.category-box {
background-color: #fff;
margin: 30px 0;
min-height: 277px;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
border-radius: 0;
position: relative;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.category-box .icon {
text-align: center;
position: absolute;
top: -25px;
margin: 0 auto;
width: 100%;
}

.category-box .icon i {
display: inline-block;
font-size: 22px;
background: var(--mainColor);
width: 52px;
height: 52px;
color: #fff;
line-height: 48px;
box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
}

.category-box .category-header {
width: 100%;
display: inline-block;
text-align: center;
padding: 40px 15px 20px;
border-bottom: 1px solid #eee;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.category-box .category-header h4 {
font-size: 14px;
font-weight: 500;
margin-top: 5px;
margin-bottom: 0;
color: #333;
}

.category-box .category-header h4:hover {
color: var(--mainColor);
}

.category-box .category-content {
margin: 0;
padding: 15px;
}

.category-box .category-content li {
list-style: none;
margin-bottom: 2px;
font-weight: 400;
font-size: 13px;
}

.category-box .category-content li a {
display: flex;
align-items: center;
color: #888;
}

.category-box .category-content li a:hover {
color: var(--mainColor);
}

.category-box .category-content li a span:first-child {
flex-grow: 1;
}

.category-box .category-counter {
margin-right: 15px;
}

.category-counter {
font-size: 12px;
color: #888;
float: right;
}

#list-view .featured-box {
display: inline-block;
}

#list-view .featured-box figure {
float: left;
width: 49%;
}

#list-view .featured-box .feature-content {
float: left;
text-align: left;
padding: 0px 15px 10px 30px;
width: 49.667%;
}

#list-view .list-box figure {
float: left;
width: 38%;
}

#list-view .list-box figure img {
height: 218px;
width: 100%;
}

#list-view .list-box .feature-content {
float: left;
text-align: left;
padding: 0px 0px 0px 0px;
width: 58%;
margin-left: 20px;
}

.product-filter {
margin-bottom: 10px;
background: #fafafa;
display: inline-block;
width: 100%;
padding: 10px 15px;
line-height: 20px;
}

.product-filter .nav-tabs {
float: right;
margin-right: 10px;
border: none;
}

.product-filter .nav-tabs .nav-link {
font-size: 22px;
border: none;
padding: 2px 10px;
border-radius: 4px;
color: #999;
background: transparent;
}

.product-filter .nav-tabs .nav-item.show .nav-link,
.product-filter .nav-tabs .nav-link.active {
border: none;
color: #fff;
color: var(--mainColor);
}

.product-filter .short-name {
display: inline-block;
color: #999;
}

.product-filter .short-name span {
float: left;
margin-right: 5px;
}

.product-filter .short-name .name-ordering {
float: left;
}

.product-filter .Show-item {
float: right;
line-height: 26px;
}

.product-filter .Show-item span {
color: #999;
display: inline-block;
margin-right: 5px;
}

.product-filter .Show-item .woocommerce-ordering {
float: right;
}

.product-filter .Show-item .woocommerce-ordering label {
margin: 0;
}

.product-filter .button, .product-filter select {
font-size: 14px;
font-weight: 400;
color: #333;
}

.categories-icon .icon-box {
text-align: center;
padding: 15px;
margin-bottom: 15px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box .icon {
margin-bottom: 15px;
}

.categories-icon .icon-box .icon i {
width: 80px;
height: 60px;
line-height: 60px;
display: inline-block;
color: #999;
font-size: 48px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box h4 {
font-size: 16px;
color: #484848;
font-weight: 500;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.categories-icon .icon-box:hover {
background: var(--mainColor);
box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.categories-icon .icon-box:hover .icon i {
font-size: 42px;
color: #fff;
}

.categories-icon .icon-box:hover h4 {
color: #fff;
}

.ad-categories-inner {
position: relative;
overflow: hidden;
margin-bottom: 30px;
-webkit-transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
-o-transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s, border-radius .3s,box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.ad-categories-inner:before {
content: '';
left: 0;
top: 0;
width: 100%;
height: 50%;
background-image: -webkit-linear-gradient(top, #323031 0%, transparent 100%);
background-image: -o-linear-gradient(top, #323031 0%, transparent 100%);
background-image: linear-gradient(to bottom, #323031 0%, transparent 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF323031',endColorstr='#00000000',GradientType=0);
position: absolute;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
opacity: 1;
filter: alpha(opacity=100);
}

.ad-categories-inner:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: #323031;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}

.ad-categories-inner .ad-content-inner {
position: absolute;
top: 30px;
left: 40px;
z-index: 2;
}

.ad-categories-inner .ad-content-inner .info-title {
font-size: 20px;
margin: 0 0 5px;
color: #fff;
font-weight: 500;
}

.ad-categories-inner .ad-content-inner .ad-number {
color: #fff;
font-size: 14px;
}

.ad-categories-inner .icon {
position: absolute;
background: var(--mainColor);
bottom: 30px;
right: 30px;
z-index: 2;
color: #fff;
width: 52px;
height: 52px;
text-align: center;
border-radius: 50%;
line-height: 52px;
font-size: 22px;
}

.ad-categories-inner:active:after, .ad-categories-inner:hover:after {
opacity: .6;
filter: alpha(opacity=60);
}

.page-sidebar .widget {
background-color: #fafafa;
margin-bottom: 30px;
}

.page-sidebar .widget .widget-title {
padding: 17px 25px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #f1f1f1;
}

.page-sidebar .categories-list {
padding: 20px;
}

.page-sidebar .categories-list li {
padding: 7px 0;
}

.page-sidebar .categories-list li a {
text-decoration: none;
color: #888;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.page-sidebar .categories-list li a:hover {
color: var(--mainColor);
}

.page-sidebar .categories-list li a i {
margin-right: 5px;
}

.page-sidebar .categories-list li .category-counter {
font-size: 12px;
}

.page-sidebar .add-box {
padding: 20px;
}

.widget_search {
margin-bottom: 30px;
}

/* Services Item */
.services-item {
padding: 30px 15px;
background: #fafafa;
text-align: center;
margin-bottom: 30px;
border-radius: 4px;
border-bottom: 3px solid #f1f1f1;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
background: var(--mainColor);
width: 60px;
height: 60px;
display: inline-block;
line-height: 60px;
font-size: 30px;
border-radius: 50px;
color: #fff;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
margin-bottom: 5px;
}

.services-item .services-content h3 a {
font-size: 16px;
text-transform: uppercase;
color: #484848;
}

.services-item .services-content h3 a:hover {
color: var(--mainColor);
}

.services-item:hover {
border-color: var(--mainColor);
}

.services-item:hover .icon i {
-webkit-transform: scale(0.9);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(0.9);
}

.services-tow-area {
background: #fff;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
border-radius: 3px;
}

.services-tow-area .service-two-item-wrapper {
padding: 0;
border-right: 1px solid #ededed;
}

.services-tow-area .service-two-item-wrapper:last-child {
border-right: none;
}

.services-tow-area .service-two-item-wrapper .icon {
margin-bottom: 15px;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.services-tow-area .service-two-item-wrapper .icon i {
font-size: 60px;
color: var(--mainColor);
display: inline-block;
}

.services-tow-area .service-two-item-wrapper .services-item-two {
padding: 40px 30px;
overflow: hidden;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content {
-webkit-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 {
margin-bottom: 10px;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a {
font-size: 16px;
color: #484848;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a:hover {
color: var(--mainColor);
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content p {
margin-bottom: 0;
opacity: 0.7;
}

.services-tow-area .service-two-item-wrapper .services-item-two .services-content .service-two-btn {
color: var(--mainColor);
}

.services-tow-area .service-two-item-wrapper .services-item-two .service-two-btn {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}

.services-tow-area > .row {
margin: 0;
}

.services-item-two:hover > .services-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}

.services-item-two:hover .services-content .service-two-btn {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: translateY(225%);
-moz-transform: translateY(225%);
-ms-transform: translateY(225%);
-o-transform: translateY(225%);
transform: translateY(225%);
}

.services-item-two:hover > .services-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}

.services-item-two .service-two-btn,
.services-item-two .icon {
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.services-item-two:hover .icon {
opacity: 0;
filter: alpha(opacity=0);
}

.details-box .product-img {
position: relative;
}

.details-box .price {
position: absolute;
top: 20px;
right: 5px;
background: var(--mainColor);
padding: 10px 25px;
font-size: 20px;
color: #fff;
font-weight: 500;
}

.details-box .ads-details-info h2 {
font-size: 26px;
font-weight: 700;
line-height: 36px;
}

.details-box .ads-details-info .details-meta span {
display: inline-block;
margin: 11px 0 16px;
}

.details-box .ads-details-info .details-meta span a {
color: #999;
margin-right: 10px;
}

.details-box .ads-details-info .details-meta span a:hover {
color: var(--mainColor);
}

.details-box .ads-details-info .details-meta span a i {
margin-right: 5px;
}

.details-box .ads-details-info .title-small {
font-size: 18px;
font-weight: 500;
}

.details-box .ads-details-info .list-specification {
width: 100%;
display: inline-block;
}

.details-box .ads-details-info .list-specification li {
font-size: 13px;
width: 48%;
box-sizing: border-box;
float: left;
padding: 2px;
position: relative;
margin-bottom: 7px;
margin-right: 5px;
}

.details-box .ads-details-info .list-specification li i {
margin-right: 2px;
}

.details-box .advertisement li {
display: inline-block;
margin-right: 10px;
}

.details-box .advertisement li i {
margin-right: 5px;
}

.details-box .advertisement li a {
color: #484848;
}

.details-box .ads-btn a {
margin-right: 5px;
}

.details-box .ads-btn a i {
margin-right: 5px;
}

.details-box .ads-btn .btn-reply {
background: #0d79bf;
}

.details-box .share span {
float: left;
margin-right: 12px;
line-height: 30px;
font-size: 16px;
font-weight: 700;
}

.details-box .social-link a {
display: inline-block;
color: #fff;
margin-right: 5px;
border-radius: 4px;
background: #fafafa;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
}

.details-box .social-link .twitter {
background: #55acee;
}

.details-box .social-link .facebook {
background: #3b5998;
}

.details-box .social-link .google {
background: #dd4b39;
}

.details-box .social-link .linkedin {
background: #007bb5;
}

.details-box .owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: -65px;
}

.details-box .owl-theme .owl-controls {
display: inline-block;
width: 100%;
text-align: center;
}

.owl-theme .owl-controls .active .item-link {
border-bottom: 4px solid var(--mainColor);
}

.description-info {
margin-top: 50px;
background: #ffffff;
}

.description-info .description {
background: #fafafa;
padding: 30px;
}

.description-info .description h4 {
font-size: 18px;
font-weight: 700;
}

.description-info .short-info {
background: #fafafa;
padding: 30px;
}

.description-info .short-info h4 {
font-size: 18px;
margin-bottom: 20px;
}

.description-info .short-info ul li {
margin-bottom: 20px;
}

.description-info .short-info ul li i {
font-size: 18px;
margin-right: 10px;
}

.description-info .short-info ul li a {
color: #484848;
font-size: 16px;
}

.description-info .short-info ul li a span {
color: var(--mainColor);
}

.description-info .short-info ul li a:hover {
color: var(--mainColor);
}

.sidebar-box {
background: #fafafa;
width: 100%;
display: inline-block;
margin-bottom: 30px;
}

.sidebar-box .user {
float: left;
width: 100%;
padding: 30px 20px;
position: relative;
margin-bottom: 30px;
background: var(--mainColor);
}

.sidebar-box .user figure {
margin: 0;
float: left;
position: relative;
}

.sidebar-box .user figure img {
border-radius: 50%;
}

.sidebar-box .user .usercontent {
overflow: hidden;
padding: 12px 0 12px 15px;
}

.sidebar-box .user .usercontent h3 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
line-height: 16px;
margin-bottom: 6px;
}

.sidebar-box .user .usercontent h4 {
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 14px;
}

.sidebar-box .navdashboard {
border-top: 1px solid #495067;
}

.sidebar-box .navdashboard ul {
width: 100%;
}

.sidebar-box .navdashboard ul li {
margin: 0;
width: 100%;
float: left;
position: relative;
line-height: 48px;
}

.sidebar-box .navdashboard ul li a {
color: #484848;
width: 100%;
float: left;
line-height: inherit;
margin-bottom: 3px;
border-left: 3px solid transparent;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a span {
text-align: left;
}

.sidebar-box .navdashboard ul li a i {
width: 58px;
display: inline-block;
font-size: 20px;
text-align: center;
vertical-align: middle;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a:focus,
.sidebar-box .navdashboard ul li a:hover,
.sidebar-box .navdashboard ul li a.active {
border-color: var(--mainColor);
}

.sidebar-box .navdashboard ul li a:focus i,
.sidebar-box .navdashboard ul li a:hover i,
.sidebar-box .navdashboard ul li a.active i {
color: var(--mainColor);
}

/*==============================================
Dashboard Global Elements
==============================================*/
.dashboard-sections {
padding: 20px 0;
}

.dashboard-sections .dashboardbox {
width: 100%;
float: left;
overflow: hidden;
background: #fff;
position: relative;
border-radius: 4px;
padding: 10px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.dashboard-sections .icon {
float: left;
}

.dashboard-sections .icon i {
font-size: 22px;
text-align: center;
line-height: 42px;
width: 42px;
border-radius: 50%;
color: #fff;
height: 42px;
display: inline-block;
background: var(--mainColor);
}

.dashboard-sections .contentbox {
float: left;
margin-left: 10px;
}

.dashboard-sections .contentbox h2 {
font-size: 16px;
font-weight: 500;
margin-bottom: 8px;
}

.dashboard-sections .contentbox h2 a {
color: #484848;
bottom: 10px;
padding: 0 14px 0 0;
}

.dashboard-sections .contentbox h2 a:hover {
color: var(--mainColor);
}

.dashboard-sections .contentbox h3 {
font-size: 15px;
color: #999;
font-weight: 400;
margin: 0;
}

.dashboardbox:hover {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.inner-box {
background: #fafafa;
}

.dashboard-box {
width: 100%;
display: inline-block;
padding: 10px;
border-bottom: 1px solid #eaedef;
}

.dashboard-box .dashbord-title {
margin: 0;
float: left;
color: #363b4d;
font-size: 20px;
font-weight: 500;
line-height: 20px;
padding: 8px 0 8px 10px;
}

.dashboard-wrapper {
padding: 10px 15px;
}

.dashboard-wrapper .select select {
border: 0;
width: 100%;
border-radius: 0;
background: transparent;
font-size: 16px;
outline: none;
line-height: 30px;
padding: 15px 15px 15px 0;
}

#editor {
position: relative;
}

#editor .panel-default .panel-heading {
padding: 0;
border-radius: 4px;
background: transparent;
border: none;
}

#editor .note-editor.note-frame {
border: 1px solid #ddd;
}

#editor .popover {
display: none;
}

.note-Top {
display: none;
}

.tg-fileuploadlabel {
width: 100%;
padding: 30px;
color: #363b4d;
font-size: 14px;
line-height: 17px;
margin: 0 0 10px;
cursor: pointer;
border-radius: 5px;
border: 3px dashed #eaedef;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}

.tg-fileuploadlabel span {
display: block;
margin-bottom: 15px;
}

.tg-fileuploadlabel span:first-child {
font-size: 18px;
font-weight: 500;
line-height: 22px;
}

.tg-fileuploadlabel span:first-child(2) {
padding: 15px 0;
}

.tg-fileuploadlabel span:first-child(4) {
color: #363b4d;
font-size: 13px;
line-height: 16px;
margin: 30px 0 0;
}

.tg-fileuploadlabel input[type=file].fileinput {
display: none;
}

.tg-fileuploadlabel .btn {
color: #fff;
padding: 10px 50px;
position: relative;
text-align: center;
margin-bottom: 20px;
overflow: hidden;
border-radius: 23px;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
}

#tg-photogallery {
display: none;
}

.checkbox {
font-size: 12px;
}

.checkbox a {
font-size: 12px;
color: #999;
}

.checkbox a:hover {
color: var(--mainColor);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: var(--mainColor);
}

label {
display: inline;
}

.tg-checkbox {
margin-bottom: 10px;
}

.tg-checkbox a {
font-size: 13px;
color: #333;
}

.tg-inputwithicon .tg-select {
color: #666;
width: 100%;
position: relative;
text-transform: uppercase;
}

.tg-inputwithicon .tg-select:after {
top: 10px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.tg-inputwithicon .tg-select select {
border: 0;
border-radius: 0;
font-size: 16px;
width: 100%;
line-height: 30px;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.dashboard-wrapper .tg-inputwithicon .tg-select:after {
top: 2px;
}

.dashboard-wrapper .tg-select select:focus {
outline: none;
}

/*==============================================
Dashboard My Ads
==============================================*/
.nav-table {
width: 100%;
display: inline-block;
margin: 10px 0 20px;
}

.nav-table ul li {
float: left;
margin-right: 15px;
position: relative;
}

.nav-table ul li a {
color: var(--mainColor);
padding: 7px 16px;
display: inline-block;
border: 1px solid #eaedef;
border-radius: 4px;
}

.nav-table ul li a:hover,
.nav-table ul li.active a {
background: var(--mainColor);
color: #fff;
}

.dashboardtable tbody tr {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.dashboardtable thead tr th {
color: #484848;
font-size: 14px;
font-weight: 700;
line-height: 20px;
text-align: left;
padding: 15px 10px;
background: transparent;
vertical-align: middle;
border-bottom: none;
}

.dashboardtable thead tr th .checkbox,
.dashboardtable tbody tr td .checkbox {
width: 20px;
height: 20px;
}

.dashboardtable tbody tr td,
.dashboardtable tbody tr td h3 {
color: #484848;
font-size: 15px;
font-weight: 500;
line-height: 20px;
vertical-align: middle;
margin: 0;
}

.dashboardtable tbody tr td h3 + span {
color: #666;
display: block;
font-size: 12px;
font-weight: 500;
line-height: 16px;
}

.photo {
width: 110px;
display: block;
}

.adcategories {
min-width: 110px;
display: block;
}

.adstatus {
width: 80px;
color: #fff;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 30px;
border-radius: 30px;
text-align: center;
text-transform: uppercase;
}

.adstatusinactive {
color: #363b4d;
background: #f7f7f7;
}

.adstatusactive {
background: var(--mainColor);
}

.adstatusexpired {
background: #fc9209;
}

.adstatusdeleted {
background: #f91942;
}

.adstatussold {
background: #363b4d;
}

.btns-actions {
min-width: 150px;
width: 100%;
float: left;
margin: -5px 0;
}

.btns-actions .btn-action {
margin: 5px;
width: 40px;
height: 40px;
float: left;
color: #363b4d;
line-height: 40px;
border-radius: 50px;
background: #f7f7f7;
text-align: center;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.btns-actions .btn-action i {
display: block;
line-height: 40px;
}

.dashboardtable tbody tr:hover .btn-delete {
background: #f91942;
color: #fff;
}

.dashboardtable tbody tr:hover .btn-edit {
background: #363b4d;
color: #fff;
}

.dashboardtable tbody tr:hover .btn-view {
background: #00cc67;
color: #fff;
}

.dashboardtable tbody tr:hover {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.form-dashboard {
padding: 0px 5px 15px;
}

.form-dashboard .privacy-box .dashboardholder {
border: 1px solid #ddd;
padding: 15px;
}

.form-dashboard .privacy-box .dashboardholder ul {
margin-bottom: 20px;
}

.form-dashboard .privacy-box .dashboardholder ul li {
margin-bottom: 15px;
}

.form-dashboard .privacy-box .dashboardholder ul li .checkbox span {
font-size: 14px;
margin-left: 8px;
}

.dashboardboxtitle h2 {
font-size: 16px;
margin-bottom: 20px;
font-weight: 500;
}

.offers-messages {
border: 1px solid #ddd;
padding: 0px 0 15px;
}

.offers-messages .offers-box {
padding: 15px 0;
display: inline-block;
border-right: 1px solid #ddd;
}

.offers-user-online .offerer {
width: 100%;
float: left;
cursor: pointer;
position: relative;
margin: 0px;
padding: 10px;
}

.offers-user-online .offerer figure {
float: left;
margin: 0px;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
position: relative;
}

.offers-user-online .offerer figure img {
height: auto;
max-width: 100%;
}

.offers-user-online .offerer .bolticon {
width: 8px;
height: 8px;
background: var(--mainColor);
border-radius: 50%;
position: absolute;
top: 18px;
left: 15px;
}

.offers-user-online .offerer .user-name {
padding: 10px 0;
}

.offers-user-online .offerer .user-name h3 {
color: #484848;
font-size: 15px;
font-weight: 500;
line-height: 20px;
overflow: hidden;
}

.offers-user-online .offerer .user-name h4 {
font-size: 14px;
}

.offers-user-online .offerer .user-name h4 a {
color: var(--mainColor);
}

.chat-message-box {
padding: 15px 0;
display: inline-block;
}

.chat-message-box .offerermessage {
width: 100%;
float: left;
position: relative;
}

.chat-message-box .offerermessage figure {
float: left;
margin: 0px;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
position: relative;
}

.chat-message-box .offerermessage figure img {
height: auto;
max-width: 100%;
}

.chat-message-box .offerermessage .description {
margin-left: 80px;
}

.chat-message-box .offerermessage .description .info {
width: auto;
padding: 10px;
margin: 0px 0px 5px;
background: #fff;
}

.chat-message-box .offerermessage .description .info h3 {
font-size: 16px;
font-weight: 500;
}

.chat-message-box .offerermessage .description .info p {
font-size: 13px;
line-height: 20px;
}

.chat-message-box .offerermessage .description .date {
color: #999;
font-style: italic;
}

.chat-message-box .memessage {
width: 100%;
float: left;
position: relative;
margin: 8px 0px;
padding: 0px 40px;
}

.chat-message-box .memessage figure {
float: right;
overflow: hidden;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
border: 2px solid #fff;
bottom: 21px;
width: 30px;
height: 30px;
position: absolute;
margin: 0px;
right: 0;
}

.chat-message-box .memessage figure img {
height: auto;
max-width: 100%;
}

.chat-message-box .memessage .description {
margin-left: 80px;
}

.chat-message-box .memessage .description .info {
width: auto;
padding: 10px;
margin: 0px 0px 5px;
background: #fff;
}

.chat-message-box .memessage .description .info h3 {
font-size: 16px;
font-weight: 500;
}

.chat-message-box .memessage .description .info p {
font-size: 13px;
line-height: 20px;
}

.chat-message-box .memessage .description a {
color: #999;
}

.chat-message-box .memessage .description a:hover {
color: var(--mainColor);
}

.chat-message-box .memessage .description .date {
color: #999;
font-style: italic;
}

.replay-box {
float: left;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #ddd;
}

.replay-box .form-control {
width: 100%;
height: 100px;
font-size: 13px;
line-height: 16px;
border-width: 0px;
border-style: initial;
border-color: initial;
border-image: initial;
padding: 8px;
border-radius: 0px;
}

.replay-box .icon-box {
width: 100%;
float: left;
height: 39px;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
}

.replay-box .icon-box i {
cursor: pointer;
font-size: 16px;
line-height: 22px;
display: inline-block;
vertical-align: middle;
margin: 0px 0px 0px 6px;
}

.card {
background: #fafafa;
padding: 25px 30px 30px 30px;
margin-bottom: 10px;
}

.card .table-total-checkout {
width: 100%;
text-transform: uppercase;
margin-bottom: 20px;
}

.card .table-total-checkout tbody tr td {
text-align: right;
font-size: 30px;
}

/* ==========================================================================
 Pricing Table Style
 ========================================================================== */
.mainHeading {
text-align: center;
margin-bottom: 20px;
}

.mainHeading .section-title {
padding: 20px 0px;
}

#pricing-table {
text-align: center;
}

#pricing-table .title {
padding-top: 25px;
padding-bottom: 25px;
}

#pricing-table .title h3 {
text-transform: uppercase;
font-size: 24px;
margin-bottom: 0px;
}

#pricing-table .table {
padding-bottom: 30px;
border-radius: 4px;
background: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
border-bottom: 3px solid #ddd;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

#pricing-table .table .icon {
padding-top: 30px;
}

#pricing-table .table .icon i {
color: var(--mainColor);
font-size: 42px;
}

#pricing-table .table .pricing-header {
position: relative;
padding-bottom: 20px;
text-align: center;
}

#pricing-table .table .pricing-header .price-value {
font-size: 46px;
color: var(--mainColor);
position: relative;
text-align: center;
font-weight: 700;
line-height: 62px;
}

#pricing-table .table .pricing-header .price-value sup {
font-size: 18px;
font-weight: 500;
top: -18px;
}

#pricing-table .table .pricing-header .price-value span {
font-size: 14px;
font-weight: 500;
}

#pricing-table .table .description {
text-align: center;
padding: 0px 50px;
margin-bottom: 20px;
}

#pricing-table .table .description li {
font-size: 14px;
font-weight: 500;
color: #7a7d80;
padding-bottom: 15px;
}

#pricing-table .table:hover {
border-color: var(--mainColor);
}

#pricing-table #active-tb {
border-color: var(--mainColor);
}

.testimonial {
background: #fafafa;
}

.testimonial-item {
padding: 15px;
background: #fff;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .img-thumb {
float: left;
overflow: hidden;
position: relative;
margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
border: 3px solid var(--mainColor);
border-radius: 50%;
}

.testimonial-item .content {
overflow: hidden;
}

.testimonial-item .content h2 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
line-height: 30px;
}

.testimonial-item .content h2 a {
color: #484848;
}

.testimonial-item .content .description {
width: 100%;
}

.testimonial-item .content h3 {
margin: 0;
clear: both;
font-size: 14px;
font-weight: 500;
line-height: 26px;
}

.testimonial-item .content h3 a {
color: var(--mainColor);
}

.owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}

.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 2px 4px;
filter: alpha(opacity=50);
opacity: 1;
border-radius: 30px;
background: #fff;
border: 2px solid #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: var(--mainColor);
}

/* Blog Area */
#blog {
background: #f2f2f2;
}

.blog-post {
background-color: #fafafa;
border-bottom: 5px solid var(--mainColor);
margin-bottom: 60px;
}

.blog-post .post-content {
padding: 60px 40px;
}

.blog-post .post-content .post-title {
margin-top: 0;
font-size: 30px;
font-weight: 500;
margin-bottom: 10px;
}

.blog-post .post-content .post-title a {
color: #484848;
}

.blog-post .post-content .post-title a:hover {
color: var(--mainColor);
}

.blog-post .cat-meta {
margin-bottom: 20px;
}

.blog-post .cat-meta li a {
background: #EBEBEB;
color: #6f6f6f;
padding: 5px 10px;
}

.blog-post .meta {
margin-top: 0;
margin-bottom: 10px;
}

.blog-post .meta .meta-part {
display: inline-block;
margin-right: 10px;
}

.blog-post .meta .meta-part a {
color: #999;
text-transform: capitalize;
}

.blog-post .entry-summary {
margin: 15px 0 60px;
line-height: 26px;
}

.quote-post .quote-wrap {
text-align: center;
padding: 50px 0;
font-size: 25px;
font-style: italic;
font-weight: 400;
background: #F7F7F7;
}

blockquote {
border-left: none;
padding: 15px;
line-height: 36px;
}

.pagination-bar {
margin-top: 35px;
}

.page-item .page-link {
margin-right: 10px;
padding: 10px 15px;
border-radius: 60px;
color: var(--mainColor);
}

.page-link:focus, .page-link:hover, .page-link.active {
background-color: var(--mainColor);
color: #fff;
box-shadow: none;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
border-radius: 60px;
}

.post-content-block {
margin-bottom: 40px;
}

.post-thumb {
position: relative;
}

.post-thumb .date {
position: absolute;
font-size: 13px;
text-transform: uppercase;
top: 10px;
left: 10px;
padding: 7px 17px;
background-color: white;
}

.post-thumb .date .day {
color: var(--mainColor);
display: block;
font-size: 24px;
font-weight: 700;
}

.post-meta {
padding-bottom: 10px;
}

.post-meta a {
color: #888;
}

.post-meta a:hover {
color: var(--mainColor);
}

.post-meta span {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #ddd;
line-height: 12px;
color: #888;
display: inline-block;
}

.post-meta span i {
color: #888;
margin-right: 5px;
}

.post-meta .post-comment {
border-right: 0;
}

.tags-area {
margin: 20px 0;
}

.tags-area .post-tags a {
border: 1px solid #eee;
color: #7c7c7c;
display: inline-block;
font-size: 12px;
padding: 3px 10px;
margin-left: 3px;
border-radius: 3px;
}

.tags-area .post-tags a:hover {
background: var(--mainColor);
color: #fff;
}

.share-items .list-inline li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}

.share-items .list-inline li a i {
margin-left: 5px;
font-size: 14px;
line-height: 60px;
color: var(--mainColor);
text-align: center;
}

.share-items .post-social-icons a i.fa-facebook {
background: #677fb5;
}

.share-items .post-social-icons a i.fa-twitter {
background: #70c2e9;
}

.share-items .post-social-icons a i.fa-google-plus {
background: #c53942;
}

.share-items .post-social-icons a i.fa-linkedin {
background: #3daccf;
}

.blog-post-item {
position: relative;
}

.blog-post-item .post-thumb {
overflow: hidden;
position: relative;
}

.blog-post-item .post-thumb figure {
margin: 0;
}

.blog-post-item .post-thumb .post-categories {
font-weight: 600;
position: absolute;
z-index: 2;
top: 0;
left: 30px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}

.blog-post-item .post-thumb .post-categories a {
color: #fff;
font-size: 13px;
display: inline-block;
background: var(--mainColor);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
padding: 5px 15px;
margin-top: 30px;
}

.blog-post-item .post-item-content {
padding: 80px 30px 25px;
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
background-image: -webkit-linear-gradient(top, transparent 0%, #323031 100%);
background-image: -o-linear-gradient(top, transparent 0%, #323031 100%);
background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0);
}

.blog-post-item .post-item-content .post-date {
font-size: 13px;
margin: 0 0 5px;
}

.blog-post-item .post-item-content .post-title {
font-size: 16px;
line-height: 22px;
margin: 0;
}

.blog-post-item .post-item-content .post-title a {
color: #fff;
}

.blog-post-item:hover .post-categories {
opacity: 1;
filter: alpha(opacity=100);
}

#comments .comment-box {
padding: 15px;
background: #fafafa;
}

#comments h3 {
font-size: 24px;
padding: 15px 0;
font-weight: 700;
}

.respond-title {
font-size: 24px;
margin-bottom: 60px;
color: #999;
text-transform: capitalize;
}

#comments .comments-list {
padding: 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #fafafa;
}

#comments .comments-list .media {
padding-bottom: 60px;
}

#comments .comments-list .media .thumb-left {
float: left;
position: relative;
width: 200px;
height: auto;
}

#comments .comments-list .media .thumb-left img {
border: 2px solid #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#comments .comments-list .media .info-body {
margin-left: 20px;
box-shadow: 0 1px 1px rgba(37, 37, 37, 0.08);
padding: 15px;
background: #fff;
}

#comments .comments-list .media .info-body .media-heading {
margin-bottom: 15px;
}

#comments .comments-list .media .info-body .media-heading .name {
font-weight: 500;
font-size: 18px;
}

#comments .comments-list .media .info-body .media-heading .comment-date {
color: #999;
margin-bottom: 5px;
font-size: 14px;
}

#comments {
margin-top: 15px;
}

#comments .comments-list li ul {
padding-left: 100px;
}

.reply-link {
color: var(--mainColor);
font-size: 14px;
margin-left: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.reply-link:hover {
color: var(--mainColor);
}

.right-sidebar {
padding-left: 20px;
}

.widget-search #search-form {
position: relative;
}

.search-btn {
position: absolute;
top: 0;
right: 20px;
height: 42px;
background-color: transparent;
border: none;
}

.search-btn i {
color: #999;
}

#sidebar {
margin-bottom: 60px;
}

#sidebar .widget_search {
margin-bottom: 60px;
}

#sidebar .widget {
background-color: #fafafa;
margin-bottom: 60px;
}

#sidebar .widget .widget-title {
padding: 17px 25px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #f1f1f1;
}

#sidebar .categories-list {
padding: 20px;
}

#sidebar .categories-list li {
padding: 7px 0;
}

#sidebar .categories-list li a {
text-decoration: none;
color: #888;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#sidebar .categories-list li a:hover {
color: var(--mainColor);
}

#sidebar .categories-list li a i {
margin-right: 5px;
}

#sidebar .categories-list li .category-counter {
font-size: 12px;
}

#sidebar .posts-list {
padding: 20px;
}

#sidebar .posts-list li {
padding-bottom: 12px;
}

#sidebar .posts-list .widget-thumb {
float: left;
}

#sidebar .posts-list .widget-thumb a {
display: block;
}

#sidebar .posts-list .widget-thumb a img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}

#sidebar .posts-list .widget-content a {
font-weight: 500;
color: #484848;
font-size: 14px;
}

#sidebar .posts-list .widget-content a:hover {
color: var(--mainColor);
}

#sidebar .posts-list .widget-content span {
color: #999;
font-size: 13px;
display: block;
margin: 2px 0;
}

#sidebar .posts-list .widget-content span i {
padding-right: 5px;
}

#sidebar .tagcloud {
padding: 20px;
}

#sidebar .tagcloud a {
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
margin-bottom: 5px;
color: #6f6f6f;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

#sidebar .tagcloud a:hover {
color: var(--mainColor);
}

#sidebar .add-box {
padding: 20px;
}

#sidebar .add-box img {
width: 100%;
}

/* Contact Forme */
#conatiner-map {
width: 100%;
height: 480px;
}

#google-map-area {
padding-top: 60px;
position: relative;
}

#google-map-area .container-fluid {
padding-left: 0;
padding-right: 0;
}

#content {
position: relative;
}

#content .contact-form,
#content .information {
margin-top: 40px;
}

#content .contact-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
padding-bottom: 25px;
position: relative;
}

#content .contact-title:before {
content: "";
height: 3px;
width: 40px;
background: var(--mainColor);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

#content .contact-datails {
margin-top: 15px;
position: relative;
}

#content .contact-datails .icon {
position: absolute;
}

#content .contact-datails .icon i {
font-size: 18px;
color: var(--mainColor);
}

#content .contact-datails .info {
padding-left: 28px;
}

#content .contact-datails .info h3 {
font-size: 15px;
display: block;
}

#content .contact-datails .info .datail {
display: block;
color: #888;
}

.form-group {
margin-bottom: 0px;
}

.form-control {
display: block;
width: 100%;
line-height: 26px;
font-size: 14px;
box-shadow: none;
color: #848484;
text-transform: capitalize;
background: #ffffff;
padding: 7px 19px;
border: 1px solid #e5e5e5;
border-radius: 50px;
font-weight: 400;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

textarea {
border-radius: 4px !important;
}

.form-control:focus {
border-color: var(--mainColor);
outline: 0;
box-shadow: none;
}

.login-area {
width: 100%;
background: #fafafa;
border: 1px solid #eaedef;
}

.login-area h3 {
margin: 0;
padding: 0 20px;
font-size: 16px;
font-weight: 500;
line-height: 48px;
background: #f7f7f7;
text-align: center;
border-bottom: 1px solid #eaedef;
}

.login-area .login-form {
padding: 30px 15px;
}

.login-area .login-form .input-icon {
position: relative;
}

.login-area .login-form .input-icon i {
font-size: 15px;
left: 16px;
color: #999;
line-height: 22px;
margin-top: -11px;
position: absolute;
top: 50%;
}

.login-area .login-form .input-icon input {
padding-left: 40px;
}

.login-area .checkbox {
display: inline-block;
}

.login-area .checkbox label {
font-size: 13px;
margin-left: 5px;
}

.login-area .forgetpassword {
float: right;
font-size: 14px;
line-height: 20px;
color: #999;
}

.login-area .forgetpassword:hover {
color: var(--mainColor);
}

.login-area .form-links a {
color: #999;
}

.login-area .form-links a:hover {
color: var(--mainColor);
}

.close-account {
padding: 15px;
text-align: center;
}

.close-account p {
margin-bottom: 10px;
}

.close-account .radio-inline {
margin: 0px 5px 15px;
}

.wrapper-sub {
padding: 50px 20px;
background: #fafafa;
}

.subscribes p {
font-size: 18px;
color: #484848;
line-height: 30px;
font-weight: 500;
}

.subscribe {
margin-top: 5px;
width: 100%;
}

.subscribe .form-control {
float: left;
width: 100%;
border-radius: 50px;
position: relative;
height: 52px;
}

.subscribe .btn {
padding: 14px 26px;
border-top-left-radius: 0;
position: absolute;
top: 5px;
right: 15px;
border-bottom-left-radius: 0;
}

/* ==========================================================================
 Footer Style
 ========================================================================== */
.block-title {
font-size: 20px;
font-weight: 500;
color: #fff;
margin-bottom: 20px;
padding-bottom: 25px;
position: relative;
}

.block-title:before {
content: "";
height: 3px;
width: 40px;
background: var(--mainColor);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

footer .footer-Content {
background-color: #1a1c1d;
padding: 60px 0;
color: #b7c3c8;
}

footer .footer-Content .footer-logo img {
width: 80%;
}

.textwidget {
font-size: 14px;
font-weight: 300;
line-height: 24px;
}

.textwidget p {
color: #b7c3c8;
font-size: 15px;
}

footer .menu {
padding-left: 0;
}

footer .menu li {
padding-bottom: 10px;
}

footer .menu li a {
color: #b7c3c8;
font-size: 15px;
}

footer .menu li a:hover {
color: var(--mainColor);
}

.media-content-list li {
margin-bottom: 30px;
}

.media-content-list li:hover .overlay {
opacity: 1;
}

.media-content-list .media-left {
float: left;
width: 92px;
height: 70px;
margin-right: 10px;
position: relative;
overflow: hidden;
}

.media-content-list .media-left .overlay {
position: absolute;
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.3s ease-in-out;
}

.media-content-list .media-left .overlay .price {
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
position: absolute;
top: 30%;
left: 33px;
}

.media-content-list .media-body {
margin-left: 85px;
margin-bottom: 0;
}

.media-content-list .media-body h4 {
margin-bottom: 5px;
line-height: 20px;
font-size: 14px;
font-weight: 400;
}

.media-content-list .media-body h4 a {
color: #b7c3c8;
}

.media-content-list .media-body h4 a:hover {
color: var(--mainColor);
}

.contact-footer {
margin: 0;
padding: 0;
display: inline-block;
}

.contact-footer li {
padding: 3px 0;
}

.contact-footer li strong {
float: left;
}

.contact-footer li span {
margin-left: 66px;
display: block;
}

.contact-footer li span a {
color: #b7c3c8;
}

.contact-footer li span a:hover {
color: var(--mainColor);
}

.text-sub {
margin-bottom: 10px;
}

#subscribe-form .form-group {
position: relative;
}

#subscribe-form .form-group .btn-common {
position: absolute;
top: 0;
right: 0;
padding: 10px 22px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 42px;
}

.footer-social li {
display: inline-block;
margin-right: 12px;
}

.footer-social li a {
background-color: var(--mainColor);
border-radius: 50%;
color: #fff;
height: 32px;
line-height: 32px;
text-align: center;
width: 32px;
display: inline-block;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
background-color: #3b5998;
}

.footer-social li .twitter:hover {
background-color: #55acee;
}

.footer-social li .linkedin:hover {
background-color: #007bb5;
}

.footer-social li .google-plus:hover {
background-color: #dd4b39;
}

.bottom-card li {
display: inline-block;
}

.bottom-card li img {
max-width: 100%;
height: auto;
}

#copyright {
background-color: #111212;
padding: 20px 0 10px;
color: #fff;
}

#copyright p {
line-height: 34px;
}

#copyright p a {
color: #fff;
}

#copyright p a:hover {
color: var(--mainColor);
}

.social-icon .facebook:hover {
background-color: #3b5998;
}

.social-icon .twitter:hover {
background-color: #55acee;
}

.social-icon .dribble:hover {
background-color: #D34836;
}

.social-icon .flickr:hover {
background-color: #ff0084;
}

.social-icon .youtube:hover {
background-color: #CC181E;
}

.social-icon .google-plus:hover {
background-color: #dd4b39;
}

.social-icon .linkedin:hover {
background-color: #007bb5;
}

#about .about-wrapper {
padding: 40px 0;
}

#about .intro-title {
font-size: 24px;
line-height: 36px;
margin-bottom: 20px;
}

#about .intro-desc {
margin-bottom: 15px;
}

.special-product {
position: relative;
margin: 0;
overflow: hidden;
}

.special-product:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.special-product .product-text {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
/* background: #555; */
/* -webkit-transition: all .3s ease-in-out; */
/* transition: all .3s ease-in-out; */
/* -webkit-transform: translate3d(0, 100%, 0); */
/* transform: translate3d(0, 100%, 0); */
padding: 30px;
z-index: 2;
}

.special-product .product-text h3 {
font-size: 30px;
color: #fff;
}

.special-product .product-text .offer-details {
margin-top: 30px;
color: #fff;
}

.special-product .product-text .offer-details h4 {
font-size: 18px;
}

.special-product .product-text .offer-details p {
font-size: 16px;
}

.special-product .product-text .price {
font-weight: 700;
color: #fff;
font-size: 26px;
color: #03cd67;
margin-bottom: 15px;
}

.special-product .product-text .icon-footer {
position: absolute;
right: 30px;
bottom: 20px;
}

.special-product .product-text .icon-footer a {
font-size: 30px;
color: #fff;
}

.special-product .product-text .icon-footer a:hover {
color: var(--mainColor);
}

.special-product .product-text .text {
font-size: 15px;
color: #fff;
font-weight: 500;
}

.cta {
background: #fafafa;
}

.single-cta {
background: #fff;
text-align: center;
padding: 30px;
}

.single-cta .cta-icon {
padding-bottom: 15px;
}

.single-cta .cta-icon i {
font-size: 40px;
color: var(--mainColor);
}

.single-cta h4 {
font-size: 18px;
margin-bottom: 10px;
}

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

.head-faq {
margin-bottom: 20px;
}

.panel-group .panel {
margin-bottom: 24px;
}


.newsletter_block_popup_content .block_content {
color:#fff;
position:absolute;
top:50%;
left:auto;
right:50px;
max-width:335px;
transform:translate(0%,-50%);
-webkit-transform:translate(0%,-50%);
-ms-transform:translate(0%,-50%);
-moz-transform:translate(0%,-50%);
-o-transform:translate(0%,-50%)
}
.popup_title h2 {
font-size:18px;
font-weight:700;
line-height:1;
margin:0 0 15px 0;
padding:0;
text-transform:uppercase;
text-align:left
}
.popup_content p {
font-size:12px;
padding:0;
margin:0 0 30px;
line-height:18px;
color:#fff
}
#newsletter-input-popup {
background-color:#fff;
border:medium none;
clear:both;
color:#666;
display:block;
float:left;
padding:0 22px;
font-size:13px;
line-height:36px;
min-width:335px
}
.button_unique {
background-color:#444;
border:medium none;
cursor:pointer;
display:block;
float:left;
font-size:13px;
line-height:1;
margin-top:16px;
padding:12px 18px 11px;
text-align:center;
text-transform:uppercase;
transition:all 0.3s ease-in-out 0s;
-webkit-transition:all 0.3s ease-in-out 0s;
-moz-transition:all 0.3s ease-in-out 0s
}
.button_unique:hover {
background:#37c6ca
}
.newsletter_block_popup-bottom {
bottom:15px;
right:15px;
cursor:pointer;
position:absolute;
left:auto;
display:flex;
align-items:center
}
.newsletter_block_popup-bottom span {
background-color:transparent;
border:1px solid #fff;
width:20px;
height:20px;
margin-right:10px;
float:left
}
.send-response p {
font-size:12px;
padding:0;
background:none;
border:none;
color:#900;
margin:0;
padding-bottom:5px
}
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again {
width:20px;
height:20px;
margin:0;
opacity:0
}
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again:focus,
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again:checked {
opacity:1
}
.newsletter_block_popup-bottom label {
color:#fff;
cursor:pointer;
font-size:12px;
margin-bottom:0;
font-weight:400
}
#field-search-no-popup input::placeholder {
color:rgba(68,68,68,.5);
opacity:1
}
#field-search-no-popup input:-ms-input-placeholder {
color:rgba(68,68,68,.5)
}
#field-search-no-popup input::-ms-input-placeholder {
color:rgba(68,68,68,.5)
}
#cms #cms-about-us img:hover {
opacity:.7
}
.button-popup-sizechart {
margin-top:25px;
background:transparent!important;
color:#666;
text-align:left;
padding:0
}
.button-popup-sizechart:hover {
color:#37c6ca
}
#Popup_sizechart .modal-dialog {
max-width:100%;
height:auto;
margin:10px
}
#Popup_sizechart .modal-header {
justify-content:center;
padding:8px;
border-bottom:1px solid #ebebeb
}
#Popup_sizechart .modal-header h1 {
text-transform:uppercase;
margin:0;
text-align:center
}
.left-content-size .hover_banner_img {
text-align:center;
border:1px solid #f2f2f2
}
.title-measure {
font-size:24px;
line-height:24px;
margin:-3px 0 37px;
text-transform:uppercase
}
.text-measure li {
font-size:14px;
line-height:16px;
margin-bottom:15px
}
.text-measure li:before {
content:"\f111";
font-family:"fontawesome";
font-size:10px;
line-height:15px;
margin-right:5px;
vertical-align:bottom
}
.title-measure.a2 {
margin-bottom:30px
}
#Popup_sizechart .table-sizegudie {
border:1px solid #ebebeb;
margin:0
}
.field-banner-slider .nivo-controlNav {
padding:0;
text-align:center;
line-height:1;
bottom:5px
}
#header-menu {
position:relative;
display:block;
clear:both;
background:#333
}
.field-demo-wrap {
top:132px;
z-index:9999
}
#_desktop_language_selector {
float:right;
text-shadow:none;
position:relative;
line-height:40px
}
#header-menu .v-megamenu-container {
margin:0;
position:relative;
text-align: right !important;
}
.v-megamenu-container {
display:block;
float:left;
width:100%;
position:relative;
/*! text-align: right !important; */
}
.v-megamenu-title {
background:none repeat scroll 0 0 #37c6ca;
padding:0 19px;
/*! text-align:left; */
border-radius:0;
height:50px;
line-height:50px;
position:relative
}
#_mobile_fieldvmegamenu .v-megamenu-title {
background:#444
}
#index .v-megamenu-title.Click:before,
#index .v-megamenu-title.active.Click:before {
content:""
}
#index .v-megamenu-title:before,
body:not(#index) .v-megamenu-title:before {
color:#fff;
/*! content:"\f067"; */
/*! font-family:"fontawesome"; */
font-size:18px;
line-height:1;
margin-top:-9px;
position:absolute;
right:16px;
top:50%;
/*! width: 150px !important; */
text-align: center;
}
.v-megamenu-title.Click .fa-reorder {
opacity:1
}
.v-megamenu-title .fa-reorder {
color:#fff;
font-size:18px
}
.v-megamenu-container i {
margin-right:6px;
font-size:18px;
width:20px;
text-align:center
}
.v-megamenu-title h4 {
color:#fff;
display:inline-block;
font-size:20px;
margin:0;
font-weight:700;
line-height:20px;
text-transform:uppercase;
text-align: right !important;
/*! margin-left: 150px; */
}
#header-menu .v-megamenu {
left:0;
position:absolute;
top:50px;
width:100%;
z-index:999;
border-color:#f2f2f2;
border-style:solid;
border-width:0 1px 1px;
padding-bottom:20px;
background:#fff;
display:none
}
.v-megamenu>ul>li {
text-transform:uppercase;
padding-bottom:0;
position:relative;
text-align:left;
background:#fff
}
#page .v-megamenu ul li a {
display:block
}
#header a {
color:#444;
ds: *;
}
.v-megamenu>ul>li>a {
color:#444;
display:block;
font-size:12px;
font-weight:400;
line-height:20px;
padding:12px 0 3px 20px;
text-transform:capitalize;
margin:0;
border:none
}
.v-megamenu-container .v-megamenu i {
font-size:18px;
left:17px;
margin:0;
padding:0;
position:absolute;
right:auto;
display:none;
top:17px
}
#page .v-megamenu ul li a {
display:block
}
.v-megamenuitem a.opener {
box-shadow:none;
border:0
}
.v-megamenuitem a.opener {
height:auto;
margin:0;
padding:0;
position:absolute;
right:0;
text-align:center;
top:15px;
width:auto;
line-height:1
}
.st_header {
background:#37c6ca;
height:50px
}
.st_img {
float:left;
padding:10px 20px 10px 34px
}
.st_text {
font-size:14px;
font-weight:700;
color:#fff;
line-height:50px
}
#header-menu .stt-menu {
max-width:260px;
float:right;
}
#field-search-no-popup #searchbox {
position:relative
}
#field-search-no-popup {
float:left;
position:relative
}
.search_filter {
background:#fff none repeat scroll 0 0;
position:relative;
width:auto!important;
display:inline-block;
margin-bottom:0;
border:1px solid #f2f2f2;
border-width:1px 0 1px 1px;
/*! float:left */
display: none;
}
.search_filter #category_filter {
-moz-appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
background:transparent none repeat scroll 0 0;
border:0 none;
color:#444;
font-size:12px;
height:48px;
line-height:48px;
padding:0 0 0 18px;
position:relative;
text-transform:uppercase;
width:160px;
z-index:1024
}
#search_query_top {
background:#fff none repeat scroll 0 0;
border:0 none;
color:rgba(68,68,68,.5);
display:inline-block;
font-size:15px;
height:50px;
line-height:50px;
box-shadow:none!important;
margin-right:0;
padding:0 45px 0 20px;
width:600px;
border:1px solid #f2f2f2;
/*! border-width:1px 1px 1px 0; */
border-radius: 40px;
/*! padding-left: 80px !important; */
}
#field-search-no-popup .btn.button-search {
transition:all 0.3s ease-in-out 0s;
-moz-transition:all 0.3s ease-in-out 0s;
-webkit-transition:all 0.3s ease-in-out 0s
}
#field-search-no-popup .btn.button-search {
-moz-box-shadow:none;
-webkit-box-shadow:none;
background:transparent none repeat scroll 0 0;
border:0 none!important;
box-shadow:none!important;
height:50px;
padding:0;
position:absolute;
right:0;
text-align:center;
top:-1px;
width:50px;
color:#646464;
font-size:16px;
display: none;
}
#field-search-no-popup .search_filter:before {
border-right:2px solid #f2f2f2;
content:"";
height:32px;
position:absolute;
right:0;
top:8px;
width:0
}

#header .v-megamenu>ul>li:hover>a,
#left-column .v-megamenu>ul>li:hover>a {
color:#37c6ca;
border-bottom:none
}
.v-megamenu>ul>li:hover {
background:transparent;
margin:0
}
.top-title .title_block {
color:#444;
font-size:16px;
line-height:16px;
margin:0 0 20px;
padding:14px 40px 16px 20px;
position:relative;
text-transform:uppercase;
font-weight:700;
background:#f2f2f2
}
.top-title .title_block a {
color:#444
}
.top-title .title_block a:hover,
.top-title .title_block:hover {
color:#37c6ca
}
#best-sellers_block_right.block {
margin-bottom:0
}
.horizontal_mode .item-inner {
/*! border:1px solid #f2f2f2; */
position:relative;
margin-bottom:30px;
overflow:hidden;
width: 100%
}
.pro-new {
background-color:#444;
color:#fff;
top:15px;
left:15px;
position:absolute;
text-transform:uppercase;
border-radius:50%;
width:40px;
height:40px;
line-height:38px;
text-align:center;
z-index:2
}
.new_product {
font-size:10px;
margin:0;
border-width:1px 0;
border-style:solid;
border-color:#fff;
padding:0 2px 1px
}
.b-prices-reduc {
background-color:#37c6ca;
color:#fff;
top:15px;
right:15px;
margin:0;
position:absolute;
text-transform:uppercase;
border-radius:50%;
width:40px;
height:40px;
line-height:38px;
text-align:center;
z-index:2
}
.b-prices-reduc .discount-percentage-ft {
font-size:10px;
margin:0;
border-width:1px 0;
border-style:solid;
border-color:#fff;
padding:0 2px 1px
}
.product-price-and-shipping {
display:block;
line-height:1;
margin-top:4px;
overflow:hidden
}
.item-inner:hover .left-product .cover_image:before,
.item-product-list:hover .left-product .cover_image:before {
background-color:rgba(0,0,0,.5);
content:"";
left:0;
right:0;
margin:auto;
position:absolute;
top:0;
bottom:0;
z-index:1;
transition:all 0.3s ease-out 0s
}
.left-product:hover .tab_button a.quick-view {
margin-left:-55px
}
.left-product .tab_button a.quick-view {
left:50%;
margin-left:-165px;
margin-bottom:0;
transition:all 0.4s ease-in-out 0s;
-webkit-transition:all 0.4s ease-in-out 0s;
-ms-transition:all 0.4s ease-in-out 0s
}
.left-product:hover .tab_button .wishlist a {
margin-bottom:0;
opacity:1
}
.left-product .tab_button .wishlist a {
left:50%;
margin-left:-15px;
margin-bottom:-80px;
opacity:0;
transition:all 0.4s ease-in-out 0s;
-webkit-transition:all 0.4s ease-in-out 0s;
-ms-transition:all 0.4s ease-in-out 0s
}
.left-product:hover .tab_button .compare a {
margin-right:-55px
}
.left-product .tab_button .compare a {
margin-right:-165px;
right:50%;
transition:all 0.4s ease-in-out 0s;
-webkit-transition:all 0.4s ease-in-out 0s;
-ms-transition:all 0.4s ease-in-out 0s
}
.left-product .tab_button a {
background:transparent;
border:1px solid #fff;
bottom:30px;
color:#fff;
display:inline-block;
float:left;
position:absolute;
width:30px;
height:30px;
line-height:28px;
text-align:center;
z-index:2;
transition:all 0.4s ease-in-out 0s;
-webkit-transition:all 0.4s ease-in-out 0s;
-ms-transition:all 0.4s ease-in-out 0s
}
.left-product:hover .btn-add-to-cart .add-to-cart {
animation-duration:1s;
animation-iteration-count:1;
animation-name:hvr-adtocart;
animation-timing-function:ease-in-out;
opacity:1;
margin-top:0;
transition:all 1s ease-in-out 0s;
-webkit-transition:all 1s ease-in-out 0s;
-ms-transition:all 1s ease-in-out 0s
}
.left-product .btn-add-to-cart .add-to-cart {
opacity:0
}
.left-product .btn-add-to-cart .add-to-cart {
margin-top:0
}
.left-product .btn-add-to-cart .add-to-cart {
border:0;
transform:translate(-50%,-50%);
background:#2b2a2a none repeat scroll 0 0;
border:0 none;
color:#fff;
padding:5px 30px;
position:absolute;
top:50%;
left:50%;
z-index:2;
line-height:1;
/*! white-space:nowrap; */
cursor:pointer;
transition:all 0.4s ease-in-out 0s;
-webkit-transition:all 0.4s ease-in-out 0s;
-ms-transition:all 0.4s ease-in-out 0s;
text-align: center;
padding-right: 35px;
padding-bottom: 7px;
border-radius: 5px;
}
.left-product .btn-add-to-cart .add-to-cart i {
font-size:13px;
line-height:14px;
/*! margin-right:10px */
color: var(--mainColor);
}
.left-product .btn-add-to-cart .add-to-cart span {
font-size:12px;
font-weight:400;
white-space:nowrap;
text-transform:uppercase;
line-height:12px
}
@keyframes hvr-adtocart {
16.65% {
margin-top:10px;
opacity:.2
}
33.3% {
margin-top:-15px;
opacity:.4
}
49.95% {
margin-top:10px;
opacity:.6
}
66.6% {
margin-top:-5px;
opacity:.8
}
83.6% {
margin-top:3px;
opacity:.9
}
100% {
margin-top:0;
opacity:1
}
}
#field_bestseller_product_block,
#field_featured_products_block,
#field_specials_product_block {
margin-bottom:0
}
.hover_banner_img1 {
display:inline-block;
position:relative
}
.hover_banner_img1 a:hover::before {
transform:scale(1);
z-index:1
}
.hover_banner_img1 a::before {
height:100%;
border-style:solid;
border-width:10px;
border-color:rgba(255,255,255,.45);
background:rgba(255,255,255,.15);
content:"";
position:absolute;
transform:scale(0);
transition-duration:0.3s;
transition-property:transform;
width:100%;
transition-timing-function:ease-out;
z-index:-1
}
.horizontal_mode,
.vertical_mode {
position:relative
}
.owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color:transparent;
position:static
}
.owl-carousel .owl-nav button.owl-prev,
#field_testimonials .btn_prev {
margin-right:8px
}
.item-inner .item-countdown-time {
z-index:9;
white-space:nowrap
}
.item-inner .item-countdown .section_cout {
color:#37c6ca;
float:left;
display:inline-block;
text-align:center;
position:relative;
z-index:999
}
.item-inner .item-countdown .section_cout:after {
content:":";
display:inline-block;
float:left;
font-size:13px;
line-height:13px
}
.item-inner .item-countdown .section_cout:first-child:after {
display:none
}
.item-inner .item-countdown .section_cout:last-child:after {
display:none
}
.item-inner .item-countdown .section_cout:last-child {
margin-right:0
}
.item-inner .item-countdown .section_cout:first-child span.text {
display:inline-block;
font-size:13px;
line-height:13px;
float:left;
margin-right:6px
}
.item-countdown {
padding-top:1px;
float:left
}
.item-time {
display:inline-block;
width:100%
}
.item-time-bor {
border-top:1px solid #f2f2f2;
width:100%;
padding:20px 0 0;
margin-top:15px;
display:inline-block
}
.item-time .fa-clock-o {
float:left;
font-size:14px;
line-height:14px;
color:#37c6ca
}
.item-inner .item-countdown .section_cout:first-child span:not(.text) {
margin-right:2px;
margin-left:6px
}
.item-inner .item-countdown .section_cout span.text {
display:none
}
.item-inner .item-countdown .section_cout span:not(.text) {
float:left
}
.item-inner .item-countdown .section_cout span {
float:none;
color:#37c6ca;
font-size:13px;
line-height:13px
}
#field_onecate_products_block .owl-carousel .owl-item .item {
border:1px solid #f2f2f2;
padding:0 20px
}
#field_onecate_products_block .left_image_product a:hover img {
opacity:.8
}
#field_onecate_products_block .product_new_container {
position:static
}
.smart-blog-home,
#field_list_brands_block {
position:relative;
margin-bottom:50px
}
.footer-address {
text-align:center
}
#footer .footer-address p {
color:#666;
font-size:13px;
margin:0;
line-height:35px
}
#footer .footer-address a {
font-size:12px;
color:#989898
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline:0
}
#item-search .items-list-search .item .right-search-ajax {
display:inline-block;
height:100%;
margin-left:15px;
float:left;
text-align:left
}
#item-search .items-list-search .item .right-search-ajax .product_name {
font-size:14px
}
#item-search {
position:absolute;
left:auto;
right:0;
background:#f2f2f2;
max-width:410px;
width:410px;
z-index:10
}
#item-search .product-price-and-shipping {
margin-top:10px
}
#item-search .price {
font-size:16px
}
.dropdown-divider {
height:2px;
margin:.5rem 0;
overflow:hidden;
border-bottom:1px solid #f2f2f2;
background:none
}
#left-column .banner-left,
#right-column .banner-right {
margin-bottom:50px
}
.facets_content {
border:1px solid #f2f2f2;
padding:0 15px;
overflow:hidden
}
#product .breadcrumb-all-page .bt-top {
margin-bottom:0
}
#product .breadcrumb-all-page .back_ct_img {
display:none
}
#product .breadcrumb-all-page .breadcrumb-abs {
margin-top:50px
}
#product #wrapper .breadcrumb li a {
text-transform:capitalize;
line-height:1;
font-size:16px;
font-weight:400
}
#product #wrapper .breadcrumb li:after {
content:"\f105"
}
#product #wrapper .breadcrumb li:last-child:after {
content:""
}
.v-megamenu>ul>li div.submenu.right-co {
width:500px
}
.v-megamenu>ul>li div.submenu {
margin-left:0;
padding:0
}
.v-megamenu .submenu .v-main-section.only-right {
width:200px;
float:left
}
.v-megamenu .right-section {
width:297px;
float:right;
min-height:20px
}
.v-megamenu .section-indent {
padding:18px 0 15px 12px;
overflow:hidden
}
.v-megamenu ul {
margin-bottom:0
}
.v-megamenu .v-main-section-products>li,
.v-megamenu .v-main-section-links>li {
float:left;
width:190px;
padding:0 15px;
margin-bottom:8px
}
.v-main-section-links>li>a {
color:#444;
font-size:12px;
font-weight:700;
line-height:12px;
margin:12px 0 0;
padding:0 0 7px;
text-transform:uppercase;
display:block
}
.v-main-section-links>li>a:hover {
color:#37c6ca
}
.v-main-section-sublinks li {
padding:6px 0;
position:relative;
transition:all 0.3s ease-in-out 0s;
-webkit-transition:all 0.3s ease-in-out 0s;
-ms-transition:all 0.3s ease-in-out 0s
}
.v-megamenu .v-main-section-sublinks li a {
color:#444;
font-size:12px;
font-weight:400;
line-height:12px;
text-transform:capitalize;
display:block
}
.v-megamenu .v-main-section-sublinks li a:hover,
.v-megamenu>ul>li>a:hover {
color:#37c6ca
}
.v-megamenu .right-section .section-indent {
padding-right:30px;
padding-top:30px
}
.v-megamenu .section-indent {
padding:18px 0 15px 12px;
overflow:hidden
}
.v-megamenu .right-title {
font-weight:700;
font-size:12px;
padding-bottom:0;
margin-bottom:25px;
color:#444;
line-height:12px
}
.v-megamenu>ul>li div.submenu {
display:none;
top:0;
left:100%;
width:auto;
z-index:99999;
position:absolute;
background-color:#fff;
background-position:100% 100%;
background-repeat:no-repeat;
-webkit-animation-duration:.6s;
animation-duration:.6s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.v-megamenuitem a.opener {
height:20px;
margin:0;
padding:0;
position:absolute;
right:10px;
text-align:center;
top:10px;
width:20px;
color:#444;
line-height:20px
}
.v-megamenuitem a.opener:before {
content:"\f105";
font-family:fontawesome;
font-size:13px;
text-transform:none
}
.v-right-section-products.nbs-flexisel-ul {
left:0!important
}
.v-right-section-products.nbs-flexisel-ul,
.v-bottom-section-links.nbs-flexisel-ul {
width:10000%;
position:relative
}
.menu-product li {
text-align:center;
position:relative
}
.v-right-section-products.nbs-flexisel-ul li {
margin:0;
width:315px!important;
float:left;
text-align:left
}
.v-right-section-products.nbs-flexisel-ul li .li-indent,
.v-bottom-section-links li a {
margin-right:20px;
position:relative;
display:block
}
.v-megamenu .menu-product .product-image-link {
display:inline-block;
padding-bottom:15px;
border-bottom:1px solid #f2f2f2;
margin-bottom:11px
}
.v-megamenu>ul>li div.submenu.fmsid13 img {
height:auto;
width:100px;
margin-right:154px;
height:111px;
display:inline-block;
border:1px solid #f2f2f2;
float:left
}
.v-megamenu ul li a.menu-product-name {
display:inline-block;
position:absolute;
width:100%;
top:22px;
left:0;
text-align:left;
font-size:12px;
padding-left:120px
}
.menu-product-name {
color:#696c6a;
font-size:19px;
text-transform:none;
display:block;
line-height:26px
}
.menu-product .price-container {
display:block;
width:100%;
height:auto;
text-align:left;
line-height:1;
border-radius:0;
position:absolute;
left:0;
right:auto;
padding-left:120px;
top:50px
}
.v-right-section-products.nbs-flexisel-ul li .li-indent,
.v-bottom-section-links li a {
margin-right:20px;
position:relative;
display:block
}
.v-megamenu .v-right-section-products.nbs-flexisel-ul li div:nth-last-child(1) a.product-image-link {
border:0;
padding:0
}
.v-main-section-sublinks li ul {
display:none
}
.v-main-section-sublinks li a.opener {
display:none
}
.v-megamenu>ul>li div.submenu.full-width,
.v-megamenu>ul>li div.bottom-co {
width:600px
}
.v-megamenu .v-main-section {
width:100%;
float:left;
min-height:20px
}
.submenu .only-bottom .section-indent {
padding:15px 15px 0 12px
}
.v-megamenu .v-bottom-section {
width:100%;
float:none;
clear:both;
position:relative
}
.v-megamenu .v-bottom-section .section-indent {
padding:15px 15px 30px 15px;
overflow:hidden;
text-align:center
}
.v-megamenu>ul>li div.submenu.right-co.fmsid16 {
width:400px
}
.v-megamenu div.submenu.right-co.fmsid16 .right-section {
width:197px
}
.v-megamenu-container img:hover {
opacity:.8
}
.home-vmegamenu .v-megamenu {
position:relative;
margin-top:-10px;
width:100%;
border-color:#f2f2f2;
border-style:solid;
border-width:0 1px 1px;
padding-bottom:20px;
background:#fff;
margin-bottom:30px;
z-index:1
}
#_mobile_fieldvmegamenu .v-megamenu {
position:relative;
width:100%;
border-color:rgba(0,0,0,.1);
border-style:solid;
border-width:0 1px 1px;
padding-bottom:20px;
background:#fff;
z-index:1;
display:none
}
.smart-blog-home .news_module_image_holder img {
width:auto
}
.smart-blog-home .item-inner {
max-width:270px;
margin:0 auto
}
#field_list_brands_block .img-wrapper img {
margin:0 auto
}
#product-modal .modal-content .modal-body {
margin-left:0;
padding:0
}
#product-modal .modal-content .modal-body figure {
background:#fff
}
#product-modal #product-description-short {
margin-top:0;
text-align:justify;
line-height:20px;
color:#666
}
#product-modal .modal-content .modal-body .image-caption {
background:#fff;
width:100%;
padding:12px;
border-top:1px solid #f2f2f2
}
#product-modal .product-images>li.thumb-container {
display:block
}
#product-modal .modal-content .modal-body .mask.nomargin {
margin-top:0;
padding:0
}
#product-modal .modal-content .modal-body .product-images {
margin-left:20px
}
#product-modal .modal-content .modal-body .product-cover-modal {
margin:0 auto;
display:block
}
#product-modal .modal-content .modal-body .product-images img {
width:100px;
cursor:pointer;
background:#fff
}
#module-fieldcompare-comparator .item-inner {
min-width:270px
}
#module-blockwishlist-mywishlist #block-order-detail .right-product .comments_note {
display:inline-block;
margin-top:0;
vertical-align:middle
}
#block-order-detail .wishlist_product_detail {
margin-top:10px
}
.breadcrumb-all-page img:hover {
opacity:.8
}
.product-cover .layer:hover .zoom-in {
color:#37c6ca
}
@media (min-width:1200px) {
#Popup_sizechart .modal-dialog {
max-width:1100px;
margin:30px auto
}
}
@media (max-width:1199px) {
#mywishlist {
overflow:auto
}
}
@media (min-width:992px) {
.home-vmegamenu .v-megamenu-title {
display:none
}
.v-megamenu>ul>li div.submenu {
box-shadow:1px 1px #f0f0f0;
border-left:3px solid #37c6ca;
border-top:1px solid #f0f0f0;
-webkit-box-shadow:1px 1px #f0f0f0;
-ms-box-shadow:1px 1px #f0f0f0
}
}
@media (max-width:1199px)and (min-width:992px) {
.banner22 {
margin-bottom:24px
}
.horizontal_mode .item-inner .right-product {
padding:15px
}
.v-megamenu>ul>li>a {
padding:5.5px 0 3px 20px
}
#search_query_top {
width:300px
}
.small-slide-title p {
font-size:14px
}
#static_footer_center .footer_icon p {
font-size:12px
}
#footer_contact .footer_icon i {
margin-right:0
}
#footer .footer-center .links ul li {
line-height:25px
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_1 .menu-item.customcontent .img3 {
margin-top:-68px
}
#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a {
font-size:12px
}
.fieldmegamenu .menu_1 .menu-items li {
line-height:22px
}
#_desktop_fieldmegamenu .menu-bottom p {
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
line-height:16px;
max-height:32px;
-webkit-line-clamp:2;
-webkit-box-orient:vertical
}
.vertical_mode .block_content {
padding:0 10px
}
.vertical_mode .item-inner {
padding:10px 0
}
.vertical_mode .item-inner .left-product {
margin-right:10px
}
.vertical_mode .regular-price {
margin-left:0
}
.smart-blog-home .content_blogpost {
padding:7px
}
.btn-blog-viewall {
margin-top:5px
}
.date_blog {
margin-bottom:8px
}
.des_testimonial p:before,
.des_testimonial p:after {
display:none
}
#field_onecate_products_block .owl-carousel .owl-item .item {
padding:0 10px
}
#footer .block-social li {
margin:0 3px 0 0
}
#footer .block-social {
padding-left:0
}
.block_newsletter form .input-wrapper input {
width:165px
}
}
@media (max-width:991px)and (min-width:768px) {
.item-product-list .left-product {
max-width:210px
}
#box-product-list .item-product-list .product-miniature .right-product {
padding:8px
}
.vertical_mode .block_content {
padding:0 10px
}
.vertical_mode .item-inner {
padding:10px 0
}
.vertical_mode .item-inner .left-product {
margin-right:10px
}
.vertical_mode .regular-price {
margin-left:0
}
.banner22 {
margin-bottom:18px
}
#instagram_block .images_inner {
display:inline-block;
float:none
}
#instagram_block .item-instagram.footer_list {
text-align:center
}
}
@media (max-width:991px) {
#product-modal .modal-content .modal-body .product-images {
margin-left:0
}
#product-modal .product-images>li.thumb-container {
display:inline-block
}
#category #wrapper .breadcrumb {
width:100%
}
.products-selection {
margin-bottom:0;
position:relative;
top:0;
right:0;
display:block;
justify-content:start
}
#_mobile_fieldvmegamenu {
position:relative;
overflow:hidden
}
.stt-menu {
margin-top:30px
}
#index .stt-menu {
margin-bottom:30px
}
.st_header {
text-align:center
}
.st_header>div {
display:inline-block
}
.st_img {
float:none;
padding:10px 20px
}
#instagram_block .title-top-ft h4 {
margin-top:15px
}
.small-slide-title p {
font-size:16px;
line-height:22px
}
.block_newsletter form {
display:flex;
justify-content:center;
padding-bottom:10px
}
#footer .block-social ul {
float:none
}
#footer .block-social {
text-align:center
}
#footer .block-social {
padding:10px 0 0 0
}
#instagram_block .images_inner {
max-width:83px
}
.v-megamenu>ul>li div.submenu {
top:100%;
left:10px;
border:1px solid #f2f2f2;
position:relative
}
#_mobile_search {
float:none!important;
display:flex;
justify-content:center;
margin-bottom:30px
}
.welcome-text {
float:none;
text-align:center
}
.right-content-size {
margin-top:30px;
overflow:auto
}
#product h1[itemprop="name"] {
margin-top:30px
}
#blockcart-modal .cart-content {
padding-left:0
}
#blockcart-modal .cart-content-btn {
margin-top:30px
}
#_mobile_fieldmegamenu .menu-bottom p {
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
line-height:16px;
max-height:32px;
-webkit-line-clamp:2;
-webkit-box-orient:vertical
}
.click-product-list-grid {
display:table;
margin:10px auto;
float:none
}
.products-selection .total-products {
display:table;
width:100%;
text-align:center;
margin-bottom:5px
}
.box-sort-by {
text-align:center;
width:100%;
display:block;
float:none;
margin:0
}
.products-sort-order {
float:none;
display:inline-block;
margin-left:0
}
.products-selection .total-products p {
margin:0;
padding:0
}
.container {
width:100%
}
#_mobile_logo {
padding:30px 0;
max-width:230px;
margin:0 auto
}
#header-moblie>div {
width:20%
}
#header-moblie>div i {
color:#fff
}
#header .header-nav .blockcart {
background:transparent;
height:auto;
padding:0;
margin-left:0;
text-align:center;
white-space:nowrap;
color:#fff
}
#header-moblie {
display:block;
margin-bottom:30px;
height:50px;
line-height:50px;
background:#444;
clear:both
}
#header {
background:#fff
}
.title-top-ft h4 {
margin-top:30px
}
.ft_bottom>div {
padding:17.5px 0 0;
text-align:center
}
.ft_bottom {
padding:0
}
#footer .footer-after {
overflow:hidden
}
#_mobile_fieldmegamenu .menu_3 .menu-items {
padding-bottom:22px
}
}
@media (max-width:767px) {
#left-column .banner-left,
#right-column .banner-right {
text-align:center
}
#blockcart-modal .divide-right {
border-left:none
}
.smart-blog-home {
margin-bottom:30px
}
.title-top-ft h4 {
margin-top:5px
}
.footer_logo {
margin-bottom:25px
}
.bp2 {
text-align:center;
margin-bottom:30px
}
#field_onecate_products_block .left_image_product {
text-align:center;
margin-bottom:30px
}
.block_newsletter {
padding-bottom:0;
border-bottom:none
}
#instagram_block .item-instagram.footer_list {
text-align:center
}
#instagram_block .images_inner {
display:inline-block;
float:none
}
#footer .links .navbar-toggler {
display:inline-block;
padding:0;
width:auto;
height:auto;
position:absolute;
top:-2px;
right:0
}
#cms-about-us .cms-row>.row {
display:block
}
#cms-about-us .block_top .cms-box,
#cms-about-us .block_bottom .cms-box {
text-align:center
}
.part_2 {
margin-top:30px
}
.contact-rich .top_text p {
max-width:100%
}
#new_comment_form .modal-dialog {
max-width:600px
}
.popup-content {
max-width:57rem;
width:calc(100% - 30px);
margin:30px auto
}
#footer .links .title {
padding:0;
border-bottom:none;
cursor:pointer;
color:#fff;
position:relative
}
#instagram_block {
clear:both
}
#footer .links .title span.h3 {
color:#fff;
font-size:14px
}
.field-banner-slider {
float:none;
clear:both;
max-width:270px;
margin:0 auto 100px
}
#category #left-column #search_filters {
border-top:none
}
#category #left-column #search_filters_wrapper {
margin-left:0;
margin-right:0
}
#category #left-column #search_filters {
margin-bottom:40px;
border-top:none
}
#category #left-column #search_filters .facet:last-child {
border-bottom:none
}
#category #left-column #search_filters .facet {
margin:0;
line-height:1;
padding:5px 0;
float:left;
width:100%;
position:relative;
border:none
}
#category #left-column #search_filters .facet span.float-xs-right {
width:24px;
height:24px
}
#category #left-column #search_filters .facet .navbar-toggler {
display:inline-block;
padding:0;
width:auto;
height:auto
}
#category #left-column #search_filters .facet .h6 {
padding:0;
border:none;
line-height:24px
}
#category #left-column #search_filters .facet ul li {
border:none;
padding:5px
}
#category #left-column #search_filters .facet .facet-title {
color:#000;
text-transform:uppercase
}
#category #left-column #search_filters .facet .facet-title:hover {
color:#37c6ca
}
}
@media (max-width:700px) {
#_mobile_fieldmegamenu .menu_1 .menu-item.customcontent .img3 {
margin-top:-80px
}
}
@media (max-width:666px) {
#popup_menu_mobile {
width:60%
}
#_mobile_fieldmegamenu .menu-items>li.menu-item {
width:100%!important
}
#_mobile_fieldmegamenu .menu_1 .img1 {
margin-bottom:30px
}
#_mobile_fieldmegamenu .menu_1 .menu-item.customcontent .img3 {
margin-top:20px
}
#_mobile_fieldmegamenu .menu_3 .menu-items {
padding-bottom:30px
}
}
@media (max-width:575px) {
.breadcrumb-abs {
display:none
}
.bn-top {
margin-bottom:30px
}
.box-slider,
.field-main-slider_1 .box-slider {
max-width:800px
}
.large-slide-title {
font-size:30px
}
.big-slide-title {
font-size:50px
}
.small-slide-title p {
font-size:28px;
line-height:1.2
}
#field_testimonials .des_testimonial p {
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
line-height:20px;
max-height:40px;
-webkit-line-clamp:2;
-webkit-box-orient:vertical
}
#_mobile_search {
float:left!important;
display:block;
justify-content:start;
margin-bottom:30px
}
#search_query_top {
width:100%;
margin-top:5px;
border-width:1px;
display: block;
background: #f0e4fb;
margin: 10px 0;
}
#field-search-no-popup .btn.button-search {
top:55px
}
.search_filter {
border-width:1px;
float:none
}
#item-search {
width:100%
}
.v-megamenu>ul>li div.submenu.right-co,
.v-megamenu>ul>li div.submenu.full-width,
.v-megamenu>ul>li div.fmsid2 {
width:calc(100% - 20px)!important
}
.v-megamenu .right-section .section-indent {
padding:0 15px 15px
}
.v-megamenu .fmsid16 .right-section .section-indent {
padding:0 15px 30px!important
}
.v-megamenu div.submenu.right-co.fmsid16 .right-section {
width:100%;
text-align:center
}
.v-megamenu .submenu .v-main-section.only-right,
.v-megamenu .right-section {
width:100%
}
.v-megamenu .v-main-section-products>li,
.v-megamenu .v-main-section-links>li {
width:100%
}
.search_filter #category_filter {
width:200px
}
.div-slide-button {
max-width:180px;
height:50px;
line-height:50px;
font-size:20px
}
#field-search-no-popup #searchbox {
text-align:center;
width: 100%;
}
#field-search-no-popup .search_filter:before {
display:none
}
#content-wrapper,
#left-column {
padding-left:15px!important;
padding-right:15px!important
}
#module-fieldcompare-comparator #content-wrapper,
#module-blockwishlist-mywishlist #content-wrapper,
#contact #content-wrapper,
#index #content-wrapper,
#cms #content-wrapper,
#cart #content-wrapper,
#checkout #content-wrapper {
padding-left:0px!important;
padding-right:0px!important
}
#form_wishlist #submitWishlist {
margin-left:0;
margin-top:10px
}
#product .images-container .owl-carousel {
max-width:120px;
height:auto;
margin:0 auto
}
.cart-item .product-line-grid {
display:block
}
.product-line-grid-left {
padding-right:15px!important;
text-align:center;
margin-bottom:20px
}
.product-line-grid-body {
text-align:center
}
.breadcrumb-no-images {
margin-bottom:10px
}
#new_comment_form .product .product_desc {
margin-top:30px
}
#box-product-list .item-product-list .product-miniature {
display:block
}
#box-product-list .item-product-list .left-product {
margin:30px auto auto;
max-width:270px
}
#box-product-list .item-product-list .right-product .product_name a {
font-size:18px
}
#popup_menu_mobile {
width:87%
}
#field_specials_product_block.vertical_mode .right-product .img_hover {
max-width:255px;
margin:0 auto
}
#static_footer_center .logo_ft {
margin-top:30px;
text-align:center
}
#footer_contact {
margin-bottom:0
}
#static_footer_center .row>div:first-child {
text-align:center
}
#_mobile_fieldmegamenu .menu-items>li .collapsed-menu {
position:absolute;
top:2px;
right:-15px
}
#_mobile_fieldmegamenu .menu-items>li.menu-item .img1,
#_mobile_fieldmegamenu .menu-items>li.menu-item .img2,
#_mobile_fieldmegamenu .menu-items>li.menu-item .img3,
#_mobile_fieldmegamenu .menu-items>li.menu-item .img4 {
text-align:center
}
#_mobile_fieldmegamenu .menu-items>li.menu-item .img2 {
margin-bottom:8px
}
}
@media (min-width:768px) {
.fieldmegamenu .menu-items {
max-width:720px
}
}
@media (min-width:992px) {
.fieldmegamenu .menu-items {
max-width:940px
}
#Popup_myaccount_form .modal-dialog {
min-width:800px
}
}
@media (min-width:1200px) {
.fieldmegamenu .menu-items {
max-width:1170px
}
}
@media (max-width:414px) {
.block_newsletter form {
display:block;
text-align:center
}
.block_newsletter form .input-wrapper {
overflow:hidden;
display:block;
float:none;
margin-bottom:5px
}
.block_newsletter form .input-wrapper input,
.block_newsletter form .btn-submit {
float:none
}
#field-search,
#popup-cart {
width:300px
}
#field-search .search-name-ajax,
#popup-cart .productName {
height:auto;
max-width:100px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
}
body,
.social-sharing li a,
.sds_post_title_home a,
#product .product-prices .current-price {
font-family:"Arial","sans-serif"
}
.v-main-section-links>li>a,
.tabs .nav-tabs .nav-link,
#wrapper .breadcrumb li a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.title_font {
/*! font-family:"Open Sans","Helvetica","Arial","sans-serif" */
}
#field_testimonials .slick-dots li.slick-active button:before,
#field_testimonials .slick-dots li:hover button:before,
#field_testimonials .item i,
.page-footer a.account-link:hover,
.page-footer .text-sm-center a:hover,
#Popup_myaccount_form .modal-content .modal-footer a:hover,
.products-sort-order .select-list:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,
.cart-grid .cart-grid-body>a.label:hover,
div.tags_block .block_content a:hover,
#js-product-list .item-product-list .wishlist:hover a,
#js-product-list .item-product-list .btn-quickview-list:hover .quick-view,
#js-product-list .item-product-list .compare:hover a,
#js-product-list .item-product-list .btn-add-to-cart-list:hover .add-to-cart,
.pagination .current a,
.pagination a:not(.disabled):hover,
.wlp_bought_list .address .btn_action:hover,
#back-top,
.total_compare_value,
.total_wishlist_value,
.block_newsletter form .btn-submit:hover,
.product-actions .add-to-cart:hover,
.product-actions .wishlist:hover,
.product-actions .compare:hover,
#blockcart-modal .cart-content .btn:hover,
.smart-blog-home .item-inner:hover .btn-blog-viewall a,
.left-product .tab_button a:hover,
.horizontal_mode .btn-add-to-cart:hover .add-to-cart,
.b-prices-reduc,
.div-slide-button,
.outer-slide [data-u="arrowright"]:hover,
.outer-slide [data-u="arrowleft"]:hover,
#popup-cart .buttom-checkout:hover,
#_desktop_cart,
.st_header,
.v-megamenu-title,
.modal-header .close:hover,
.popup-header .close:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn:hover,
.btn-primary:active,
.field-demo-wrap .control.active,
#_desktop_currency_selector ul li.current,
#_desktop_currency_selector ul li:hover,
#_desktop_language_selector ul li.current,
#_desktop_language_selector ul li:hover {
background-color:#07141e;
}
.date_blog,
.product-cover .layer:hover .zoom-in,
.button-popup-sizechart:hover,
#header .fieldmegamenu .submenu .title:hover a,
#header .fieldmegamenu .menu-item.depth-1>.title a:hover,
.fieldmegamenu .submenu .title:hover a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a:hover,
#_mobile_fieldmegamenu .submenu .title:hover a,
body#checkout a:hover,
.cart-summary-line .value,
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price,
.cart-grid-body a.label:hover,
.title_block a:hover,
.horizontal_mode .title_block:hover,
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover,
#product .product-prices .current-price,
.item-product-list .price,
#search_filters .facet .facet-title:hover,
#search_filters .facet .facet-label a:hover,
#search_filters>h4:hover,
.block-categories>ul>li:first-child a:hover,
.block-categories .category-sub-menu li[data-depth="0"]:hover>a,
.block-categories .category-sub-menu li[data-depth="0"]:hover>.navbar-toggler i,
.block-categories .category-sub-menu li[data-depth="1"]:hover>a,
.block-categories .category-sub-menu li[data-depth="1"]:hover>.arrows i,
.block-categories .category-sub-menu li[data-depth="2"]:hover>a,
.block-categories .category-sub-menu li[data-depth="2"]:hover>.arrows i,
.block-categories .category-sub-menu li[data-depth="3"]:hover>a,
.block-categories .category-sub-menu li[data-depth="3"]:hover>.arrows i,
.block-categories .category-sub-menu li[data-depth="4"]:hover>a,
.block-categories .category-sub-menu li[data-depth="4"]:hover>.arrows i,
.block-categories .category-sub-menu li:hover:not([data-depth="0"]):not([data-depth="1"])::before,
.active_list .click-product-list-grid>div.click-product-list,
.click-product-list-grid>div:hover,
.active_grid .click-product-list-grid>div.click-product-grid,
#header .v-megamenu>ul>li:hover>a,
#left-column .v-megamenu>ul>li:hover>a,
#wrapper .breadcrumb li a:hover,
.product-price,
#blockcart-modal .cart-content p,
.item-inner .item-countdown .section_cout span,
.sds_post_title_home a:hover,
.item-inner .item-countdown .section_cout,
.item-time .fa-clock-o,
.owl-nav button:hover span,
#field_testimonials .arrows_testimo span:hover,
.top-title .title_block a:hover,
.top-title .title_block:hover,
.v-main-section-links>li>a:hover,
.v-megamenu .v-main-section-sublinks li a:hover,
.v-megamenu>ul>li>a:hover,
#popup-cart .product-line-info-top .price,
#popup-cart .totals-top .price,
a:focus,
a:hover,
.price,
#header a:hover,
#_desktop_fieldmegamenu.fieldmegamenu>ul>li .no-description a.active .title,
#_desktop_fieldmegamenu.fieldmegamenu>ul>li:hover .no-description .title,
#_desktop_user_info>div:hover,
.popup-footer span:hover,
#_desktop_user_info>div:hover,
.popup-footer span:hover {
color:#37c6ca
}
div.tags_block .block_content a:hover,
.pagination .current a,
.pagination a:not(.disabled):hover,
.smart-blog-home .item-inner:hover .btn-blog-viewall a,
.left-product .tab_button a:hover {
border-color:#37c6ca
}
.v-megamenu>ul>li div.submenu {
border-left-color:#37c6ca
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
border-bottom-color:#37c6ca
}
.v-megamenus
{
background-color: white;
position: absolute;
left: 0;
top: 55px;
z-index: 5555;
width: 100%;
overflow: hidden;
height: 0;
transition: .5s;
}
.bottombar .a9a
{
position: relative
}
.bottombar .a9a a
{
background-color: white;
color: black !important;
position: relative;
font: 13px !important;
}
.bottombar .a9a:hover .v-megamenus
{
height: auto;
transition: .5s
}
.v-megamenus ul
{
padding: 0 ;
margin: 0;
}
.v-megamenus ul li
{
display: block !important;
}
.v-megamenus a
{
display: block;
text-align: right;
padding: 20px ;
text-transform: capitalize;
margin: 10px;
font-size: 13px

}
.v-megamenu-title:hover .v-megamenus
{
height: auto !important;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: var(--mainColor);
}
.carousel .carousel-inner{
height: 450px;
z-index: -1;
}
.carousel-item .content
{
position: absolute;
text-align: center;
top: 20%;
width: 100%
}
.carousel-item .content h1
{
color: white;
font-size: 50px;
margin: 40px 0
}
.carousel-item .content a
{
background-color: var(--mainColor);
color: white;
padding: 8px 30px;
font-size: 15px
}
.product-card {
text-align: center;
/*! border: 1px solid rgba(0,0,0,.2); */
padding: 15px;
border-radius: 10px;
/*! background: #f1f1f1; */
}
.product-card .product-header {
padding: 0 15px;
}
.product-card .author {
font-size: 14px;
font-weight: 400;
padding: 0;
color: #333;
text-transform: capitalize;
display: block;
margin-bottom: 5px;
}
.product-card .author:hover {
color: #62ab00;
}
.product-card h3 a {
padding: 0;
display: block;
text-transform: capitalize;
overflow: hidden;
font-size: 16px;
font-weight: 600;
margin-bottom: 18px;
}
.product-card h3 a:hover {
color: #62ab00;
}
.product-card .price-block {
text-align: center;
position: relative;
margin-top: 24px;
}
.product-card .card-image {
position: relative;
}
.product-card .hover-contents {
position: absolute;
top: 0;
left: 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
cursor: pointer;
height: 100%;
width: 100%;
}
.product-card .hover-contents .hover-btns {
position: absolute;
opacity: 0;
top: 55%;
left: 50%;
margin: auto;
background: #fff;
z-index: 3;
border-radius: 3px;
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product-card .hover-contents .hover-btns .single-btn {
line-height: 47px;
padding: 0 15.5px;
border-right: 1px solid #e5e5e5;
}
.product-card .hover-contents .hover-btns .single-btn:last-child {
border-right: 0;
}
.product-card .hover-contents .hover-btns .single-btn:hover {
color: var(--mainColor);
}
.product-card:hover .hover-contents {
visibility: visible;
opacity: 1;
}
.product-card:hover .hover-contents .hover-btns {
opacity: 1;
top: 50%;
}
.product-card.card-style-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
max-height: 100%;
}
@media (min-width: 480px) {
.product-card.card-style-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 20px;
}
}
.product-card.card-style-list .card-image {
width: 170px;
}
@media (min-width: 576px) {
.product-card.card-style-list .card-image {
  padding-right: 15px;
}
}
.product-card.card-style-list .product-card--body {
text-align: left;
}
.product-card.card-style-list .product-header {
padding-left: 0;
padding-right: 0;
}
.product-card.card-style-list .price-block {
margin-top: 13px;
text-align: left;
}
@media (min-width: 992px) {
.product-card .product-list-content .product-card--body article {
  width: 70%;
}
}
.product-card .product-list-content .card-image {
width: 100%;
height: auto;
margin-bottom: 30px;
}
@media (min-width: 480px) {
.product-card .product-list-content .card-image {
  max-width: 270px;
  margin-bottom: 0px;
}
}
.product-card .product-list-content .card-image img {
width: 100%;
}
.product-card .product-list-content .rating-block {
margin-top: 18px;
}
.product-card .product-list-content .btn-block {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-bottom: -10px;
}
.product-card .product-list-content .btn-block .btn {
background: #fff;
color: #333;
font-weight: 700;
padding: 0 25px;
width: auto;
border: 2px solid #eee;
border-radius: 3px;
margin-top: 0;
text-transform: capitalize;
margin-bottom: 15px;
font-size: 14px;
line-height: 40px;
}
@media (min-width: 992px) {
.product-card .product-list-content .btn-block .btn {
  padding: 0 50px;
  font-size: 15px;
  line-height: 48px;
}
}
.product-card .product-list-content .btn-block .btn:hover {
color: #555;
border-color: #62ab00;
}
.product-card .product-list-content .btn-block a {
margin-left: 0;
margin-right: 28px;
color: #333;
margin-bottom: 10px;
}
.product-card .product-list-content .btn-block a:last-child {
margin-right: 0;
}
.product-card .product-list-content .btn-block a i {
margin-right: 4px;
}
.product-card .product-list-content .btn-block a.card-link:hover {
color: #62ab00;
}

.product-body-border {
overflow: hidden;
}
.product-body-border .product-card {
padding: 4px;
}
.product-body-border .product-card .product-card--body {
position: relative;
padding: 1px;
}
.product-body-border .product-card .product-card--body::before {
position: absolute;
content: "";
background: #e5e5e5;
right: 0px;
top: 0;
height: 100%;
width: 1px;
}
.price {
color: #929292;
font-size: 18px;
color: var(--mainColor);
font-weight: 600;
}
@media (min-width: 576px) {
.price {
  font-size: 14px;
}
}
@media (min-width: 1200px) {
.price {
  font-size: 18px;
}
}
.price-old {
color: #999999;
text-decoration: line-through;
font-size: 14px;
font-weight: 400;
margin-left: 5px;
}
.price-discount {
color: #fff;
font-weight: 700;
text-align: center;
line-height: 24px;
padding: 0 7px;
min-width: 46px;
background: #bd0018;
text-transform: uppercase;
font-size: 14px;
margin-left: 5px;
z-index: 3;
border-radius: 3px;
}
@media (min-width: 576px) {
.price-discount {
  line-height: 20px;
  padding: 0 3px;
  min-width: 40px;
}
}

/*>>>>>>>> Sliders <<<<<<<<<*/
/*===== Brand Slider ======*/
.sb-slick-slider {
position: relative;
}
.sb-slick-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.sb-slick-slider .slick-dots li {
font-size: 0;
width: 11px;
height: 11px;
border-radius: 100%;
background: #d3d3d3;
margin: 4px;
display: block;
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.sb-slick-slider .slick-dots li.slick-active {
background: #62ab00;
}
.sb-slick-slider .slick-dots li button {
font-size: 0;
}
.sb-slick-slider .product-card.card-style-list {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
}

.brand-slider {
position: relative;
padding: 10px 0;
}
.brand-slider .single-slide {
opacity: 0.8;
}
.brand-slider .single-slide img {
width: 100%;
}
.brand-slider .single-slide:hover {
opacity: 1;
}

.hero-product-slider .single-slide {
margin: 0 0px;
}

.product-slider {
overflow: hidden;
}
.product-slider .slick-list {
margin: 0 -1px;
}
.product-slider .single-slide {
margin: 0 1px;
}
.product-slider .slick-dots {
margin-top: 50px;
}
.product-slider.with-countdown.countdown-single .slick-dots {
margin-top: 25px;
margin-bottom: 27px;
}
.product-slider.multiple-row > .slick-list {
margin: -40px -1px 0 -1px;
}
.product-slider.multiple-row .single-slide {
margin-top: 40px !important;
}
.product-slider.multiple-row .slick-dots {
margin-top: 25px;
}

.slider-border-single-row .single-slide .product-card--body {
position: relative;
padding: 1px;
}
.slider-border-single-row .single-slide .product-card--body::before {
position: absolute;
content: "";
background: #e5e5e5;
left: 0px;
top: 0;
height: 100%;
width: 1px;
}
.slider-border-single-row .single-slide.slick-current .product-card--body::before {
height: 0%;
}
.slider-border-single-row.product-list-slider .product-card--body::before {
height: 0;
}
.slider-border-single-row.product-list-slider .single-slide .product-card {
position: relative;
padding: 1px;
}
.slider-border-single-row.product-list-slider .single-slide .product-card::before {
position: absolute;
content: "";
background: #e5e5e5;
left: 0px;
top: 0;
height: 100%;
width: 1px;
}
.slider-border-single-row.product-list-slider .single-slide.slick-current .product-card::before {
height: 0%;
}

.slider-border-multiple-row .single-slide .product-card--body {
position: relative;
padding: 1px;
}
.slider-border-multiple-row .single-slide .product-card--body::before {
position: absolute;
content: "";
background: #e5e5e5;
left: 0px;
top: 0;
height: 100%;
width: 1px;
}
.slider-border-multiple-row .slick-current.slick-slide > div .product-card--body::before {
height: 0%;
}
.slider-border-multiple-row.product-list-slider .product-card--body::before {
height: 0;
}
.slider-border-multiple-row.product-list-slider .slick-slide .product-card {
position: relative;
padding-left: 10px;
}
.slider-border-multiple-row.product-list-slider .slick-slide .product-card::before {
position: absolute;
content: "";
background: #e5e5e5;
left: 0px;
top: 0;
height: 100%;
width: 1px;
}
.slider-border-multiple-row.product-list-slider .slick-slide.slick-current > div .product-card::before {
height: 0%;
}

.product-slider-nav > .slick-list {
margin: 0 -10px;
}
.product-slider-nav .single-slide {
margin: 0 10px;
}
.product-slider-nav .slick-arrow {
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border: 0;
border: 2px solid #e1e1e1;
background: #f7f7f9;
color: #9e9e9e;
text-align: center;
position: absolute;
z-index: 9;
cursor: pointer;
top: 50%;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
border-radius: 100%;
font-size: 14px;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.product-slider-nav .slick-arrow.slick-next {
left: auto;
right: 0;
}
.product-slider-nav.vertical-slider .slick-arrow {
-webkit-transition: 0.4s;
transition: 0.4s;
position: absolute;
width: 42px;
height: 42px;
line-height: 42px;
color: #999;
background: #ECECEC;
text-align: center;
z-index: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider .slick-arrow {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider .slick-arrow.slick-prev {
  top: 10px;
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider .slick-arrow.slick-prev i:before {
  content: "";
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider .slick-arrow.slick-next {
  top: auto;
  bottom: 10px;
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider .slick-arrow.slick-next i:before {
  content: "";
}
}
.product-slider-nav.vertical-slider .slick-arrow:hover {
color: #292929;
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider:hover .slick-arrow.slick-prev {
  top: 0px;
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider:hover .slick-arrow.slick-next {
  top: auto;
  bottom: 0px;
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider > .slick-list {
  margin: 0px 0;
}
}
@media (min-width: 576px) {
.product-slider-nav.vertical-slider .single-slide {
  margin: 8px 0;
}
}

.blog-gallery-slider .single-image img {
width: 100%;
}
.blog-gallery-slider .slick-arrow {
width: 50px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border: 0;
border: 2px solid #e1e1e1;
background: #f7f7f9;
color: #9e9e9e;
text-align: center;
position: absolute;
z-index: 9;
cursor: pointer;
top: 50%;
opacity: 0;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
border-radius: 100%;
font-size: 14px;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.blog-gallery-slider .slick-arrow.slick-prev {
left: 20px;
}
.blog-gallery-slider .slick-arrow.slick-next {
right: 20px;
}
.blog-gallery-slider .slick-arrow:hover {
background: #292929;
border-color: #292929;
color: #fff;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.section-title--bordered {
position: relative;
border-bottom: 4px solid #e5e5e5;
text-align: center;
margin: 40px 0;
padding: ;
}
.section-title--bordered h2 {
position: relative;
padding-bottom: 10px;
}
.section-title--bordered h2:after {
position: absolute;
content: "";
left: 0;
bottom: -6px;
width: 100%;
height: 2px;
background: var(--mainColor);
}

.promo-section-heading {
background: #62ab00;
border-radius: 3px;
padding: 9px;
margin-bottom: 56px;
text-align: center;
}
.promo-section-heading h2 {
font-size: 22px;
color: #fff;
line-height: 30px;
text-transform: none;
padding: 0;
font-weight: 400;
margin-bottom: 0;
}.feature-box {
/*! border: 2px solid #e5e5e5; */
padding: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: block;
/*! -webkit-box-align: start; */
    -ms-flex-align: start;
        align-items: flex-start;
/*! border-right: 1px solid rgba(0,0,0,.1); */
text-align: center;
}
.feature-box .icon {
margin-right: 10px;
color: var(--mainColor);
font-size: 34px;
line-height: 40px;
}
.feature-box .text h5 {
font-size: 18px;
font-weight: 400;
color: white;
text-transform: capitalize;
margin: 0;
margin-bottom: 0;
font-weight: bold;
}
.feature-box img
{
width: 160px !important;
}
.feature-box .text P:last-child {
margin-bottom: 0;
}.product-card.card-style-list .product-card--body {
text-align: left;
}
.product-card.card-style-list .product-header {
padding-left: 0;
padding-right: 0;
}
.product-card.card-style-list .price-block {
margin-top: 13px;
text-align: left;
}
@media (min-width: 992px) {
.product-card .product-list-content .product-card--body article {
  width: 70%;
}
}
.product-card .product-list-content .card-image {
width: 100%;
height: auto;
margin-bottom: 30px;
}
@media (min-width: 480px) {
.product-card .product-list-content .card-image {
  max-width: 270px;
  margin-bottom: 0px;
}
}
.product-card .product-list-content .card-image img {
width: 100%;
}
.product-card .product-list-content .rating-block {
margin-top: 18px;
}
.product-card .product-list-content .btn-block {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-bottom: -10px;
}
.product-card .product-list-content .btn-block .btn {
background: #fff;
color: #333;
font-weight: 700;
padding: 0 25px;
width: auto;
border: 2px solid #eee;
border-radius: 3px;
margin-top: 0;
text-transform: capitalize;
margin-bottom: 15px;
font-size: 14px;
line-height: 40px;
}
@media (min-width: 992px) {
.product-card .product-list-content .btn-block .btn {
  padding: 0 50px;
  font-size: 15px;
  line-height: 48px;
}
}
.product-card .product-list-content .btn-block .btn:hover {
color: #555;
border-color: #62ab00;
}
.product-card .product-list-content .btn-block a {
margin-left: 0;
margin-right: 28px;
color: #333;
margin-bottom: 10px;
}
.product-card .product-list-content .btn-block a:last-child {
margin-right: 0;
}
.product-card .product-list-content .btn-block a i {
margin-right: 4px;
}
.product-card .product-list-content .btn-block a.card-link:hover {
color: #62ab00;
}

.product-body-border {
overflow: hidden;
}
.product-body-border .product-card {
padding: 4px;
}
.product-body-border .product-card .product-card--body {
position: relative;
padding: 1px;
}
.swiper {
     width: 100%;
     height: 100%;
     padding-bottom: 40px;
   }

   .swiper-slide {
     text-align: center;
     font-size: 18px;
     /*! background: #fff; */

     /* Center slide text vertically */
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     /*! overflow: hidden; */
   }

   .swiper-slide img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
   }
   .portfolio {
       margin-top: 30px;
       position: relative;
       text-align: right;
   }

   .portfolio .thumb {
       position: relative;
       text-align: center;
   }

   .portfolio .thumb a img {
       width: 200px;
       height: 200px;
       border-radius: 50%;
   }

   .portfolio .thumb .search {
       opacity: 0;
       position: absolute;
       text-align: center;
       top: 50%;
       -webkit-transform: translateY(-50%);
       transform: translateY(-50%);
       transition: 0.5s;
       width: 100%;
       z-index: 9;
   }

   .portfolio .thumb .search a i {
       background-color: #4fc1f0;
       border-color: #ffffff;
       border-radius: 100%;
       border-style: solid;
       border-width: 0;
       color: #ffffff;
       display: inline-block;
       font-size: 18px;
       font-weight: 400;
       height: 50px;
       line-height: 50px;
       margin: auto;
       transition: all 0.5s ease 0s;
       width: 50px;
       z-index: 2;
   }

   .portfolio .thumb .search a:hover i {
       background-color: #71a9d0;
       border-color: #ffffff;
       color: #ffffff;
   }

   .portfolio .thumb .link {
       bottom: 12px;
       position: absolute;
       right: 12px;
       opacity: 0;
       z-index: 9;
   }

   .portfolio .thumb .link a i {
       background-color: #71a9d0;
       border-color: #ffffff;
       border-radius: 100%;
       border-style: solid;
       border-width: 3px;
       clear: none;
       color: #ffffff;
       display: inline-block;
       float: right;
       font-size: 16px;
       font-weight: 400;
       height: 50px;
       line-height: 46px;
       position: relative;
       text-align: center;
       transition: all 0.5s ease 0s;
       width: 50px;
       z-index: 2;
   }

   .portfolio .thumb .link a:hover i {
       background-color: #4fc1f0;
       border-color: #4fc1f0;
       border-style: solid;
       border-width: 3px;
       color: #ffffff;
   }

   .portfolio:hover .thumb .search {
       opacity: 1;
   }

   .portfolio:hover .thumb .link {
       opacity: 1;
       -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
       animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
   }

   .portfolio .content {
       /*! background-color: #f5f5f5; */
       /*! opacity: 0; */
       padding: 20px;
       /*! position: absolute; */
       /*! top: 100%; */
       /*! transition: all 0.5s ease 0s; */
       /*! width: 100%; */
       z-index: 99;
       /*! visibility: visible; */
       text-align: center;
   }

   .portfolio .content h6 a {
       color: white;
       font-size: 17px;
   }

   .portfolio .content p {
       color: white;
       display: block;
       font-size: 12px;
       font-weight: 400;
       line-height: 20px;
       text-transform: capitalize;
       font-size: 14px !important;
   }

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

   .masonry__wrap {
       margin-left: 10px;
       margin-right: 10px;
   }

   @media only screen and (max-width: 767px) {
       .portfolio .thumb .link a i {
           height: 40px;
           line-height: 34px;
           width: 40px;
       }

       .masonry__wrap {
           margin-left: 0;
           margin-right: 0;
       }
   }
.ptbox
{
background-color: var(--mainColor);
text-align: right;
padding: 50px;
min-height: 400px;
/*! border-radius: 20px; */
transition: step-end;
transform: scale(1.2);
}
.ptbox h1
{
color: white;
font-size: 30px;

}
.ptbox p
{
font-size: 13px;
color: white;
line-height: 1.8em;
margin-bottom: 20px
}
.ptbox a
{
background-color: #19a6aa;
padding: 10px 30px;
border-radius: 20px;
color: white;
font-size: 10px;
}
.banner
{
position: relative;
         /*! width: 100%; */
      /*! height: 169vh; */
      object-fit: cover; /* or 'contain' based on your need */
      /*! display: block; */
}
.banner img{
   width: 100%;
   height: 600px !important;
}
.banner::before
{
/*! position: absolute; */
width: 100%;
height: 100%;
/*! content: ''; */
/*! left: 0; */
top: 0;
/*! background-color: #4c4c4dba; */
   
}
.banner h1
{
color: white;
font-size: 30px;
margin: 30px 0
}
.banner a
{
background: var(--mainColor);
color: white;
border-radius: 20px;
padding: 5px 35px;
color:white;
font-weight: bold;
}
.st-offer-new {
padding:60px 30px;
border-radius:5px;
position:relative;
/*! overflow:hidden; */
/*! z-index:0; */
text-align: center;
/*! z-index: 66666; */
position: relative;
}
.wpb_wrapper
{
position: relative;
overflow: hidden;
}


.st-offer-new .img-cover {
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
z-index:-1;
-webkit-transition:all .2s;
-moz-transition:all .2s;
-ms-transition:all .2s;
-o-transition:all .2s;
transition:all .2s;
background-size:cover!important;
background-position:center
}
.st-offer-new .featured-text {
padding:7px 20px
}
.st-offer-new .featured-icon {
color:#fff;
font-size:35px;
line-height:30px
}
.st-offer-new .item-title {
color:#fff;
margin-top:60px;
font-weight:450;
font-size:35px;
margin-bottom:18px;
-webkit-transition:all .4s;
-moz-transition:all .4s;
-ms-transition:all .4s;
-o-transition:all .4s;
transition:all .4s
}
@media screen and (max-width:767px) {
.st-offer-new .item-title {
margin-top:25px
}
}
.st-offer-new .item-sub-title {
color:#fff;
font-size:14px;
line-height:24px;
padding-bottom:75px
}
.st-offer-new a.btn-default {
position:absolute;
opacity:0;
bottom:20px;
color:#fff;
background:0 0;
border-color:#fff;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}
@media screen and (max-width:767px) {
.st-offer-new a.btn-default {
bottom:60px;
opacity:1
}
}
.st-offer-new a.btn-default:hover {
background:#fff;
border-color:#fff;
color:var(--link-color,#5191FA)
}
.st-offer-new:hover .img-cover {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
.st-offer-new:hover .item-title {
margin-top:25px
}
.st-offer-new:hover a.btn-default {
opacity:1;
bottom:60px
}
.st-list-of-multi-services h2.title {
font-size:28px
}
.st-list-of-multi-services .multi-service-wrapper .tab-content {
display:none
}
.st-list-dropdown {
display:inline-block;
position:relative
}
.st-list-dropdown .header {
color:var(--link-color,#5191FA);
font-size:28px;
cursor:pointer
}
.st-list-dropdown ul.list {
display:none;
margin-top:10px;
position:absolute;
padding:0;
min-width:150px;
border-radius:3px;
margin-bottom:0;
overflow:hidden;
z-index:999;
background:#fff;
border:1px solid #dbdbdb
}
.st-list-dropdown ul.list li {
font-size:14px;
list-style:none;
padding:12px 25px;
border-bottom:1px solid #dbdbdb;
color:#333;
cursor:pointer
}
.st-list-dropdown ul.list li:hover {
color:var(--link-color,#5191FA)
}
.st-list-dropdown ul.list li:last-child {
border-bottom:none
}
@media(max-width:991px) {
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-extra-field .render .destination {
font-size:16px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
padding-left:30px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field {
padding:18px 5px 17px 0
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper {
padding-left:12px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper .render {
font-size:16px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest {
padding-left:0!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest #dropdown-1 {
padding-left:35px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination .dropdown-menu {
width:calc(100% + 31px);
left:-15px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination .dropdown-menu li .field-icon {
left:15px
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-button .btn-search {
position:absolute;
right:0;
border-radius:0 5px 5px 0;
height:100%;
padding:12px 39px;
padding:10px 20px;
border-radius:3px
}
}
@media(max-width:767px) {
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-detination.has-icon #dropdown-destination {
padding-left:42px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-date-field .check-in-wrapper {
padding-left:21px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-group.field-guest {
padding-left:6px!important
}
.search-form-wrapper .tab-content .tab-pane .search-form.hotel-search-form.in_tab .form-button .btn-search {
padding:15px 20px;
border-radius:0 0 3px 3px
}
}
@media(max-width:380px) {
.search-form-wrapper .nav-tabs li a {
padding:7px 15px
}
}
.tour-search-form-home .search-form.sticky .form-group {
padding-top:11px!important;
padding-bottom:7px!important
}
.tour-search-form-home .search-form.sticky .form-group.form-date-search {
padding-top:13px!important;
padding-bottom:9px!important
}
.midlebar-menu
{
display: flex;
width: 100%;
margin-left: auto;
flex-direction: row-reverse
}
.midlebar-menu li a
{
padding: 15px 19px;;
color: white !important;
margin: 10px !important;
}
.midlebar-menu li a:hover
{
background-color: var(--mainColor);
color: white
}
.result-search-space
{
position: absolute;
background-color: white;
width: 100%;
padding: 20px;
box-shadow: 0px 30px 20px rgba(0,0,0,.2);

z-index: 9999;
}
.result-search-space ul
{
width: 100%;
display: block
}
.result-search-space ul li
{
width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.1);
padding:20px 0

}
.result-search-space ul a
{
padding: 10px 30px;
}
.blog-list .post
{
position: relative;
overflow: hidden;
background-color: #5b4d4d00;
margin: 5px 0
}
.blog-list .post img
{
height: 250px;
width: 100% !important;
object-fit: cover;
margin-bottom: 10px;
object-position: center;
margin: 0;
}
.blog-list .post .post-tx
{
width: 100%;
padding: 10px;
line-break: auto;
text-align: right;
}
.blog-list .post .post-tx span
{
font-weight: bold;
color: var(--mainColor);
text-transform: capitalize;
padding: 6px 0px;
line-height: 2em;
font-size: 17px;
}
.blog-list .post .post-tx h1
{
text-transform: capitalize;
font-size: 23px;
margin: 5px 0;
font-weight: bold;
color: #2f2e2e;
}
.blog-list .post .post-tx p
{
font-size: 15px;
line-height: 1.6em;
color: rgba(74, 69, 69, 0.9);
margin: 20px 0;
}
.blog-list .post .post-tx a
{
text-transform: capitalize;
color: rgb(255, 255, 255);
font-weight: bold;
background-color: var(--mainColor);
/*! line-height: 4em; */
padding: 8px 12px;
font-size: 15px
}
.blog-list .post .post-tx a i
{
margin: 0;
transition: .5s;
}

.blog-list .post .post-tx a:hover i
{
margin-left: 10px;
width: auto;
transition: .5s
}
.sidebar-ctn .col-md-12
{
padding:  5px
}
.sidebar-ctn .card-ctn
{
position: relative;
padding: 0px 0;
  border-bottom: 4px solid var(--mainColor);

}
.sidebar-ctn .card-header-ctn
{
background-color: #d6dfec;
padding: 5px 12px;
position: relative
}
.sidebar-ctn .card-header-ctn::before
{
height: 100%;
width: 4px;
position: absolute;
right: 0;
top: 0;
background-color: var(--mainColor);
content: ''
}

.sidebar-ctn .card-header-ctn h1
{
font-size: 22px;
text-transform: capitalize;
font-weight: bold;
color: #463e3e;
margin: 5px 0;
text-align: right;
}
.card-body-ctn form input
{
border-radius: 0px;
height: 45px;
font-size: 17px;
border: none;
background-color: #f1f1f1;
padding-right: 55px;
margin:10px 0
}
.card-body-ctn form input:focus
{
background-color: #f1f1f1;
box-shadow: none;
border: none;
}

.card-ctn form i
{
position: absolute;
right: 0;
background-color: var(--mainColor);
color: black;
padding: 14px;
}
.card-body-ctn .categories-list li, .posts-list li
{
display: block;
}
.card-body-ctn .categories-list li a
{
display: block;
padding: 8px 10px;
text-transform: capitalize;
color: #4a4a4a;
font-weight: bold;
font-size: 14px;
text-align: right;
}
.card-body-ctn .categories-list li a:hover
{
color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
display: block;
padding: 10px 15px;
color: rgba(11, 10, 10, 0.8);
text-transform: capitalize;
font-size: 14px;
text-align: right;
}
.card-body-ctn .posts-list a:hover
{
background-color: #f0f0f0;
color: black
}
.card-body-ctn .tags-list
{
margin: 10px 0
}
.card-body-ctn .tags-list li
{
display: inline;
}
.card-body-ctn .tags-list li a
{
line-height: 2.6em;
padding: 5px;
background-color: #f0f0f0;
color: rgba(0,0,0,.8);
font-size: 14px;
font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
color: black;
background-color: var(--mainColor)
}
.hd-ct h1
{

color: var(--mainColor);
text-decoration: underline
}
.post
{
position: relative;
margin: 10px 0
}
.post .post-header h1
{
text-transform: capitalize;
font-weight: bold;
margin: 10px 0;
font-size: 50px;
text-align: right;
color: #373434;
}
.post .post-header ul
{
margin: 90px 0
}
.post .post-header ul li
{
display: inline;
}
.post .post-header ul li .date
{
background-color: var(--mainColor);
padding: 25px 20px;
font-size: 18px;
text-transform: capitalize;
font-weight: bold;
color: wheat;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
text-transform: capitalize;
font-weight: bold;
background-color: #f0f0f0;
padding: 27px 20px;
font-size: 14px
}
.post-body
{
overflow: hidden;
padding-right: 20px;
text-align: right;
}
.post-body img
{
height: 600px;
margin-right: 50px !important;
}
.post-body h2
{
margin: 30px 0;
text-transform:capitalize;
font-weight: bold;
color: #c6c6c6;
}
.post-body p
{
line-height: 1.8em;
font-size: 17px;
}
.post-body .spc-spce-para
{
background-color: #f0f0f0;
position: relative;
padding: 20px 15px;
margin: 30px 0
}
.post-body .spc-spce-para::before
{
height: 100%;
width: 5px;
background-color: var(--mainColor);
left: 0;
top: 0;
position: absolute;
content: ''
}
.post-body .spc-spce-para p
{
font-size: 18px;
font-weight: bold
}
.post-body .img img
{
height: 200px;
object-fit: cover;
margin: 15px;
margin-left: 0
}

.post-body p
{
color: rgba(32, 30, 30, 0.8);
}
.sd64f
{
background-color: var(--mainColor);
color: white;
padding:10px  20px !important;
line-height: 4em !important;
font-size: 13px;
}
.sd64f:hover
{
color: white
}
.product-card {
  width: 100%;
  position: relative;
  /*! box-shadow: 0 2px 7px #dfdfdf; */
  margin: 50px auto;
  background: #cadffb;
}

.badge {
  position: absolute;
  left: 0;
  top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: #f23f3f;
  color: #fff;
  padding: 3px 10px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 246px;
  padding: 32px;
  background: #cadffb;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
}

.product-details {
  padding: 10px 20px;
  text-align: right;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: var(--mainColor);
  text-decoration: none;
  transition: 0.3s;
}

.product-details h4 a:hover {
  color: #fbb72c;
}

.product-details p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #1c1b1b;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.product-bottom-details div {
  float: center;
  width: 100%;
  /*! text-align: left; */
}

.product-price {
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.product-links {
  text-align: center;
  width: 100%
}
/* Page Header */
.page-header {
background-color: var(--mainColor);
margin: 0 0 35px 0;
padding: 30px 0;
position: relative;
text-align: right;
z-index: 999;
}

.page-header .breadcrumb {
background: none;
margin: 0;
padding: 0;
position: relative;
z-index: 1;
}

.page-header .breadcrumb > li {
display: inline-block;
font-size: 0.8em;
text-transform: uppercase;
text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
color: inherit;
opacity: 0.5;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f104";
padding: 0 7px 0 5px;
}

.page-header .breadcrumb.breadcrumb-block {
background: #212529;
display: inline-block !important;
padding: 7.2px 19.2px;
padding: .45rem 1.2rem;
border-radius: 4px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-header .breadcrumb.breadcrumb-light {
color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light a {
color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light .active {
opacity: 0.7;
}

.page-header h1 {
color: #fff;
display: inline-block;
font-size: 30px;
line-height: 1;
margin: 0;
padding: 0;
font-weight: 400;
position: relative;
top: 1px;
}

.page-header .sub-title {
display: block;
font-size: 1.2em;
font-weight: 300;
margin: 0;
opacity: 0.8;
color: #fff;
}

.page-header .page-header-extra-button {
position: absolute;
width: 100%;
bottom: 50px;
left: 0;
right: 0;
z-index: 5;
}

.page-header.page-header-sm {
padding: 30px 0;
}

.page-header.page-header-sm h1 {
font-size: 22px;
}

.page-header.page-header-lg {
padding: 50px 0;
}

.page-header.page-header-lg h1 {
font-size: 40px;
}

.page-header.page-header-classic:after {
content: '';
width: 100%;
height: 5px;
background: rgba(255, 255, 255, 0.8);
position: absolute;
bottom: 0;
left: 0;
}

.page-header.page-header-classic .page-header-title-border {
width: 0;
height: 5px;
position: absolute;
bottom: 0;
background: transparent;
z-index: 1;
}

.page-header.page-header-modern h1 {
font-size: 28px;
}

.page-header.page-header-modern.page-header-sm h1 {
font-size: 22px;
}

.page-header.page-header-modern.page-header-md {
padding: 60px 0;
}

.page-header.page-header-modern.page-header-lg {
padding: 65px 0;
}

.page-header.page-header-modern.page-header-lg h1 {
font-size: 32px;
}

.page-header.page-header-modern.page-header-background {
padding: 130px 0;
background-size: cover;
}

.page-header.page-header-modern.page-header-background.page-header-background-pattern {
background-size: auto;
background-repeat: repeat;
background-attachment: fixed;
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
padding: 50px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
padding: 150px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-lg {
padding: 250px 0;
}
.page-header .row
{
flex-direction: row-reverse
}
.aboutus .content
{
text-align: right;
margin: 20px 0
}
.aboutus .content h3
{
color: var(--mainColor);
font-size: 35px;
text-decoration: underline
}
.aboutus .content p
{
line-height: 2em;
font-size: 15px
}
.aboutus .content p:hover
{
color: black;
transition:.5s
}.cart-product-imitation {
text-align: center;
/*! padding-top: 30px; */
/*! height: 80px; */
/*! width: 80px; */
background-color: #f8f8f9;
/*! margin: 10px 0; */
}
.product-imitation.xl {
padding: 120px 0;
}
.product-desc {
padding: 20px;
position: relative;
}
.ecommerce .tag-list {
padding: 0;
}
.ecommerce .fa-star {
color: #d1dade;
}
.ecommerce .fa-star.active {
color: #f8ac59;
}
.ecommerce .note-editor {
border: 1px solid #e7eaec;
}
table.shoping-cart-table {
margin-bottom: 0;
}
table.shoping-cart-table tr td {
border: none;
text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
text-align: right;
max-width: 50px;
line-break: anywhere;
}
table.shoping-cart-table tr td:last-child {
width: 200px;
}
.ibox {
clear: both;
margin-bottom: 25px;
margin-top: 0;
padding: 0;
}
.ibox.collapsed .ibox-content {
display: none;
}
.ibox:after,
.ibox:before {
display: table;
}
.ibox-title {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 3px 0 0;
color: inherit;
margin-bottom: 0;
padding: 14px 15px 7px;
min-height: 48px;
text-align: center;
border-bottom: 3px solid rgba(0,0,0,.1);
}
.ibox-content {
background-color: rgb(225, 225, 225);
color: inherit;
/*! padding: 15px 20px 20px 20px; */
/*! border-color: #e7eaec; */
border-image: none;
/*! border-style: solid solid none; */
/*! border-width: 1px 0; */
text-align: center;
/*! height: 62vh; */
/*! overflow: auto; */
/*! scroll-behavior: auto; */
}
.addtocart table, .addtocart th
{
color: white !important
}
.ibox-footer {
color: inherit;
border-top: 1px solid #e7eaec;
font-size: 90%;
background: #ffffff;
padding: 10px 15px;
}
.shoppingcard
{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.6);
z-index: 8;
z-index: 99999999;
}
.shoppingcard .content
{
background-color: white;
min-height: auto;
top: 0;
left: 0;
position: relative;
}
.shoppingcard h1
{
text-align: center;
padding: 30px 0;
color: var(--mainColor);
text-decoration: underline;
font-size: 30px
}
.shoppingcard .fa-times
{
color: white;
font-size: 20px;
position: absolute;
margin: 50px;
color: var(--mainColor)
}
.drop-search .dropdown-toggle
{
text-align: center !important;
background-color: var(--mainColor);
color: white !important;
padding: 12px !important;
}
.drop-search .dropdown-menu
{
width: 100%;
}
.drop-search .dropdown-menu a
{
font-size: 14px !important;;
color: rgba(0,0,0,.6) !important;

}
input
{
text-align: right !important
}
.item-inner .favorite
{
z-index: 10;
/*! background-color: var(--mainColor); */
color: white;
padding: 9px;
border-radius: 50%;
top: 12px !important;
opacity: 0;
transition: .5s;
/*! border: 1px solid; */
left: 20px !important;
}
.item-inner:hover .favorite
{
opacity: 1;
transition: .5s
}
.edit-page .user-info-header, .movie-info-header
{
    text-align: center;
    margin: 20px 0;
    margin-top: 0;
    background-color: #fff;
    padding: 20px;
    /*! border: 1px solid rgba(0,0,0,.1); */
}
.edit-page .user-info-header img
{
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin: 10px;
}
.edit-page .user-info-header .username
{
    text-transform: uppercase;
    color: var(--mainColor);
}
.edit-page .user-info-body, .movie-info-body
{
    background-color: #fff;
    padding: 20px;
    margin: 40px 0;
    border: 1px solid rgba(0,0,0,.1);
}
.edit-page .user-info-body p,.movie-info-body p
{
    text-transform: capitalize;
    color: rgba(0,0,0,.6);
    font-size: 14px
}
.edit-page form
{
    /*! background-color: #fff; */
    padding: 20px;
    /*! border: 1px solid rgba(0,0,0,.1) */
}
.edit-page form .col-6, .edit-page form .col-12
{
    margin: 10px 0
}
.edit-page form  label
{
    text-transform: capitalize;
    color: black;
    font-size: 14px;
    display: block;
    text-align: right;
}
.edit-page form input, .edit-page form select,.edit-page textarea

{
    border: none;
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(0,0,0,.0);
    border-radius: 0px;
    height: 47px;
    font-size: 14px
}
.edit-page textarea
{
}
.edit-page form  input:focus, .edit-page form select:focus,.edit-page textarea
{
    color: black;
    border-bottom: 1px solid var(--mainColor);
    background-color: #f1f1f1
}
.edit-page form .btn
{
    background-color: var(--mainColor) !important;
    letter-spacing: 1px;
    width: 30%
}
.management-body .ord
{
    background-color: #e24444;
    width: 30px;
    color: white;
    text-align: center;
    padding: 5px;
    font-weight: bold

}
.management-body .no, .management-body .yes,.management-body .visible, .management-body .hidden
{
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold
}
.management-body .yes
{
    padding: 5px 21px;
    background-color: #17af8b;

}
.management-body .no
{
    background-color: #f1331d;
}
.management-body .visible
{
    background-color: #2658cd;
}
.management-body .hidden
{
    background-color: #848943;
}
.err-msg
{
font-size: 13px
}
.movie-info-header img
{
    width: 150px !important;
    height: 150px;

}
.movie-info-header .username
{
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0
}
.movie-page
{
    display: block;
    position: relative;
    background-color: rgba(0,0,0,.0);
    z-index: 1
}
.permission
{
    background-color: #f1f1f1;
    color: rgba(0,0,0,.6);
    text-transform: capitalize;
    padding: 50px;
    font-weight: bold
}
.darkmode--activated table th, .darkmode--activated table td
{

background-color: black !important
}
.darkmode--activated table tr
{
border-top: 10px solid #000;
}
.avar-up
{
    background-color: var(--mainColor);
    color: white;
    padding: 10px;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    color: white !important;
    text-align: center !important;
}
.shw-btn
{
    display: block;
    text-align: center;
    border: none;
    width: 100%;
    margin: 20px auto;
    font-size: 10px;
    width: 80px !important;
    visibility: hidden;
}
.content-fd h1
{
color: var(--mainColor);
text-decoration: underline;
}
/* .cnfrm
{
background-color: rgba(0,0,0,.6);
width: 100%;
height: 100%;
position: fixed;
z-index: 999999
}
.cnfrm .cotne
{
text-align: center;
margin: 150px 0;
padding: 10px;
border-radius: 10px;

}
.cnfrm .fa-times
{
position: absolute;
right: 0;
top: 0;
color: white;
cursor: pointer;
margin: 20px;
font-size: 20px
} */

.od-page form input, .od-page select
{
margin: 20px 0;
background:#f1f1f1;
text-align:right;
height:45px
}
.od-page form .btn
{
background-color: var(--mainColor) !important;
}
.mlez
{
  height:450px !important;
}
@media only screen and (max-width: 600px) {
.container
{
  max-width: 99%
}
.mlez
{
    height:250px !important;
}
.ibox-content
{
    height:auto;
    min-height:auto;
}
.shoppingcard .desc a
{
  font-size: 12px
}
.shoppingcard img
{
  width: 60px !important;;
  height: 60px !important;
}
.shoppingcard .content
{
  margin:40px 0 !important;
}
.st-offer-new {
padding:0px 30px;
border-radius:5px;
position:relative;
/*! overflow:hidden; */
/*! z-index:0; */
text-align: center;
/*! z-index: 66666; */
position: relative;
}
.hidden-md-down {
display: inline !important;
}
.header-top .row
{
  width: 100% !important;
}
#_desktop_logo
{
  padding: 0 !important;
  /*! text-align: center; */
  justify-content: center;
}
#sticky_top
{
  margin: 0
}
.midlebar-menu
{
  display: flex !important;
  width: 100%
}
 .midlebar-menu li
{
  width: 100%
}
.midlebar-menu li a
{
  color: black !important;
  padding: 5px;
  font-size: 11px;
  margin: 0 !important;
  line-height: 1.6em !important;
}
#header-menu .stt-menu
{
  width: 100%;
}
.bottombar li
{
  padding: 0 !important;
}
.bottombar ul a
{
  font-size:11px !important;
  padding: 0 !important;
  text-align: right !important;
  line-height: 1em !important;
}
.a9a p
{
  text-align: right !important;
  font-size: 11px !important;
  padding: 0px !important;
}
.a9a .fa-bars
{
  font-size: 11px !important;
}

.bottombar .fa-bars
{
  font-size: 18px
}
.header .fa-search
{
  display: none !important;
}
#header .logo
{
  width: 120% !important;
  text-align: center !important;
  margin-top: 15px;
}
.banner
{
 padding: 80px 10px
}
.ptbox
{
  transform: scale(1);
  margin-bottom: 60px
}
.portfolio
{
  margin: 20px 0
}
.carousel-item .content
{
  margin: 0px 0 !important;
  z-index: 9999;

}
.carousel-item .content h1
{
  font-size: 25px
}
.topbar ul a, .topbar p
{
  display: block;
  text-align: center !important;
  padding: 15px 0 !important;
}
.bottombar ul
{
  display: block
}
.bottombar ul a
{
  display: block !important;
  text-align: center
}
.product-pg img
{
    width:50% !important;
    height:auto !important;
}
  .downbar-fixed
{
  display: block !important;
}
  .item-inner img
{
  width: 100% !important;
  height: 150px !important;
}
.item-inner .otpo
{
  font-size: 10px !important;
  padding: 5px !important;
}
.item-inner .right-product
{
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
  text-align: center !important;
}
.horizontal_mode .item-inner
{
  border: none !important;
}
.item-inner .right-product p
{
  display: none
}
.item-inner .right-product a
{
  font-size: 15px !important;
}
.item-inner .right-product .product_name
{
  text-align: right !important;
}
.item-inner .favorite
{
  font-size: 12px;
  left:0 !important;
  top :5px !important
}
#_desktop_cart
{
    display:none !important;
}
.cart-product-imitation img
{
    max-width:50% !important;
    height :auto !important
}
}

.bottombar .topbar
{
background-color: #333 !important;
}
.bottombar nav
{
padding: 0;
background: white !important;
overflow: hidden;
}
.bottombar .ph p, .bottombar .a9a p
{
padding: 12px 62px !important;
background-color: #ffc800;
color: var(--mainColor) !important;
font-size: 13px;
margin: 0;
border-radius: 40px !important;
font-weight: bold;
}
.bottombar .a9a p
{
text-align: right !important;
cursor: pointer;
padding: 18px 40px !important;
font-weight: bold;
font-size: 15px;
}
.bottombar ul li a
{
padding: 15px  25px !important;
}
.bottombar ul
{
flex-direction: row-reverse !important;
margin-top: ;
}
.downbar-fixed
{
position: fixed;
width: 100%;
background-color: white;
bottom: 0;
left: 0;
z-index: 88888888;
display: none
}
.downbar-fixed ul
{
width: 100%;
margin: 0;
padding: 0;
position: relative;
display: flex;
flex-flow: row-reverse
}
.downbar-fixed ul li
{
width: 100%;
text-align: center;
background-color: white;
position: relative !important;
padding: 10px 0
}
.downbar-fixed ul li a
{
display: block;
font-size: 13px;
font-weight: bold;
}
.downbar-fixed .container-fluid
{
padding: 0
}
.downbar-fixed ul li:hover
{
background-color: var(--mainColor);
color: white;
transition: .5s
}
.addtocartpopupwindow
{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0,0,0,.6);
z-index: 88888
}
.addtocartpopupwindow .content
{
margin-top: 80px;
background-color: var(--mainColor);
text-align: center;
padding: 50px;
border-radius: 10px;
position: relative
}
.addtocartpopupwindow .content p
{
font-size: 20px;
font-weight: bold;
color:white;
}
.addtocartpopupwindow .content svg
{
width: 60px;
height: 60px;
margin: 15px 0
}
.addtocartpopupwindow .content svg path{
fill: green
}
.addtocartpopupwindow .content i
{
position: absolute;
right: 0;
top: 0;
margin: 20px;
font-size: 22px;
cursor: pointer
}

.otpo
{
position: absolute;
top: 0;
z-index: 99999;
color: white;
border: 1px solid;
font-size:12px;
padding: 8px 15px;
border-radius: 5px;
right: 0;
margin: 10px;
visibility: hidden;
}
.item-inner:hover .otpo
{
visibility: visible
}
.content-search
{
display: flex !important;
justify-content: right
}
.content-search img
{
width: 50px;
height: 50px;
margin-left: 10px;
margin-top:5px;
}

.content-search small
{
font-size: 14px;
font-weight: bold;
color:green
}
.button-container
{
height: 0 !important
}
.pub_section img
{
width: 200px !important;
height: 200px !important;
border-radius: 50%;
object-fit: cover;
}
.pub_section .portfolio
{
text-align: center !important;
}
.pub_section .portfolio .thumb
{
text-align: center !important;
}
.pub_section .portfolio .content
{
/*! background: white; */
}

$quantity-btn-color: #95d7fc;
.form-group {
width: 10%;
margin: 30px;
input[type="text"] {
  width: 100%;
  text-align: right;
}
.glyphicon {
  color: $quantity-btn-color;
}
}


/* -- quantity box -- */

.quantity {
display: inline-block; }

.quantity .input-text.qty {
width: 35px;
height: 39px;
padding: 0 5px;
text-align: center;
background-color: transparent;
border: 1px solid #efefef;
}

.quantity.buttons_added {
text-align: left;
position: relative;
white-space: nowrap;
vertical-align: top; }

.quantity.buttons_added input {
display: inline-block;
margin: 0;
vertical-align: top;
box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
padding: 7px 10px 8px;
height: 41px;
background-color: #ffffff;
border: 1px solid #efefef;
cursor:pointer;}

.quantity.buttons_added .minus {
border-right: 0; }

.quantity.buttons_added .plus {
border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
outline: none; }



.pr-list
{
width: 100%;
border-bottom:3px solid var(--mainColor)

}
.pr-list li
{
display: inherit !important;
width: 100% !important;
margin: 20px 0;
position:relative !important;
padding-bottom: 15px;
}

.pr-list li .qnt
{
float: right;
font-size: 15px;
/*! font-weight: bold; */
color: rgba(0,0,0,.4);
}
.pr-list li .s
{
font-weight: bold;
color: var(--mainColor)
}
.shpcar

{
margin-right: -40px;
z-index: 9999999;
position: relative;
color: black !important;
}
.sections .bt
{
background-color: #fcc800;
color: var(--mainColor);
text-align: center;
padding: 8px 20px;
border-radius: 10px;
font-size: 17px;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1)
}
.d
{
width: 85%;
margin-top: 15px
}
.d ul
{
display: flex;
text-align: left !important;
margin: 0 !important;
}
.d ul a
{
color: white !important;
border: 1px solid white !important;
border-radius: 50%;
padding: 8px 10px !important;
margin: 0px 3px;
font-size: 18px
}
.cote
{
padding-top: 40px !important;
}
.cote a
{
font-size: 13px;
padding: 8px 20px;
border-radius: 5px;
color: white;
background: unset !important;;
border: 1px solid;
}
.product_name a
{
color: black !important;;
font-weight: bold
}
.product_name p
{
color: rgba(0,0,0,.6);
/*! margin-top: 8px */
}
.price
{
color: white !important;
}
#_desktop_cart span
{
color: red;
font-weight: bold;
font-size: 18px
}
.content-page h1
{
color: #4f4e4e !important;
}

.content-page p
{
color: #2f2e2e !important;
font-size:14px;
}
.content-page span
{
color: white !important;
}
.content-page .text-primary
{
color: var(--mainColor) !important;
}
.content-page .align-items-right
{
text-align: center !important;
}
.content-page .slick-slider img
{
width: 100% !important;
}
.dsm99g3
{
position: absolute;
bottom: 20%;
background: white;
color: var(--mainColor);
font-weight: bold;
font-size: 13px;
padding: 8px 20px;
left: 0;
border-radius: 0px 10px 10px 0px;
visibility: hidden;
transition: .5s;
z-index: 999
}
.item-inner:hover .dsm99g3
{
visibility: visible;
transition: .5s
}
.contents input
{
text-align: center !important;
}
.dslist
{
display: flex;
width: 100%;
justify-content: end;
flex-direction: row-reverse;

}
.dslist ul
{
width: 100%;
text-align: right
}
.dslist ul li
{
background-color: white;
font-size: 14px;
padding: 13px;
border-bottom: 1px dashed rgba(0,0,0,.2);
font-weight: bold;
line-break: anywhere;
}
.blog-list .ds
{
margin-bottom: 20px  !important;
}
.infomist
{
 border-left: 1px dashed rgba(0,0,0,.2)

}
@media only screen and (max-width: 600px) {
   .contents
   {
       padding: 20px !important;
   }
   .contents h1
   {
       font-size: 25px;
   }
   .tg-btn, .ds-header a
   {
       font-size: 14px !important;
       padding: 8px 15px !important;
   }
   .header .ds a
   {
       display: block !important;;
       text-align: center
   }
   .header .ds img
   {
       width: 180px !important;
   }
   header .navbar-nav
   {
       display:   grid !important;
       flex-direction: unset !important;
   }
     header .navbar-nav li
   {
       margin: 5px 0
   }
   header .navbar-nav a
   {
       display: block !important;
       text-align: center;
       padding: 10px 0
   }
   .collapse
   {
       text-align: center
   }
}
input
{
 text-transform: none !important
}
.mlf9img
{
   background-color: #d5d3d3;
   text-align: center;
   padding: 100px 0;
   margin-bottom: 5px
}
.ig
{
 width: 100%
}
.header .contents
{
 margin: 70px 0;
 text-align: right;
}
.header .contents .bt
{
   border: 1px solid white;
   border-radius: 50px;
   margin: 0px 10px;
   transition: .5s;
   font-size: 15px !important;
   padding: 5px 30px;
}
.header .contents .bt:hover
{
   transform: translateX(30px);
   transform: scale(1.1) !important;
}
.header .contents .btn1
{
   background: #936356 !important;
   border: unset
}
.header .contents p{
   margin-bottom: 40px;
}
.header .contents .btn2{
   background: white !important;;
   color: var(--mainColor)
}
nav .spc-ul
{
   margin-right:  30px !important;
}
.header svg
{
   width: 15px !important;
   height: 15px !important;
}
nav .spc-ul a
{
   background: #f1f1f1 !important;
   border-radius: 40px;
   font-weight: bold !important;
   padding: 8px 15px !important;
   font-size: 12px !important;
   margin: 0px 5px;
   color: black !important;
}
.cated
{
   padding-bottom: 0 !important;
}
.swiper-pagination-bullet-active
{
   background-color: var(--mainColor);
   transition: .5s;
   transform: scale(1.3)
}
.cated a
{
   font-size: 13px;
   font-weight: bold;
   border-right: 1px dashed rgba(0,0,0,.1);
   padding: 20px !important;
   display: block;
   text-align: center !important;
   width: 100%;
   color:rgba(0,0,0,.6)
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
   margin:  -13px 0 !important;
}
.cated .swipper-slide
{
   text-align: center !important;

}
.content-header
{
   /*! background: white !important; */
}
.content-header a
{
   float: left;
   background-color: white;
   font-weight: bold;
   font-size: 14px;
   padding: 4px 20px;
   /*! border-radius: 40px; */
   /*! border: 1px solid rgba(0,0,0,.05); */
   color: black;
   /*! text-decoration: underline; */
}
.content-header h3
{
   font-size: 15px;
   color: rgba(0,0,0,.6);
   margin: 10px 0
}
.box-stock
{
   position: relative;
   border-radius: 10px !important;
   overflow: hidden !important;
   margin: 10px 0;
}
.box-stock img
{
   width: 100% !important;
   height: 180px !important;
   border-radius: 10px;
}
.box-stock .content-overlay
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.4);
   opacity: 0;
   transition: .3s
}
.box-stock:hover .content-overlay
{
   opacity: 1;
   transition: .3s
}
.box-stock .content-overlay h3
{
   text-align: right;
   color: white;
   font-size: 13px;
   padding: 10px;
   line-height: 1.6em;
}
.box-stock ul
{
   display: flex;
   bottom: 11px;
   position: absolute;
   padding: 0 !important;
   margin: 0 !important;
   width: 100% !important;
}
.box-stock ul a
{
   font-size: 11px;
   color: white;
   margin: 0px 0px;
   text-align: center;
   font-weight: bold;
   line-height: 0em !important;
   color: white !important;
   cursor: pointer;
}
.box-stock ul li
{
   text-align: center !important;
   margin: 0px 15px;
   width: 100%
}
.box-stock ul a svg
{
   width: 25px !important;
   height: 25px !important;
   margin: 0 !important;

}
.box-stock ul a path
{
   fill: white
}
.words
{
   padding-bottom: 60px
}
.words ul
{
   display: flex;
   justify-content: center;
}
.words ul li
{
   margin: 0px 20px;
}
.words ul li a
{
   background: white;;
   padding: 5px 10px;
   font-size: 14px;;
   border-radius: 20px;
}
.words ul li a:hover
{
   background: var(--mainColor);
   color:white;
   transition: .5s
}
.boxmp
{
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   cursor: pointer;
   margin: 10px 0;
}
.boxmp .content
{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: rgba(0,0,0,.3);
   transition: .5s
}
.boxmp:hover .content
{
      background-color: rgba(0,0,0,.1);
   transition: .5s

}
.boxmp .content h3
{
   text-align: center;
   color: white;
   margin: 90px 0
}

.allcates .col-md-4
{
   padding: 5px
}
.content-detail
{
   text-align: right
}
.content-detail h4
{
   font-size: 18px;
   color: rgba(0,0,0,.8)
}
.content-detail ul
{
   display: flex;
   width: 100%;
   margin: 30px 0;
   border-bottom: 1px dashed rgba(0,0,0,.1);
   padding-bottom: 20px
}
.content-detail ul li
{
   width: 100%;
   text-align: center;
}
.content-detail ul li p
{
   font-size: 15px;
   color: rgba(0,0,0,.7)
}
.content-detail ul li a
{
   /*! background: #f1f1f1; */
   padding: 5px 45px;
   border-radius: 20px;
   font-size: 13px;
   color: black;
   border: 1px solid  rgba(0,0,0,.1);
   /*! font-weight: bold */
}
.content-detail ul li a:hover
{
   color: white;
   background: var(--mainColor)
}
.uploadbtn
{
   padding: 10px 30px;
   padding-bottom: 50px;
      border-bottom: 1px dashed rgba(0,0,0,.1);

}
.uploadbtn a
{
   display: block;
   background-color: var(--mainColor);
   color: white;
   text-align: center;
   font-weight: bold;
   border-radius: 10px;
   padding: 20px;
   font-size: 18px
}
.uploadbtn a svg
{
   width: 30px;
   height: 30px
}
.ds8 a
{
   padding: 8px 20px !important;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  /*! margin-top: 5px; */
  margin-right: 6px;
}
.bt-form
{
   text-align: right;
}
.bt-form input, .bt-form select
{
   border-radius: 5px !important;
   margin: 10px 0;
   background-color: #fff
}
.bt-form label
{
   font-weight: bold;
   color: rgba(0,0,0,.6)
}
.bt-form .spc-label
{
   display: block;
   text-align: center;
   background-color: #E0F3F7;
   border: 1px dashed var(--mainColor);
   padding: 30px;
   color: var(--mainColor);
   cursor: pointer;
   border-radius: 10px
}
.topbar a
{
  font-size:13px !important;
   color: rgb(255, 255, 255) !important;
}
.mpsd
{
   position: fixed;
   width: 100%;
   left: 0;
   top: 0;
   height: 100%;
    background: rgba(0,0,0,.6);
   z-index: 99999999999999999999
}
.mpsd .ds
{
   background-color: white;
   text-align: center;
   padding: 80px;
   margin-top: 100px;
   border-radius: 5px;
   position: relative;
   padding-top: 10px !important;
}
.mpsd .ds a
{
   display: block;
   text-align: center;
   background: var(--mainColor);
   color: white;
   border-radius: 5px;
   padding: 8px
}
.acc h3 {
   font-size: 16px;
   background-color: white;
   color: rgba(0,0,0,.8);
   padding: 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 0;
   transition: .5s;
   text-align: right;
   ;

}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 40px;
   top: 40%;
   transform: translateY(-50%);
}
.acc.active h3
{
 background-color: #e6f7fd;
 transition: .5s;
 color:black;
 font-weight: bold;
 text-align: right !important

 color: white;
 text-align: right;
}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
   text-align: right;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   text-align: right !important;
}

.acc {
   border-bottom: 1px solid #fff;
}
.cashbox
{
    box-shadow: 0px 5px 5px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 5px;
}
.bx
{
   border-radius: 1px;
   position: relative;
   /*! overflow: hidden; */
   text-align: center;
   border-radius: 5px;
   margin: 10px !important;
   background: #fff;
   padding-bottom: 30px;
}
.bx input
{
   /* display: none; */
}
.bx label
{
   cursor: pointer;
   display: block;
   /*! padding: 10px 40px; */
}
.bx .pricse, .bx .pic
{
   font-weight: bold;
   color: rgba(0,0,0,.6);
   display: block;
   padding: 5px 0;
   background: \);
}
.bx .pricse
{
   position: absolute;
   top: 0;
   background: #278ffd;
   color: white;;
   padding: 20px;
   left: 40%;
   margin-top: -40px;
   box-shadow: 0px -10px 10px rgba(0,0,0,.1);
   font-size: 22px !important;
   border-radius: 10px
}
.bx .detail
{
   font-size: 14px;
   color: rgba(0,0,0,.6)
}
.bx .btn
{
   width: 40%;
   text-align: center !important;;
   font-size: 13px !important;
}
.success
{
   margin: 80px 0
}
.success .bic
{
   text-align: center;
   background: #f1f1f1;
   padding: 40px 0;
   border-radius: 10px
}
.success .bic svg
{
   margin: 15px 0;
   width: 90px;
   height: 90px;
}
.success .bic path
{
   fill: #31aa77;
}
nav .btn
{
  color: black !important
}

.content-header
{
   text-align: center;
   margin-bottom: 0 !important;
}

.en-body .content-header a
{
   float: right
}
.en-body .content-header
{
   text-align: left
}
.en-body .box-stock .content-overlay h3
{
   text-align: left
}
.en-body footer  h1
{
   text-align: left !important;
}
.en-body footer a
{
   text-align: left !important;
}
.en-body footer p
{
   text-align: left
}
.en-body form input, .en-body form select
{
   text-align: left !important;
}
.en-body form label
{
   text-align: left !important;
   display: block
}
.en-body p
{
   text-align: left !important;
}
.en-body .btn
{
   text-align: center !important;
}
.ald
{
   padding: 20px 10px;
   text-align: center;
   position: relative;
   background-color: #f4f4f4;
/*    border: 1px solid rgba(0,0,0,.3); */
   /*! border-radius: 5px; */
   margin: 5px 0;
   border-bottom: 1px solid rgba(0,0,0,.1);
   border-radius: 20px !important;
}
.ald svg
{

   width: 60px;
   height: 60px;
   /*! background-color: var(--mainColor); */
   padding: 10px;
   border-radius: 50%;
   /*! margin-bottom: 10px */
}
.ald svg path
{
   fill: black;
}
.ald span
{
  font-weight: bold;
   font-size: 15px;
  color: black;
}

.alld p
{
   color: white !important;;
   font-size: 23px !important;
}
.condpopbalance
{
   position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,.3);
   left: 0;
   top: 0;
   z-index: 555555
}
.condpopbalance form
{
   text-align: right;
   background: white;
   padding: 30px;
   border-radius: 5px;
   margin-top: 90px
}
.condpopbalance form label
{
   display: block;
   padding: 10px 0;
   font-size: 13px;
}
.condpopbalance form .btn
{
   margin: 10px 0
}
.condpopbalance form input
{
   border-radius: 5px !important;
}
.disabledddd
{
  background-color: grey !important
}
.table td, .table th
{
   font-size:13px !important;
}
.accountinfo input
{
   background: #fbfbfb !important;;
   border: 1px solid rgba(0, 0, 0, 0.04) !important;;
   border-radius: 0 !important;
   border-radius: 52px !important;
}
.mppr6
{
font-size: 13px;
text-align: center;
background: white !important;
color: black !important;
padding: 0 !important;
width: 40px !important;
margin: 0;
display: none;
}
.newsletter
{
  background: var(--mainColor);
  padding: 30px 0;
  /*! padding-top: 80px; */
}
.newsletter h3
{
  color: #fff;
  text-align: right;
}
.newsletter input
{
  margin: 15px 0;

  color: black !important;
  border-radius: 0;

  text-align: right;
  height: 50px !important;
}
.newsletter .btn
{
   background: #f4c020 !important;
   color: white !important;
   width: 100% !important;
}
.newsletter .form-check-label
{
  color: white;
  font-size: 14px;
  margin-left: 20px;
  text-align: right;
  padding-left: px !important;
  margin-top: 10px !important;
}
.newsletter .form-check-input
{
  margin: 0 !important;
}
.newsletter .form-check
{
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
.newsletter .btn
{
  width: 80%;
  border: 1px solid white;
}
.newsletter .group label
{
  color: #3e3e3e;
  text-transform: capitalize
}
.newsletter .group ul
{
  display: flex !important;
  width: 50% !important;
}
.newsletter .group
{
  margin-top: 40px;
  margin-right: unset;
  text-align: right;
}
.newsletter .group h4
{
  font-weight: bold;
  font-size: 20px !important;
  color: white;
}
.newsletter .group small
{
  color: rgba(255,255,225,.6);
}
.newsletter .group a
{
  color: #1a1919;
  border: 1px solid;
  font-size:17px;
  padding: 10px 12px;;
  border-radius: 50%;
  margin: 0px 10px
}
.act li
{
  margin: 0;
  border-radius:
}
.act
{
  margin-left: 20px
}
.act li:nth-child(2) a
{
  background: var(--mainColor);
  display: block;
  padding: 10px 13px;
    border-radius: 20px 0px 0px 20px;

  padding-right: 11px;
  color: white;
}
.act li:nth-child(1) a
{
  background: #312C2C42;
  display: block;
  padding: 10px 13px;
  border-radius: 0px 20px 20px 0px;
  text-align: center !important;
  padding-left: 11px !important;
  color: black;
}
.products {
    background-color: #f9f9f9;
    margin-top: -60px;
}

.products .box-filters {
    text-align: center;
    padding: 40px 0 0;
}

.products .box-filters figure {
    width: 60px;
    height: 60px;
    display: inline-block;

    background-color: white;
    color: #666666;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products .box-filters figure.active {
    background-color: #3a3d45;
    color: #ffbb00;
}

.products .box-filters figure .f-icon {
    display: block;
    font-size: 38px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .products .box-filters figure {
        width: 100px;
        height: 100px;
    }
    .products .box-filters figure .f-icon {
        font-size: 68px;
        line-height: 50px;
    }
}

.products .box-filters-results {
    padding: 0;
    position: relative;
}

.products article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 10px;
}

.products article .label {
    position: relative;
    top: 10px;
    left: 10px;
    line-height: initial;
    margin: 5px 15px;
    display: flex;
}

.products article sub, .products article sup {
    font-size: 100%;
}

.products article .text {
    width: 100%;
    padding: 10px;
}

.products article .text a:hover {
    color: #333;
}

.products article .text .title {
    /*! display: block; */
    /*! margin: 0 0 5px 0; */
    /*! white-space: nowrap; */
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    text-align: right;
}
.products article .text h2
{
    width: 100% !important;
}
.products article .text h2 svg
{
    width: 25px !important;;
    height: 25px;
}
.products article .text h2
{
    color: var(--mainColor);
    font-size: 19px !important;
    font-weight: bold;
}
.products article .text h2 a
{
    font-size: 17px !important;
    padding: 20px 30px;
    display: block;
    text-align: center;
    width: 100%;
    /*! margin-top: 0px; */
    /*! margin: 10px; */
    translate: tra;
    translate: ;
    padding-top: 14px !important;
    font-weight: ;
    color: #393939;
}
.products article .text h2 path
{
    fill: var(--mainColor)
}
.products .dsre ul
{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 10px;
}
.products .dsre ul li
{
    width: 100%;
    text-align: right;
    margin: 10px 20px
}
.products .dsre ul li span
{
    font-size: 24px;
    color: black;
    font-weight: bold
}
.products article .text .title small {
    color: #3a3d45;
    font-size: 45%;
}

.products article .text sub, .products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
}

.products article .text sub {
    text-decoration: line-through;
    font-weight: 300;
}

.products article .image {
    overflow: hidden;
    height: auto;
}

.products article .image a {
    display: block;
   font-size: 40px;
   text-align: center;
   margin-top: 40px;
   color: white;
}

.products article .image img {
    width: 100%;
}

.products article .btn-add {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products article:hover .btn-add {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3;
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info .add-favorite.added a {
    background-color: #e71d36;
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit;
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: dimgray;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px;
    }
}

.products article .info a:hover {
    background-color: #000000;
    color: white;
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
}

.products article .info > span {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 992px) {
    .products article .info {
        display: block;
    }
}

.products article:hover .info > span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info > span:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products article .info > span:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products article .info > span:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products article .figure-list {
    display: table;
    width: 100%;
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px;
}

.products article .figure-list .text .title {
    white-space: inherit;
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px;
}

.products article .figure-grid .text .description {
    display: none;
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px;
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block;
    }
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products article {
        margin-bottom: 30px;
    }
    .products article .label {
        top: auto;
        bottom: 10px;
        left: 10px;
    }
    .products article sub, .products article sup {
        font-size: 80%;
    }
    .products article:hover {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    }
    .products article .figure-grid .text {
        /*! position: absolute; */
        padding: 20px 20px 0;
        top: 0;
        padding: 10px 10px !important;
    }
    .products article .figure-list .image {
        width: 30%;
    }
    .products article .figure-list .text {
        width: 70%;
    }
    .products article .figure-list .text .description {
        display: block;
    }
    .products article .figure-block .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0;
    }
    .products .container,
    .products .row > div {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .products .btn-add {
        display: none;
    }
}

/*
    ----------------------------------
    20. Product page
    ----------------------------------
*/
.product {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.product .main {
    padding: 20px 0;
}

.product .product-info-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.product .title {
    color: black;
    font-weight: 600;
    position: relative;
}

.product .title:before {
    content: attr(data-title);
    font-size: 550%;
    color: rgba(99, 99, 99, 0.07);
    position: absolute;
    width: inherit;
    white-space: nowrap;
    left: -30%;
    top: -100%;
    z-index: 1;
}

.product .title small {
    display: block;
    text-transform: none;
    color: black;
    font-size: 40%;
    margin: 5px 0;
}

.product .price {
    margin-bottom: 20px;
}

.product .price small {
    text-decoration: line-through;
    margin-left: 10px;
}

.product .info-box {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
}

.product .info-box > span {
    display: table-cell;
    vertical-align: middle;

}

.product .info-box > span:first-child {
    width: 35%;
}

    .product .info-box > span:last-child {
        width: 65%;
        text-align: right;
    }

.product .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product .info-box .checked {
    border-color: #ffbb00;
}

    .product .info-box strong {
        display: block;
        font-weight: 600;
        text-align: right;
    }

.product .info-box.info-cell {
    display: table;
    width: 100%;
}

.product .info-box.info-cell > span {
    display: table-cell;
    vertical-align: middle;
}

.product .info-box.info-box-addto {
    cursor: pointer;
}

.product .info-box.info-box-addto i {
    font-style: normal;
}

.product .info-box.info-box-addto .added {
    display: none;
    color: #ffbb00;
}

.product .info-box.info-box-addto .add {
    display: block;
}

.product .info-box.info-box-addto.added .added {
    display: block;
}

.product .info-box.info-box-addto.added .add {
    display: none;
}

.product .product-colors {
    display: block;
}

.product .info {
    background-color: #e2e2e2;
    padding: 20px 0;
    z-index: 1;
}

.product .info .content {
    padding: 30px 0;
}

.product .info .content hr {
    border-color: #c1c1c1;
}

.product .info .content .full-image {
    width: 100%;
}

.product .info .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product .info .content h3:after {
    background: #fbb700;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
}

.product .info .products {
    background-color: transparent;
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .product .main {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .product .title {
        margin-top: 0;
    }
    .product .product-info-wrapper {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .product .product-flex {
        display: flex;
        flex-flow: column;
    }
    .product .product-flex .product-flex-gallery {
        order: 1;
    }
    .product .product-flex .product-flex-info {
        order: 2;
    }
}
.products .dt
{
   /*! background: var(--mainColor); */
   color: white;
   position: absolute;
   padding: 10px 30px;
   border-radius: 10px 10px 10px 0px;
   font-size: 10px;
}
.news
{
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   background: white;
   text-align: right !important;
   box-shadow: 0px 10px 10px rgba(0,0,0,.2)
}
.news img
{
   width: 100%;
   height: 250px !important;
}
.news svg
{
   width: 30px;
   height: 30px;
   margin-left: 5px
}
.news svg path
{
   fill: var(--mainColor)
}
.news h6
{
   margin: 10px;
   color: var(--mainColor)
}
.news h1
{
   font-size: 18px;
   color: black;
   margin: 10px;
   margin-bottom: 20px
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;

      display: flex;
      justify-content: center;
       padding-bottom: 30px !important;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.fomrmt label
{
   font-size: 18px;
   color: black;
   font-weight: bold
}
.fomrmt select
{
   height: 50px;
   color: black
}
.imgproove
{
   position: absolute;
   bottom: 0;
   width: 100%;
   background: linear-gradient(to bottom, #0000, #000);
}
.imgproove
{
   padding: 10px
}
.projectdetails .container-fluid
{
   padding: 0
}
.imgproove .dsre a
{
   color: white;
   background: black;
   padding: 8px 30px;
   font-weight: bold;
   font-size:18px;
   position: absolute;
   bottom: 23px;
}
.imgproove .dsre2
{
   text-align: right;
   padding: 20px;

   padding-right: 35px;
}
.imgproove .dsre2  h2
{
   color: var(--mainColor ) !important;
   margin-right: 10px !important;
   position: relative !important;
   font-size: 22px;
}
.imgproove .dsre
{
   padding: 10px !important;
   padding-bottom: 0 !important;
   padding-bottom: ;
}
.imgproove .dsre2 h2 span
{
   color: white !important;
   font-size: 22px !important;
   line-height: 1.6em
}
.imgproove .dsre2  h2 a
{
   z-index: 9999;
   color: white;
   font-size: 30px !important;
   font-weight: bold;

}
.vore
{
   text-align: right;
   padding: 40px 50px
}
.vore h1
{
   color: black;
   font-size: 25px;
   font-weight:bold;
}
.vore p
{
   color: rgba(0,0,0,.6);
   font-size: 18px
}
.vore .row
{
   margin-top: 30px
}
.vore form label
{
   color: black;
   font-weight: bold
}
.vore input
{
   height: 50px
}
.vore .row .btn
{
   background: var(--mainColor);
   color: white;
   margin: 10px 0;
   text-align: center;
   width: 200px;
   text-align: center !important;
   font-size: 15px;
   height: 35px !important;
}
.ppbox svg, .ppbox img
{
   width: auto;;
   color: black !important;
   height: 23px !important;
}
.ppbox h1
{
   font-size: 32px !important;;
   color: black !important;
}
.ppbox .scul
{
   justify-content: end;
   width: 80% !important;
   margin-left: auto
}
.ppbox .scul li
{
   text-align: right
}
.ermep a
{
   display: block;
   text-align: center;
   background: #e0d3b8;
   color: black;
   padding: 8px
}
.untd svg
{
   width: 30px !important;;
   height: 30px !important;
}
.untd svg path
{
   stroke: rgba(0,0,0,.8)
}
.untd .properties__param span
{
   color: rgba(0,0,0,.6) !important;
   font-size: 14px
}
.untd .scul
{
   margin: 0;
   width: 100% !important;

   display: flex !important;
   margin-bottom: 20px;
}
.untd .scul li
{
   font-size: 14px !important;
   width: 100%;
}
.odur
{
   margin-top: 20px;
   border-top: 1px solid rgba(0,0,0,.2);
   padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.odur div
{
   width: 100%;
   text-align: right;
}
.odur div p
{
   margin: 0;
   font-size: 15px
}
.odd2
{
   margin: 0 !important;
}

.odd2 p
{
   text-align: center;
   color: black;
   font-size: 18px !important;

}
.pytype
{
      display: flex;
   width: 100%;
}
.pytype .form-check
{
   width: 100%;
    border: 1px solid rgba(0,0,0,.1);
   margin:  5px;
   position: relative;
   padding: 10px;
   background: #f1f1f1;
   padding-right: 30px !important;
}
.pytype input
{
   width: 20px !important;
   height: 20px !important;
   z-index: 99999999999999999999999;
   border-radius: 50% !important;
   /*! position: relative !important; */
   border: 1px solid black;

}
.pytype label
{
   /*! width: 100%; */
   padding: 10px;
   padding-left: 30px;
   color: black;
   font-weight: bold;

   padding-right: ;
}
.account-page svg
{
  width: 40px !important;
  height: 40px;
  text-align: right;
}
.ddslf
{
   display: flex;
   justify-content: end
}
.ddslf a
{
   color: black;
   border: 1px solid;
   margin: 0px 5px;
   padding: 5px !important;
   font-size: 18px
}
.eres p
{
   color: black
}.eres h6
{
   font-size: 22px;
   font-weight: bold
}

.lfmlfjd .scul
{
   justify-content: end !important;
   margin:0!important;
   margin-left: auto !important;
   width: 70% !important;
   justify-content: end !important;
   display: flex;
}
.lfmlfjd h1
{
   font-size: 45px !important;
}
.lfmlfjd li p
{
   color: black !important;
   font-size: 22px
}
.mppr
{
   background: #f1f1f1;
   padding: 20px;
   margin-right: -150px;
   margin-top: 140px;
   z-index: 99;
   position: relative
}
.projectdetails ul
{
 display: flex;
 width: 50%;
 margin: 00px auto;
 text-align: center;
 justify-content: center;
 padding: 20px 0 !important;
 z-index: 9999999999;
 position: relative;
}
.projectdetails ul li
{
 width: 100%;
 text-align: center !important;
 justify-content: center;
}
.projectdetails ul li span
{
 text-transform: capitalize;
 font-weight: bold;
 color: #0f0f2d;
}
.projectdetails ul li p
{
 /*! background-color: var(--mainColor); */
 /*! width: 30px; */
 padding: 5px;
 font-weight: ;
 font-size: 20px;
 text-align: center;
 color: black;
 display: ;
 text-align: center;
}
.projectdetails ul li p svg
{
   width: 25px;
   height: 25px
}
.projectdetails .info
{
 text-align: right;
}
.projectdetails .info p
{
 font-size: 15px;
 text-transform: capitalize
}
.projectdetails .info p:nth-child(3)
{
 color: rgba(0,0,0,.6)
}
.projectdetails .info p i
{
 color: rgba(0,0,0,.6)
}
.projectdetails-apr ul
{
 display: inline-flex;
 padding: 0;
 margin: 0;
 width: 100%;

 /*! margin-top: 10px; */
 padding: 10px !important;
 padding: ;
}
.projectdetails-apr ul li
{
 width: 100%;
 text-align: right;
 font-size: 16px;
 color: black;

}
.projectdetails-apr ul li:nth-child(2)
{
 text-align: right;
}
.projectdetails-apr ul p
{
 margin: 0;
 font-size: 14px;
 text-transform: capitalize;
 font-weight: bold;
 color: rgba(0,0,0,.6)
}
.projectdetails-apr .content
{
 margin: 20px 0 !important;
 background: white;
 box-shadow: 0px 10px 10px rgba(0,0,0,.1);
 /*! padding: 10px; */
 padding-bottom: 0;
 border: 1px solid rgba(0,0,0,.1);
}
.projectdetails-apr .content h1
{
   color: black
}
.dfrtrt
{
   display: flex;
   justify-content: end;
   border-bottom: 1px solid rgba(0,0,0,.2);
   padding-bottom: 20px
}
.dfrtrt li
{
   margin-left: 15px;
   font-size: 17px;
}
.dfrtrt svg
{
   width: 20px;
   height: 20px
}
.dfrtrt path
{
   color: var(--mainColor)
}
.ald p
{
   font-weight: bold;
   color: var(--mainColor);
}
.mfljret a
{
   background: #fff;
   color: #262424 !important;
   /*! padding: 8px 30px; */
   /*! margin: 0px 10px; */
   border-radius: 5px;
   font-size: 13px;
   text-decoration: underline !important;
}
.cart-table-container {
 margin-bottom:2.5rem
}
.cart-table-container .input-group .form-control {
 height:43px;
 border-color:rgba(0,0,0,0.09)
}
.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
 border:none;
 background-color:#f4f4f4;
 color:#222529
}
.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
 color:#fff;
 background-color:#08C
}
.table.table-cart tr td,
.table.table-cart tr th,
.table.table-wishlist tr td,
.table.table-wishlist tr th {
 vertical-align:middle
}
.table.table-cart tr th,
.table.table-wishlist tr th {
 border:0;
 color:#222529;
 font-weight:700;
 line-height:2.4rem;
 text-transform:uppercase;
 font-size: 12px;
 padding: 10px !important;
 background: #f1f1f1;
 margin-top: 80px !important;
}
.table.table-cart tr td,
.table.table-wishlist tr td {
 border-top:1px solid #e7e7e7
}
.table.table-cart tr td.product-col,
.table.table-wishlist tr td.product-col {
 padding:2rem 0.8rem 1.8rem 0
}
.table.table-cart tr.product-action-row td,
.table.table-wishlist tr.product-action-row td {
 padding:0 0 2.2rem;
 border:0
}
.table.table-cart .product-image-container,
.table.table-wishlist .product-image-container {
 position:relative;
 width:8rem;
 margin:0
}
.table.table-cart .product-title,
.table.table-wishlist .product-title {
 margin-bottom:0;
 padding:0;
 font-family:"Open Sans",sans-serif;
 font-weight:400;
 line-height:1.75
}
.table.table-cart .product-title a,
.table.table-wishlist .product-title a {
 color:inherit
}
.table.table-cart .product-single-qty,
.table.table-wishlist .product-single-qty {
 margin:0.5rem 4px 0.5rem 1px
}
.table.table-cart .product-single-qty .form-control,
.table.table-wishlist .product-single-qty .form-control {
 height:48px;
 width:44px;
 font-size:15px !important;
 font-weight:700;
 text-align: center !important;
}
.table.table-cart .subtotal-price,
.table.table-wishlist .subtotal-price {
 color:#222529;
 font-size:1.6rem;
 font-weight:600
}
.table.table-cart .btn-remove,
.table.table-wishlist .btn-remove {
 right:-10px;
 font-size:1.1rem
}
.table.table-cart tfoot td,
.table.table-wishlist tfoot td {
 padding:2rem 0.8rem 1rem
}
.table.table-cart tfoot .btn,
.table.table-wishlist tfoot .btn {
 padding:1.2rem 2.4rem 1.3rem 2.5rem;
 font-family:"Open Sans",sans-serif;
 font-size:12px;
 font-weight:700;
 /*! height:43px; */
 letter-spacing:-0.018em;
 background-color: #e6e4e4 !important;
 color: black !important;
}
.table.table-cart tfoot .btn+.btn,
.table.table-wishlist tfoot .btn+.btn {
 margin-left:1rem
}
.table.table-cart .bootstrap-touchspin.input-group,
.table.table-wishlist .bootstrap-touchspin.input-group {
 margin-right:auto;
 margin-left:auto
}
.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
 /*! display:block; */
 /*! margin-bottom:1px; */
 font-size: 17px;
 padding: 0 !important;
}
.table-cart tr th {
 padding:1rem
}
.table-cart tr th.thumbnail-col {
 width:16%
}
.table-cart tr th.product-col {
 width:33%;
}
.table-cart tr th.price-col {
 width:14%
}
.table-cart td {
 padding:2rem 1rem
}
i.cart-empty {
 font-size:100px;
 color:#d3d3d4
}
.btn-edit:focus,
.btn-edit:hover,
.btn-move:focus,
.btn-move:hover,
.btn-remove:focus,
.btn-remove:hover {
 color:#08C;
 text-decoration:none
}
.btn-edit {
 margin-right:1rem;
 font-size:1.3rem
}
.btn-move {
 font-size:1.3rem;
 line-height:2.5rem
}
.btn-move:focus,
.btn-move:hover {
 text-decoration:underline
}
.qty-col {
 min-width:98px
}
tbody .product-col {
 font-size:0
}
.product-col .product-image-container {
 display:table-cell;
 padding-right:1.8rem;
 margin-bottom:0;
 vertical-align:middle
}
.product-col .product-image img {
 border:1px solid #ccc
}
.product-col .product-title {
 margin-bottom:1px;
 display:table-cell;
 vertical-align:middle
}
.cart-discount {
 margin-bottom:4rem
}
.cart-discount h4 {
 margin-bottom:1.2rem;
 font-size:1.6rem;
 font-weight:400
}
.cart-discount form {
 max-width:420px
}
.cart-discount .input-group-append {
 margin-left:3px
}
.cart-summary {
 margin-bottom:3.6rem;
 padding:10px 30px;
 border:2px solid #e7e7e7;
 background:#fff
}
.cart-summary h3 {
 margin-bottom:2.3rem;
 font-size:20px;
 letter-spacing:-0.01em;
 font-weight: bold;
 margin-top: 18px !important;
}
.checkout-progress-bar li a.active,
.checkout-progress-bar li a:hover {
 color:#08C;
 opacity:1
}
.table.table-totals {
 margin-bottom:2.6rem
}
.table.table-totals .custom-radio .custom-control-input {
 width:100px
}
.table.table-totals h4 {
 display:inline;
 margin-bottom:0;
 font-size:14px !important;
 font-weight:600;
 letter-spacing:-0.01em;
 color: black !important;
}
.table.table-totals .form-control {
 line-height:1.5
}
.table.table-totals .form-group {
 margin-bottom:1.5rem
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single {
 min-height:37px
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
 line-height:1.6
}
.table.table-totals tr td,
.table.table-totals tr th {
 padding:1rem;
 border:0;
 letter-spacing:-0.01em;
 font-size:14px;
 font-weight:600;
 color:#222529;
 font-family:"poppins"
}
.table.table-totals tr td:last-child,
.table.table-totals tr th:last-child {
 color:#777;
 text-align:right;
 font-weight:400
}
.table.table-totals tbody tr {
 border-bottom:1px solid #dcdcdc
}
.table.table-totals tfoot {
 border-top:1px solid #ccc;
 color:#222529;
 font-size:1.6rem;
 font-weight:700
}
.table.table-totals tfoot tr td {
 padding-top:1.3rem;
 padding-bottom:1.6rem;
 vertical-align:middle;
 font-size:15px !important;
 padding-left:1.2rem
}
.table.table-totals tfoot tr td:last-child {
 font-weight:700;
 font-size:22px;
 color:#222529
}
.table.table-totals tfoot b {
 font-size:2.2rem
}
.checkout-methods .btn {
 font-family:"Open Sans",sans-serif;
 font-size:1.5rem;
 letter-spacing:-0.015em;
 padding:1em 0;
 font-size: 13px !important;
 background: #151515 !important;
}
.checkout-methods .btn i {
 margin-left:1.2rem
}
.return-to-shop .btn {
 padding:1.6rem 3.6rem;
 font-family:"Open Sans",sans-serif;
 font-size:1.5rem;
 letter-spacing:-0.02em
}
.cart-summary form {
 margin-bottom:1.6rem
}
.cart-summary .form-group-sm {
 max-width:none
}
.cart-summary .form-group-sm label {
 margin-top:1.3rem;
 letter-spacing:0;
 margin-bottom:1.4rem;
 font-weight:400;
 font-size:1.4rem;
 color:#777;
 font-family:"Open Sans",sans-serif
}
.cart-summary .form-group-sm .form-control {
 height:35px !important;
 font-size:13px;
 letter-spacing:-0.012em;
 text-align: left !important;
}
.cart-summary .btn-update-total {
 background-color:#f4f4f4;
 color:#222529;
 border:none;
 padding:8px 12px;
 line-height:1.5;
 font-family:"Open Sans",sans-serif
}
.cart-summary .btn-update-total:hover {
 color:#fff;
 background-color:#08C
}
@media (max-width:575px) {
 .cart-table-container {
  border-top:4px solid #08C
 }
 .table.table-cart {
  border:1px solid #e7e7e7;
  border-top:0;
  box-shadow:0 2px 4px 0 rgba(0,0,0,0.05);
  width: 100% !important;
 }
 .table.table-cart,
 .table.table-cart tbody,
 .table.table-cart tfoot {
  display:block
 }
 .table.table-cart thead {
  display:none
 }
 .table.table-cart tr td {
  padding:0.5rem 0.5rem;
  border-top:0
 }
 .table.table-cart tr td.product-col {
  padding-bottom:0.5rem
 }
 .table.table-cart .product-row {
  display:-ms-flexbox;
  /*! display:flex; */
  -ms-flex-direction:column;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding-top:3rem;
  padding-bottom:2.5rem;
  border-top:2px solid #ddd;
  width: 100% !important;
  position: relative;
  display: unset;
 }
 .table.table-cart .product-row:first-child {
  border-top:0
 }
 .table.table-cart .product-col {
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  text-align:center
 }
 .table.table-cart .product-col .product-image-container {
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  margin-right:0;
  margin-bottom:1rem
 }
 .table.table-cart tfoot {
  border-top:2px solid #ddd
 }
 .table.table-cart tfoot tr {
  display:block;
  width:100%
 }
 .table.table-cart tfoot tr td {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:start;
  align-items:center;
  padding:3rem 0
 }
 .table.table-cart .cart-discount {
  margin-bottom:2rem
 }
 .table.table-cart .cart-discount form {
  margin-bottom:0
 }
}
@media (min-width:1200px) {
 .cart-table-container .input-group .form-control {
  width:183px
 }
}
@media (max-width:767px) {
 .cart-table-container .cart-discount .form-control {
  max-width:132px;
  margin-right:0.4rem
 }
 .table.table-cart .cart-discount {
  margin-bottom:1.5rem
 }
}
@media (max-width:479px) {
 .cart-summary {
  padding-left:2rem;
  padding-right:2rem
 }
 .table.table-cart .cart-discount {
  margin-bottom:1.5rem
 }
 .cart-discount .input-group {
  flex-direction:column;
  align-items:center
 }
 .cart-table-container .cart-discount .form-control {
  margin:auto;
  margin-bottom:1.5rem;
  max-width:none;
  width:100%
 }
}
.checkout-progress-bar {
 margin:4.7rem 0 2.1rem;
 font-size:0;
 line-height:1.4
}
.checkout-progress-bar li {
 display:inline-block;
 position:relative;
 margin-bottom:3rem;
 color:#999;
 font-family:Poppins,sans-serif;
 font-size:2rem;
 font-weight:700;
 letter-spacing:-0.03em;
 text-align:center;
 vertical-align:top
}
.upcomming {
  font-size: 45px;
  text-transform: uppercase;
  border-left: 14px solid rgba(255, 235, 59, 0.78);
  padding-left: 12px;
  margin: 18px 8px;
}
.container .item {
  width: 100%;
  padding: 0 20px;
  background: var(--mainColor);
  overflow: hidden;
  margin: 10px;
  height: auto;
}
.container .item-right,
.container .item-left {
  float: left;
  padding: 20px;
}
.container .item-right {
  padding: 43px 50px;
  margin-right: 20px;
  width: 25%;
  position: relative;
  height: auto;
  /*! background: var(--mainColor); */
}
.container .item-right .up-border,
.container .item-right .down-border {
  padding: 14px 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
.container .item-right .up-border {
  top: -8px;
  right: -35px;
}
.container .item-right .down-border {
  bottom: -11px;
  right: -35px;
}
.container .item-right .num {
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.container .item-right .day,
.container .item-left .event {
  color: #fff;
  font-size: 20px;
  margin-bottom: 9px;
}
.container .item-right .day {
  text-align: center;
  font-size: 25px;
}
.container .item-left {
  width: 71%;
  padding: 34px 0px 19px 46px;
  border-left: 3px dotted #fff;
  text-align: right;
}
.container .item-left .title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}
.container .item-left .sce {
  margin-top: 5px;
  display: block;
  display: flex;
  justify-content: start;
  direction: rtl;
}
.container .item-left .sce .icon,
.container .item-left .sce p,
.container .item-left .loc .icon,
.container .item-left .loc p {
  /*! float: left; */
  word-spacing: 5px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}
.container .item-left .sce .icon,
.container .item-left .loc .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
}
.container .item-left .loc {
  display: flex;
  display: flex;
  flex-direction: row-reverse;
}
.fix {
  clear: both;
}
.container .item .tickets,
.booked,
.cancel {
  color: #fff;
  padding: 6px 14px;
  float: right;
  margin-top: 10px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.container .item .tickets {
  background: #777;
}
.container .item .booked {
  background: #3d71e9;
}
.container .item .cancel {
  background: #df5454;
}
.linethrough {
  text-decoration: line-through;
}
@media only screen and (max-width: 1150px) {
  .container .item {
    width: 100%;
    margin-right: 20px;
  }
  div.container {
    /*! margin: 0 20px auto; */
  }
}.preloader
{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0 ;
background-color: white;
z-index: 99999999999999999999;
}
.preloaders
{
text-align: center;
margin: 250px 0;
}
.contactuspage
{
  padding-bottom: 91px;
  background-size: cover !important;
  margin-top: 40px;
  background: white;
}
.contactuspage .col-md-11
{
  padding: 0
}
.contactuspage .cnf
{
  margin: 90px 0;
  margin-bottom:  0 !important;
  margin-top: 0px;
  /*! background: linear-gradient(to top, #142938,#0000); */
  padding-top: ;
  padding: 0 !important;
}
.contactuspage form
{
  /*! background:#4d4d4dd6; */
  /*! margin: 0px 200px; */
  /*! margin-top: 275px; */
  /*! padding:40px 20px; */
  padding-bottom: 15px !important;
  border-radius: 30px
}
.contactuspage input,.contactuspage textarea
{
  background: unset !important;
  border: 1px solid #b9b9b996 !important;
  border-radius: 5px !important;
  height: 50px !important;
  text-align: right !important;
  padding-right: 60px;
  color: white !important;
  margin: 10px 0;
}
.contactuspage .col-md-7 i
{
  position: absolute;
  background: var(--mainColor);
  color: white;
  padding: 10px 11px;
  border-radius: 5px !important;
  right:20px;
  top: 18px;

}.locationmap
{
  text-align: right
}
.locationmap h3
{
  color: var(--mainColor);
  font-size: 22px;
}
.locationmap p
{
  /*! font-weight: bold; */
  color: black
}
@media only screen and (max-width: 600px) {
   .container
   {
      max-width: 99% !important;
   }
.search-bar .search-inner
   {
      margin: 0 !important;
      width: 100% !important;

   }
   .header .contents
   {
      margin: 0 !important;
      padding: 0 !important;
   }
   .search-bar .btn-common
   {
      width: 68px !important;
   }
   .header .form-control
   {
      padding-right: 60px !important;
      font-size: 15px !important;
      border-radius: 50px !important;
   }
   .products article .text h2 a
   {
      font-size: 12px !important;
   }
   .products .
   .header ul
   {
   margin: 5px 0
   }
   .products article
   {
      margin: 10px 0
   }
   .deep-page table
   {
      width: 100% !important;
      display: inline-grid;
   }
   .deep-page .container
   {
      max-width: 100% !important;
      margin: auto;
   }
   .deep-page .management-body
   {
      padding: 0 !important;
   }
   .deep-page th, .deep-page i, .deep-page td
   {
      font-size: 11px !important;
   }
   .deep-page .table tbody
   {
      width: 100% !important;
      display: revert;
   }
}
.aboutus .box
{
display: flex;
text-align: right;
background: #eeb4a540;
padding: 17px;
margin: 5px 0;
flex-direction: row-reverse;
margin-top: 20px;

border-radius: 10px;
}
.aboutus .box .left
{
padding: 0px 10px
}
.aboutus .box p
{
font-size: 15px;
color: #282727;
}
.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 400px !important;
}

.team-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:18px;
	margin-right:18px;
	margin-top:-70px;
	padding:30px 35px 30px;
	text-align:center;
	overflow:hidden;
	background-color:#f9f9fa;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#191514;
	font-size:13px;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#191514;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#d5aa6d;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#7a7a7a;
	font-size:12px;
	margin-top:5px;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--sColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:19px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}.section-title{
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.section-title .title{
	position:relative;
	font-size:25px;
	color:#9e7247;
	font-weight:400;
	/*! letter-spacing:3px; */
	/*! margin-bottom:12px; */
	text-transform:capitalize;
	margin-bottom: 16px;
}

.section-title h3{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1em;
	padding-bottom: 22px;
	/*! font-family: 'Poppins', sans-serif; */
	font-size: 58px;
}

.section-title h3 span{
	position:relative;
	color:#d5aa6d;
	font-style:italic;
	font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h3:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:40px;
	/*! height:3px; */
	/*! background-color:#d4a86c; */
}

.section-title .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	color:#555555;
	margin-top:10px;
}

.section-title.centered .big-title,
.section-title.centered{
	text-align: center;
}

.section-title.centered h3:after{
	left:50%;
	margin-left:-20px;
}

.section-title.light .text{
	color:#999999;
}

.section-title.light h3{
	color:#ffffff;
}
.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--mainColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
	width: 100% !important;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	/*! margin-right:8px; */
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}
.ret p
{
  color: black !important
}/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

Default COLOR :  Color Set 1
COLOR : Green
COLOR CODE: #1F386B
COLOR CODE2: #E41937
----------------------------------------- */
/*Theme Colored Red Text-color*/
.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
  color: #E41937;
}
/*Theme Colored Red Bg-color*/
/* background-theme-color */
.bg-theme-colored {
  background-color: #1F386B !important;
}
.bg-theme-colored-lighter2 {
  background-color: #223e77 !important;
}
.bg-theme-colored-lighter3 {
  background-color: #25427f !important;
}
.bg-theme-colored-lighter4 {
  background-color: #274687 !important;
}
.bg-theme-colored-darker2 {
  background-color: #dadfe8 !important;
}
.bg-theme-colored-darker3 {
  background-color: #192e57 !important;
}
.bg-theme-colored-darker4 {
  background-color: #172a4f !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: rgba(31, 56, 107, 0.9);
}
.bg-theme-colored-transparent-8 {
  background-color: rgba(31, 56, 107, 0.8);
}
.bg-theme-colored-transparent-7 {
  background-color: rgba(31, 56, 107, 0.7);
}
.bg-theme-colored-transparent-6 {
  background-color: rgba(31, 56, 107, 0.6);
}
.bg-theme-colored-transparent-5 {
  background-color: rgba(31, 56, 107, 0.5);
}
.bg-theme-colored-transparent-4 {
  background-color: rgba(31, 56, 107, 0.4);
}
.bg-theme-colored-transparent-3 {
  background-color: rgba(31, 56, 107, 0.3);
}
.bg-theme-colored-transparent-2 {
  background-color: rgba(31, 56, 107, 0.2);
}
.bg-theme-colored-transparent-1 {
  background-color: rgba(31, 56, 107, 0.1);
}
.bg-theme-colored-transparent {
  background-color: rgba(31, 56, 107, 0.75) !important;
}
.bg-theme-color-2 {
  background: #E41937 !important;
}
.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
  background: #E41937;
}
.panel-group .panel-title a.active::after {
  background-color: #E41937 !important;
}
.schedule-box:hover .schedule-details .title a {
  color: #1F386B;
}
.btn-theme-color-2 {
  background-color: #E41937;
}
/*Theme Colored Red Bg-transparent-color*/
/*Theme Colored Red Border-top-color*/
.border-theme-color-2-1px {
  border: 1px solid #E41937 !important;
}
.border-top-theme-color-2-1px {
  border-top: 1px solid #E41937 !important;
}
.border-top-theme-color-2-2px {
  border-top: 2px solid #E41937 !important;
}
.border-top-theme-color-2-3px {
  border-top: 3px solid #E41937 !important;
}
.border-top-theme-color-2-4px {
  border-top: 4px solid #E41937 !important;
}
.border-top-theme-color-2-5px {
  border-top: 5px solid #E41937 !important;
}
.border-top-theme-color-2-6px {
  border-top: 6px solid #E41937 !important;
}
.border-top-theme-color-2-7px {
  border-top: 7px solid #E41937 !important;
}
.border-top-theme-color-2-8px {
  border-top: 8px solid #E41937 !important;
}
.border-top-theme-color-2-9px {
  border-top: 9px solid #E41937 !important;
}
.border-top-theme-color-2-10px {
  border-top: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-2-1px {
  border-bottom: 1px solid #E41937 !important;
}
.border-bottom-theme-color-2-2px {
  border-bottom: 2px solid #E41937 !important;
}
.border-bottom-theme-color-2-3px {
  border-bottom: 3px solid #E41937 !important;
}
.border-bottom-theme-color-2-4px {
  border-bottom: 4px solid #E41937 !important;
}
.border-bottom-theme-color-2-5px {
  border-bottom: 5px solid #E41937 !important;
}
.border-bottom-theme-color-2-6px {
  border-bottom: 6px solid #E41937 !important;
}
.border-bottom-theme-color-2-7px {
  border-bottom: 7px solid #E41937 !important;
}
.border-bottom-theme-color-2-8px {
  border-bottom: 8px solid #E41937 !important;
}
.border-bottom-theme-color-2-9px {
  border-bottom: 9px solid #E41937 !important;
}
.border-bottom-theme-color-2-10px {
  border-bottom: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-2-1px {
  border-left: 1px solid #E41937 !important;
}
.border-left-theme-color-2-2px {
  border-left: 2px solid #E41937 !important;
}
.border-left-theme-color-2-3px {
  border-left: 3px solid #E41937 !important;
}
.border-left-theme-color-2-4px {
  border-left: 4px solid #E41937 !important;
}
.border-left-theme-color-2-5px {
  border-left: 5px solid #E41937 !important;
}
.border-left-theme-color-2-6px {
  border-left: 6px solid #E41937 !important;
}
.border-left-theme-color-2-7px {
  border-left: 7px solid #E41937 !important;
}
.border-left-theme-color-2-8px {
  border-left: 8px solid #E41937 !important;
}
.border-left-theme-color-2-9px {
  border-left: 9px solid #E41937 !important;
}
.border-left-theme-color-2-10px {
  border-left: 10px solid #E41937 !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-2-1px {
  border-right: 1px solid #E41937 !important;
}
.border-right-theme-color-2-2px {
  border-right: 2px solid #E41937 !important;
}
.border-right-theme-color-2-3px {
  border-right: 3px solid #E41937 !important;
}
.border-right-theme-color-2-4px {
  border-right: 4px solid #E41937 !important;
}
.border-right-theme-color-2-5px {
  border-right: 5px solid #E41937 !important;
}
.border-right-theme-color-2-6px {
  border-right: 6px solid #E41937 !important;
}
.border-right-theme-color-2-7px {
  border-right: 7px solid #E41937 !important;
}
.border-right-theme-color-2-8px {
  border-right: 8px solid #E41937 !important;
}
.border-right-theme-color-2-9px {
  border-right: 9px solid #E41937 !important;
}
.border-right-theme-color-2-10px {
  border-right: 10px solid #E41937 !important;
}
.service-block .thumb .desc {
  border-top: 4px solid #E41937;
}
/*Theme Colored Red Border-right-color*/
.service-block .thumb .price {
  border-right: 3px solid #E41937;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}
.widget.dark .tags a:hover,
.title-dots span {
  background-color: #E41937;
}
.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before {
  color: #E41937;
}
.hover-effect:hover .details {
  background-color: #1F386B !important;
  border-bottom-color: #142343 !important;
}
.hover-effect:hover .thumb::after {
  border-color: rgba(31, 56, 107, 0.3) !important;
}
.hover-effect:hover a {
  background: #142343 !important;
}
/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.line-bottom:after,
.line-bottom-center:after,
.progress-item .progress-bar .percent,
.progress-item .progress-bar,
.pricing.table-horizontal:hover,
.pricing:hover,
.portfolio-filter a.active,
.portfolio-filter a:hover,
.project .hover-link i {
  background: #1F386B !important;
}
.pricing.table-horizontal,
.pricing {
  background: var(--mainColor) !important;
}
.panel-group .panel-title a.active {
  background-color: #1F386B !important;
}
/* Theme-color for dark */
.dark .service-icon-box:hover li.active a {
  background: #1F386B !important;
}
/*Footer Styles*/
.footer-box-one > div {
  background: #1F386B;
}
.footer-box-two > div {
  background: #192e57 !important;
}
.footer-box-three > div {
  background: #142343 !important;
}
.ui-state-highlight {
  background: #1F386B !important;
  color: #fff !important;
}
.border-theme-colored,
.causes .progress-item .progress-bar .percent {
  border-color: #1F386B !important;
}
/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.team-block .team-thumb .team-overlay .styled-icons a:hover i,
.section-title .title-icon i,
.panel-group .panel-title a {
  color: #1F386B !important;
}
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #1F386B none repeat scroll 0 0;
  color: #fff;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #fff;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}
/* text-theme-color */
.text-theme-colored {
  color: #1F386B !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored:hover {
  color: #1F386B !important;
}
/* background-theme-color */
.bg-theme-colored {
  background-color: #6A707B !important;
  /*! padding-top: 40px; */
}
/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
  background: #1F386B !important;
  border-color: #1F386B !important;
  color: #fff !important;
}
.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}
.hover-text-theme-color-2:hover {
  color: #E41937;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1F386B !important;
}
.widget .services-list li.active::after {
  border-color: transparent #1F386B transparent transparent;
}
.widget .services-list li.active {
  background-color: #1F386B !important;
  border-right: 6px solid #E41937 !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent,
.piechart-block {
  background-color: rgba(31, 56, 107, 0.75) !important;
}
.service-block .thumb .price,
.service-block .thumb .desc,
.team-block .team-thumb .team-overlay,
.team-block .team-thumb .styled-icons,
.work-gallery .gallery-thumb .gallery-overlay {
  background: rgba(31, 56, 107, 0.7);
}
.team-block .team-thumb .team-overlay::after {
  border-color: rgba(31, 56, 107, 0.75) transparent transparent rgba(31, 56, 107, 0.75);
}
.team-block .team-thumb .styled-icons::after {
  border-color: transparent rgba(31, 56, 107, 0.75) rgba(31, 56, 107, 0.75) transparent;
}
/* Layer-overlay */
.overlay-theme-colored-1:before {
  background-color: rgba(31, 56, 107, 0.1) !important;
}
.overlay-theme-colored-2:before {
  background-color: rgba(31, 56, 107, 0.2) !important;
}
.overlay-theme-colored-3:before {
  background-color: rgba(31, 56, 107, 0.3) !important;
}
.overlay-theme-colored-4:before {
  background-color: rgba(31, 56, 107, 0.4) !important;
}
.overlay-theme-colored-5:before {
  background-color: rgba(31, 56, 107, 0.5) !important;
}
.overlay-theme-colored-6:before {
  background-color: rgba(31, 56, 107, 0.6) !important;
}
.overlay-theme-colored-7:before {
  background-color: rgba(31, 56, 107, 0.7) !important;
}
.overlay-theme-colored-8:before {
  background-color: rgba(31, 56, 107, 0.8) !important;
}
.overlay-theme-colored-9:before {
  background-color: rgba(31, 56, 107, 0.9) !important;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-2px {
  border: 2px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 3px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 4px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-theme-color-1px {
  border: 1px solid #1F386B !important;
}
.border-top-theme-color-1px {
  border-top: 1px solid #1F386B !important;
}
.border-top-theme-color-2px {
  border-top: 2px solid #1F386B !important;
}
.border-top-theme-color-3px {
  border-top: 3px solid #1F386B !important;
}
.border-top-theme-color-4px {
  border-top: 4px solid #1F386B !important;
}
.border-top-theme-color-5px {
  border-top: 5px solid #1F386B !important;
}
.border-top-theme-color-6px {
  border-top: 6px solid #1F386B !important;
}
.border-top-theme-color-7px {
  border-top: 7px solid #1F386B !important;
}
.border-top-theme-color-8px {
  border-top: 8px solid #1F386B !important;
}
.border-top-theme-color-9px {
  border-top: 9px solid #1F386B !important;
}
.border-top-theme-color-10px {
  border-top: 10px solid #1F386B !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-1px {
  border-bottom: 1px solid #1F386B !important;
}
.border-bottom-theme-color-2px {
  border-bottom: 2px solid #1F386B !important;
}
.border-bottom-theme-color-3px {
  border-bottom: 3px solid #1F386B !important;
}
.border-bottom-theme-color-4px {
  border-bottom: 4px solid #1F386B !important;
}
.border-bottom-theme-color-5px {
  border-bottom: 5px solid #1F386B !important;
}
.border-bottom-theme-color-6px {
  border-bottom: 6px solid #1F386B !important;
}
.border-bottom-theme-color-7px {
  border-bottom: 7px solid #1F386B !important;
}
.border-bottom-theme-color-8px {
  border-bottom: 8px solid #1F386B !important;
}
.border-bottom-theme-color-9px {
  border-bottom: 9px solid #1F386B !important;
}
.border-bottom-theme-color-10px {
  border-bottom: 10px solid #1F386B !important;
}
.project .project-details {
  border-bottom: 3px solid #1F386B !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-1px {
  border-left: 1px solid #1F386B !important;
}
.border-left-theme-color-2px {
  border-left: 2px solid #1F386B !important;
}
.border-left-theme-color-3px {
  border-left: 3px solid #1F386B !important;
}
.border-left-theme-color-4px {
  border-left: 4px solid #1F386B !important;
}
.border-left-theme-color-5px {
  border-left: 5px solid #1F386B !important;
}
.border-left-theme-color-6px {
  border-left: 6px solid #1F386B !important;
}
.border-left-theme-color-7px {
  border-left: 7px solid #1F386B !important;
}
.border-left-theme-color-8px {
  border-left: 8px solid #1F386B !important;
}
.border-left-theme-color-9px {
  border-left: 9px solid #1F386B !important;
}
.border-left-theme-color-10px {
  border-left: 10px solid #1F386B !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-1px {
  border-right: 1px solid #1F386B !important;
}
.border-right-theme-color-2px {
  border-right: 2px solid #1F386B !important;
}
.border-right-theme-color-3px {
  border-right: 3px solid #1F386B !important;
}
.border-right-theme-color-4px {
  border-right: 4px solid #1F386B !important;
}
.border-right-theme-color-5px {
  border-right: 5px solid #1F386B !important;
}
.border-right-theme-color-6px {
  border-right: 6px solid #1F386B !important;
}
.border-right-theme-color-7px {
  border-right: 7px solid #1F386B !important;
}
.border-right-theme-color-8px {
  border-right: 8px solid #1F386B !important;
}
.border-right-theme-color-9px {
  border-right: 9px solid #1F386B !important;
}
.border-right-theme-color-10px {
  border-right: 10px solid #1F386B !important;
}
/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
  background-color: rgba(31, 56, 107, 0.9) !important;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
  background-color: #1F386B;
}
.preloader-dot-loading .cssload-loading i {
  background: #1F386B !important;
}
/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid #1F386B;
}
.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: #1F386B;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #1F386B transparent transparent;
}
.opening-hours ul li {
  border-bottom: 1px dashed #1F386B;
}
/* border-left-color */
blockquote.theme-colored {
  border-left: 3px solid #1F386B;
}
blockquote.bg-theme-colored {
  border-left: 3px solid #142343;
  color: #fff;
}
blockquote.bg-theme-colored footer {
  color: #eeeeee;
}
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee !important;
  border-left: 3px solid #1F386B;
  color: #1F386B;
}
blockquote.gray.bg-theme-colored footer {
  color: #777777;
}
.attorney-address li {
  border-left: 1px solid #1F386B;
}
.section-title.title-border {
  border-left: 4px solid #1F386B;
}
/* border-top-color */
.member-info {
  border-top: 3px outset #1F386B;
}
.cssload-tri {
  border-top: 27px solid #1F386B;
}
/* border-right-color */
.border-right-theme-color-2 {
  border-right: 1px solid #1F386B;
}
.section-title.title-border.title-right {
  border-right: 4px solid #1F386B;
}
/* border-bottom-color */
.event {
  border-bottom-color: #1F386B;
}
.cssload-tri.cssload-invert {
  border-bottom: 27px solid #1F386B;
}
/* box-shadow */
/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #020408;
}
.btn-default.btn-theme-colored:hover {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #d4d4d4;
  border-color: #020408;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1F386B;
}
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #1F386B;
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}
.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #020408;
}
.btn-border.btn-theme-colored:hover {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #e6e6e6;
  border-color: #111f3c;
}
.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #1F386B;
  background-color: #d4d4d4;
  border-color: #020408;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}
.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1F386B;
}
.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #1F386B;
}
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #142343;
  border-color: #142343;
  color: #fff;
}
/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #142343;
  border-color: #020408;
}
.btn-dark.btn-theme-colored:hover {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}
.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-dark.btn-theme-colored .badge {
  color: #1F386B;
  background-color: #fff;
}
/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #2a4d93;
  border-color: #2a4d93;
}
.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #1f386b;
  border-color: #0e1930;
}
.btn-gray.btn-theme-colored:hover {
  color: #fff;
  background-color: #1f386b;
  border-color: #1d3463;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #1f386b;
  border-color: #1d3463;
}
.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored:active.focus,
.btn-gray.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #172a4f;
  border-color: #0e1930;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  background-image: none;
}
.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
  background-color: #2a4d93;
  border-color: #2a4d93;
}
.btn-gray.btn-theme-colored .badge {
  color: #2a4d93;
  background-color: #fff;
}
/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
.btn-theme-colored {
  color: #fff;
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #142343;
  border-color: #020408;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #142343;
  border-color: #111f3c;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-theme-colored .badge {
  color: #1F386B;
  background-color: #fff;
}
/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}
.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}
.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #1F386B;
  border-color: #1F386B;
}
.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #142343;
  border-color: #142343;
}
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}
.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #1F386B;
}
.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #1F386B;
  color: #fff;
}
.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}
.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}
.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #2a4d93;
  color: #fff;
}
.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #142343;
  color: #e6e6e6;
}
.btn-hover-theme-colored:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored a {
  color: #1F386B;
}
.icon-theme-colored.icon-bordered a {
  border-color: #1F386B;
}
.icon-theme-colored.icon-bordered a:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
  background-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-dark a:hover {
  background-color: #142343;
  color: #e6e6e6;
}
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #1F386B;
  color: #1F386B;
}
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-theme-colored.icon-gray a {
  color: #1F386B;
}
.icon-theme-colored.icon-gray a:hover {
  color: #142343;
}
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #1F386B;
}
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #1F386B;
}
.icon-theme-colored a:hover {
  color: #142343;
}
.icon-hover-theme-colored a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.styled-icons.icon-hover-theme-colored a:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
/* box-shadow */
.box-shadow,
.icon-box .icon.icon-border-effect::after {
  -webkit-box-shadow: #1F386B;
  -moz-box-shadow: #1F386B;
  box-shadow: 0 0 0 3px #1F386B;
}
/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored .icon {
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #1F386B;
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #1F386B;
}
.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #1F386B;
  border-color: #1F386B;
  color: #fff;
}
.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #1F386B;
}
.pricing ul
{
   display: flex;
   width: 100% !important;
   text-align: right !important;
   margin-bottom: 10px !important;
   justify-content: end;
   border-bottom: 1px solid #ffffff40;
   padding-bottom: 10px;
}
.pricing
{
   text-align: right !important;
   padding-right: 20px
}
.pricing ul i
{
   margin: 0 !important;
   margin-right: 10px !important;
}
.pricing ul li
{
   text-align: right !important;
   padding: 0 !important;
   padding-left: 10px !important;
   font-size: 13px !important;
}
.thumb img
{
   height: 270px !important;
}
.pricing h4
{
   margin-top: 25px !important;
   font-size: 20px !important;
   margin-bottom: 18px;
}

.pricing p{
   color: white !important;;
   margin-right: 10px !important;
   margin-bottom: 10px;
   font-size: 15px !important;
}.acc h3 {
   font-size: 14px !important;
   background-color: #f7f0ee;
   color: rgba(23, 21, 10, 0.8);
   padding: 20px 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 5px;
   transition: .5s;
   text-align: right;
   font-weight: normal !important;
}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 29px;
   top: 41%;
   transform: translateY(-50%);
   background: var(--mainColor);
   color: white;
   width: 39px;
   height: 39px;
   border-radius: 50%;
   padding: ;
   text-align: center;
   margin-top: 5px;
   padding-top: ;
}
.acc.active h3
{
 background-color: var(--mainColor);
 transition: .5s

}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   font-size: 17px;
   text-align: right;
   color: rgba(0,0,0,.6);
}
.spcimg
{
   background: #f1f1f1;
  width: 60%;
  margin: auto;
  padding: 30px 10px;
  text-align: center !important;
  margin-top: -138px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}
.spcimg h3
{
  font-size: 22px;
}
.spcimg p
{
  font-size: 13px;
  color: rgba(0,0,0,.6);
  /*! margin: 20px 0; */
}
.spcimg a
{
  font-size: 13px;
  background: var(--mainColor);
  color: white !important;
  padding: 8px 30px;
  border-radius: 10px
}.section-news{
  border-bottom: 1px solid #e1e1e1;
  margin: 60px 0;
}

.news-carousel{
  margin-top: 4.7rem;
}

.news-item{
  position: relative;
}

.news-item img{
  width: 100%;
  height: 350px;
}

.news-hover{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.7rem;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-border{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover-border div{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-border div::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hover-border::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.hover-border div::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s 0.4s;
  -o-transition: 0.2s 0.4s;
  transition: 0.2s 0.4s;
}

.hover-border::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.news-hover .content{
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
}

.news-hover .time{
  margin-bottom: 0.6rem;
}

.news-title{
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin:0;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-description{
  opacity: 0;
  margin-bottom: 0;
  line-height: 1.71;
  margin-top: 10%;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: 0.5s 0.3s ease;
  -o-transition:  0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

.news-hover .read-more{
  position: absolute;
  opacity: 0;
  bottom: 2.7rem;
  color: white;
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 50px;
}

.read-more{
  font-weight: 600;
}

.news-item:hover .news-hover{
  background-color: #2f2e2de3;
  color: white !important;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content{
  opacity: 1;

}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: white !important;
}

.news-item:hover .news-hover .read-more{
  opacity: 1;
}

.pxp-services {
    height: 418px;
}
.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-dark-mode .pxp-services-item {
    background-color: #000;
    border-right: 1px solid #333;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}
.pxp-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-item-text-title {
    color: #fff;
}
.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
    font-size: .8rem;
}
.pxp-dark-mode .pxp-services-item-text-sub {
    color: #fff;
}
@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-item-cta {
    color: #fff;
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}
.pxp-dark-mode .pxp-services-h {
    background: linear-gradient(90deg, #000 50%, #F7F7F7 50%);
}
.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pxp-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-services-h-fig.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-fig.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pxp-services-h-item img {
    height: 64px;
    width: auto;
}
.section-content .col-md-3 .sm-height-auto
{
   background: var(--mainColor) !important;
   padding-top: 60px !important;
}
.section-content .col-md-3 .sm-height-auto i
{
   font-size: 30px
}
.section-content .col-md-3 .sm-height-auto h4
{
   font-size: 17px !important;
}.single-service-box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: auto;
  /*! background: #555353 !important; */
  /*! z-index: 9999999; */
  position: relative;
  text-align: center;
  background: var(--mainColor);
  border-radius: 60px !important;
}
.single-service-box:hover::after {
  opacity: 0;
  visibility: hidden;
}

.single-service-box:hover .contents h4, .single-service-box:hover .contents p {
  color: #000;
}
.single-service-box::after {
  /*! position: absolute; */
  /*! width: 100%; */
  /*! height: 100%; */
  content: "";
  /*! background-color: #eeb4a533; */
  /*! opacity: 1; */
  /*! visibility: visible; */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px 20px 60px 5px;
}
.single-service-box .icon {
  color: #6f6868 !important;
  font-size: 30px;
  line-height: 1;
  background: white;
  border-radius: 60px 10px 30px 30px;
  width: 80px;
  height: 80px;
  padding: 20px;
}
.single-service-box .contents h4 {
  margin: 7px 0px;
  font-size: 18px;
}
.single-service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.single-service-box .service-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001659;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.single-service-card {
  border: 1px solid #EBEDF2;
  background-color: #fff;
  margin-top: 40px;
}
.single-service-card.single-service-card_2 {
  border: 0px solid #EBEDF2;
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
  height: 200px;
  border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
  padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
  position: relative;
  padding: 0px 0px;
  visibility: visible;
  opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: absolute;
  bottom: -1%;
  visibility: hidden;
  opacity: 0;
}
.single-service-card.single-service-card_2::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
          box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-cover-img {
  height: 230px;
}
.single-service-card .content {
  padding: 30px 40px;
}
.single-service-card .content .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-card .content .icon-title .icon {
  font-size: 55px;
  color: #FF5E14;
  line-height: 1;
  margin-right: 20px;
}
.single-service-card .content .icon-title .service-title h4:hover {
  color: #FF5E14;
}
.single-service-card .content .read-more {
  color: #FF5E14;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.single-service-card .content .read-more:hover {
  color: #001659;
}
.single-service-card .content .read-more i {
  margin-left: 5px;
}

.single-best-featured {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-best-featured.right {
    text-align: right;
  }
  .single-best-featured.right .icon {
    float: right;
    overflow: hidden;
    font-size: 60px;
    color: #FF5E14;
    margin-left: 20px;
    margin-right: 0;
  }
}
.single-best-featured .icon {
  float: left;
  overflow: hidden;
  font-size: 60px;
  color: #FF5E14;
  margin-right: 20px;
}
.single-best-featured .content-text {
  overflow: hidden;
}
.single-best-featured .content-text h5 {
  margin-top: -4px;
  margin-bottom: 10px;
}
.single-services-box {
  padding: 70px 40px 65px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
          box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
  text-align: center;
  margin-top: 30px;
}
.single-services-box .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #C8CBF5;
  line-height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-services-box:hover .icon {
  background: #f2f3fe;
  border-color: #f2f3fe;
}
.single-services-box.sb2 .icon {
  border: 1px solid #F2E1D8;
}
.single-services-box.sb3 .icon {
  border: 1px solid #D1ECE2;
}
.single-services-box.sb2:hover .icon {
  background: #F2E1D8;
  border-color: #F2E1D8;
}
.single-services-box.sb3:hover .icon {
  background: #D1ECE2;
  border-color: #D1ECE2;
}
.service-gallery {
  margin-bottom: 30px;
}
.service-gallery .single-service-photo {
  width: 100%;
  height: 450px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .service-gallery .single-service-photo {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .service-gallery .single-service-photo {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service-gallery .single-service-photo {
    height: 250px;
  }
}

.service-details-wrapper h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .service-details-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .service-details-wrapper h2 {
    font-size: 26px;
    line-height: 140%;
  }
}
.service-details-wrapper .owl-theme .owl-nav div {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  background-color: #001659;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  display: inline-block;
  border-radius: 0px;
}
.service-details-wrapper .owl-theme .owl-nav div:hover {
  background-color: #FF5E14;
  color: #fff;
}
.service-details-wrapper .owl-theme .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.service-details-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  z-index: 1;
}
html,body
{
  position: relative;;
  scroll-behavior: smooth !important
}
.merelgj .active
{
  font-weight: bold !important;
  color: var(--mainColor) !important;
  text-decoration: underline;
}
.mmfd
{
 position: fixed;
 bottom: 0;
 background: #075E54;
 color: white;
 font-size: 30px;
 padding: 15px 17px;
 margin: 20px;
 z-index: 988888;
 border-radius: 50%;
 right: 0;
 transition: .5s;
 font-family: "Font Awesome 5 brands" !important;
}
.prices .pr-pl
{
     padding: 10px 30px;
     background-color: #f1f1f1;
     margin: 20px 10px;
}
.prices .first-sc, .second-sc
{
     padding: 10px;
     border-bottom: 1px solid #17354a63;
     /*! background: var(--mainColor); */
     position: relative;
}
.prices .first-sc::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   background: var(--mainColor) !important;
   content: '';
   top: 0;
   left: 0;
   /*! z-index: 0; */
   transform: scale(1.26);
   border-radius: ;
}
.icn
{
   text-align: center
}
.first-sc img
{
     font-size: 60px;
     font-weight: bold;
     color: var(--mainColor);
     margin: 0;
     width: 100px !important;
     height: 100px !important;
     z-index: 0;
     position: relative;
}
.second-sc .prices-nbr p
{
     font-size: 60px;
     font-weight: bold;
     color: var(--mainColor);
     margin: 0
}
.second-sc .txt
{
     width: 100%;
     text-align: right;
}
.second-sc .txt h1
{
     font-size: 25px;
     font-weight: bold;
     text-transform: capitalize;
     margin-left: 15px
}
.second-sc .txt p
{
     color: rgba(0,0,0,.6);
     text-transform: capitalize;
     font-size: 14px;
     margin: 0;
     margin-top: 10px;
           margin-left: 15px;
}

.third-sc
{
     text-align: center
}
.third-sc .btn{
   width: 100px;
   font-size: 13px !important;
   margin: auto !important;
   margin-bottom: 20px !important;
}
.third-sc ul
{
     display: block;
     list-style: none;
     padding: 0;
     margin: 10px 0;
     text-align: left
}
.third-sc ul p
{
     margin: 20px 0;
     font-size: 17px;
     text-transform: capitalize;
     text-align: right;
     direction: rtl;
}
.third-sc ul p i
{
     margin-right: 5px;
     color: #d40000;
}
.third-sc a
{
     font-size: 14px;
     padding: 7px 12px;
     border-radius: 0px;
}
.third-sc a:hover, .new a
{
     text-decoration: none;
     }
     .wave-container {
            position: relative;
            width: 100%;
            padding-bottom: 50px;
        }

        .wave-top {
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }

        .wave-top svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }

        .wave-top .shape-fill {
            fill: #FFFFFF;
        }

        .wave-bottom {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }

        .wave-bottom svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }

        .wave-bottom .shape-fill {
            fill: #FFFFFF;
        }

        .swiper {
            width: 100%;
            height: 400px;
            border-radius: 20px;
            overflow: hidden;
            /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
            background: ;
        }

        .swiper-wrapper {
            transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
        }

        .swiper-slide {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .swiper-slide::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff"></path></svg>');
            background-size: 100% 100%;
            z-index: 2;
        }

        .testimonial-content {
            padding: 40px;
            max-width: 80%;
            position: relative;
            z-index: 2;
            transform: skewY(-2deg);
        }

        .testimonial-content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            z-index: -1;
            transform: skewY(2deg);
        }

        .testimonial-text {
            font-size: 16px;
            color: #fff;
            line-height: 1.6;
            margin-bottom: 25px;
            text-align: center;
            font-style: italic;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .testimonial-name {
            font-weight: bold;
            color: #fff;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .testimonial-name::before {
            content: "—";
            font-weight: normal;
        }

        .nature-icon {
            font-size: 24px;
            margin-left: 5px;
        }

        .swiper-slide.orange {
            background:var(--mainColor);
            border-radius: 10px;
        }

        .swiper-slide.blue {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.teal {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        .swiper-slide.green {
            background: linear-gradient(135deg, #eeb4a5, #f0e1de)
        }

        /* Nature patterns */
        .nature-pattern {
            position: absolute;
            opacity: 0.1;
            z-index: 1;
        }

        .pattern-1 {
            top: 10%;
            left: 10%;
            font-size: 80px;
            transform: rotate(25deg);
        }

        .pattern-2 {
            bottom: 15%;
            right: 10%;
            font-size: 60px;
            transform: rotate(-15deg);
        }

        /* Pagination styling */
        .swiper-pagination {
            bottom: 20px !important;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 0.7;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .swiper-pagination-bullet-active {
            background: #4caf50;
            opacity: 1;
            transform: scale(1.3);
        }

        /* Navigation buttons */
        .swiper-button-next, .swiper-button-prev {
            color: #4caf50;
            background: rgba(255, 255, 255, 0.8);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .swiper-button-next::after, .swiper-button-prev::after {
            font-size: 20px;
            font-weight: bold;
        }

        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: white;
            transform: scale(1.1);
        }

        /* Footer */


        @media (max-width: 768px) {
            .swiper {
                height: 450px;
            }

            .testimonial-content {
                padding: 30px 20px;
                max-width: 90%;
            }

            .testimonial-text {
                font-size: 16px;
            }

            h1 {
                font-size: 2rem;
            }
        }
        .team-section
        {
          position: relative;
          z-index: 11;
          padding-bottom: 80px;
        }
.team-section::before
{
  position: absolute;;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #eeb4a5;
  z-index: -1
}

.counter-section{
	position:relative;
	overflow:hidden;
}

.counter-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-position:center center;
	background-repeat:repeat-x;
}

.counter-section .inner-container{
	position:relative;
	/*! margin-right:-180px; */
	padding: 40px 0;
}

.counter-section .inner-container:before{
	/*! position:absolute; */
	content:'';
	left:95%;
	top:0px;
	bottom:0px;
	width:150%;
}

.counter-block{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.counter-block .inner-block{
	position:relative;
	text-align: center;
	margin: 10px 0;
}

.counter-block .counter{
	position:relative;
	line-height:1em;
	color:white;
	font-size:50px;
	font-family: var(--font-family-Jost);
}

.counter-block .counter-text:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:21px;
	height:21px;
	background:url(../images/icons/stars.png);
	background-repeat:no-repeat;
}

.counter-block .counter-text{
	position:relative;
	font-weight:600;
	color:#d7d5d5;
	font-size:18px;
	text-transform:uppercase;
	margin-top:var(--margin-top-10);
	padding-left:var(--padding-left-30);
	font-family: var(--font-family-Jost);
}

.counter-section.style-two{
	padding-bottom:var(--padding-bottom-30);
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container{
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container:before{
	display:none;
}

.counter-section.style-two .counter-block .counter{
	color:var(--color-two);
}

.counter-section.style-two .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-two .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}

.counter-section.style-three{
	padding:80px 0px 50px;
	background-color:var(--color-two);
}

.counter-section.style-three .inner-container{
	margin-right:0px;
	background:none;
	padding:0px;
}

.counter-section.style-three .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-three .inner-container:before{
	display:none;
}

.counter-section.style-three .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}
.floating-img {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.kid-box {
  background: #fff8f0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.kid-box::before,
.kid-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: cover;
  z-index: 1;
}

.kid-box::before {
  top: -40px;
  background: url('https://www.svgrepo.com/show/423840/wave-top.svg') no-repeat center top;
}

.kid-box::after {
  bottom: -40px;
  background: url('https://www.svgrepo.com/show/423839/wave-bottom.svg') no-repeat center bottom;
}

.kid-box-content {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  text-align: center;
}

.kid-box img {
  border-radius: 20px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.kid-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.kid-details {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 60px;
}

.kid-details h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

.kid-details h3 {
  color: #666;
  font-weight: bold;
}

.video-section video {
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.files-section {
  background: #fff8f5;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 60px;
}

.files-section table {
  background: white;
  border-radius: 10px;
}

.alert-danger {
  font-size: 18px;
  border-radius: 15px;
  text-align: center;
}    .chat-box {
      max-width: 600px;
      margin: auto;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .chat-messages {
      height: 400px;
      overflow-y: auto;
      border: 1px solid #ddd;
      padding: 10px;
      /*! border-radius: 10px; */
      background: #fafafa;
    }

    .msg {
      margin: 10px 0;
    }

    .msg.user {
      text-align: right;
      color: #007bff;
    }

    .msg.assistant {
      text-align: left;
      color: #28a745;
    }

    .form-control:focus {
      box-shadow: none;
    }   .nature-scene {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            /*! overflow: hidden; */

        }

        .sun {
            position: absolute;
            top: 20px;
            left: 56px;
            width: 80px;
            height: 80px;
            background: #FFD700;
            border-radius: 50%;
            box-shadow: 0 0 40px #FFA500;
            animation: sunPulse 4s infinite alternate;
            z-index: 9999999999999;
        }

        .cloud {
            position: absolute;
            background: white;
            border-radius: 50px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            opacity: 0.9;
        }

        .cloud-1 {
            top: 40px;
            right: 100px;
            width: 120px;
            height: 60px;
            animation: cloudMove 20s linear infinite;
        }

        .cloud-2 {
            top: 100px;
            right: -50px;
            width: 90px;
            height: 45px;
            animation: cloudMove 25s linear infinite;
        }

        .tree {
            position: absolute;
            bottom: 0;
            width: 100px;
            height: 200px;
        }

        .tree-1 {
            left: 10%;
        }

        .tree-2 {
            right: 15%;
        }

        .tree-trunk {
            position: absolute;
            bottom: 0;
            left: 40px;
            width: 20px;
            height: 100px;
            background: #8B4513;
        }

        .tree-top {
            position: absolute;
            bottom: 80px;
            left: 0;
            width: 100px;
            height: 120px;
            background: #2E8B57;
            border-radius: 50% 50% 40% 40%;
            box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
        }

        .grass {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to top, #4CAF50, #81C784);
        }

        .flower {
            position: absolute;
            bottom: 60px;
            width: 30px;
            height: 50px;
            animation: flowerSway 3s infinite alternate;
        }

        .flower-stem {
            position: absolute;
            bottom: 0;
            left: 14px;
            width: 2px;
            height: 40px;
            background: #4CAF50;
        }

        .flower-head {
            position: absolute;
            bottom: 35px;
            left: 7px;
            width: 16px;
            height: 16px;
            background: #FF4081;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #FFD54F, 0 0 0 10px #FF4081;
        }

        .flower-1 { left: 25%; }
        .flower-2 { left: 45%; }
        .flower-3 { left: 65%; }
        .flower-4 { left: 85%; }

        .chat-container {
            width: 100%;
            max-width: 100%;
            /*! background: rgba(255, 255, 255, 0.85); */
            border-radius: 25px;
            overflow: hidden;
            /*! box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); */
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.5);
            position: relative;
            margin: 40px 0;
            margin-bottom: 250px;
            margin: 0px auto;
            margin-bottom: 160px !important;
        }

        .chat-header {
            background: linear-gradient(to right, var(--mainColor), #a47366);
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .chat-header h2 {
            font-size: 22px;
            margin: 0;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .chat-header::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
        }

        .chat-header::after {
            content: "";
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
        }

        .chat-messages {
            height: 400px;
            padding: 20px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            background: rgba(253, 237, 237, 0.7);
        }

        .message {
            max-width: 100%;
            padding: 15px;
            border-radius: 20px;
            position: relative;
            animation: fadeIn 0.3s ease-out;
            line-height: 1.6;
            box-shadow: 0 3px 6px rgba(0,0,0,0.05);
        }

        .user-message {
            background: #E3F2FD;
            align-self: flex-end;
            border-bottom-right-radius: 5px;
            color: #1565C0;
            width: 250px;
            text-align: right;
            direction: rtl;
        }

        .bot-message {
            background: #FFF8E1;
            align-self: flex-start;
            border-bottom-left-radius: 5px;
            color: #5D4037;
            text-align: right;
            direction: rtl;
        }

        .message strong {
            display: block;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .chat-input-container {
            padding: 20px;
            background: #FDF1F1;
            display: flex;
            gap: 10px;
        }

        .chat-input {
            flex: 1;
            padding: 15px 20px;
            border: 2px solid #C8E6C9;
            border-radius: 50px;
            outline: none;
            font-size: 1rem;
            background: white;
            transition: all 0.3s;
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
        }

        .chat-input:focus {
            border-color: #4CAF50;
            box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
        }

        .send-button {
            background: var(--mainColor);
            color: white;
            border: none;
            width: 60px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .send-button:hover {
            background: #388E3C;
            transform: translateY(-2px);
        }

        .send-button:active {
            transform: translateY(1px);
        }

        .bubble {
            position: absolute;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            animation: float 6s infinite ease-in-out;
        }

        .bubble-1 {
            width: 20px;
            height: 20px;
            top: 30%;
            left: 10%;
            animation-delay: 0s;
        }

        .bubble-2 {
            width: 15px;
            height: 15px;
            top: 50%;
            left: 20%;
            animation-delay: 1s;
        }

        .bubble-3 {
            width: 25px;
            height: 25px;
            top: 70%;
            left: 5%;
            animation-delay: 2s;
        }

        .character {
            position: absolute;
            bottom: 70px;
            right: 20px;
            width: 80px;
            height: 80px;
            background: #FFD54F;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            animation: bounce 2s infinite;
            z-index: 10;
        }

        .character::after {
            content: "";
            position: absolute;
            top: -15px;
            width: 40px;
            height: 40px;
            background: #FFD54F;
            border-radius: 50%;
            z-index: -1;
        }

        /* Scrollbar styling */
        .chat-messages::-webkit-scrollbar {
            width: 10px;
        }

        .chat-messages::-webkit-scrollbar-track {
            background: rgba(200, 230, 201, 0.3);
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb {
            background: #81C784;
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb:hover {
            background: #4CAF50;
        }

        /* Animations */
        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-20px) translateX(10px); }
            50% { transform: translateY(-40px) translateX(-10px); }
            75% { transform: translateY(-20px) translateX(10px); }
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        @keyframes sunPulse {
            0% { box-shadow: 0 0 40px #FFA500; }
            100% { box-shadow: 0 0 60px 20px #FFA500; }
        }

        @keyframes cloudMove {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100vw); }
        }

        @keyframes flowerSway {
            0% { transform: rotate(-3deg); }
            100% { transform: rotate(3deg); }
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .welcome-message {
            text-align: center;
            padding: 20px;
            color: #5D4037;
            font-size: 1.1rem;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 15px;
            margin: 10px;
            animation: fadeIn 1s ease-out;
        }

        /* Responsive design */
        @media (max-width: 768px) {
           .img_show
           {
            margin: 0 !important;
              margin-top: -40px !important;
           }
            .chat-container {
                border-radius: 20px;
                width: 99%;
            }

            .chat-messages {
                height: 350px;
            }

            .message {
                max-width: 90%;
            }
           .account-page form{
              padding: 0
           }
.account-page svg
           {
              bottom: 120px;
              left: 0
           }
            .character {
                width: 60px;
                height: 60px;
                font-size: 2rem;
                bottom: 60px;
            }
        }
section{
   background-size: cover !important;
   background-repeat: no-repeat !important;
}
        @media (max-width:680px) {
           .banner img
           {
              height: auto !important;
           }
            .chat-header h2 {
                font-size: 1.4rem;
            }

            .chat-messages {
                height: 300px;
                padding: 15px;
            }

            .chat-input-container {
                padding: 15px;
            }

            .chat-input {
                padding: 12px 15px;
            }

            .character {
                width: 50px;
                height: 50px;
                font-size: 1.8rem;
                bottom: 50px;
            }
        }
        .svg-zig {
          position: relative;
          padding-top:  ;
        }

        .svg-zig svg {
          width: 100%;
          height: auto;
           fill: var(--mainColor) !important;
        }

        .svg-zig .content {
          position: absolute;
          top: 0;
          left: 0;
          padding: 20px;
          width: 100%;
          height: 100%;
          z-index: 1;
          padding-top: 60px;
          text-align: c !important;
          color: white !important;
          text-align: right !important;
        }
.svg-zig h3{
   color: var(--mainColor);
   font-size: 30px;

   color: white !important;
}
.svg-zig h3 span{
   background: #dd9d8c;
   width: 68px;
   height: auto;
   color: white;
   padding: 15px;
   margin: auto;
   border-radius: 13px;
   margin-top: 11px;
}
.svg-zig p{
   text-align: right;
   font-size: 14px;
}
.svg-zig a{
   background: var(--mainColor);
   color: white;
   font-size: 13px;
   padding: 5px 30px;
   border-radius: 10px
}
.svg-zig {
  position: relative;
}
.account-page svg{
   width: 100% !important;;
   position: absolute;
   fill: var(--mainColor) !important;
   z-index: 11
}
.account-page form{
  z-index: 9999 !important;
  position: relative;
}
.danger-msg{
   background: #f9cccc;
   padding: 20px;
   border-radius: 10px;
   text-align: center;
   font-size: 14px;
   margin: 80px 0
}.floating-img {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
#prices .svg-zig
{
   padding: 0 !important;
}
#prices .content{
   padding: 10px !important;
   text-align: center !important;
   justify-content: center;
   position: relative !important;
   background: white;
   padding: 60px 0 !important;
   border-radius: 20px;
   border: 1px solid #f7f7f7;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}
#prices .content p
{
   text-align: center;
   color: #595252 !important;
}
#prices .content h3{
   color: var(--mainColor) !important;
   font-size: 32px !important;
   margin-bottom: 30px;
}
.navbar-toggler
{
   margin-left: auto !important;
   float: right;
}
.fas , .fab
{
   font-family: "Font Awesome 5 brands" !important;
}
