<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;amp;display=swap');



/*==============header-main-area-start=====================*/
:root {
    --color1: #bb9d7b;
    --color2: #242424;
}
p {
    font-size: 15px;
    color: rgb(97, 97, 97);
    line-height: 1.733;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
ol, ul {
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
}
.Trendita_nav_manu {
  transition: 0.5s;
  z-index: 9999;
  position: relative;
  margin-bottom: -100px;
  box-shadow: 0 1px 3px rgba(25, 25, 25, 0.1);
  background: #fff;
}
.powerby{
    text-align: center;
    font-size: 9px;
    color: #a5a1a1;
}
.powerby a {
    color: var(--color1);
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}


.sticky .header-cart i,
.sticky .search-box-btn.search-box-outer i {
  color: rgb(255, 255, 255) !important;
}


/*  Menu Css*/

nav.Trendita_menu {
  z-index: 1;
  margin-left: 11px;
}

.Trendita_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.Trendita_menu &gt; ul &gt; li {
  display: inline-block;
  margin-right: 12px;
  z-index: 1;
}

.Trendita_menu &gt; ul &gt; li &gt; a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 10px 10px 10px 0;
    display: block;
    line-height: 12px;
    transition: 0.5s;
    color: #000;
    z-index: 9999;
    border-right: 1px solid #000;
}
.Trendita_menu &gt; ul &gt; li:last-child a {
    border-right: none;
}
.mega_menu ul.logo-section {
    float: none !important;
}
.Trendita_menu &gt; ul &gt; li &gt; a:hover {
  color: var(--color1);
}
/*.grecaptcha-badge {*/
/*    left: 0;*/
/*}*/
.grecaptcha-badge {
  visibility:hidden;
}
.grecaptcha-badge:hover {
  
}
.rc-anchor-normal .rc-anchor-content {
    width: 165px !important;
}
form#ewebcontact_id {
    position: relative;
    overflow: hidden;
}
nav.Trendita_menu span {
  font-size: 11px;
  margin-left: 6px;
}

/*Style Two Nav Menu*/

.style-two.Trendita_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .Trendita_menu &gt; ul &gt; li &gt; a {
  color: rgb(255, 255, 255);
}

/*** Sub Menu Style 
==========================***/

.Trendita_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  border-top: 5px solid var(--color1);
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.Trendita_menu ul li:hover &gt; .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.Trendita_menu ul .sub-menu li {
  position: relative;
}

.Trendita_menu ul .sub-menu li a {
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #101210 !important;
}

.Trendita_menu ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color1);
  z-index: -1;
  transition: 0.5s;
}

.Trendita_menu ul li .sub-menu li a:hover:before {
  height: 100%;
  top: 0;
}

.Trendita_menu ul .sub-menu li:hover &gt; a,
.Trendita_menu ul .sub-menu .sub-menu li:hover &gt; a,
.Trendita_menu ul .sub-menu .sub-menu .sub-menu li:hover &gt; a,
.Trendita_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover &gt; a {
  color: #fff !important;
  transition: 0.5s;
}

/* sub menu 2 
=================*/

.Trendita_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}


.Trendita_menu ul .sub-menu li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}
.mean-container a.meanmenu-reveal {
    color: #000;
}
.mean-container a.meanmenu-reveal:hover {
    color: #000 !important;
}
.mean-container a.meanmenu-reveal:hover span {
    background: #000;
}

/* sub menu 3 
==================*/

.Trendita_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.Trendita_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.Trendita_menu ul .sub-menu .sub-menu li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background-color: var(--color1);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}
li.breadcrumb-item a:hover {
    color: white;
    text-decoration: underline;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}
div#slick-slide00 p a.cart-btn {
    width: 80px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}
a.logo_img,a.main_sticky,.nav-logo {
    position: relative;
}

a.logo_img .location, a.main_sticky .location,.nav-logo .location,.footer-widget-logo .location{
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    height: 100%;
}
a.logo_img img, a.main_sticky img, .nav-logo img, .footer-widget-logo img {
    width: 46px;
}
a.logo_img, a.main_sticky, .nav-logo,.footer-widget-logo {
    width: 245px;
    position: relative;
}
.footer-widget-logo img {
    margin-right: 15px;
}
a.logo_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #000;
    padding: 15px 5px;
    gap: 5px;
    width: 122px;
}
a.main_sticky {
    display: none !important;
}
a.logo_img img, a.logo_img .location {
    position: relative;
}
.sidebar-info-contents .nav-logo img {
    margin-right: 10px;
}
/* sub menu 4 
====================*/

.Trendita_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.Trendita_menu ul .sub-menu .sub-menu .sub-menu li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.Trendita_menu li a:hover:before {
  width: 101%;
}


.main_sticky {
  display: none;
}

.Trendita_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*==========================================
     header-button-Css
=========================================*/

.header-button {
  text-align: right;
}

.section-button {
  display: inline-block;
}
.text-block .section-button {
    margin-top: 20px;
}
.text-block .section-button a {
    color: #fff;
}

.section-button2 {
  display: inline-block;
}

.section-button2 a {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: var(--color1);
  border: 1px solid var(--color1);
  padding: 14px 32px;
  position: relative;
  border-radius: 8px;
  margin-left: 25px;
  transition: 0.5s;
  z-index: 1;
}

.section-button2 a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--color2);
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: 0.5s;
  transform: scale(0);
  z-index: -1;
}

.section-button2 a:hover:before {
  transform: scale(1);
}

/*=============sticky-header-area-end================*/

/*==========================================
     Search Popup Css
=========================================*/

.header-src-btn {
  display: inline-block;
}
.header-src-btn .section-button a {
    font-size: 17px;
    color: #fff;
    padding: 12px 25px;
    background: var(--color1);
    font-weight: bold;
}
.header-src-btn .section-button a i {
    color: #fff;
    margin-right: 5px;
    margin-left: 0;
}
.header-src-btn .section-button a:hover:before {
    background-color: var(--color2);
}
.header-src-btn .section-button a:hover {
    border-color: var(--color2);
}
.search-box-btn.search-box-outer {
  margin-left: 35px;
}
.search-box-btn.search-box-outer.section-button {
    margin-left: 0;
}
.search-box-btn.search-box-outer i {
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
  color: var(--color2);
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}
.contact-area .single-info .icon {
    overflow: unset;
}
.contact-page-info.contact-info a {
    display: block;
    overflow-wrap: break-word;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color1);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}

/*=====================================
&lt;--  Search Box Css --&gt;
=======================================*/
/*nav button*/

.searchs-box-btn.searchs-box-outer {
  display: inline-block;
  margin-left: 35px;
}

.nav-btn.navSidebar-button {
  display: inline-block;
}

.nav-btn.navSidebar-btn a i {
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.nav-btn.navSidebar-btn a i::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--color1);
  transform: scale(0);
  transition: 0.5s;
}

.nav-btn.navSidebar-button a i:hover:after {
  transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.sidebar-textwidget a.theme-btn.btn-style-two {
    margin: 15px 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: var(--color1);
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: var(--color1);
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: var(--color1);
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0 28px;
    overflow: hidden;
    position: relative;
}
ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: var(--color1);
    margin: 0 10px 0 0px;
    position: absolute;
    left: 0;
}
ul.list-style-one li a {
    color: #fff !important;
}
ul.list-style-one li a address {
    margin: 0;
    display: inline-block;
}
ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: var(--color1);
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: var(--color1);
  color: #fff;
}

/*=============cart-button================*/

.header-cart {
  position: relative;
  display: inline-block;
}

.header-cart i {
  font-size: 20px;
}

.header-cart span {
  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 15px;
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  color: #fff;
  background: #232323;
  text-align: center;
  border-radius: 50%;
}

/*=============sticky-header-search-end================*/

/*=============start-slide-section================*/

.hero-slide {
  position: relative;
  z-index: 0;
}

.slider-area {
  background-image: url(../images/home-1/hero-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: -1;
}

.hero-bg {
  background-image: url(../images/home-1/hero-2.png);
  z-index: -1;
}

.slide-bg {
  background-image: url(../images/home-1/hero-2.png);
  z-index: -1;
}

.hero-title {
  text-align: center;
}

.hero-title h1, .hero-title h2 {
    font-size: 90px;
    line-height: 0.8;
    color: var(--color2);
}

.hero-disc {
  position: absolute;
  top: 660px;
  left: 50px;
}

.hero-disc p {
  font-size: 15px;
  width: 65%;
}

.whites p {
  color: rgb(255, 255, 255);
}

.slider-button {
  position: absolute;
  right: 30px;
  top: 40rem;
}

.slider-button a {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 12px 32px;
  position: relative;
  border: 1px solid var(--color1);
  background-color: var(--color1);
  border-radius: 8px;
  transition: 0.5s;
  z-index: 1;
}

.slider-button a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--color2);
  border-radius: 8px;
  transition: 0.5s;
  z-index: -1;
}

.slider-button i {
  display: inline-block;
  margin-left: 5px;
}

.hero-button i {
  display: inline-block;
  margin-left: 5px;
}

.hero-contact {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: rotate(-90deg);
}

.hero-contact a {
  font-size: 15px;
  color: var(--color2);
  display: inline-block;
  position: relative;
}

.hero-contact a::before {
  position: absolute;
  content: "";
  top: -14px;
  left: -40px;
  height: 50px;
  width: 5px;
  transform: rotate(90deg);
  border-radius: 1px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgba(187, 157, 123, 0) 0%,
    var(--color1) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(187, 157, 123, 0) 0%,
    var(--color1) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgba(187, 157, 123, 0) 0%,
    var(--color1) 100%
  );
}

.hero-contact a::after {
  position: absolute;
  content: "";
  top: -14px;
  left: 195px;
  height: 50px;
  width: 5px;
  transform: rotate(270deg);
  border-radius: 1px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgba(187, 157, 123, 0) 0%,
    var(--color1) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(187, 157, 123, 0) 0%,
    var(--color1) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgba(187, 157, 123, 0) 0%,
    var(--color1) 100%
  );
}

.slider-title h5 {
  font-size: 16px;
  color: var(--color1);
}

.slider-title h2 {
  font-size: 80px;
  color: rgb(217, 211, 207);
  font-weight: bold;
  line-height: 0.9;
  margin: 20px 0 12px;
}

.slider-title span {
  font-size: 80px;
  color: rgb(248, 248, 248);
  line-height: 0.9;
  display: inline-block;
  text-shadow: -2px 0 #c0bcbc, 0 2px #bab8b8, 2px 0 #cdc7c7, 0 -2px #cccccc;
}

.slider-title p {
  font-size: 15px;
  width: 45%;
  margin: 30px 0 25px;
}

.hero-shape {
  position: relative;
}

.hero-shape {
  position: absolute;
  top: 510px;
  left: 600px;
}

.hero-number {
  position: absolute;
  right: 205px;
  top: 39rem;
}

.hero-number h3 {
  font-size: 100px;
  color: rgb(248, 247, 246);
  font-family: "Roboto", sans-serif;
  text-shadow: -2px 0 #c0bcbc, 0 2px #bab8b8, 2px 0 #cdc7c7, 0 -2px #cccccc;
}

.hero-button a {
  font-size: 15px;
  color: var(--color2);
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  text-transform: uppercase;
  border: 1px solid var(--color1);
  border-radius: 8px;
  transition: 0.5s;
  z-index: 1;
}

.hero-button a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 8px;
  background-color: var(--color1);
  transition: 0.5s;
  z-index: -1;
}

.hero-slide .owl-item.active .slider-title h5 {
  animation: fadeInDownBig ease 2s;
}

.hero-slide .owl-item.active .hero-title h1,.hero-slide .owl-item.active .hero-title h2 {
  animation: fadeInDownBig ease 2s;
}

.hero-slide .owl-item.active .slider-title p {
  animation: fadeInUpBig ease 2s;
}

.hero-button a:hover:before {
  width: 100%;
  left: 0;
}

.hero-button a:hover {
  color: rgb(248, 248, 248);
}

.slider-button a:hover:before {
  width: 100%;
  left: 0;
}

/*slider dots Number*/

.hero-slide .owl-nav {
  text-align: right;
  position: relative;
  top: -24rem;
  right: 60px;
}

.hero-slide .owl-prev {
  position: relative;
  top: -35px;
  font-size: 18px;
  color: var(--color1);
}

.hero-slide .owl-next {
  position: relative;
  top: -14px;
  font-size: 18px;
  color: var(--color1);
}

.slider-counter {
  text-align: right;
  top: -28rem;
  right: 24px;
  position: relative;
  z-index: 1;
  color: var(--color1);
  padding: 0 30px 2px 0;
  font-size: 18px;
}

.slider-counter:before {
  content: "";
  position: absolute;
  right: 16px;
  top: -1px;
  width: 57px;
  height: 27px;
  border: 1px solid var(--color1);
  border-radius: 30px;
}

/*=============end-slide-section================*/

/*=============start-about-section================*/

.about-section {
  position: relative;
  padding: 90px 0;
}

.about-thumb img {
  width: 100%;
}

.about-shape {
  position: relative;
}

.about-shape {
  position: absolute;
  top: 145px;
  left: 520px;
}

.rotateme {
  animation: rotate 15s linear infinite;
}

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

.about-thumb {
  position: relative;
  left: -48px;
}

.section-title h2 {
  font-size: 40px;
  color: var(--color2);
  font-family: "Libre Baskerville", serif;
}

.style h2 {
  width: 80%;
}

.section-title p {
  font-size: 15px;
  width: 92%;
  margin: 15px 0 33px;
}

.section-button a, .section-button button {
  font-size: 15px;
  color: var(--color2);
  display: inline-block;
  padding: 14px 32px;
  position: relative;
  text-transform: uppercase;
  border: 1px solid var(--color1);
  border-radius: 8px;
  transition: 0.5s;
  z-index: 1;
}

.section-button a::before, .section-button button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 8px;
  background-color: var(--color1);
  transition: 0.5s;
  z-index: -1;
}
.banner .btn::before {
    display:none;
}
.banner .btn {
    background:var(--color1);
}
.section-button a:hover:before,.section-button button:hover:before {
  width: 100% !important;
  left: 0;
}

.section-button a:hover,.section-button button:hover {
  color: rgb(248, 248, 248);
}

.section-button i {
  display: inline-block;
  margin-left: 5px;
}
video#background-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.transparent-phone a {
    font-size: 40px;
    margin-top: 32px;
    font-weight:800;
    opacity:0.5;
}
.transparent-phone a:hover {
    opacity: 1;
    color: #fff;
}
.small-banner {
    position: relative;
    overflow: hidden;
    padding: 60px 15px !important;
    background-size: cover;
    text-align: left !important;
}
.small-banner::before {
    background: #000000bd !important;
}
.small-banner nav {
    text-align: left !important;
}
.small-banner ol.breadcrumb {
    justify-content: left !important;
}
.small-banner .row {
    align-items: center;
}
.small-banner img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: block;
}
/*=============end-about-section================*/

/*=============start-faqs-section================*/

.faqs-section {
    background: #eee;
}
.faqs-section div.accordion-collapse {
    transition: 0.2s;
}
.faqs-section h4 {
    text-align: center;
    color: var(--color2);
    text-align: center;
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 50px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
}
.faqs-section .accordion-button:focus, .faqs-section .accordion-button:not(.collapsed) {
    z-index: unset;
    border-color: unset;
    outline: unset;
    box-shadow: unset;
    color: var(--color1) !important;
    background-color: #fff !important;
    border: none !important;
}
.faqs-section .accordion-header button.accordion-button p {
    margin-bottom: 0px; 
    font-size: 17px;
    color: var(--color1) !important;
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    line-height: 24px;
}
.faqs-section .accordion-button::after {
    color: var(--color1) !important;
    content: "\F282";
    font-family: bootstrap-icons !important;
    background-image: none;
    width: unset;
    flex-shrink: unset;
    height: unset;
    background-repeat: unset;
    background-size: unset;
    transition: unset;
}
.faqs-section .accordion-butto:focus-visible {
    outline: unset;
    border: unset;
}
.faqs-section div#accordionFlushExample {
    display: grid;
    grid-template-columns: repeat(2, 50%) !important;
    gap: 20px;
}
.faqs-section .accordion-body {
    padding-top: 0;
}
section.faqs-section.py-64 {
    /*padding: 64px 0 70px 0;*/
    padding: 90px 0;
}
section.features-1.my-60 {
    margin: 0;
    padding: 90px 0;
}
.faqs-section .accordion-item {
    border: 0;
    height: max-content;
    border-radius: 9px !important;
}
.faqs-section button.accordion-button {
    border-radius: 9px !important;
    padding: 15px 25px;
    font-size: 17px;
    color: var(--color1) !important;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}
.faqs-section .accordion-button {
    align-items: start;
}
.faqs-section p {
    margin-bottom: 0;
}
.footer-widget-logo .location {
    font-size: 18px;
    line-height: 24px;
}
 .nav-logo .location {
     font-size: 12px;
        width: 50%;
 }
/*=============end-faqs-section================*/

/*=============start-feature-section================*/

.feature-section {
  position: relative;
  padding: 40px 0 30px;
}

.feature-section .section-title p {
  width: 65%;
  margin: 12px auto 50px;
}

.feature-box {
  position: relative;
}

.feature-inner-box {
  text-align: center;
  border-radius: 5px;
  padding: 37px 0 32px;
  background-color: rgb(248, 247, 246);
  transition: 0.5s;
  transform: rotateX(0deg);
  z-index: 1;
  margin-bottom: 30px;
}

.feature-thumb img {
  border-radius: 5px;
}

.sel-comition span {
  font-size: 14px;
  display: inline-block;
  color: rgb(248, 248, 248);
  background-color: var(--color1);
  padding: 0px 12px;
  position: absolute;
  top: 30px;
  left: 10px;
}

.sel-content h4 {
  font-size: 15px;
  margin: 20px 0 8px;
  color: var(--color2);
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
}

.sel-content p {
  font-size: 15px;
  margin: 0 0 6px;
}

.sel-rating ul li {
  display: inline-block;
}
.sel-rating ul li i {
    font-size: 15px;
    display: inline-block;
    transition: 0.5s;
    color: #FF9729;
    margin: 0 2px;
}
.feature-out-box {
    position: absolute;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    transform: rotateX(180deg);
    top: 0;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    background-color: rgb(248, 247, 246);
    height: 100%;
    padding-top: 25px;
}

.sel-button {
  margin-top: 20px;
}

.styles span {
  font-size: 25px;
  background: transparent;
}

.sel-button a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
  border-radius: 5px;
  color: rgb(248, 248, 248);
  background-color: var(--color1);
  border: 1px solid var(--color1);
}

.sel-button a:hover {
  color: var(--color2);
  background-color: rgb(248, 248, 248);
  transition: 0.5s;
}

.feature-box:hover .feature-inner-box {
  transform: rotateX(-180deg);
  opacity: 0;
}

.feature-box:hover .feature-out-box {
  opacity: 1;
  transform: rotateX(0deg);
}

/*=============end-fature-section================*/



/*=============start-about-two-section================*/

.about-two-section {
  padding: 90px 0;
}

.about-two-thumb img {
  width: 100%;
}

.about-two-thumb {
  position: relative;
  z-index: 1;
}

.about-two-thumb::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 17px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--color1);
  z-index: -1;
}

/*=============end-about-two-section================*/

/*===========start-service-section===============*/

.service-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 50px;
}
.blog-details-content img {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.blog-details-content ul li {
    position: relative;
    line-height: 30px;
    padding-left: 20px;
}

.blog-details-content ul li:before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    color: var(--color1);
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    left: 0;
}

.blog-details-content ul {
    margin: 0 0 15px;
}
.service-number span {
  font-size: 16px;
  display: inline-block;
}

.service-item {
  margin-bottom: 65px;
}
.service-details-section form#ewebcontact_id {
    color: #fff;
}
.section-title h4 {
    color: var(--color1);
    margin: 8px 0 0;
    font-size: 30px;
    text-align: center;
}

.service-section .section-title p {
  width: 100%;
  margin: 12px 0 0;
}
.title {
    z-index: 1;
    position: relative;
    text-align: center;
}
.hero-banner-1 h2.title.color-white.mb-16 {
    text-align: left;
}
section.py-40.why-choose-us-watch {
    padding-top: 90px;
    padding-bottom: 0;
}
section.features-1.mt-0.mb-40.why-choose-us-watch {
    padding-bottom: 90px;
    margin: 0;
}
section.py-40.why-choose-us-watch .product-card {
    padding: 0 !important;
}
section.categories.py-40 .text-block {
    margin-right: 5px;
}
.categories h4.mb-12 {
    font-weight: 600;
}
.product-card h5, .product-card p {
    padding: 0 25px;
}
.service-details-section {
    padding: 90px 0 0;
}
.service-details-section .blog-details-content img {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: unset;
}

.home-form-watch {
  padding: 90px 0;
  position: relative;
}
.home-form-watch:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #000000ba;
    position: absolute;
    left: 0;
    top: 0;
}
.home-form-watch input {
    color: #fff !important;
}
.home-form-watch input:focus-visible {
    outline: unset !important;
}
.home-form-watchn label {
    font-weight: 600;
}
.home-form-watch .form-box textarea {
    background: transparent;
    color: #fff;
}
.home-form-watch .section-button {
    text-align: center;
}
.home-form-watch button.theme-btn.btn-style-one.style-three, .sidebar-wrapper .single-widget-item .section-button button.theme-btn.btn-style-one.style-three {
    font-size: 17px;
    color: #fff;
    padding: 12px 25px;
    background: var(--color1);
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border: 1px solid var(--color1);
    border-radius: 8px;
    transition: 0.5s;
    z-index: 1;
}
.home-form-watch h3 {
    line-height: 50px;
}

.home-form-watch option {
    color: #000;
}
.home-form-watch button.theme-btn.btn-style-one.style-three.section-button a::before, .section-button button::before, .sidebar-wrapper .single-widget-item .section-button button.theme-btn.btn-style-one.style-three::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background-color: var(--color1);
    transition: 0.5s;
    z-index: -1;
}
.sidebar-wrapper label.error {
    color: #bc0f0f;
    height: unset;
}

.detail-img-block {
    margin: auto;
}
.product-card {
    padding: 24px;    
 
} 
.products-slider-1 .product-card {
    height: 480px;
}
/*===========end-service-section===============*/

/*===========start-feature-two-section===============*/

.feature-two-section {
  padding: 100px 0;
}
.categories .mb-12 {
  font-size: 33px;
}

.feature-two-section .section-title h2 {
  margin-bottom: 60px;
}

.style-02 {
  padding: 43px 0 45px;
}

.style-03 {
  padding: 20px 0 0;
}

.style-03 p {
  margin: 10px 0 8px;
}

.style-04 {
  top: 490px;
  left: 130px;
}

/*===========end-feature-two-section===============*/

/* ============start-blog-section=============== */

.blog-section {
  padding: 100px 0;
}

.styles-01 p {
  width: 66%;
  margin: 12px auto 55px;
}

.blog-single-box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 30px;
}

.blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-content {
  overflow: hidden;
  padding: 25px 30px 25px;
  background-color: rgb(248, 247, 246);
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 1;
}

.style-05 p {
  width: 100%;
  margin: 17px 0 17px;
}

.blog-meta p {
  position: relative;
  font-size: 16px;
  color: rgb(35, 35, 35);
  margin: 0 0 5px;
}

.blog-name {
  display: inline-block;
}

.blog-meta {
  display: inline-block;
}

.blog-name a {
  display: inline-block;
  color: var(--color1);
  position: relative;
  margin-right: 30px;
}

.blog-name a::before {
  content: "";
  background: #616161;
  width: 15px;
  height: 1px;
  position: absolute;
  right: -25px;
  top: 13px;
}

.section-title h4 a {
  display: inline-block;
  color: rgb(35, 35, 35);
}

.section-title h4 a:hover {
  color: var(--color1);
}

.blog-disc p {
  font-size: 16px;
  color: rgb(35, 35, 35);
  width: 80%;
  margin: 16px 0 15px;
}

.service-button a {
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--color1);
}

.blog-single-box:hover .blog-thumb img {
  transform: scale(1.1);
}

.style-blog {
  padding-top: 100px;
}

/* ============end blog-Area Css=============== */

/* ============start footer-Area Css=============== */

.footer-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 30px;
  margin-top: -7px;
  position: relative;
}

.white h2 {
  font-size: 35px;
  color: rgb(255, 255, 255);
}

.subscribe-form input {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  outline: 0 !important;
  width: 100%;
  border: 0;
  position: relative;
  background: transparent;
}

.subscribe-form::before {
  position: absolute;
  content: "";
  top: 127px;
  width: 22%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe button {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  position: relative;
  background: none;
}

.subscribe button::before {
  position: absolute;
  content: "";
  top: 27px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.footer_icon a {
  font-size: 15px;
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgb(76, 75, 75);
  margin-right: 2px;
  transition: 0.5s;
  border-radius: 100%;
}

.footer-disc p {
  font-size: 15px;
  width: 88%;
  margin: 25px 0 30px;
  color: #fff;
}

.footer-widget-contact {
  margin-bottom: 30px;
}

.footer-widget-title h4 {
  font-size: 22px;
  position: relative;
  color: rgb(255, 255, 255);
  margin-bottom: 18px;
  z-index: 1;
}

.footer-widget-menu ul li a {
  font-size: 15px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  margin-bottom: 12px;
  z-index: 1;
}

.footer-bottom-content p {
  font-size: 15px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.902);
  text-align: center;
}
.footer-bottom-content span {
    color: #fff;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    margin: 0 5px;
    text-decoration: underline;
}
.footer-widget-content {
  margin-bottom: 30px;
}
address{
    margin:0;
}
.footer-widget-menu ul li span {
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 7px;
}

.footer_icon a:hover {
  color: rgb(255, 255, 255);
  background-color: var(--color1);
}

.footer-widget-menu ul li a:hover {
  color: var(--color1) !important;
}

.footer-widget-menu ul li a:hover:before {
  color: var(--color1);
}
ul.quick-links li a {
    position: relative;
    padding-left: 20px;
}
ul.quick-links li a:before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    left: 0;
}
/*
&lt;!-- ========================================--&gt;
&lt;!--Start Breadcumb Area--&gt;
&lt;!-- ========================================--&gt;*/

.breadcumb-area {
  background: url(../images/home-1/breadcumb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 215px 0 135px;
  text-align: center;
}

.breadcumb-title h1 {
  font-size: 40px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.902);
}

.breadcumb-content-menu {
  padding-top: 10px;
}

.breadcumb-content-menu ul li {
  display: inline-block;
  list-style: none;
}

.breadcumb-content-menu ul li a {
  color: rgba(255, 255, 255, 0.902);
  font-size: 16px;
  font-weight: 500;
}

.breadcumb-content-menu ul li span {
  color: rgba(255, 255, 255, 0.902);
  font-size: 16px;
  font-weight: 500;
}

/*
&lt;!-- ========================================--&gt;
     &lt;!--Start-inner Area--&gt;
&lt;!-- ========================================--&gt;*/

/*============start-team-section====================*/

.team_area {
  padding: 60px 0 70px;
}

.team_area .section-title h2 {
  margin-bottom: 60px;
}

.single_team {
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #fff;
}

.single_team_thumb {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

.single_team_thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  height: 100%;
  width: 100%;
  background-color: var(--color2);
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0;
}

.single_team_thumb img {
  width: 100%;
}

.single_team_title {
  position: absolute;
  top: 415px;
  left: 40px;
  transition: 0.5s;
}

.single_team_title h4 {
  font-size: 22px;
  color: var(--color2);
  margin-top: 7px;
  transition: 0.5s;
  text-align: center;
}

.single_team_title span {
  font-size: 15px;
  text-align: center;
  color: var(--color2);
  transition: 0.5s;
}

.single_team_icon {
  position: absolute;
  content: "";
  left: 33%;
  top: 90%;
  transform: translateX(-35%);
  opacity: 0;
  transition: 0.5s;
  width: 75%;
}

.single_team_icon a {
  font-size: 14px;
  color: rgb(97, 97, 97);
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  border-radius: 2px;
  transition: 0.5s;
  background-color: #ffffff;
  text-align: center;
}

.single_team:hover .single_team_thumb::before {
  top: 0;
  opacity: 0.651;
}

.single_team:hover .single_team_icon {
  opacity: 1;
  top: 80%;
}

.single_team:hover {
  margin: -8px 0;
}

.single_team_icon a:hover {
  color: rgb(255, 255, 255);
  background-color: var(--color1);
}

.single_team:hover .single_team_title {
  opacity: 1;
  top: 60%;
}

.single_team:hover .single_team_title h4,
.single_team:hover .single_team_title span {
  color: rgb(255, 255, 255);
}

/*============end-team-section====================*/

/*============start-counter-section====================*/

.cntr-bg-up1 {
  background-color: rgb(248, 247, 246);
  padding: 95px 0 100px;
  border-radius: 8px;
}

.single-counter-box {
  text-align: center;
  margin-bottom: 30px;
}

.counter-title h1 {
  font-size: 40px;
  color: var(--color2);
  margin-bottom: 7px;
}

.counter-text p {
  font-size: 15px;
  color: var(--color2);
}

/*============end-counter-section====================*/

/*============start-google-section====================*/

.google-map iframe {
  width: 100%;
  height: 410px;
}

/*============end-google-section====================*/

/*============start-call-do-section====================*/

.call-do-section {
  padding: 120px 0 90px;
}

.single-box {
  background: #fff;
  padding: 32px 0px 8px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid var(--color1);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.single-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color1);
  z-index: -1;
  transition: 0.5s;
}

.call-do-icon i {
  font-size: 30px;
  color: #ffffff;
  background-color: var(--color1);
  height: 75px;
  width: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 100%;
  transition: 0.5s;
}

.call-do-content h2 {
  font-size: 22px;
  margin: 25px 0 22px;
  transition: 0.5s;
}

.call-do-content p {
  font-size: 16px;
  color: rgb(97, 97, 97);
  transition: 0.5s;
}

/* Feature Hover CSS */

.single-box:hover::before {
  width: 100%;
  opacity: 0.89;
}

.single-box:hover .call-do-content h2,
.single-box:hover .call-do-content p {
  color: rgb(255, 255, 255);
}

/*============end-call-do-section====================*/

/*============start-subscribes-section====================*/
.subscribes-section {
  padding: 100px 0 90px;
  background-color: rgb(248, 247, 246);
}

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

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

.form-box input {
  width: 100%;
  height: 54px;
  border: 1px solid rgb(224 218 211);
  padding: 6px 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
}

.form-box input::placeholder {
  color: rgb(97, 97, 97);
}

.form-box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid rgb(224 218 211);
  outline: 0;
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
  margin-top: 7px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

.form-box textarea::placeholder {
  color: rgb(97, 97, 97);
}

.form-button {
  text-align: center;
}

.form-button button {
  display: inline-block;
  color: rgb(254, 254, 255);
  padding: 12px 30px;
  border: 1px solid var(--color1);
  background-color: var(--color1);
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}

.form-button button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transform: scale(0);
  background-color: var(--color2);
  transition: 0.5s;
  z-index: -1;
}

.form-button button:hover:before {
  transform: scale(1);
}

.styles-02 {
  margin-bottom: 55px;
}
.partner-area .container p {
    text-align: center;
}


/*============end-subscribes-section====================*/

/*============start-shop-section====================*/

.shop-section {
  padding: 70px 0 60px;
}

.shop-form-box {
  text-align: right;
}

.form-box select {
  width: 30%;
  height: 54px;
  padding: 6px 20px;
  background-color: rgb(247, 245, 240);
  border-radius: 5px;
  transition: 0.5s;
  color: #223645 !important;
  font-weight: 500;
}

.single-shop {
  position: relative;
  background-color: #fff;
  border: 1px solid rgb(224 218 211);
  text-align: center;
  padding: 45px 30px 25px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.shop-section .section-title h4 {
  margin-top: 20px;
}

.cart-button {
  font-size: 13px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 0;
  position: absolute;
  bottom: 75px;
  left: 90px;
  width: 40%;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  text-transform: uppercase;
  background-color: var(--color1);
}

.single-shop:hover .cart-button {
  opacity: 1;
  transition: 0.5s;
}

/*============end-shop-section====================*/

/*============start-shop-details-section==============*/

.shop-details-section {
  padding: 90px 0 30px;
}

.section-title h3 {
  font-size: 22px;
  color: var(--color1);
  margin-bottom: 30px;
}

.single-shop-box {
  text-align: center;
  background-color: rgb(247, 245, 240);
  margin: 0px 40px 0 0;
  padding: 30px 0 30px;
}

.shop-details-content h2 {
  font-size: 23px;
  color: var(--color1);
  font-weight: bold;
  line-height: 2.217;
}

.shop-details-content span {
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: 1.125;
}

.shop-details-disc p {
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: 1.75;
  margin: 30px 0;
}

.quantity {
  float: left;
  margin-right: 15px;
  background-color: rgb(247, 245, 240) !important;
}

.quantity .cart-plus-minus {
  position: relative;
  width: 175px;
  text-align: left;
  border: 1px solid #ddd;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}

.quantity .cart-plus-minus &gt; .cart-plus-minus-box {
  height: 40px;
  text-align: center;
  width: 175px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  background-color: rgb(247, 245, 240) !important;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
}

.quantity .cart-plus-minus &gt; .ctnbutton.dec {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0 27px;
  border-right: 1px solid #ddd;
}

.quantity .cart-plus-minus &gt; .ctnbutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  width: 38px;
  align-items: center;
  vertical-align: middle;
  color: rgb(85, 85, 85) !important;
  transition: 0.5s;
}

.quantity .cart-plus-minus &gt; .ctnbutton.inc {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0 27px;
  border-left: 1px solid #ddd;
}

.add-to-cart-btn a {
  width: 158px;
  height: 40px;
  line-height: 40px;
  background-color: var(--color1);
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
}

.home-form-watch select {
    color: #fff !important;
}

.cart-catagorie p {
  font-size: 16px;
  font-weight: bold;
  color: var(--color1);
}

.cart-catagorie span {
  color: rgb(85, 85, 85);
}

li.nav-item {
  margin-right: 15px;
  margin-bottom: 30px;
}

.mission_menu {
  margin: 50px 0 0px;
}

.nav-link {
  font-size: 16px;
  padding: 6px 42px;
  text-align: center;
  color: var(--color1);
  background-color: rgb(247, 245, 240) !important;
  line-height: 3.333;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: rgb(255, 255, 255);
  background-color: var(--color1) !important;
  position: relative;
  z-index: 1;
}

.nav-link:focus,
.nav-link:hover {
  color: #012549;
}

ul#pills-tab {
  border-bottom: 1px solid #ddd;
}

.tab-content {
  margin-top: 30px;
}

.tab_container {
  overflow: hidden;
  padding: 20px 0 0;
}

.add-review-title h3 {
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  font-weight: 500;
  margin: 0;
}

.your-rate {
  display: flex;
  gap: 26px;
  align-items: center;
}

.rate-right li {
  font-size: 15px;
  letter-spacing: 5px;
  line-height: 28px;
  color: var(--color1);
  font-family: "Font Awesome";
  display: inline-block;
}

.rate-left h5 {
  opacity: 0.8;
  font-size: 16px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
  margin: 0;
}

.review-form-top {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.form-top-left,
.form-top-right {
  width: 100%;
}

form.review-form label {
  display: block;
  opacity: 0.902;
  font-size: 14px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 6px;
}

form.review-form input {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  padding: 10px 20px;
}

form.review-form textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  padding: 10px 20px;
  resize: none;
}

form.review-form input::placeholder,
form.review-form textarea::placeholder {
  opacity: 0.702;
  font-size: 14px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
}

section.shop-related {
  margin: 0 0 100px;
}

.shop-related-title h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}

/*============end-shop-details-section==============*/

/*==============start-cart-section===============*/

.cart-section {
  padding: 120px 0 205px;
  background-color: #fff;
  position: relative;
  margin-bottom: -85px;
}

.col-auto.cart-btn button {
  background-color: var(--color1);
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #ddd;
}

button.remove-btn:hover i {
  color: var(--color1);
}

.cart-totals {
  padding: 20px 15px 20px;
  background-color: rgb(247, 245, 240);
  border: 1px solid rgb(247, 245, 240);
  margin-top: 40px;
}

.cart-totals h4 {
  font-size: 25px;
  margin: 0px 0 15px;
}

/* Cart Product Mobile */
.cart-product-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cart-product-mobile-thumb {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 135px;
  flex: 1 0 135px;
  max-width: 135px;
  border: 1px solid #e5e5e5;
}

.cart-product-mobile-remove {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
}

.cart-product-mobile-remove i {
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
}

.cart-product-mobile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-product-mobile-image img {
  width: 100%;
}

.cart-product-mobile-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cart-product-mobile-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-product-mobile-title a {
  font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.cart-product-mobile-total {
  margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
  margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  margin-bottom: 10px;
  font-weight: 500;
  color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
  padding-left: 5px;
}

/*==============end-cart-section===============*/

/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-checkout-section {
  padding: 100px 0 110px;
  position: relative;
}

.checkout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f9fa;
}
.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

.cart-thumb {
  max-width: 160px;
  border-radius: 5px;
}

.cart-totals .table,
.checkout-box .table {
  --bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  padding: 30px;
  background-color: #f8f9fa;
}

.cart-totals .title {
  margin-bottom: 15px;
}

.cart-totals .table {
  margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
  padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
  padding-right: 0;
}

td {
  font-size: 15px;
}

/* Checkout Box */
.checkout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
  margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
  font-size: 14px;
  margin-top: 10px;
}

/* Form Field Select */
select.form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  -webkit-appearance: none;
  appearance: none;
}

select.form-field:focus {
  border-color: #c7a17a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  select.form-field {
    height: 52px;
  }
}


@media only screen and (max-width: 767px) {
  select.form-field {
    height: 44px;
  }
}

/* Form Field Input */
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]) {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"])::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not(
      [type="radio"]
    ):not([type="range"]) {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not(
      [type="radio"]
    ):not([type="range"]) {
    height: 44px;
  }
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):focus {
  border-color: #c7a17a;
}

/* Form Field Textarea */
textarea.form-field {
  font-size: 14px;
  width: 100%;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

textarea.form-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
  border-color: #c7a17a;
}

/* News Letter Form */
.subscribe-newsletter {
  position: relative;
  width: 100%;
  max-width: 770px;
}

.subscribe-newsletter input[type="email"] {
  height: 60px !important;
  padding: 10px 30px !important;
  padding-right: 140px !important;
  border-radius: 100px;
  background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="email"] {
    font-size: 14px;
    height: 50px !important;
  }
}

.subscribe-newsletter input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 100px;
  background-color: #c7a17a;
}

.subscribe-newsletter input[type="submit"]:hover {
  background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="submit"] {
    font-size: 14px;
    height: 50px;
  }
}

/* Reservation Form */
.reservation-form {
  padding: 40px 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .reservation-form {
    padding: 30px;
  }
}

.reservation-form .block-title {
  margin-bottom: 20px;
}

.reservation-form .input-field {
  width: 100%;
}

.reservation-form .input-field:not(:last-child) {
  margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
  font-size: 15px;
}

.reservation-form .input-field textarea {
  height: 120px;
}

.reservation-form .input-field input[type="submit"] {
  text-transform: uppercase;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.form-check-input:checked {
  background-color: var(--color1);
  border-color: var(--color1);
}

/*==============end-checkout-section===============*/

/*==============start-blog-details-section===============*/

.blog-details-section {
  padding: 90px 0 40px;
}

.blog-single-details .blog-details-content {
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: rgb(254, 254, 255);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 30px 25px 25px;
}

.blog-details-thumb img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-meta a {
  font-size: 16px;
  color: rgb(43, 45, 51);
  margin-right: 20px;
  display: inline-block;
}

.blog-comment {
  font-size: 16px;
  color: rgb(43, 45, 51);
  margin-left: 20px;
  display: inline-block;
}

.blog-description h3 a {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-list-left {
  margin-bottom: 30px;
  padding: 45px 30px 28px;
  border-radius: 8px;
  background-color: rgb(254, 254, 255);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-list-left input[type="email"] {
  padding: 9px;
  border-radius: 8px;
  flex-grow: 1;
  min-width: 3em;
  color: rgb(97, 97, 97);
  border: 1px solid var(--color1);
  font-size: inherit;
  width: 90%;
}

.blog-submit-button {
  color: rgb(254, 254, 255);
  border-radius: 3px;
  border: initial;
  position: absolute;
  padding: 0;
  right: 65px;
  top: 45px;
}

.blog-list-left input[type="submit"] {
  color: rgb(254, 254, 255);
  border-radius: 3px;
  border: 1px solid var(--color1);
  background-color: var(--color1);
  padding: 9px 25px;
}

.blog-details-social-icon {
  margin-top: 30px;
}
.product-card .cart-btn {
    width: 80px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}
.blog-details-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.py-40.why-choose-us-watch .product-card p {
    font-size: 16px;
    padding-right: 110px;
    line-height: 24px;
}

section.py-40.why-choose-us-watch .product-card p .product-card h5 a {
    font-weight: 700;
    font-size: 25px;
    margin-top: 20px;
    font-family: 'Libre Baskerville', serif;
}

.blog-details-social-icon ul li {
  display: inline-block;
}

.blog-details-social-icon ul li a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 12px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: var(--color1);
  border-radius: 100%;
  border: 1px solid;
  text-align: center;
  transition: 0.5s;
}
a.cart-btn p {
    width: 80px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
}
.blog-details-social-icon ul li a:hover {
  color: rgb(254, 254, 255);
  background-color: var(--color1);
}

.style-one h2 {
  margin-bottom: 20px;
}

.single-subscribe-box {
  margin-bottom: 30px;
}

.form-box {
  margin-bottom: 15px;
}
form .section-button {
    display: block;
}
.form-box input, .form-box select {
  width: 100%;
  height: 54px;
  border: 1px solid var(--color1);
  padding: 6px 20px;
  background: #fff;
  border-radius: 8px;
  transition: 0.5s;
  font-weight: 500;
}
.form-box select {
    margin-bottom: 10px;
}
.form-box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid var(--color1);
  outline: 0;
  transition: 0.5s;
  background: #fff;
  margin-top: 7px;
  border-radius: 8px;
}
form button {
    background: #fff;
}
.style {
  text-align: left;
}
.file-picker {
    padding-top: 11px !important;
}

.style a {
  border: 1px solid var(--color1);
}

.single-widget-item {
  padding: 20px 20px 20px;
  border-radius: 8px;
  height:100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sidebar-wrapper .single-widget-item .section-button {
    text-align: center;
}
.sidebar-wrapper .single-widget-item h3 {
        font-size: 25px;
}
.sidebar-wrapper input:focus-visible {
    outline: unset;
}
.sidebar-wrapper input, .sidebar-wrapper select {
    color: #000;
    background: #fff !important;
}
.sidebar-wrapper label {
    line-height: 20px;
    display: flex;
    align-items: end;
    color: #000;
}

.home-form-watch .single-widget-item {  
  padding: 20px 20px 20px;
  padding-bottom: 0;
  border-radius: 8px;
  height:100%;
    
}
.wiki-div h3.text-white.mb-4 {
    color: #000 !important;
}

.wiki-div p.mb-0.text-white {
    color: rgb(97, 97, 97) !important;
}
.single-widget-item h3 {
    line-height: 40px;
    margin: 0 0 10px;
    color:#000 !important;
}
.home-form-watch .single-widget-item h3 {
    line-height: 40px;
    margin: 0 0 10px;
    color: #fff !important;
}
.features-1.my-40 .single-widget-item h3 {
    color: #fff;
}
.features-1.my-40 .single-widget-item {
    color: #fff;
    margin: 0;
    box-shadow: unset;
}
.single-widget-item h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 15px;
}

.recent-post-item {
  position: relative;
  z-index: 1;
}

.recent-post-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-post-item ul li {
  display: block;
  margin-bottom: 15px;
  background: transparent;
  padding: 5px 20px 15px;
  border-radius: 4px;
  transition: 0.5s;
  border: 1px solid #ced3d9;
}

.recent-post-item ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color1);
  transition: 0.5s;
  border-radius: 4px;
  z-index: -1;
}

.recent-post-item ul li a {
  display: block;
  font-size: 16px;
  padding: 15px 0 0;
}

.recent-post-item ul li a span {
  float: right;
}

.service-description h3 a:hover {
  color: var(--color1);
}

.recent-post-item ul li:hover:before {
  width: 100%;
}

.recent-post-item ul li:hover a {
  color: rgb(254, 254, 255);
}

.recent-post-title h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.rpost-thumb a img {
  width: 100%;
  margin-bottom: 20px;
}

.rpost-content {
  margin-left: 20px;
}

.rpost-content h5 a {
  font-size: 20px;
  color: rgb(43, 45, 51);
  display: inline-block;
}


/* Calendar css */
.wrapper {
  width: 100%;
  background: var(--text-color-white);
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
}

.wrapper .current-month {
  display: flex;
  align-items: center;
  padding: 0 30px 0;
  justify-content: space-between;
  margin-bottom: 20px;
}

.icons {
  display: flex;
}

.icons span {
  display: inline-block;
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}

.icons span:last-child {
  margin-right: -10px;
}

.icons span:hover {
  background: #f2f2f2;
}

.icons span {
  background: #f2f2f2;
  transition: 0.5s;
}

.icons span:hover {
  background-color: var(--color1);
}

.icons span i {
  font-size: 16px;
}

.current-date {
  font-size: 18px;
  font-weight: 500;
}

.calendar {
  padding: 20px 20px 0;
}

.calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}

.calendar li {
  color: #333;
  width: calc(100% / 7);
  font-size: 16px;
  margin: 10px 0;
}

.calendar .weeks li {
  font-weight: 500;
  cursor: default;
}

.calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.days li.inactive {
  color: #aaa;
  transition: 0.5s;
}

.days li.active {
  color: #fff;
}

.days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.days li.active::before {
  background-color: var(--color1);
}

.days li:not(.active):hover::before {
  background: #f2f2f2;
}

/*============end-blog-details-section====================*/

/*=================== Loader Css================*/

.loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: var(--color1);
  flex-direction: column;
  gap: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-animation: spin 10s infinite;
  -moz-animation: spin 10s infinite;
  -o-animation: spin 10s infinite;
  animation: spin 10s infinite;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.main-page .loader {
  position: relative;
  width: 70px;
  height: 70px;
}
.main-page .loader .spin-blend {
  transform: rotateZ(90deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
}
.main-page .loader .spin-blend:nth-child(2) {
  transform: rotate(90deg);
}
.main-page .loader .spin-blend:nth-child(2) {
  transform: rotate(220deg);
}
.main-page .loader .spin-blend:nth-child(3) {
  transform: rotate(270deg);
}
.main-page .loader .spin-blend:nth-child(4) {
  transform: rotate(310deg);
}
.main-page .loader .spin-blend:nth-child(5) {
  transform: rotate(130deg);
}
.main-page .loader .spin-blend:before,
.main-page .loader .spin-blend:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 2s spin linear infinite;
}
.main-page .loader .spin-blend:after {
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}
.main-page .loading-text {
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 3px;
}
.main-page .loading-text .letter {
  animation: 2s bounce infinite;
  transform: rotate(6deg);
}
.main-page .loading-text .letter:nth-child(2) {
  animation-delay: 0.1s;
}
.main-page .loading-text .letter:nth-child(3) {
  animation-delay: 0.2s;
}
.main-page .loading-text .letter:nth-child(4) {
  animation-delay: 0.3s;
}
.main-page .loading-text .letter:nth-child(5) {
  animation-delay: 0.4s;
}
.main-page .loading-text .letter:nth-child(6) {
  animation-delay: 0.5s;
}
.main-page .loading-text .letter:nth-child(7) {
  animation-delay: 0.6s;
}
.main-page .loading-text .letter:nth-child(8) {
  animation-delay: 0.8s;
}
.main-page .loading-text .letter:nth-child(9) {
  animation-delay: 1s;
}
.main-page .loading-text .letter:nth-child(10) {
  animation-delay: 1.2s;
}
@keyframes spin {
  0% {
    box-shadow: 0.5em 0px 0 0px #fff;
  }
  12% {
    box-shadow: 0.5em 0.5em 0 0 var(--color1);
  }
  25% {
    box-shadow: 0 0.5em 0 0px #fff;
  }
  37% {
    box-shadow: -0.5em 0.5em 0 0 var(--color1);
  }
  50% {
    box-shadow: -0.5em 0 0 0 #fff;
  }
  62% {
    box-shadow: -0.5em -0.5em 0 0 var(--color1);
  }
  75% {
    box-shadow: 0px -0.5em 0 0 #fff;
  }
  87% {
    box-shadow: 0.5em -0.5em 0 0 var(--color1);
  }
  100% {
    box-shadow: 0.5em 0px 0 0px #fff;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.loader_bg {
  position: fixed;
  z-index: 9999;
  background: #292525;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.uniform-title h4 {
    color: #fff !important;
    
}

/*==================Scrollup Button Section==================*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 170px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--color1);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: var(--color1);
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: var(--color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*dark-button css*/

.darkmode .light-btn {
  stroke: var(--color1);
  padding-left: 6px;
}

.light-btn {
  background-color: var(--color1);
  position: fixed;
  z-index: 9999;
  top: 130px;
  right: 0;
  height: 40px;
  width: 50px;
  border-radius: 20px 0 0 20px;
  line-height: 40px;
}

.light-btn &gt; button i:first-child {
  font-size: 22px;
  display: none;
  transition: 0.5s;
}

.darkmode .light-btn button i:first-child {
  display: block;
  color: #fff !important;
}

.light-btn button i:last-child {
  font-size: 34px;
  transition: 0.5s;
  display: block;
  margin-top: 1px;
}

.light-btn button {
  background: transparent;
  border: 0;
}

.darkmode .light-btn button i:last-child {
  display: none;
}

/*products-slider-theme4  css*/
.products-slider-theme4 {
    position: relative;
    padding: 100px 0;
}
.products-slider-theme4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background-image: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}
.products-slider-theme4 .row {display: flex;align-items: center;}
.products-slider-theme4  h2 {
    color: #fff;
    margin-bottom: 20px;
}
.products-slider-theme4 h2 span {
    color: var(--color1);
}
.products-slider-theme4  p {
    color: #fff;
    margin-bottom: 35px;
}
.products-slider-theme4  .section-button a {
    color: #fff;
    font-weight: 600;
}
.products-slider-theme4 ul.slick-dots {
    top: auto;
    bottom: -45px;
    text-align: center;
}
.products-slider-theme4 h2 span {
    color: var(--color1);
}
.products-slider-theme4 .product-card {
    background: transparent;
    text-align: center;
    padding-right: 24px !important;
}

.products-slider-theme4 .product-card img.img-fluid {
    margin: 0 auto;
}
.products-slider-theme4:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background: url(https://thetestingstudio.com/wristarc/assets/img/shapes/cta-shape-1.png);
    background-size: contain;
    top: 0;
    background-size: cover;
}
/*products-slider-theme4 css End*/

/*dealership-about css*/
.dealership-about {
    position: relative;
    padding-top: 20px;
    background: #f8f8f8;
}
.dealership-about img.position-absolute {
    left: -150px;
    bottom: -120px;
}
.dealership-about .product-card {
    linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%): -120px;
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    border-radius: 8px;
    position:relative;
}
.dealership-about .tire-circle {
    left: 30px !important;
    bottom: 190px !important;
}
.dealership-about .dots-shape {
    right: 30px !important;
    bottom: 30px !important;
    left: auto !important;
}
.dealership-about span.texture-overlay {
    background: url(https://thetestingstudio.com/wristarc/assets/img/shapes/texture-bg.png);
    width: 100% !important;
    z-index: -1;
}
.dealership-about span.banner-subtitle {
    color: var(--color1);
    font-weight: bold;
    margin: 0 0 10px;
}
.dealership-about .section-button a {
    margin-top: 0px;
}
.dealership-about ul.slick-dots {
    text-align: left;
    padding-left: 15px;
}
.dealership-about .bs-brands .bs-brand-wrapper {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 1px solid rgba(11, 22, 63, 0.12);
    height: auto;
    padding: 24px;
}
.dealership-about .bs-brands .bs-brand-wrapper:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.dealership-about  .bs-brands {
    padding: 60px 40px;
    border-radius: 8px !important;
    background: #fff;
}
.dealership-about .bs-brands .bs-brand-wrapper p.mt-2 a {
    color: var(--color1);
    margin-bottom: 9px;
}
.dealership-about h4 {
    font-weight: bold;
}

/*dealership-about css End*/

/*h3-car-brands css */
.h3-car-brands {
    background: #f8f8f8;
}

.h3-car-brands span.subtitle.lead.text-secondary {
    color: #000 !important;
    margin-bottom: 20px;
    font-size: 22px;
}

.h3-car-brands span.subtitle.lead.text-secondary mark.bg-transparent.p-0.text-primary {
    color: var(--color1) !important;
}
.brands-filter ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    background: #fff;
    font-weight: 600;
    border-radius: 3px;
    color: #111010;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.brands-filter ul li a.active {
    background: var(--color1);
    color: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(252, 0, 18, 0.3);
    box-shadow: 0px 10px 40px var(--color1);
}
.brands-filter ul li {
    margin: 0 10px;
}
.tab-content &gt; .tab-pane {
    display: none;
}
.tab-content &gt; .active {
    display: block;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.h3-car-card:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}
.h3-car-card {
    padding: 15px 15px 5px;
    transition: 0.3s ease-in;
    background: #fff;
}
.h3-car-card .btn-meta {
    left: 10px;
    top: 8px;
    z-index: 1;
    color: #fff;
    background: var(--color1);
}
.btn-meta {
    padding: 4px 12px;
    font-size: 12px;
    color: #575757;
    font-weight: 600;
    border-radius: 3px;
    background: #F6F6F6;
    display: inline-block;
}
.text-block h2.title.mb-24 {
    color: #fff !important;
        font-family: 'Libre Baskerville', serif !important;
}
.text-block p.sub-text.dark-gray {
    color: #fff !important;
}
.h3-car-card .feature-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.h3-car-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.spacer {
    border: 0;
    border-bottom: 1px solid rgb(11 22 63 / 42%);
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.h3-blog-card-content a.text-center {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 6px;
}
.h3-blog-card-content a.text-center h4{
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    font-size: 21px;
}
.card-feature-box {
    text-align: center;
    display: block !important;
    width: 100% !important;
}
.pricing-info .info-left a {
    font-weight: bold;
    color: var(--color1);
    margin: 10px 0 5px;
}
.pricing-info .info-right {
    margin: 0 0 3px;
}
ul.product_review ul li {
    margin: 0 0;
}
ul.product_review li {
    margin: 0 5px;
    color: #FF9729;
}
.card-feature-box .section-button a {
    padding: 10px 32px;
}
/*h3-car-brands css End*/
/*content style */
.blog-description h2 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 38px;
}
.blog-description h3 {
    font-size: 25px;
    margin: 0 0 10px;
}
.blog-description p {
    margin: 0 0 10px;
}
.blog-description img {
    width: 100%;
}
.blog-description a {
    color: var(--color1);
    font-weight: bold;
    transition:0.5s;
}
.blog-description a:hover {
    text-decoration:underline;
    transition:0.5s;
}
.blog-details-content.faqs h5 {
    margin-bottom: 10px;
}
.blog-details-content.faqs h4 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 15px;
    color: var(--color1);
}
/*content style end*/
/*Testimonials*/
section.testimonials {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 140px;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}
section.testimonials h4 {
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 50px;
}
.testimonials .product-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
}
.testimonials .slick-track {
    display: flex;
    gap: 20px;
}
.testimonials .product-card h6 {
    font-size: 20px;
    color: var(--color1);
}
.testimonials .product-card p {
    margin: 0 0 10px;
    padding: 0;
}
.testimonials ul.slick-dots {
    top: auto;
    bottom: -45px;
    text-align: center;
}
/*Testimonials End*/
/*Services pages banner*/
section.banner {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    max-height: 500px;
    min-height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    background-position: center center;
}
section.error-page-area p, section.error-page-area .title {
    margin: 12px 0;
    padding-right: 10px;
}
section.banner.small {
    min-height: 300px;
}
section.banner.small .breadcrumb-title{
    margin:0;
}
section.banner:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000070;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
section.banner .container {
    z-index: 9;
}
section.banner h1 {
    color: #fff;
    margin-bottom: 20px;
}
section.banner p {
    color: #fff;
}
.banner nav {
    text-align: center;
}
.banner ol.breadcrumb {
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item i.fa.fa-chevron-right {
    font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.banner li.breadcrumb-item.active {
    color: #ffff;
}
.banner a.btn.ss-btn {
    color: #000;
    font-weight: bold;
    border: 2px solid #000;
}

/*  Brands   */
.logo-section {
    display: grid !important;
    grid-template-columns: repeat(6, 16.666%) !important;
    gap: 0px;
    
}
.logo-section li  img {
    height: 100px !important;
    width: auto !important;
}
.logo-section li {
    padding: 7px;
    border: 1px solid #4444;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin: 5px;
}
 .logo-section li:hover{
	opacity: 1;
	-webkit-animation: flash 1.9s;
	animation: flash 1.9s;
	transition: 0.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}
	50% {
	    opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.service-btn {
            background: #bb9d7b70;
    padding: 12px 25px;
    transition: 0.5s;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    display: flex;
    border-radius: 8px;
    }
a.service-btn:hover {
    background: var(--color1) ;
    color: #fff !important;
    text-decoration: underline;
}
a.scroll-to-target {
    cursor: pointer;
}
.column-services {
    column-count:4;
}
section.how-it-works {
    margin: 0 auto;
}
.works {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    margin: 30px 0;
}
.works span {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    font-size: 20px;
    color: var(--color2);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -10px 0;
    position: relative;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: -20px;
}
.work-img {
    background: #fafafa;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 7px rgb(0 0 0 / 8%) !important;
}
.work-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.works p {
    text-transform: none;
    color: #000;
    margin: 20px 0 0;
    font-size: 14px;
}

.mega_menu {
    background: var(--bs-body-bg);
    border-bottom: 1px solid;
}
.col-mega_menu {
    text-align: center;
}
.col-mega_menu ul li {
    border-bottom: 1px solid var(--color1);
    padding: 10px;
    text-align:left;
    
}

.col-mega_menu ul li:last-child {
    border: none;
}
.features-points .single-widget-item {
    box-shadow: none;
}

.features-points .single-widget-item h3.mb-4 {
    color: #fff;
}
@media (max-width: 1400px) {
    .Trendita_menu &gt; ul &gt; li &gt; a {
        font-size: 13px;
    }
    nav.Trendita_menu {
        margin-left: 0;
    }
    .Trendita_menu ul {
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1199px) {
    .Trendita_nav_manu .col-lg-7 {
        padding: 0;
    }
    .Trendita_menu &gt; ul &gt; li &gt; a {
        padding: 10px 7px 10px 0;
    }
    
  .logo-section {
    grid-template-columns: repeat(5, 20%) !important;
    }
    .column-services {
        column-count: 3;
    }
    section.hero-banner-1:before {
        content: '';
        height: 100%;
        width: 100%;
        background: #00000045;
        position: absolute;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 0;
    }
    section.hero-banner-1 {
        position: relative;
    }
    section.hero-banner-1 .container {
            z-index: 1;
            position: relative;
    }
    .service-section {
        background-size: contain;
    }
    
}
.column-services li{
	margin-bottom: 1rem !important;
    display: flex !important;
}
.column-services li a {
    background: transparent;
    padding: 12px 15px 12px 70px;
    transition: 0.5s;
    width: 100%;
    align-items: center;
    color: #000;
    display: flex;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    gap: 10px;
    border-radius: 8px;
    position: relative;
}
.column-services li a:hover{
    text-decoration:underline;
}
.column-services li a:before {
    content: '';
    background: var(--color1);
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 8px 0 0 8px;
    background-position: center;
    border-right: 1px solid #fff;
}
.column-services li a img {
    width: 38px;
    position: absolute;
    left: 10px;
}
    .wiki-div {
        display: flex;
        padding: 25px 0px;
        text-align: center;
        padding-bottom: 0;
        color: #fff !important;
        justify-content: center;
        flex-direction: column;
}
    .w-md-50 {
        width: 50% !important;
    }
    
    .object-fit {
            object-fit: cover;
    }
    .categories .mb-12 {
    font-size: 23px;
    }
    section.products-slider-theme3 .product-card {
        height: 345px;
    }
    .uniform-area .uniform-wrap .uniform-img .uniform .uniform-title h4 {
        font-size: 19px;
        line-height: 26px;
    }
    .section-button a, .section-button button {
        padding: 14px 25px;
    }
    .coming-soon-banner {
        background-position: center;
        padding: 90px 0;
        margin: 0;
    }
    .dealership-about h3.mb-4.text-white {
        font-size: 29px;
    }
    
.partner-area {
    padding: 40px 0;
    background: #eee;
}
.partner-area .section-title.style.align-items-center.d-flex.justify-content-center h2.text-center.mb-4.mt-4 {
    margin-top: 0 !important;
}
    
.bg-how-it-work{
    background: #eee;
    padding: 90px 0;
}
.partner-area h2 {
    margin-bottom: 15px !important;
}
/*Services pages banner Css End*/
.nav_scroll .mega_menu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .nav_scroll  .has-mega_menu{position:static!important;}
  .nav_scroll  .mega_menu{left:0; right:0; width:100%; margin-top:0;  position: absolute; display:none;animation: fade_in_hide 0.5s;}
  .nav_scroll .has-mega_menu:hover .mega_menu {
        display: block !important;
        transition: 0.15s;
        animation: fade_in_show 0.15s;
    }
    @keyframes fade_in_show {
         0% {
              opacity: 0;
              transform: scale(0)
         }
    
         100% {
              opacity: 1;
              transform: scale(1)
         }
    }
    @keyframes fade_in_hide {
         0% {
              opacity: 1;
              transform: scale(1)
         }
    
         100% {
              opacity: 0;
              transform: scale(0)
         }
    }

}	
form label {
    display: block;
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */


@media(max-width: 1199px) {
    .coming-soon-banner, .partner-area, .bg-how-it-work, .home-form-watch, .about-two-section, section.features-1.my-60, section.faqs-section.py-64, .about-section, .bg-how-it-work, .service-section {
        padding: 60px 0;
  }
  section.testimonials {
      padding: 60px 0 120px;
  }
  .footer-area {
    padding: 60px 0 30px;
  }
    h2, .h2 {
        font-size: 30px !important;
    }
        h3, .h3 {
        font-size: 25px !important;
    }
        h4, .h4 {
        font-size: 22px !important;
    }
    h5, .h5 {
        font-size: 20px !important;
    }
    h6, .h6 {
        font-size: 17px !important;
    }
  section.categories.py-40 .category-card img {
    height: 268px !important;
}
  section.py-40.why-choose-us-watch {
      padding-top: 60px;
  }
  section.features-1.mt-0.mb-40.why-choose-us-watch {
      padding-bottom: 60px;
  }
}
@media(max-width: 991px){
   
    .small-banner h1 {
        font-size: 40px !important;
    }
    .has-mega_menu a.dropdowntoggle::after {    
    content: "\F282";
    font-family: bootstrap-icons !important;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    position: relative;
}
.mean-container .mean-nav ul li a.dropdowntoggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
  .sidebar-wrapper label {
      height: unset;
  }
  .faqs-section {
    padding: 50px 0 70px;
  }
  
  .faqs-section div#accordionFlushExample {
        grid-template-columns: repeat(1, 100%) !important;
    }
    .faqs-section button.accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
        
    }
    .coming-soon-banner, .partner-area, .bg-how-it-work, .home-form-watch, .about-two-section, section.features-1.my-60, section.faqs-section.py-64, .about-section, .bg-how-it-work, .service-section {
        padding: 30px 0;
  }
  section.testimonials {
      padding: 30px 0 60px;
  }
  .footer-area {
    padding: 30px 0 15px;
  }
    section.categories.py-40 .category-card img {
    height: 268px !important;
}
  section.py-40.why-choose-us-watch {
      padding-top: 30px;
  }
  section.features-1.mt-0.mb-40.why-choose-us-watch {
      padding-bottom: 30px;
      margin: 0 !important;
  }
  section.py-40.why-choose-us-watch .product-card p {
    padding-right: 100px;
}
section.py-40.why-choose-us-watch .products-slider-1 h5 a {
        margin-top: 20px;
    }
    .service-details-section.home-form-watch .title, .service-details-section.home-form-watch .single-widget-item, .service-details-section.home-form-watch .section-button {
    margin: 0;
    padding: 0;
}
.service-section .col-lg-4 .service-single-box .service-item:last-child {
    margin: 0;
}
    section.features-1.my-60 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
  
}
@media (max-width: 991px) {
    
    .column-services {
        column-count: 2;
    }
    a.scroll-to-target.text-black.meanmenu-reveal {
        position: relative;
    }
    a.scroll-to-target.text-black.meanmenu-reveal span {
        display: none;
    }
    a.scroll-to-target.text-black.meanmenu-reveal:after {
        content: 'Services';
        font-weight: normal;
        text-align: left;
        float: left;
        color: #232323 !important;
    }
    .dealership-about .row {
        row-gap: 16px;
    }
    .slick-slide img {
        margin: auto;
    }
    .mean-container .mean-nav ul li span {
        display: none;
    }
    .single-widget-item {
        height: auto;
    }
    .service-details-section .form-box input, .form-box select {
        /*color: #fff !important;*/
    }
    .service-details-section .title {
        margin-top: 25px;
    }
    
    .service-details-section form#ewebcontact_id {
        color: #fff;
    }
    .service-details-section .py-40 {
        padding: 0;
    }
    .uniform-area .section-button a {
        padding: 7px 10px;
        font-size: 13px;
    }
    .uniform-area .section-button {
        margin-bottom: 0;
    }
    .uniform-area .uniform-wrap .uniform-img .uniform .uniform-title h4 {
       font-size: 16px;
    
    }
    .service-section .col-lg-4:nth-child(2) {
     display: none;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        right: 16px;
    }
    .hero-banner-1 .content {
        height:400px;
    }
    .logo-section {
        grid-template-columns: repeat(3, 33%) !important;
        margin-bottom: 0;
    }
   section.banner {
        margin-top: 64px !important;
    }
    
    a.logo_img .location, a.main_sticky .location, .nav-logo .location, .footer-widget-logo .location {
        font-size: 11px;
        top: 13%;
    }
    .hero-banner-1 {
        background-size: cover !important;
    }
    .hero-banner-1 .section-button {
        margin: 0;
    }
    section.products-slider-theme3 .product-card {
        height: 400px !important;
    }
    .mobile-menu.mean-container {
        overflow: hidden;
        position: fixed;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .images-block {
        height: auto !important;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .products-slider-1 h5 a {
        margin-top: 7px;
    }
    .mean-container .mean-nav ul li a {
        font-weight: bold;
    }
    .mean-container .mean-nav ul li li a {
        font-weight: bold;
    }
    .slider-area {
        height: 400px !important;
    }
    .hero-title h1, .hero-title h2 {
        font-size: 40px !important;
    }
    .slider-counter {
        top: -15rem !important;
    }
    .hero-slide .owl-nav {
        top: -11rem !important;
    }
    .hero-disc {
        display: none;
    }
    .hero-number {
        right: 35px !important;
        top: 18rem !important;
    }
    .about-section .col-lg-6:first-child {
        order: 2;
    }
    .rotateme {
        display: none;
    }
    .about-section {
        padding: 50px 0px !important;
    }
    .service-section .section-title h4 {
        color: #fff;
        text-align: left;
    }
    .about-two-section {
        padding: 50px 0 70px;
    }
    .service-section {
        background: var(--color1);
        padding: 50px 0;
        color: #fff;
    }
    .service-item {
        margin-bottom: 25px;
    }
    .feature-two-section {
        padding: 50px 0;
    }
    .feature-two-section .section-title h2 {
        margin-bottom: 30px;
    }
    .dealership-about {
        padding-bottom: 50px;
    }
    .h3-blog-card-content a.text-center {
        font-size: 20px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    .product-card p.h5 {
        font-size: 15px;
    }
    .h3-car-brands {
        padding-bottom: 50px;
    }
    .service-details-section {
        padding: 60px 0 0;
    }
    .service-details-section.home-form-watch {
        padding: 50px 0;
    }
    
    section.testimonials {
        padding: 50px 0 100px;
    }
    
    .blog-section {
        padding: 50px 0;
    }
    .footer-area {
        padding: 50px;
        padding-bottom: 30px;
    }
    hr.style-2 {
        margin: 30px 0 30px;
    }
    .nav_scroll .mega_menu {
        max-height: 300px;
        overflow-y: scroll;
    }
    .col-mega_menu ul {
        display: block !important;
    }
    .nav_scroll .mega_menu{
         display:none;
    }
    .col-lg-3.col-sm-6 {
        margin: 0;
    }
    .mega-menu-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 48%) !important;
        column-gap:15px;
        
    }
    .mean-container .mean-nav ul li li a {
        background: transparent !important;
    }
    .col-mega_menu ul li {
        border: 0 !important;
        border-bottom: 1px solid var(--color1) !important;
    }
    .mean-container .mean-nav ul li li a {
        padding: 10px;
    }
    .mean-container .mean-nav ul li {
        background: transparent !important;
        padding:0;
    }
    a.logo_img img, a.main_sticky img, .nav-logo img, .footer-widget-logo img {
        width: 46px !important;
        margin-top: 0px;
    }
    .mega-menu-grid .col-lg-3 {
        margin: 0;
    }
    .nav_scroll .mega_menu {
        padding: 20px 35px;
    }
    .mean-container .mean-bar {
        background-color: #fff !important;
        min-height: 94px !important;
    }
    .mean-container a.meanmenu-reveal span {
        background: #000;
    }
    a.logo_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #000;
    padding: 5px;
    gap: 5px;
    z-index: 9999;
    position: absolute !important;
    left: 40px;
    }
    .mean-container a.meanmenu-reveal {
        top: 17px !important;
        right: 30px !important;
        
    }
    nav.mean-nav {
    margin-top: 36px;
}
    .section-title h4 a {
    display: inline-block;
    color: rgb(35, 35, 35);
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
}
    
    .mean-container .mean-bar {
        padding: 0 !important;
    }
     .contact-area select {
        color: #616161 !important;
    }
}

@media (max-width: 767px) {
    
    .transparent-phone a {
        font-size: 30px;
        font-weight: 700;
    }
    .reverse-column .col-lg-8 {
        order: 2;
        margin-top: 20px;
    }
    section.banner.small-banner {
        margin-top: 60px !important;
        padding: 30px 15px !important;
    }
    .small-banner h1 {
        font-size: 25px !important;
    }
    .small-banner {
        text-align: center !important;
    }
    .small-banner ol.breadcrumb {
        justify-content: center !important;
        margin: 0;
    }
    .small-banner a.btn.ss-btn {
        margin-bottom: 30px !important;
    }
    .faqs-section h4 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 31px;
    }
    section.banner {
        background-size: cover;
    }
    .faqs-section button.accordion-button {
        padding: 15px 15px;
        font-size: 16px;
    }
    .mean-container .mean-nav ul.logo-section li {
        width: auto;
    }
    .mean-container .mean-nav ul.logo-section li a {
        text-align: center;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .service-section, section.faqs-section.py-64, .about-two-section {
        padding: 40px 0;
    }
    .service-section .service-single-box .service-item:last-child {
    margin-bottom: 0;
}
    .service-details-section.home-form-watch {
        padding: 40px 0;
    }
    
    .mobile-icon {
        position: fixed !important;
        width: 65px !important;
        height: 65px !important;
        bottom: 90px !important;
        right: 41px !important;
        background-color: #6be24a !important;
        color: #FFF !important;
        border-radius: 50px;
        border: 4px solid #fff;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 999 !important;
        line-height: 60px !important;
    }
    i.fab.fa-whatsapp {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.slick-dots {
        display: none !important;
    }
    .mobile-icon .number {
        position: absolute;
        background: var(--color1);
        width: 0;
        padding: 3px 10px;
        border-radius: 4px;
        top: -26px;
        right: 77px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
    }
.mobile-icon .number.show {
    width: max-content;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.mobile-icon .number a {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    opacity:0;
    visibility: hidden;
    transition: 0.5s;
    padding: 4px 0;
}
.mobile-icon .number.show a{
    opacity:1;
    visibility: visible;
    transition: 0.5s;
}
.mobile-icon .number.show a:last-child {
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
}
.mobile-icon .number a i {
    width: 30px !important;
    height: 30px !important;
    background-color: #6be24a !important;
    color: #FFF !important;
    border-radius: 50px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: 2px 2px 3px #999;
    margin-right: 10px;
    line-height: 28px !important;
}
.mobile-icon .number.show a:hover {
    color: #fff;
}

.mobile-icon .number:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--color1);
    right: -10px;
    top: 40%;
}
    .w-md-50 {
        width: 100% !important;
    }
    .column-services {
    column-count:1;
}
    .mean-container .mean-bar {
        background-color: #000 !important;
    }
        a.logo_img {
            left: 0 !important;
    }
    .mean-container a.meanmenu-reveal {
        right: 0 !important;
    }
    h2, .h2 {
        font-size: 22px;
    }
    a.logo_img {
        width: 180px;
    }
    .nav_scroll .mega_menu {
        padding: 20px 30px 20px 18px;
    }
    .mean-container a.meanmenu-reveal:hover span {
        background: #fff !important;
    }
section.banner {
        margin-top: 10px !important;
    }
    .mean-container a.meanmenu-reveal span {
            background: #fff !important;
    }
.column-services li {
    margin-bottom: 20px;
}
    .logo-section {
        grid-template-columns: repeat(2, 50%) !important;
    }
    .slider-area .col-lg-6.col-md-6 {
        width: 50%;
    }
    .slider-area {
        height: 300px !important;
    }
    .hero-title h1, .hero-title h2 {
        font-size: 26px !important;
        color: var(--color1);
        text-align:left !important;
    }
    .hero-title h2 {
        text-align:right !important;
    }
    .slider-title h2, .slider-title h2 span {
        font-size: 24px !important;
        line-height: 30px !important;
        margin: 5px 0 !important;
    }
    .slider-title p {
        display: none !important;
    }
    .hero-slide .owl-nav {
        top: auto !important;
        bottom: -10px !important;
        right: 50% !important;
        width: 40px !important;
        position: absolute !important;
        margin-right: -20px !important;
    }
    .slider-counter {
        top: auto !important;
        bottom: 56px !important;
        right: -49% !important;
        width: 60px !important;
        margin-right: -30px !important;
    }
    .slider-title h2 {
        color: var(--color1);
    }
    .about-thumb img {
        margin-bottom: 0 !important;
    }
    .section-button a {
        margin-bottom: 0 !important;
    }
    .hero-banner-1 .content {
        height: 252px;
    }
    .hero-banner-1 .content .sub-title {
        display: none;
    }
    .hero-banner-1 .content p.color-white.mb-24 {
        margin: 0 0 10px;
    }
    .hero-banner-1 .content h2.title.color-white.mb-16 {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .hero-banner-1 .content p.color-white.mb-24 {
        display: none !important;
    }
    .hero-banner-1 .content .btn-block {
        gap: 10px !important;
    }
    .section-button a {
        padding: 9px !important;
    }
    section.banner .breadcrumb-title p {
    display: none;
}
section.banner .breadcrumb-title h1, section.banner .breadcrumb-title {
    margin: 0;
}
section.banner .breadcrumb-title h1 {
    font-size: 25px;
    padding: 0 15px;
    margin-bottom: 10px;
}
section.banner .container {
    padding: 30px 0px;
}
section.banner {
    min-height: 300px;
    margin-top: 94px !important;
}
section.banner.small {
    min-height: 150px;
}
    .mobile-menu.mean-container {
        border-bottom: 1px solid;
    }
    .hero-banner-1 h2.title.color-white.mb-16 {
    margin-bottom: 15px !important;
}
    h2, .h2 {
        font-size: 20px !important;
    }
        .product-card p.h5 {
        font-size: 16px;
        line-height: 19px;
    }
    .product-card h5 a {
        font-size: 20px;
    }
    .categories .mb-12 {
    font-size: 20px;
}
    .products-slider-1 .product-card {
        margin: 0 !important;
    }
    .service-section a {
    font-size: 20px;
    font-weight: 700;
}
    section.coming-soon-banner {
    padding: 40px 0;
}
.coming-soon-banner .content .text-block .sub-text {
    padding: 0;
}
.coming-soon-banner {
    background-position: 0 0px !important;
}
    .products-slider-theme3 .animated {
        margin: 0 0 10px !important;
    }
    .products-slider-theme3 .up_i {
        margin: 0 0 10px !important;
    }
    .products-slider-theme3 p {
        margin-bottom: 10px !important;
    }
    .products-slider-theme3 .section-button a {
        margin-top: 10px !important;
    }
    .about-section .section-button a,.about-two-section  .section-button a{
        margin-bottom: 30px !important;
    }
    .about-two-thumb::before{
        display:none;
    }
    .feature-inner-box:last-child{
        margin:0;
    }
    .products-slider-theme4 {
        padding: 50px 0;
    }
    .dealership-about .bs-brands {
        padding: 20px 15px;
    }
    .brands-filter ul li {
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .brands-filter ul li a {
        padding: 12px 11px;
        
    }
    .brands-filter ul li a i.fa.fa-arrow-circle-right {
        display: none;
    }
    .brands-filter ul li a span.ms-1 {
        margin: 0 !important;
    }
    .blog-single-details .blog-details-content {
        padding: 30px 15px 25px;
    }
    section.testimonials h4 {
        line-height: 31px;
        font-size: 20px;
    }
        section.features-1 {
        margin: 40px 0 !important;
    }
    section.features-1.mt-0.mb-40 {
        margin-top: 0 !important;
    }
    .products-slider-1 .product-card {
    height: 500px;
}
    section.testimonials {
        padding: 50px 0;
        min-height: unset;
    }
.product-card p.h5 {
    font-size: 16px;
    padding-right: 83px;
    line-height: 24px;
}
    .styles-01 p {
        margin: 12px auto;
    }
    .footer-area {
        padding: 40px 0;
    }
    .footer-bottom-content h4 {
        font-size: 13px;
        line-height: 24px;
    }
    .Trendita_nav_manu {
        display: none !important;
    }
    .mega-menu-grid {
        display: grid !important;
        grid-template-columns: repeat(1, 100%) !important;
    }
    
    
    
}

@media (max-width: 574px){

.column-services {
    column-count:1;
}
.categories .category-card .content .img-block img {
    height: 100% !important;
    width: 100% !important;
}
.categories .category-card .content .img-block , .categories .category-card .content .text-block{
    width: 100%;
}
.categories .category-card .content {
        flex-direction: column-reverse;
}
}

.btn-upload-more, .btn-upload-more:hover, .btn-upload-more:focus {
    background-color: var(--color1);
    color: white;
    padding: 10px 20px;
    border: none !important;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 !important;
    float:left;
  }

.contact-area button.remove-image-btn {
    line-height: 1px;
}

.image-preview-container {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
}
  .image-preview {
    position: relative;
    display: inline-block;
    
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
  }

  .image-preview img {
    height: 80px;
    object-fit: cover;
  }
  .remove-image-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
  }

  .remove-image-btn:hover {
    background-color: rgba(255, 0, 0, 0.8);
  }


.navh2{ color: #FFFFFF; font-size:125%; }
@media (max-width: 492px) {
    .contact-area {
        padding: 30px 0 !important;
    }
}</pre></body></html>