/*-----------------------------------------------------------------------------

    Template Name: Furio - Furniture Online store HTML 5 Template
    Template URI: 
    Description: 
    Author: Devsarray
    Author URI:  https://themeforest.net/user/devsarray
    Version: 1.0.2

----------------------------------------------------------------------------- */

/* 
*  CSS TABLE OF GLOBAL CONTENTS
1.0 - Variables Start
2.0 - Reset Start
3.0 - Typography Start
4.0 - Utility Start
5.0 - Scroll To Top Start
6.0 - Button Start
7.0 - Navbar Start
8.0 - Hero Start
9.0 - About Event Start
10.0 - Meet Our Speaker Start
11.0 - Pricing Section Start
12.0 - Event Schedule Start
13.0 - Services Counter Sectiom Start
14.0 - Memories Section Start
15.0 - Sponsor Section Start
16.0 - Home Blog Section Start
17.0 - Seat Booking Section Start
18.0 - Footer Section Start
19.0 - Join Event Start
20.0 - Banner Section Start
21.0 - Blog Page Start
22.0 - Blog Details Start
23.0 - Author Section Start
24.0 - Comment Section Start
25.0 - Post Section Start
26.0 - Contact Us Section Start
27.0 - Google Map Section Start
28.0 - Contact Us Form Section Start
*/

/*---------------------------------------------------------------------------- 
    1.0 - Variables Start
 ----------------------------------------------------------------------------*/
:root {
  --primaryColor: #1376bc;
  --secondaryColor: #1575bc;
  --textColor: #2b2c34;
  --textColorTwo: #4a4a4a;

  /* Alerts */
  --successColor: #37c675;
  --LinkColor: #3eaeff;
  --warningColor: #1575bc;
  --errorColor: #fe5050;
}

/*---------------------------------------------------------------------------- 
    Variables End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
    2.0 - Reset Start
 ----------------------------------------------------------------------------*/

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

html,
body {
  min-height: 100%;
  background: #fff;
  color: #4d4d4d;
  font-family: "Raleway", sans-serif;
}

body {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.body-2{
  background: #F9FFF2;
}

body,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}

/*---------------------------------------------------------------------------- 
    Reset End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
    3.0 - Typography Start
 ----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Darker Grotesque", sans-serif;
  color: #1d1d1d;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 60px;
  line-height: 65px;
}

h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
}

h3 {
  font-size: 30px;
  line-height: 34px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 22px;
}

h6 {
  font-size: 20px;
  line-height: 20px;
}

p {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #2d2d2d;
  font-family: "Darker Grotesque", sans-serif;
}
span{

  font-family: "Darker Grotesque", sans-serif;
}
small{

  font-family: "Darker Grotesque", sans-serif;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #2d2d2d;
}

i {
  font-family: "Font Awesome 6 Free";
}

a:hover {
  text-decoration: none;
  color: #2d2d2d;
}

button:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0.5rem;
}

img {
  border: none;
  max-width: 100%;
}

.mobile-show{
  display: none;
}

.img-bg {
  background-image: url("../img/img-bg.png");
  background-size: fill;
  background-attachment: fixed;
  background-position: center;
}

.sbg {
  background-color: #FAFAFA;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="submit"] {
  -webkit-appearance: none;
}

sub,
sup {
  line-height: 0;
}

/* Flex */
.flex-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.section-title-left {
  font-family: Darker Grotesque;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}

/*---------------------------------------------------------------------------- 
  Typography End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
    4.0 - Utility Start
 ----------------------------------------------------------------------------*/
.sp-80 {
  padding: 80px 0;
}

.spb-80 {
  padding-bottom: 80px;
}

.spt-80 {
  padding-top: 80px;
}
.cmt-100{
  margin-top: 120px;
}
/*---------------------------------------------------------------------------- 
    Utility End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  5.0 - Scroll To Top Start
 ----------------------------------------------------------------------------*/
.material-scrolltop.reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primaryColor) !important;
  z-index: 999999;
}

.material-scrolltop::before {
  background: var(--primaryColor) !important;
}

.material-scrolltop.reveal:hover {
  cursor: pointer;
}

.material-scrolltop.reveal i {
  font-size: 40px;
  color: #fff !important;
}

/*---------------------------------------------------------------------------- 
   Scroll To Top End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
    6.0 - Button Start
 ----------------------------------------------------------------------------*/
.btn-custom {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  text-transform: capitalize;
  border-radius: 0;
  border-radius: 5px;
}

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

.btn-custom-primary {
  border: 1px solid var(--primaryColor);
  background: var(--primaryColor);
  color: #fff;
}

.btn-custom-primary:hover {
  color: var(--primaryColor);
  background: transparent;
}

.btn-custom-primary-reverse {
  background: transparent;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.btn-custom-primary-reverse:hover {
  background: var(--primaryColor);
  color: #fff;
  border: 1px solid var(--primaryColor);
}

.btn-custom-secondary {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
  color: #fff;
}

.btn-custom-secondary:hover {
  color: var(--secondaryColor);
  background: transparent;
}

.btn-custom-secondary-reverse {
  border: 1px solid var(--secondaryColor);
  background: transparent;
  color: var(--secondaryColor);
}

.btn-custom-secondary-reverse:hover {
  color: #fff;
  background: var(--secondaryColor);
}

.btn-custom-white {
  border: 1px solid #fff;
  background: #fff;
  color: #1d1d1d;
}

.btn-custom-white:hover {
  border: 1px solid #1d1d1d;
  background: transparent;
}

.rounded {
  border-radius: 30px !important;
}

/*---------------------------------------------------------------------------- 
    Button End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
    Section Top Title Start
 ----------------------------------------------------------------------------*/
.section-top-box {
  width: 50%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.st-title {
  font-family: Darker Grotesque;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}

.st-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #424242;
}

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

.no-padding-bottom {
  padding-bottom: 0px;
}

.section-top-span {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #1575bc;
  display: inherit;
}

/*---------------------------------------------------------------------------- 
    Section Top Title Start
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
    7.0 - Navbar Start
 ----------------------------------------------------------------------------*/
.header-area {
  width: 100%;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.header-area .main-logo {
  width: 130px;
}

.navbar-toggler {
  padding: 0;
}

.header-area .navbar {
  padding: 0;
}

.header-area .dropdown-menu {
  border-radius: 0;
}

.header-area li.nav-item {
  padding: 0px 20px;
  position: relative;
}

.header-area li.nav-item:after {
  position: absolute;
  content: "/";
  top: 12px;
  right: 0;
  font-size: 14px;
}

.header-area li.nav-item:last-child:after {
  display: none;
}

.header-area li.nav-item:last-child {
  margin-right: 0;
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: var(--primaryColor);
}

.header-home1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}




.header-area .navbar-nav>.nav-item>.nav-link {
  color: #4d4d4d;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .navbar-nav>.nav-item>.nav-link:hover,
.header-area .navbar-nav>.nav-item>.nav-link.active {
  color: var(--primaryColor);
}

.header-area .dropdown-menu {
  min-width: 12rem;
  padding: 0;
  border: 0;
  border-radius: 12px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-area .dropdown-menu li .dropdown-item {
  position: relative;
  padding: 12px 15px;
  margin-bottom: 2px;
}
.header-area .dropdown-menu li:first-child .dropdown-item{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.header-area .dropdown-menu li:last-child .dropdown-item{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.header-area .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}

.header-home2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-home2 .navbar-nav>.nav-item>.nav-link {
  color: #ffffff;

}
.header-home2 .navbar-nav>.nav-item>.nav-link:hover {
  color: #ff6a00;

}

.header-home2 .btn {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
}





.header-area .dropdown-item:focus,
.header-area .dropdown-item:hover,
.header-area .dropdown-item.active,
.header-area .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primaryColor);
}

.child-submenu {
  margin-top: -45px;
}

.header-bg {
  position: fixed !important;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}


/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #2E2E2A;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ---------------------- */
.navbar-brand {
  padding: 19px 0px;
  padding-right: 75px;
  position: relative;
  border-right: 1px solid #ddd;
}


.nav-icon-collection {
  display: flex;
  align-items: center;
}

.nav-icon {
  padding-top: 15px;
}

.nav-icon-collection li {
  position: relative;
  padding: 15px;
  border-left: 1px solid #ddd;
}

.nav-icon-collection li:last-child {
  margin-right: 0;
}




/*---------------------------------------------------------------------------- 
  Navbar End
 ----------------------------------------------------------------------------*/

 /*---------------------------------------------------------------------------- 
  Main Sidebar Start
 ----------------------------------------------------------------------------*/



 .side-panel.hide {
  right: -440px;
}
.side-panel {
position: fixed;
top: 0;
right: 0;
width: 100%;
padding: 25px;
max-width: 420px;
height: 100vh;
background-color: #fff;
z-index: 999;
overflow-y: scroll;
overflow-x: hidden;
transition: .75s ease;
box-shadow: -10px 2px 8px -12px black;
}

.sp-box {
position: relative;
padding: 15px;
}

.sp-box .sp-close {
position: absolute;
top: -20px;
right: -20px;
z-index: 9;
}
.sp-box .sp-logo {
position: relative;
}

.sp-box .sp-text {
position: relative;
margin: 25px auto;
}
.sp-recent-post {
position: relative;
}
.sp-contact {
position: relative;
margin-top: 20px;
}

.sp-social {
position: relative;
margin: 30px auto;
}
.sp-recent-post h4 {
margin-bottom: 15px;
}
.sp-contact h4 {
margin-bottom: 15px;
}

.spc-text p {
margin-bottom: 10px;
}

span.close-sp {
font-size: 30px;
margin-right: 50px;
}

span.close-sp i{
cursor: pointer;
}




 /*---------------------------------------------------------------------------- 
  Main Sidebar End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Hero Section Start
 ----------------------------------------------------------------------------*/
 .hero-section {
   height: auto;
   background: #feffd8;
   padding-top: 200px;
    padding-bottom: 80px;
}

.hero-left, .hero-right {
  height: 100%;
  position: relative;
}

.hero-title {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  text-transform: capitalize;
  color: #03221f;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}

.hero-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: "Raleway";
  width: 320px;
}

.hero-btn {
  border-radius: 30px;
}

.hero-sill {
  position: absolute;
  left: -55px;
}

.sp-single-rp {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.ssrp-img {
  margin-right: 15px;
}

/*---------------------------------------------------------------------------- 
  Hero Section Start
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Counter Section Start

  
 ----------------------------------------------------------------------------*/

 .counter-area {
  margin-top: 140px;
}

.counter-area .row {
  align-items: center;
}

.counter-main-img {
  border-radius: 50%;
}

.counter-left {
  position: relative;
  width: 75%;
}

.counter-sm-img {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 5px;
}

.counter-num {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
}

.counter-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}

.counter-content-box {
  display: flex;
  justify-content: flex-start;
}

.single-service-counter {
  margin-right: 20px;
  width: 85px;
}

p.counter-right-text {
  margin: 25px 0;
}
.latest-arival-area h2 {
  margin-bottom: 50px;
  text-transform: capitalize;
}








/*---------------------------------------------------------------------------- 
  Counter Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Latest Arival Section Start
 ----------------------------------------------------------------------------*/



/* Single Product Start */

.latest-arival {
  margin-top: 140px;
  padding-bottom: 120px;
}
.single-product {
  position: relative;
}
.owl-carousel .owl-item{
  border: 0!important;
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-top {
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.3s ease all;
  overflow: hidden;
  margin-bottom: 10px;
}

.sp-hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}

.sp-top:hover .sp-hover-box {
  top: 0;
}

.product-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
}

.product-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.sp-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-hover-box .sp-hover-collection {
  display: flex;
  align-items: center;
}

.sp-hover-box .sp-hover-collection li {
  margin-right: 15px;
}

.sp-hover-box .sp-hover-collection li:last-child {
  margin-right: 0;
}

.sp-hover-box .sp-hover-collection li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease all;
}

.sp-hover-box .sp-hover-collection li a:hover {
  background: #fff;
  color: #1575bc;
}

/* Single Product End */

/* Owl */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s ease all;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #1575bc;
  color: #fff;
}

.owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}

.owl-prev {
  margin-right: 0;
}

/* Owl */

/*---------------------------------------------------------------------------- 
  Latest Arival Section End
 ----------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------- 
  About Us
 ----------------------------------------------------------------------------*/


 .about-us-area {
  position: relative;
  background: #F8F8F8;
  padding: 120px 0px;
}
.popular-item-area {
  margin-top: 140px;
}




/*---------------------------------------------------------------------------- 
  Testimonial Section Start
 ----------------------------------------------------------------------------*/
.testimonial-area {
  background: #f8f8f8;
    padding: 100px 0px;
    margin-top: 120px;
}

.testimonial-ratings {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-ratings li {
  margin-right: 5px;
  color: red;
}

.testimonial-ratings li:last-child {
  margin-right: 0;
}

.quote-img {
  margin-bottom: 25px;
}

.single-testimonial {
  padding: 20px;
  background: #fff;
}

.testimonial-bottom {
  display: inline-flex;
    margin-top: 25px;
    align-items: center;
}

.testimonial-person-img {
  margin-right: 15px;
}

.testimonial-name {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}

.testimonial-position {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
}

.quote-img {
  width: 50px !important;
}

.testimonial-person-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.owl-item:not(.active)+.owl-item.active {
  border: 0.5px solid rgba(9, 106, 98, 0.15);
  box-shadow: 50px 30px 60px rgba(0, 0, 1, 0.06);
}

/* testimonial-2 */
.testimonial-area-2.sbg {
  margin-top: 120px;
  padding: 80px 0px;
}

.testimonial-area-2 .single-testimonial {
  padding: 20px;
  background: transparent;
  width: 80%;
  margin: 0 auto;
}

.testimonial-area-2 .testi-img-box img {
  width: 200px !important;
  height: 200px !important;
}

.testimonial-area-2 .testi-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-area-2 .testi-img-box {
  margin-right: 50px;
}

.testimonial-area-2 .testimonial-text {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
}

.testimonial-area-2 .quote-img {
  margin-bottom: 0;
  width: 110px !important;
}

.testimonial-wrapper-2 .owl-nav {
  position: absolute;
  top: 250px;
  right: 270px;
}

.testimonial-wrapper-2.owl-carousel .owl-nav button.owl-next,
.testimonial-wrapper-2.owl-carousel .owl-nav button.owl-prev,
.testimonial-wrapper-2.owl-carousel button.owl-dot {
  color: var(--primaryColor) !important;
}

.newsletter-area {
  background: #FFFFFF;
  margin-top: 120px;
  padding: 100px 0px;
}

.newsletter-area {
  background: #FFFFFF;
  margin-top: 120px;
  padding: 100px 0px;
}










/*---------------------------------------------------------------------------- 
  Testimonial Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Home Blog Section Start
 ----------------------------------------------------------------------------*/

 .home-blog-area {
  position: relative;
  margin-top: 120px;
}

.blog-published {
  display: flex;
    padding: 21px 0px;
    justify-content: center;

}

.blog-published p {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  padding-right: 15px;

}

.bp-division {
  padding: 0 15px;
}

.home-blog-title {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #03221f;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-blog-content {
  text-align: center;
}

.read-more-btn {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-decoration: underline;
  transition: 0.3 ease all;
}

.read-more-btn:hover {
  color: #096a62;
  text-decoration: underline;
}

.home-blog-img {
  overflow: hidden;
  height: 260px;
  width: 100%;
}

.home-blog-img img {
  transition: 0.5s ease all;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-home-blog:hover .home-blog-img img {
  transform: scale(1.2);
}

/*---------------------------------------------------------------------------- 
  Home Blog Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Discount Section Start
 ----------------------------------------------------------------------------*/
.discount-area {
  width: 100%;
  height: 440px;
  background: url("../img/discount-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 100px;
}

.discount-area .container {
  height: 100%;
}

.discount-content-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.discount-title {
  max-width: 570px;
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}

/*---------------------------------------------------------------------------- 
  Discount Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Footor Section Start
 ----------------------------------------------------------------------------*/
.footer-area {
  background: #032220;
  padding-top: 100px;
}

.footer-left p {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 20px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 30px;
}

.footer-social {
  display: flex;
  align-items: center;
}

.footer-social li {
  margin-right: 15px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease all;
}

.footer-social li a:hover {
  color: var(--secondaryColor);
}

.footer-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Darker Grotesque";
  margin-bottom: 35px;
}

.footer-link-collection li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.8;
  transition: 0.3s;
}

.footer-link-collection li a:hover {
  opacity: 1;
}

.footer-link-collection li {
  line-height: 35px;
}

.footer-right-content p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 10px;
}

.footer-email .form-control {
  width: 70%;
  height: auto;
  padding: 16px;
  color: #495057;
  background-color: transparent;
  border-radius: 0;
}

.footer-email .form-control:focus {
  background-color: #fff;
  box-shadow: none;
}

.footer-subscription-btn {
  background: transparent;
  color: #fff;
  padding: 16px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.footer-subscription-btn:hover {
  background: var(--secondaryColor);
  border-color: var(--secondaryColor);
}

.footer-email {
  display: flex;
  align-items: center;
}

.full-line {
  position: relative;
  border-top: 1px solid #fff;
  padding: 0 20px;
  margin-top: 60px;
}

.footer-bottom-left p {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #ffffff;
}

.row.footer-bottom-area {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.footer-bottom-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-collection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom-right p {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-transform: capitalize;
  color: #ffffff;
  margin-right: 20px;
}

.payment-collection li {
  margin-right: 15px;
}

.payment-collection li img {
  width: 38px;
}

/*---------------------------------------------------------------------------- 
  Footor Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
   24.0 - Banner Section Start
 ----------------------------------------------------------------------------*/
.top-banner {
  height: 30vh;
  background: url(../../pics/top-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
  
}.top-banner-blog2 {
  height: 30vh;
  background: url(../../pics/banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
}
  
.top-banner-blog3 {
  height: 30vh;
  background: url(../../pics/banner3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
}
  
.top-banner-blog4 {
  height: 30vh;
  background: url(../../pics/banner4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
}
  
.top-banner-blog5 {
  height: 30vh;
  background: url(../../pics/banner5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
}

.catalog-banner {
  height: 30vh;
  background: url(../../pics/catalog-banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
}

.projects-banner {
  height: 30vh;
  background: url(../../graphics/projects-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  align-self: center;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.banner-title h2 {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.banner-title .breadcrumb {
  background-color: transparent;
  justify-content: center;
}

.banner-title .breadcrumb-item a {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.banner-title {
  z-index: 111;
  text-align: center;
  margin: 0 auto;
}

.banner-title .breadcrumb-item.active {
  font-family: "Darker Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.banner-title .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/*---------------------------------------------------------------------------- 
   Banner Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Shop Page Section Start
 ----------------------------------------------------------------------------*/
/* Filter Start */
.product-filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.filter-left {
  display: flex;
  align-items: center;
}

.filter-left p {
    font-family: 'Darker Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #424242;
}

.filter-btn {
  border: 0;
  background: transparent;
  margin-right: 50px;
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #2E2E2A;
}

.filter-btn.btn i {
    font-size: 16px;
}

.product-sort .form-group {
  margin-bottom: 0;
}

.product-sorting {
  padding: .375rem .75rem !important;
  border: 0;
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #424242;
}
 /* Filter End */


.single-sidebar {
  margin-bottom: 40px;
}

.sidebar-title {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #03221f;
  margin-bottom: 15px;
}

.sidebar-cat-collecection li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}

.sidebar-cat-collecection li p {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #424242;
}

/* Fliter by Range Start */
.filter-by-price {
  margin-top: 25px;
}

.sliderText {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.ui-slider-horizontal {
  height: 7px;
}

.ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}

.ui-widget-header {
  background: #3fe331;
}

.filter-text p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  background: #2d2d2d;
  padding: 10px;
  border-radius: 20px;
}

.filter-input {
  display: flex;
}

.price-range-search.btn-custom {
  padding: 0px 30px;
}

.price-range-search {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
  margin-top: 15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  font-weight: normal;
  color: #2d2d2d;
}

.ui-widget-header {
  background: #2d2d2d;
}

.ui-widget-content {
  background: #ececec;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -5px;
}

.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.filter-text {
  width: 50%;
}

.filter-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 0;
}

.filter-input input {
  width: 80px;
  padding: 0px 4px;
  border-radius: 5px;
  margin-right: 5px;
}

/* Fliter by Range End */

/* Sidebar Instagram */
.is-single {
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin-bottom: 30px;
}

.is-single img {
  height: 100%;
  object-fit: cover;
}

/* Color */

.color-choice {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.color-collection li {
  display: inline-block;
  padding-right: 15px;
}

.color-collection li:last-child {
  padding-right: 0px;
}

.color-collection li:first-child a {
  background: #b18d6b;
}

.color-collection li:nth-child(2) a {
  background: #509da8;
}

.color-collection li:nth-child(3) a {
  background: #7852b7;
}

.color-collection li:nth-child(4) a {
  background: #ba9a47;
}

.color-collection li:nth-child(5) a {
  background: #ff29bf;
}

.color-collection li:nth-child(6) a {
  background: #ff7e4e;
}

.color-collection li:nth-child(7) a {
  background: #2b0d02;
}

.color-collection li:nth-child(8) a {
  background: #929292;
}

/* Tags */
.tags-collection .tags-choice {
  display: inline-block;
  color: #424242;
  border-radius: 5px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}

.tags-collection {
  display: flex;
  flex-wrap: wrap;
}

.tags-collection li {
  margin: 0 15px 10px 0;
}

/* Instagram */
.instagram-collection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.instagram-collection li {
  position: relative;
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  height: 90px;
  overflow: hidden;
}

.instagram-collection li img {
  width: 100%;
}

.insta-hover {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.436);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.insta-btn {
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease all;
}

.insta-btn:hover {
  color: var(--secondaryColor);
}

.instagram-collection li:hover .insta-hover {
  left: 0;
}

/* Search */
.search-box {
  position: relative;
}

.product-search input {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

input:focus-visible {
  outline: 0;
}

.product-search span {
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: translate(0, -50%);
  top: 50%;
  color: #2d2d2d;
}


.contact-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
}

.contact-content .single-info {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}

.contact-content .single-info .sf-icon i {
  font-size: 25px;
  color: #424242;
}
.contact-content .single-info .sf-text {
  margin-left: 20px;
}


/*---------------------------------------------------------------------------- 
  Shop Page Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Elivate Zoom Section CSS Start
 ----------------------------------------------------------------------------*/
.shop-inner-product-section .slick-slide img {
  display: block;
  height: 150px;
  width: 98%;
}

.shop-inner-product-section .elivate-lg-img {
  height: 500px;
}

.shop-inner-product-section .zoomWindow {
  height: 500px;
}

.cv-item,
.cv-item.active {
  height: 150px !important;
}

.cv-carousel {
  height: 500px !important;
  overflow: hidden;
}

/* Product Description Section Start */
.product-ratings {
  display: flex;
  align-items: center;
}

.shop-inner-title {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  /* identical to box height, or 125% */

  text-transform: capitalize;
  margin-bottom: 7px;
}

h4.price {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 7px;
}

.ratings-collection {
  margin-right: 15px;
}

.ratings-collection li {
  margin-right: 5px;
}

.ratings-collection li p {
  color: var(--secondaryColor);
}

.ratings-collection li:last-child p {
  color: #4a4a4a;
}

.prod-color-box {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.clear-btn.btn {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  margin-left: 30px;
}

.shop-inner-quantity-box {
   display: inline-flex;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}
.product-quantity-box-2 {
  width: 50%;
}

.quantity-wrapper {
  margin-right: 90px;
}

.quantity-btn-box button {
  font-size: 16px;
  padding: 4px 20px;
  background: transparent;
  border: 1px solid #000;
  border-left: 0;
  position: absolute;
  top: 0;
  left: 85px;
}

ul.desc-collection {
  position: relative;
  margin-top: 20px;
}

.tabs-section {
  margin: 100px auto;
}

.tabs-section .card-header {
  padding: 20px 0px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #454545;
    margin: auto;
    width: 100%;
}
.card-header-tabs {
  justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0b0c0c;
  background-color: #fff;
  border-color: transparent;
  font-weight: 600;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: rgb(0, 0, 0);
}

.card.tab-card {
  border: none;
}

.nav-tabs .nav-item {
  padding: 0px 15px;
}
p.card-text {
  text-align: center;
  width: 80%;
  margin: auto;
  padding-top: 30px;
}

.tab-content .tab-img {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.tab-content .tab-img img{
 margin: 49px 20px;
}
.contact-us-area {
  margin-top: 120px;
}



/* Product Description Section End */

/*---------------------------------------------------------------------------- 
  Elivate Zoom Section CSS End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
     21.0 Cart Table CSS Start
 ----------------------------------------------------------------------------*/

.product-quantity {
  position: relative;
}

.cartTable {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cartTable  .Product {
  max-width: 120px;
}








.product-quantity-input {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.quantity-btn-box {
  display: flex;
  flex-direction: column;
}

.quantity-btn-box button {
  font-size: 16px;
  padding: 4px 20px;
  background: transparent;
  border: 1px solid #000;
  border-left: 0;
  position: absolute;
  top: 0;
  left: 100px;
}





/* Coupon */
.coupon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-box {
  width: 300px;
}

.coupon-icon {
  left: 0;
}

.coupon-box span {
  right: 0;
}

.product-search input {
  padding: 15px 25px;
}

.cart-page-area .btn-custom-primary,
.cart-page-area .btn-custom-primary-reverse {
  border-radius: 30px;
}

.cart-product-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #03221f;
  margin-bottom: 5px;
}
.product-quantity-box-3 {
  width: 60%;
}

/*

.product-quantity-box-3 .input-group-btn-vertical .btn {
  display: block;
  width: 100%;
}

.product-quantity-box-3 span.input-group-btn-vertical {
  width: 25%;
}

.product-quantity-box-3 {
  width: 65%;
} 

*/

.cart-product-price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: #424242;
}

.cart-product-total {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #424242;
}

.btn.cart-remover-btn {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  text-transform: capitalize;
  color: #424242;
}

/* Cart Sidebar */
.cart-calculation {
  background: #f5f5f5;
  padding: 35px 20px;
}

.cart-page-area .section-title-left {
  font-size: 40px;
  margin-bottom: 25px;
}

.cal-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cal-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #424242;
  margin-right: 30px;
}

.cal-right {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #424242;
}

.calculate-shipping {
  font-family: "Darker Grotesque";
  border: 0;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  background: transparent;
  margin-left: -3px;
}

:focus-visible {
  outline: 0;
}

.final-price-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.final-price {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
  text-transform: capitalize;
  color: #03221f;
  margin: 30px 0;
}

/*---------------------------------------------------------------------------- 
  Cart Table CSS End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  404 Section Start
 ----------------------------------------------------------------------------*/
.error-title {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.error-text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #424242;
  margin-bottom: 40px;
}

.btn-custom-primary {
  border-radius: 30px;
}

/*---------------------------------------------------------------------------- 
  404 Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Contact Us Section Start
 ----------------------------------------------------------------------------*/
.scc-icon p i {
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.single-contact-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cu-top-wrapper {
  margin-bottom: 40px;
}

.scc-icon {
  margin-right: 20px;
}

.scc-text h5 {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #424242;
}

.form-control {
  padding: 25px 20px;
  border-radius: 0;
}

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

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

.google-map-section iframe {
  height: 400px;
  width: 100%;
  border: none;
}

/*---------------------------------------------------------------------------- 
  Contact Us Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Blog Page Section Start
 ----------------------------------------------------------------------------*/
.blog-page .blog-published {
  justify-content: start;
}

.blog-page .home-blog-img {
  height: 420px;
}

.blog-page .home-blog-content {
  text-align: left;
}

.home-blog-title {
  font-weight: 600;
    font-size: 30px;
    line-height: 39px;
}

.home-blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

/*---------------------------------------------------------------------------- 
  Blog Page Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Blog Sidebar Section Start
 ----------------------------------------------------------------------------*/
/* About Author Start */
.about-author-box {
  text-align: center;
  margin-top: 50px;
  border: 1px solid #ddd;
}
.blog-detsils-page-area {
  margin-bottom: 120px;
  margin-top: 120px;
}

.about-author-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.about-author-img-blog {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  align: center;
}

.about-author-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #03221f;
  margin-bottom: 20px;
}

.about-author-text {
  color: #424242;
}

.about-author-social {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.about-author-social li {
  margin-right: 15px;
}

.about-author-social li:last-child {
  margin-right: 0;
}

.about-author-top {
  padding: 20px;
}

.about-author-social li a:hover {
  color: var(--primaryColor);
}

/* About Author End */

/* Recent Post Start */
.rp-sm-img {
  width: 70px;
  height: 75px;
  object-fit: cover;
  margin-right: 25px !important;
}

.rp-date {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #424242;
  margin-bottom: 5px;
}

.rp-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #03221f;
  transition: 0.3s;
}

.rp-title:hover {
  color: #c44e00;
}

/* Recent Post End */

/* Category Start */

.sidebar-title {
  font-size: 25px;
  color: #2d2d2d;
  font-family: "Sen";
  font-weight: 800;
}

.categories-collection li {
  padding: 7px 0;
}

.categories-collection li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #424242;
}
.recent-post-wrapper {
  margin-top: 30px;
}
/* Category End */

/*---------------------------------------------------------------------------- 
  Blog Sidebar Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Blog Details Section Start
 ----------------------------------------------------------------------------*/
.blog-description .blog-published {
  justify-content: left;
}

.blog-description .home-blog-content {
  text-align: left;
}

.blog-desc-quoted-box {
  padding: 30px;
  background: #f8f8f8;
  display: flex;
}

.bdq-quote-img {
  width: 90px;
}

.bdq-left {
  margin-right: 30px;
}

.bdq-text {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.bdq-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}

.blog-description .home-blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: unset;
}

/* Blog Share Start */
.blog-share {
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #424242;
  margin-bottom: 30px;
}

.blog-share h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #000;
  margin-right: 15px;
}

.share-collection {
  display: flex;
}

.share-collection li {
  margin-right: 20px;
}

.share-collection li:last-child {
  margin-right: 0;
}

.share-collection li a {
  border: 0;
  color: #4d4d4d;
  width: auto;
  height: auto;
  line-height: auto;
  font-size: 14px;
}

.blog-detsils-page-area .single-home-blog:hover .home-blog-img img {
  transform: scale(1);
}

/* Blog Share End */

/*---------------------------------------------------------------------------- 
  Blog Details Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
     29.0 Comment Section CSS Start
 ----------------------------------------------------------------------------*/
.comment-box {
  width: 85%;
}

.writter-img-box {
  margin-right: 20px;
}

.comment-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}

.comment-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.writter-bio h6 {
  font-size: 20px;
  color: #222;
}

.comment-box p {
  font-size: 16px;
  color: #222;
  line-height: 26px;
}

.writter-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}

.comment-box h6 {
  font-size: 18px;
  color: #222;
  font-weight: 800;
}

.comment-box .read-more-btn {
  text-transform: capitalize;
  line-height: 32px;
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.bd-title p {
  font-size: 18px;
  font-weight: 800;
}

/*---------------------------------------------------------------------------- 
    Comment Section CSS End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
  Post Comment Section Start
 ----------------------------------------------------------------------------*/
.post-comment {
  padding: 50px 40px;
  background: #f8f8f8;
}

.pc-title {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.pc-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.check-pad {
  padding-left: 36px;
}

/*---------------------------------------------------------------------------- 
  Post Comment Section End
 ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
   Home Page 3 Start
  ----------------------------------------------------------------------------*/
/* Hero Section Start */
/* hero 2 Start */
.hero-area-2 {
  background: var(--primaryColor);
  position: relative;
}

.hero-2-img {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 77px;
  width: 50%;
  height: 89%;
}

.hero-2-title {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 95px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.header-area.header-home2 li.nav-item:after {
  color: #fff;
}
.header-area.header-home2.header-bg {
  background: #086c64;
}

.hero-2-text {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
/* hero 2 End */
.hero-section.hero-3  {
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../../pics/blog5hero.jpg);
  background-size: cover;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  height: 90vh;
}

.hero-section.hero-3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #03221F;
  mix-blend-mode: multiply;
  opacity: 0.45;
  z-index: -1;
}



.hero-3-wrapper {
  display: grid;
  place-items: center;
  height: 100vh;
}

.hero-3-content-box {
  text-align: center;
  min-width: 70%;
}

.hero-3-title {
  font-weight: 700;
  font-size: 90px;
  line-height: 95px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}


.play-span {
  display: inline-block;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}

.play-btn {
  color: #fff;
}

.play-btn:hover {
  color: #fff;
}

/* Hero Section End */

/* Services Section Start */
.single-service {
  text-align: center;
  padding: 20px;
}

.service-icon {
  margin-bottom: 20px;
  width: 50px;
}

.service-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* Services Section End */

/* About Us Section Start */
.about-us-img {
  position: relative;
  height: 550px;
  width: 80%;
  float: right;
}

.home-about-img {
  width: 470px;
  height: 470px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.about-lg-img {
  width: 100%;
  height: 100%;
}

.about-sm-img {
  position: absolute;
  left: -125px;
  top: 50%;
  width: 250px;
  transform: translateY(-50%);
}

h2.about-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

p.about-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

.about-us-text span {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1575bc;
}

.aui-bottom.about-us-img {
  float: left;
}

.aui-bottom .about-sm-img {
  left: unset;
  right: -125px;
}

.about-collection li {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 50px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

/* About Us Section End */

/* Video Play Section Start */
.video-play-area {
  height: 450px;
  background: url(../img/play-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 3333;
  z-index: 1;
}

.video-play-area::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #00000078;
  top: 0;
  left: 0;
  z-index: -1;
}

.video i {
  padding: 20px 21px;
  border-radius: 50%;
  background: #1B66B0;
  font-size: 12px;
  color: #fff;
}

/* Video Play Section End */

/*---------------------------------------------------------------------------- 
   Home Page 3 End
  ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- 
   Home Page 2 Start
  ----------------------------------------------------------------------------*/
/* Product Category Section Start */
.single-product-category {
  position: relative;
  height: 350px;
  overflow: hidden;
}


.single-product-category::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: hard-light;
  opacity: 0.6;

}

.single-product-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spc-content {
  position: relative;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 75px;
  margin: 0 auto;
}

.spc-content a {
  color: #fff;
  text-decoration: underline;
  padding: 0;
}

.spc-content a:hover {
  color: #fff;
  text-decoration: underline;
}

.spc-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.my-primary {
  color: #1575bc;
}

.sbg-1 {
  background: #FAF8D6;
  margin-top: 120px;
}

/* Product Category Section End */

/* New Arrival Section Start */
.new-arrival-box {
  position: relative;
  height: 305px;
  background: url(../img/new-arrival-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.new-arrival-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.new-arr-cont span {
  display: inline-block;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
}

.new-arr-cont h3 {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}



/* New Arrival Section End */

/* Newsletter Section Start */
.newsletter-email {
  position: relative;
}

.newsletter-email input {
  border: 0;
    border-bottom: 1px solid #8D8D8D;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

p.msg-icon {
  position: absolute;
  content: '';
  top: 20px;
  left: 5px;
  font-size: 22px;
}

.newsletter-content h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 15px;
}

.newsletter-content p {
  opacity: 0.8;
}

.newsletter-image-box {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.newsletter-image-box img {
  width: 100%;
  height: 100%;
}

.newsletter-icon {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transition: 0.3s;
}

.newsletter-icon a {
  color: #fff;
}

.newsletter-image-box:hover .newsletter-icon {
  left: 0;
}

/* Newsletter Section End */
/*---------------------------------------------------------------------------- 
   Home Page 2 End
  ----------------------------------------------------------------------------*/



/*----------------------------------------*/
/*  15. Product View Plugin CSS Start
/*----------------------------------------*/
.xzoom-thumbs {
  position: relative;
  float: left;
}

.xzoom-thumbs a {
  display: block;
}

.xzoom-thumbs img {
  height: 150px;
  width: 150px;
  margin-right: 10px;
  margin-left: 0 !important;
}

.xzoom-container img {
  height: 469px;
  width: 473px !important;
  box-shadow: 0px 0px 5px 0px #ff8587;
}

.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px #ff8587;
  -moz-box-shadow: 0px 0px 3px 0px #ff8587;
  box-shadow: 0px 0px 3px 0px #ff8587;
  border: 1px solid #ff8587;
}

/*----------------------------------------*/
/*  Product View Plugin CSS End
/*----------------------------------------*/


/* TOuchpin CSS Start */
.input-group-btn-vertical .btn {
  border-radius: 0;
  background: transparent;
  color: #000;
  border-color: #000;
}

.product-quantity-box .btn {
  background: transparent !important;
  color: #4d4d4d !important;
  border: 1px solid #ddd !important;
  font-size: 30px !important;
  padding: 12px 15px !important;
}

.product-quantity-box .form-control {
  padding: 35px 20px;
  font-size: 25px;
}

.product-quantity-box input {
  width: 85px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-color: #ddd !important;
}

.product-quantity-box .bootstrap-touchspin-down {
  border-right: 0 !important;
}

.product-quantity-box .bootstrap-touchspin-up {
  border-left: 0 !important;
}
.product-category-area {
  position: relative;
  margin-top: 120px;
}

.latest-arival-area {
  margin-top: 120px;
}

/* TOuchpin CSS End */


/*---------------------------------------------------------------------------- 
   Hero Section Start
  ----------------------------------------------------------------------------*/
  .services-area {
    position: relative;
    margin-top: 120px;
}

.about-us-area.ab-2 {
  background: none;
  padding-bottom: 0;

}

.blog-page-area {
  margin-top: 120px;
}
.home-blog-content.hbc-2 {
  text-align: left;
}
.blog-published.bp-2 {
  justify-content: flex-start;
}


.pagination-section{
  position: relative;
  margin-bottom: 100px;
}
.pagination-section .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5e5959;
  background-color: transparent;
  border: 1px solid #C4C4C4;
}
.cart-page-area {
  position: relative;
  margin: 120px auto;
}

.shop-inner-product-section {
  position: relative;
  margin-top: 120px;
}


div#preloader {
    background: #ffffff url(../img/Preloder.gif) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*---------------------------------------------------------------------------- 
   Hero Section End
  ----------------------------------------------------------------------------*/
  
