@charset "UTF-8";
popup-image* {
  box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------
    Template Name: Colab
    Description: Colab - Co-Working HTML Website Template
    Author: codezion 
    Author URI: https://www.templatemonster.com/authors/codezion/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    >>> TABLE OF CONTENTS:
    =======================

    01. Common/Reusable CSS
        1.1 - Animations
        1.2 - General
        1.3 - Section Title
        1.4 - Video Button
        1.5 - Slick Arrows
        1.6 - Slick Dots
        1.7 - Typography
        1.8 - Tables
        1.9 - Modals
        1.10 - Forms
        1.11 - Buttons
        1.12 - Pagination
        1.13 - Colors
        1.14 - Accordion
    02. Homepage
        2.1 - Header
        2.2 - Single Banner
        2.3 - Category Box
        2.4 - Services
        2.5 - Product Box
        2.6 - Cta
        2.7 - Team Box
        2.8 - Testimonials
        2.9 - Blog Post
        2.10 - Footer
        2.11 - Copyright
        2.12 - Back To Top
    03. About Us
    04. Blog Grid
    05. Blog Details
    06. Login / Register
    07. Team
    08. Team Details
    09. Services
    10. Gallery
    11. Pricing
    12. Shop grid
    13. Shop Details
    14. Wishlist
    15. Cart
    16. Checkout
    17. Contact Us
    
-----------------------------------------------------------------------------------*/
/*Google Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --thm-font: "Playfair Display", serif;
  /* Headings */
  --thm-b-font: "Playfair Display", serif;
  /* Body font */
  --thm-icon-font: "Font Awesome 5 Pro";
  --thm-bs-icon-font: "bootstrap-icons";
  /*Icon Font*/
  --thm-color-one: #fff;
  --thm-color-two: #33355c;
  --thm-color-three: #e10554;
  --thm-color-four: #3ad0cc;
  /*Light Color*/
  --thm-color-light: #f8f9fe;
  /*RGB Colors*/
  --thm-color-one-rgb: 164, 191, 60;
  --thm-color-two-rgb: 51, 53, 92;
  --thm-color-three-rgb: 225, 5, 84;
  --thm-color-four-rgb: 58, 208, 204;
  /*Light Color*/
  --thm-color-light-rgb: 248, 249, 254;
  /*Theme Colors*/
  --thm-body-color: #959595;
  /*Body Colors*/
  --thm-white: #ffffff;
  --thm-white-rgb: 255, 255, 255;
  /*White Color*/
  --thm-border: #d1d1d1;
  /*Border Color*/
}
.text {
  color: #3a3737;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) {
  .slider-text h2 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 5px;
  }
  .slider-text p {
    font-size: 14px;
    color: #ffffffd6;
    padding: 22px;
    margin-bottom: 10px;
  }
  .slider-text a {
    font-size: 10px;
  }
  .slick-arrow:before {
    font-size: 5px;
  }
  .slide-item {
    width: 100%;
    height: 550px;
  }
  .slick-arrow.slick-prev {
    display: none;
    top: 223px;
    width: 31px;
    height: 31px;
  }
  .slick-arrow.slick-next {
    display: none;
    top: 223px;
    width: 31px;
    height: 31px;
  }
  .copyright {
    width: 100%;
    height: 120px;
    align-items: center;
    justify-content: left !important;
    display: flex;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .slider-text h2 {
    font-size: 35px;
    padding: 0;
    margin-bottom: 5px;
  }
  .slider-text p {
    color: #ffffffd6;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 10px;
  }

  .slick-arrow:before {
    font-size: 5px;
  }
  .slide-item {
    width: 100%;
    height: 550px;
  }
  .slick-arrow.slick-prev {
    display: none;
    top: 223px;
    width: 31px;
    height: 31px;
  }
  .slick-arrow.slick-next {
    display: none;
    top: 223px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 990px) {
  .slider-text h2 {
    font-size: 55px;
    padding: 0;
    margin-bottom: 5px;
  }
  .slider-text p {
    color: #ffffffd6;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 10px;
  }
  .slide-item {
    width: 100%;
    height: 600px;
  }
  .slick-arrow.slick-prev {
    display: none;
    top: 270px;
    width: 31px;
    height: 31px;
  }
  .slick-arrow.slick-next {
    display: none;
    top: 270px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (min-device-width: 991px) and (max-device-width: 1200px) {
  .header .navigation .main-menu > .menu-item > a {
    color: var(--thm-color-two);
    font-size: 16px !important;
    padding: 9px 7px !important;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
  }
  .slider-text h2 {
    font-size: 55px;
    padding: 0;
    margin-bottom: 5px;
  }
  .slider-text p {
    color: #ffffffd6;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 10px;
  }
  .slide-item {
    width: 100%;
    height: 550px;
  }
  .slick-arrow.slick-prev {
    display: none;
    top: 223px;
    width: 31px;
    height: 31px;
  }
  .slick-arrow.slick-next {
    display: none;
    top: 223px;
    width: 31px;
    height: 31px;
  }
  .testi-block-image img {
    position: absolute;
    /* top: 0; */
    bottom: 55px;
    right: 90px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
  }
}

/*Animations*/
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spin_left {
  100% {
    transform: rotateZ(-360deg);
  }
}

@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}

/*General*/
::selection {
  background-color: var(--thm-color-two);
  color: var(--thm-white);
}
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin: 0px 12px;
}
i[class^="flaticon-"],
i[class*=" flaticon-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

html {
  overflow-x: hidden;
}

body {
  /*    font-family: var(--thm-b-font);*/
  overflow-x: hidden;
  color: var(--thm-body-color);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.relative {
  position: relative;
}

.section {
  position: relative;
  padding: 80px 0;
}

.section-padding {
  position: relative;
  padding: 80px 0;
}
.image-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.about-h3 {
  margin: 10px 0px;
}
.transform-center {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 1;
  /*    text-align: center;*/
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-size: inherit;
  margin: 0;
}
.thm-color-one li a {
  color: #fff;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0;
  position: relative;
}

button:focus,
*:focus {
  outline: none;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  color: white;
}

label {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: normal;
}

label > a {
  font-size: 14px;
}

img {
  max-width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.container-wide .row {
  flex-wrap: unset;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 0 !important;
}
.section-bg:before,
.section-bg-fix:before {
  content: "";
  background-color: rgb(var(--thm-color-two-rgb), 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-bg-fix.no-overlay:before,
.section-bg.no-overlay:before {
  display: none;
}

/*section-title*/
.section-header {
  /* max-width: 550px; */
  padding-bottom: 30px;
  /* margin: 0 auto 0 0; */
  text-align: left;
  /* position: relative; */
  grid-column-gap: 15px;
}
.section-header.d-flex.bg-color-light {
  background-color: #d5e0f0;
  padding: 18px 60px 18px 13px;
  border-radius: 15px;
  box-shadow: 0px 1px 2px 0px;
}
.tobacoo img {
  border-radius: 10px;
}
.tobacoo:hover {
  box-shadow: 1px 2px 7px 3px #9d8f8875 !important;
  border-radius: 10px;
  transition: 0.5s all;
}

/*----hover-----*/

.col-sm-10 {
  display: flex;
  justify-content: center;
}
.section-header .title {
  font-weight: bold;
  text-transform: capitalize;
  /* display: flex; */
  font-size: 32px;
  margin-bottom: 5px;
  text-align: center;
  margin: 25px 0;
}
.section-header .subtitle {
  margin: 0;
  font-size: 22px;
  color: #a6261e;
  font-weight: 500;
  text-align: center;
}

.section-header .perr {
  margin-bottom: 30px;
  text-align: center;
  color: #000000cf;
  font-weight: 500;
}
.section-header .subtitle:after,
.section-header .subtitle:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--thm-color-three);
  /* display: block; */
  z-index: 1;
}

.section-header .subtitle:before {
  margin-right: 10px;
}

.section-header .subtitle:after {
  margin-left: 10px;
}

.section-header .text {
  margin-bottom: 0;
}

.section-header.text-center .subtitle,
.section-header.text-start .title {
  justify-content: flex-start;
  text-transform: uppercase;
}

.section-header.text-center {
  margin: 0 auto;
}

.section-header.text-center .subtitle,
.section-header.text-center .title {
  justify-content: center;
}

.section-header.text-start {
  margin-left: 0;
}

.section-header.text-white .title {
  color: var(--thm-white);
}

/*animation*/

.animated-dashes svg.inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 3px;
  stroke-dasharray: 12, 6;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
  stroke: var(--thm-border);
}

.animated-dashes svg.inner-dashed-border rect {
  ry: 0px;
}

.animated-dashes:hover svg.inner-dashed-border {
  animation-play-state: running;
}

.lh-normal {
  line-height: normal;
}

hr {
  margin: 30px 0;
  border-color: #403a3a;
}

/*blockquote*/
blockquote {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #9b9e8e;
  border-radius: 0px;
  padding: 30px;
  padding-bottom: 20px;
}

blockquote .quote_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

blockquote .quote_author {
  margin-bottom: 20px;
  color: var(--thm-white);
  font-style: normal;
  font-family: var(--thm-font);
  font-size: 20px;
}

blockquote .quote_title {
  position: relative;
  color: var(--thm-white);
  font-family: var(--thm-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.mask_image {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.mask_image:before {
  content: "";
  background-image: var(--mask-image);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

/*Slick Arrows*/
.slick-arrow {
  font-size: 0px;
  position: absolute;
  top: 350px;
  z-index: 100;
  width: 40px;
  height: 40px;
  color: var(--thm-white);
  /* background-color: var(--thm-color-one); */
  border-radius: 50%;
  left: 0;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid var(--thm-color-one); */
  font-weight: bold;
}

.slick-arrow:hover {
  color: var(--thm-white);
  background-color: var(--thm-color-two);
  border-color: var(--thm-color-two);
}

.slick-arrow:before {
  content: "\f053";
  font-family: var(--thm-icon-font);
  font-weight: 500;
  font-size: 15px;
}

.slick-arrow.slick-next:before {
  content: "\f054";
}

.slick-arrow.slick-prev {
  left: -75px;
  right: auto;
  background-color: #334dfc;
  top: 100px;
}
.slick-prev.slick-arrow:hover {
  background-color: black;
}
.slick-arrow.slick-next {
  right: -75px;
  left: auto;
  background-color: #334dfc;
  top: 100px;
}
.slick-next.slick-arrow:hover {
  background-color: black;
}
/*Slick Dots*/
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.slick-dots li {
  padding: 0;
  line-height: 0;
}

.slick-dots li button:hover::before {
  animation-play-state: running;
}

.slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* background: #bcabc5; */
  margin: 0 5px;
  transition: 0.6s all;
  border: 2px solid #9fa1c0;
  position: relative;
  z-index: -10;
  /* color: var(--thm-white); */
  left: 0;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li.slick-active button:hover::before {
  animation-play-state: running;
}

.slick-dots li.slick-active button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #272227;
  margin: 0 5px;
  transition: 0.6s all;
  border: 2px solid #eff0ea;
  position: relative;
  z-index: 9;
  /* color: var(--thm-white); */
  left: 0;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*pagination*/
.pagination {
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 0;
  flex-wrap: wrap;
}

.pagination .page-item {
  margin: 0px 7px 15px;
}

.pagination .page-item .page-link {
  border: none;
  background-color: #a6261e;
  color: var(--thm-white);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 5px;
  position: relative;
}

.pagination .page-item .page-link:before {
  content: "";

  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none;
  border-radius: 5px;
}

.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
  background-color: #131318;
}

.pagination .page-item .page-link.active:before,
.pagination .page-item.active .page-link:before,
.pagination .page-item:focus .page-link:before,
.pagination .page-item:hover .page-link:before {
  animation-play-state: running;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101012;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #232326;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #232326;
  transition: 0.3s all;
  display: inline-block;
  text-decoration: none;
  /*    color: white;*/
}

.tag-image img {
  width: 100%;
  height: 15px;
  margin: 16px 0;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: #000;
}

/*Tables*/
table {
  margin-bottom: 30px;
}

table th,
table th,
table td {
  padding: 20px 0;
  vertical-align: middle;
  /* background-color: var(--thm-white); */
}

table th {
  font-weight: 500;
  color: #131315;
  font-size: 16px;
  border: 1px solid;
  text-align: center;
  padding: 15px 7px 15px 7px;
}

table {
  width: 100%;
  margin-bottom: 30px;
}

/*table td {
    border: 1px dashed var(--thm-border);
}*/

table img {
  width: 40px;
  border-radius: 0;
}

.mb-xl-20 {
  margin-bottom: 20px;
}

.mb-xl-30 {
  margin-bottom: 30px;
}

.mb-xl-60 {
  margin-bottom: 60px;
}

/*Modals*/
.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: var(--thm-white);
  opacity: 0.6;
  transform-origin: center;
  transform: rotate(45deg);
  transition: 0.3s;
}

.close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.close-btn:hover span {
  transform: rotate(90deg);
}

.close-btn:hover span:nth-child(2) {
  transform: rotate(-90deg);
}

.modal-content {
  border-radius: 0px;
  border: 0;
}

.modal-lg {
  max-width: 1000px;
}

.modal-body {
  padding: 40px;
  padding-bottom: calc(40px - 1rem);
}

/*shop modal*/
.shopModal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.shopModal .close-btn span {
  background-color: var(--thm-color-two);
}
.product_image.mb-5 img {
  transition: 0.5s all;
  border-radius: 10px;
}
.product_image-dis {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #6e0c0c;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 2;
  padding: 8px 0px 0px 6px;
  margin: 10px 10px 0px 0;
  opacity: 0.6;
}
.shopModal .shop-single-content {
  padding: 0 40px;
  padding-right: 0;
}

.rating_wrapper {
  display: flex;
  align-items: center;
}

.rating_wrapper > span {
  margin-left: 10px;
  font-size: 14px;
}

.shopModal .product_box .price span {
  font-size: 18px;
}

.shopModal .product_box .price span + span {
  font-size: 95%;
}

.product_details.product_box .product_meta,
.shopModal .product_box .product_meta {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--thm-border);
  position: relative;
}

.product_details.product_box .product_meta li,
.shopModal .product_box .product_meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
  opacity: 1;
  visibility: visible;
  transform: none;
  margin-top: 0;
}

.product_details .product_meta li strong,
.shopModal .product_meta li strong {
  color: var(--thm-color-two);
  margin-right: 7px;
}

.product_details .product_meta li p,
.product_details .product_meta li a,
.product_details .product_meta li strong,
.shopModal .product_meta li p,
.shopModal .product_meta li a,
.shopModal .product_meta li strong {
  margin-bottom: 15px;
}

.product_details .product_meta li a,
.shopModal .product_meta li a {
  color: var(--thm-body-color);
}

.product_details .product_meta li a:after,
.shopModal .product_meta li a:after {
  content: ",";
  margin-left: 2px;
  margin-right: 3px;
}

.product_details .product_meta li a:last-child:after,
.shopModal .product_meta li a:last-child:after {
  display: none;
}

.product_details .product_meta li a:hover,
.shopModal .product_meta li a:hover {
  color: var(--thm-color-two);
}

/*Forms*/
.form-control-custom {
  border-radius: 0px;
  border: 2px solid #d4cfcf;
  background-color: transparent;
  padding: 10px 15px;
  height: auto;
  transition: 0.3s all;
}

.form-control-custom,
.form-control-custom:focus,
.form-control-custom::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-body-color);
  /*    font-family: var(--thm-font);*/
}

.form-control-custom:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: var(--thm-color-two);
}

.form-control-custom + i {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  color: var(--thm-color-two);
  pointer-events: none;
}

textarea.form-control-custom + i {
  top: 23px;
  transform: none;
}

/*Buttons*/
.thm-btn {
  font-size: 14px;
  color: var(--thm-white);
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  transition: 0.5s all;
  font-weight: 500;
  background-color: #334dfc;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 30px;
  /* position: relative; */
  border: 1px solid #ccc;
}

.thm-btn.animated-dashes > svg.inner-dashed-border {
  stroke-width: 1;
  stroke: var(--thm-white);
  stroke-dasharray: 3, 3;
  /* top: 3px; */
  /* left: 3px; */
  /* width: calc(100% - 6px); */
  /* height: calc(100% - 6px); */
}

.thm-btn.animated-dashes > svg.inner-dashed-border rect {
  ry: 0px;
}

.thm-btn.btn-border {
  background-color: var(--thm-white);
}
.top-icon {
  padding-left: 5px !important;
}
.thm-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 10px !important;
}
.thm-btn.btn-circle.btn-small-btn.thm-bg-color-four i {
  margin-right: 10px !important;
}
.thm-btn.btn-small {
  padding: 4px 17px;
  font-weight: 500;
  font-family: system-ui;
  font-size: 18px;
  border-radius: 30px;
}

.thm-btn.btn-rectangle {
  border-radius: 8px;
}

.thm-btn.btn-rounded {
  border-radius: 50px;
}

.thm-btn.btn-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 2px;
}
.thm-btn.btn-small.btn-circle {
  width: 37px;
  height: 37px;
}
.fafa-icon-2 {
  padding-left: 5px !important;
}

.thm-btn:hover,
.thm-btn:focus {
  color: var(--thm-white);
  background-color: #131318;
  border-color: transparent;
}

.slick-arrow:hover:after,
.thm-btn:hover:before,
.thm-btn:focus:before {
  animation-play-state: running;
}

.thm-btn + .collapse.show {
  margin-bottom: 30px;
}

/*Colors*/
.thm-color-one {
  color: var(--thm-color-one);
}

.thm-color-two {
  color: #0d0d0d;
}

.thm-color-four {
  color: var(--thm-color-four);
}

.thm-bg-color-two {
  /* background-color: var(--thm-color-two); */
  background-color: #0a0909;
}

.thm-bg-color-three {
  /* background-color: #4dcb3c; */
  /*    background-color: #676b72;*/
}
.thm-bg-color-five {
  /*    background-color: #6b6f6b;*/
}
.thm-bg-color-four {
  /*    background-color: #0607079c;*/
}

.fw-bold {
  font-weight: 700 !important;
  color: #121010;
  text-align: center;
}
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/*Accordion*/
.custom-accordion .accordion-item {
  border: 1px solid var(--thm-border);
  margin-bottom: 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.custom-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.custom-accordion .accordion-button {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  color: var(--thm-white);
  background-color: var(--thm-color-one);
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  color: var(--thm-white);
  content: "\f078";
  font-family: var(--thm-icon-font);
  background-image: none;
}

.custom-accordion .accordion-button.collapsed {
  color: var(--thm-color-two);
  background-color: var(--thm-color-light);
}

.custom-accordion .accordion-button.collapsed::after {
  color: var(--thm-color-two);
}

.custom-accordion .accordion-body {
  padding-bottom: calc(1rem - 15px);
}

.custom-accordion .accordion-body p {
  margin-bottom: 15px;
}
.tag-image.tag-gallery {
  text-align: center;
}
/*Header*/
/*.header {
    position: absolute;
    background-color: var(--thm-white);
    box-shadow: 0 0 10px rgb(var(--thm-color-two-rgb), 15%);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}*/

.header.sticky {
  animation-name: fadeHeaderInDown;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  animation-duration: 1s;
  box-shadow: 0 0 8px rgb(var(--thm-color-two-rgb), 10%);
  animation-fill-mode: both;
}

.header .navigation,
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_inner .logo {
  width: 160px;
  margin: 15px 0;
}

.header .header_actions ul,
.header .header_actions,
.header .nav_actions {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header .navigation .main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: system-ui;
}

.header .navigation .main-menu > .menu-item > a {
  color: #0b0b0c;
  font-size: 20px;
  padding: 32px 10px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
}
.padding-right {
  padding: 32px 10px !important;
}
.padding-right-b {
  padding-left: 10px !important;
}
.header .navigation .main-menu > .menu-item > a:before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: -1;
}
.header .navigation .main-menu > .menu-item:hover > a:before,
.header .navigation .main-menu > .menu-item > a.active:before {
  /*    background-color: var(--thm-color-three);*/
  width: 100%;
  left: 0;
  right: auto;
}

.header .navigation .main-menu > .menu-item > a.active,
.header .navigation .main-menu > .menu-item:hover > a {
  color: #334dfc;
}

.header .navigation .menu-item-has-children {
  position: relative;
}

/*.header .navigation .menu-item-has-children>a:after {
    content: "\f078";
    font-family: var(--thm-icon-font);
    margin-left: 10px;
    font-size: 20px;
}*/

.header .navigation .menu-item-has-children .sub-menu {
  z-index: 10;
  position: absolute;
  top: calc(100%);
  left: 0;
  transition: 0.5s all;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 8px rgb(var(--thm-color-two-rgb), 10%);
}

.header .navigation .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item > a {
  background-color: var(--thm-white);
  color: #000;
  width: 100%;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #d9d5d5;
  font-weight: 500;
  justify-content: space-between;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item:hover > a {
  /* background-color: #a6261e; */
  color: #334dfc;
}

.header
  .navigation
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > a:after {
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
}

.header
  .navigation
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 0;
}

.header .hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #334dfc;
  cursor: pointer;
  margin-left: 15px;
}

.header .hamburger .hamburger_btn span {
  display: flex;
  width: 23px;
  height: 2px;
  margin-bottom: 5px;
  background-color: var(--thm-white);
  transition: 0.5s all;
  position: relative;
}

.header .hamburger .hamburger_btn span:last-child {
  margin-bottom: 0;
}

.header .hamburger .hamburger_btn.active span:first-child {
  transform: rotate(45deg);
  top: 4px;
}

.header .hamburger .hamburger_btn.active span:nth-child(2) {
  display: none;
}

.header .hamburger .hamburger_btn.active span:last-child {
  transform: rotate(-45deg);
  top: -3px;
}

.header .header_actions {
  margin-left: 15px;
}

.header .header_actions ul li {
  margin-left: 10px;
}
.banner_image-icon {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
  color: white;
}
i.fa-solid.fa-chevron-right {
  position: absolute;
  right: 15px;
}

/*search form*/

.search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: black;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.search-form-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper .close-btn {
  position: absolute;
  top: 60px;
  right: 60px;
}

.search-form-wrapper .close-btn span {
  height: 40px;
}

.search-form-wrapper form {
  position: relative;
  max-width: 800px;
  width: 100%;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.search-form-wrapper.open form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper form input::placeholder,
.search-form-wrapper form input {
  background-color: transparent;
  font-size: 30px;
  width: 100%;
  outline: none;
  color: var(--thm-white);
  line-height: normal;
}

.search-form-wrapper form input {
  border: 0;
  border-bottom: 2px solid var(--thm-white);
  padding: 10px 0;
}

.search-form-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 25px;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  padding: 0;
}

.single_banner {
  /* padding-top: 160px; */
}
.banner_image img {
  width: 100%;
  height: 1100px;
}

.single_banner.section-bg:before {
  display: block;
  background-color: rgb(var(--thm-white-rgb), 90%);
}
.banner_text .title {
  color: white;
  font-weight: normal;
}
.single_banner .banner_text {
  max-width: 100%;
  color: white;
}
.banner_text-center {
  display: flex;
  justify-content: center;
}
.banner_text.mb-xl-30 {
  position: absolute;
  top: 350px;
  text-align: center;
}
/*@media (max-width: 360px)
.single_banner .banner_text .title {
    font-size: 22px;
}*/
.single_banner .banner_text .subtitle {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 5px;
  padding-left: 60px;
}

.single_banner .banner_text .subtitle:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--thm-color-one);
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.single_banner .banner_text .title {
  color: #ffffff;
  font-family: "Jost", Sans-serif;
  font-size: 61px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 72px;
  letter-spacing: 1px;
}

.single_banner .banner_text .text {
  color: #ceccccfc;
  font-size: 18px;
}
.single_banner .banner_elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.single_banner .banner_elements .element {
  position: absolute;
  z-index: 1;
  top: 80px;
}

.single_banner .banner_elements .element_one {
  right: 80px;
  top: 20%;
}

.single_banner .banner_elements .element_two {
  top: 25%;
  left: 35%;
  transform: translateX(-65%);
}

.single_banner .banner_elements .element_three {
  bottom: 100px;
  top: auto;
  left: 80px;
}

.single_banner .banner_elements .element_four {
  left: -100px;
  top: -60px;
  max-width: 300px;
}

/*subheader*/
.subheader {
  padding: 200px 0 90px;
  text-align: center;
}
.subheader {
  padding: 200px 0 90px !important;
  text-align: center;
}
.subheader:before {
  background-color: rgb(var(--thm-color-two-rgb), 65%);
}

.subheader .page-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--thm-white);
  text-transform: uppercase;
}
.subheader .breadcrumb {
  margin-bottom: 30px;
  justify-content: center;
}

.subheader .breadcrumb .breadcrumb-item:hover > a,
.subheader .breadcrumb .breadcrumb-item:hover > a,
.subheader .breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 400;
  color: var(--thm-white);
  display: flex;
  align-items: center;
}
.subheader .breadcrumb-item + .breadcrumb-item::before,
.subheader .breadcrumb .breadcrumb-item > a {
  color: var(--thm-white);
}

.subheader .breadcrumb-item + .breadcrumb-item::before {
  margin-right: 0.5rem;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c91111;
  font-size: 0;
  border-radius: 50%;
  padding: 0;
}

/*full_width_box*/
.full_width_box .box {
  position: relative;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  line-height: normal;
  color: var(--thm-white);
  font-weight: 500;
}

.full_width_box .box .icon {
  line-height: 0;
  margin-right: 20px;
  font-size: 65px;
}

.full_width_box .box .text .title {
  color: var(--thm-white);
  font-size: 20px;
  margin-bottom: 8px;
}

.full_width_box .box .action {
  position: absolute;
  right: 60px;
  bottom: 30px;
  font-size: 13px;
  color: var(--thm-white);
}

.full_width_box .box .action:after {
  content: "\f054";
  font-family: var(--thm-icon-font);
  font-size: 10px;
  margin-left: 6px;
  font-weight: 300;
}

/*service*/

.box_inner-img img {
  width: 86%;
  height: 250px;
  border-radius: 10px 10px 0 0;
}
.box_inner i {
  font-size: 50px;
  padding-bottom: 15px;
}
.service_box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 0;
  /* padding: 40px; */
  text-align: center;
  margin: 11px;
}

.box_inner.box-tobacco i {
  color: #fdfdfd;
  font-size: 60px;
}
.service_box .box_inner {
  position: relative;
}

.service_box .box_inner .fa-cake-candles,
.service_box .box_inner .fa-user,
.service_box .box_inner .fa-burger,
.service_box .box_inner .fa-bowl-food,
.service_box .box_inner .fa-ice-cream,
.service_box .box_inner .fa-truck {
  margin-bottom: 30px;
  font-size: 60px;
  color: #000;
}

.service_box .box_inner:after {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}

.service_box .icon {
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  font-size: 60px;
  color: var(--thm-color-one);
}

.service_box .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
}

.service_box.style_two .title a:hover {
  color: var(--thm-color-one);
}

.service_box .text {
  color: var(--thm-body-color);
  padding: 0px 20px 20px 20px;
}

.service_box.style_two .title a:hover,
.service_box.style_two .icon {
  color: var(--thm-color-two);
}

.service_box.style_three .title a:hover,
.service_box.style_three .icon {
  color: var(--thm-color-three);
}

.service_box.style_four .title a:hover,
.service_box.style_four .icon {
  color: var(--thm-color-four);
}

/*---------cigar-tobacco-best -start--------*/

.perr {
  margin: 0px;
  margin: 0px 0px 15px 0px;
}
.January {
  color: #5b0909d6;
  text-transform: uppercase;
}
.aa {
  padding-left: 75px;
}

.filter-button:focus {
  background-color: #a6261e;
  color: #ffffff;
  border: 1px solid #a6261e;
}

/*-------------pupular start-------------*/

.pupular-first {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.pupular-size {
  width: 33.333333%;
  transform-style: preserve-3d;
  perspective: 1000px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.pupular-product-firnt {
  transform: translate();
  transition: 0.9s all;
  width: 100%;
  background-color: #ab1414bd;
}
.pupular-product-back11 {
  /* display: none; */
  background-color: #e8e7ed9e;
  border-top: 1px solid;
  border-radius: 0px 0px 10px 10px;
}

.services-perra {
  font-size: 13px;
}
.pupular-product-card {
  padding: 30px 25px;
  left: 0;
  bottom: 0;
  top: 0;
  display: none;
  position: absolute;
}
.pupular-product-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
  width: 156px;
  line-height: 50px;
  border-radius: 30px;
  background-color: #28379b;
}
button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 15px;
  color: white;
}
.pupular-product-icon img {
}
.pupular-product-hedding {
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  color: #222;
}
.pupular-product-h4 {
  font-size: 20px;
}
.pupular-product-back {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.pupular-product-back .pupular-product-firnt {
  transform: rotateY(0);
  transform-style: preserve-3d;
  background-color: #002e5b;
  min-height: 245px;
  height: auto;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pupular-product-icon i {
  font-size: 40px;
  color: #f5f207;
}

.pupular-product-firnt:hover .pupular-product-card {
  background-color: #393943;
  transition: 0.9s all;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.color-one {
  color: white;
}
.pupular-product-firnt:hover .color-secund {
  background-color: #393943;
}
.pupular-product-firnt:hover .pupular-product-hedding h4 {
  color: #f3eded;
  border: 1px solid;
  background-color: #71290c;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
}
.pupular-product-firnt:hover .pupular-product-icon {
  background-color: yellow;
}
.pupular-product-firnt:hover .pupular-product-icon button {
  color: black;
}

/*-------------pupular end-------------*/

/*------------about start-------------*/
.consulting-custom-box > .wpb_column {
  max-width: 1440px;
  margin: 0 auto !important;
  float: none !important;
}
.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.consulting-custom-box > .wpb_column .wpb_wrapper {
  max-width: 1110px;
  margin: 0 auto !important;
}
.consulting-custom-box .wpb_column {
  max-width: 1440px;
  margin: 0 auto !important;
  float: none !important;
}
.consulting-custom-box > .wpb_column .wpb_wrapper {
  max-width: 1110px;
  margin: 0 auto !important;
}
.consulting-custom-box > .wpb_column {
  max-width: 1440px;
  margin: 0 auto !important;
  float: none !important;
}
.vc_custom_1588829934111 {
  background-color: #f2f4fa !important;
  border-radius: 25px !important;
}
.consulting-custom-box > .wpb_column .wpb_wrapper {
  max-width: 1110px;
  margin: 0 auto !important;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.vc_col-lg-6 {
  width: 50%;
}
.vc_custom_1588828396723 {
  margin-bottom: -8px !important;
}
.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.consulting-custom-box > .wpb_column .wpb_wrapper {
  max-width: 1110px;
  margin: 0 auto !important;
}
.consulting-custom-box > .wpb_column .wpb_wrapper {
  max-width: 1110px;
  margin: 0 auto !important;
}
.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.consulting-custom-thumbnail .vc_single_image-wrapper {
  position: relative;
  padding-top: 8px;
  padding-left: 20px;
}
.consulting-custom-thumbnail .vc_single_image-wrapper:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 106px;
  height: 106px;
  border-radius: 10px;
  background-color: #fd5e1f;
}
.consulting-custom-thumbnail .vc_single_image-wrapper img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.vc_column_container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  .vc_col-lg-6 {
    width: 50%;
  }
}
.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-shadow: 1px 4px 11px 2px;
}
.consulting-custom-title {
  /* font-size: 24px; */
  line-height: 58px;
  /* font-weight: 300; */
  /* font-style: normal; */
  letter-spacing: 0px;
  word-spacing: 0px;
  /* text-transform: none; */
}
.vc_custom_heading .subtitle {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #777;
  letter-spacing: normal;
}
.vc_custom_1591597714800 {
  margin-bottom: -30px !important;
}
.consulting-custom-box > .wpb_column .wpb_wrapper {
  max-width: 1110px;
  margin: 0 auto !important;
}
.comment-body .comment-text p,
.wpb_text_column.wpb_content_element p {
  color: #243238;
}
.wpb_wrapper p,
.elementor-element {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.wpb_wrapper p {
  line-height: 0px;
}
p.ceo {
  font-size: 24px !important;
  padding: 10px 0 !important;
  font-weight: bold !important;
  color: #ff2d00eb !important;
}
.info_box.style_4 p,
body .vc_grid-container,
body .wpb_button,
body .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {
  margin-bottom: 0;
}
.wpb_wrapper p,
.elementor-element {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.comment-body .comment-text table,
.wpb_text_column.wpb_content_element table {
  width: 100%;
  margin: 0 0 40px;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.staff_bottom_wr .staff_bottom .infos,
.vacancy_table_wr .vacancy_table,
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.sign-td {
  width: 25%;
}
.wpb_content_element img {
  /* max-width: 100%; */
  height: auto;
  width: 100%;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 6px auto 0px;
}
.vc_single_image-wrapper .vc_box_border_grey:hover {
  background-color: #f3f3f3;
}
.vc_single_image-wrapper
  .vc_box_border_grey:hover
  .vc_single_image-wrapper
  .vc_box_border_grey {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  transition: 0.5s all;
  margin: 0px;
  transform: translateX(-100%);
  opacity: 0.5;
  transform: translateX(0%);
}
.vc_single_image-img:hover {
  background-color: #f3f3f3;
}

/*------------about end-------------*/

/*about*/
.list_style {
  margin-bottom: 30px;
}

.list_style li {
  margin-bottom: 10px;
  position: relative;
}
.list_style i {
  font-size: 20px;
  margin-right: 10px;
}

.list_style li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  border: 1px solid;
  border-color: var(--thm-color-one);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.sign {
  animation: 1s ease-out 0s 1 slideInLeft;
}
.sign img {
  width: 68%;
  height: auto;
}
.list_style li + li:before {
  border-color: var(--thm-color-four);
}

.list_style li + li + li:before {
  border-color: var(--thm-color-three);
}

.list_style li + li + li + li:before {
  border-color: var(--thm-color-two);
}

/*------------new image---------------*/

.aaaaaaaa img {
  width: 100%;
  height: 292px;
}

/*---------------------------*/

/*product*/
.product_details-tittle {
  padding: 20px 10px 10px 20px;
}
.product_box {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  padding: 10px;
  background-color: #bdc2d324;
  border-radius: 10px;
  transition: 0.5s all;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product_box.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-one);
}
.product_box .product_image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.8s all;
  border-radius: 10px;
}
.product_hover-cart {
  display: none;
}
.product_image:hover .product_hover-cart {
  display: block;
}

.product_box .product_image img {
  max-width: 100%;
  height: 300px;
  border-radius: 10px;
  transition: 0.5s all;
}

.product_box .product_meta {
  bottom: 30px;
}
.product_box .product_meta li {
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.product_box:hover {
  transition: 0.8 ease all;
}
.product_box:hover .product_meta li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.thm-btn-pro {
  color: white;
  background-color: #6e0909;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  margin-top: 15px;
}
.product_image:hover img {
  transform: scale(1.1);
}
.image-fit-contain-modal {
  transition: 0.7s all;
}
.product_image.product_image-2 img {
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.product_image:hoverproduct_image-2 img {
  transform: scale(1.1);
}
.product_box .product_meta li + li {
  margin-top: 10px;
}

.product_box .product_caption .title {
  margin-bottom: 5px;
  font-weight: bold;
}

.product_box .rating {
  display: flex;
  margin-bottom: 5px;
  font-size: 16px;
}

.product_box .rating i {
  color: #fec106;
}

.product_box .rating i + i {
  margin-left: 2px;
}

.product_box .rating i.active:before {
  content: "\f586";
}

.product_box .price {
  margin-bottom: 10px;
}

.product_box .price span {
  color: #161618;
  font-weight: 600;
  font-size: 14px;
}

.product_box .price span + span {
  margin-left: 10px;
  font-size: 90%;
  font-weight: 500;
  text-decoration: line-through;
  color: var(--thm-body-color);
  opacity: 0.7;
}

.product_box .product_caption .product_action {
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.product_box.style_two.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-two);
}

.product_box.style_three.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}

.product_box.style_four.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-four);
}

.product_box .product_caption .product_action svg.inner-dashed-border {
  stroke: var(--thm-white);
}

.quantity {
  display: inline-flex;
  align-items: center;
  width: 170px;
  border: 1px solid #5f695f;
  border-radius: 0px;
  padding: 10px;
  margin: 0 10px;
}

.quantity .btn {
  width: 25px;
  text-align: center;
  font-size: 14px;
  color: var(--thm-white);
  background-color: #505247;
  position: relative;
  border-radius: 0%;
  transition: 0.5s all;
  padding: 4px 0;
  text-transform: uppercase;
  line-height: normal;
  border: none;
}

.quantity input {
  border: none;
  text-align: center;
  width: calc(100% - 50px);
}

.quantity .btn:hover {
  background-color: #742b0d;
}

/*product_details*/
.product_slider_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.product_slider_box .product_slider_nav {
  width: 100px;
  margin-right: 15px;
}

.product_slider_box .product_slider .slide_item,
.product_slider_box .product_slider_nav .slide_item {
  border: 2px solid #716b6b;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product_slider_box .product_slider .slide_item img {
  padding: 20px;
}

.product_slider_box .product_slider_nav .slide_item img {
  padding: 10px;
}

.product_slider_box .product_slider .slide_item,
.product_slider_box .product_slider_nav .slide_item.slick-current {
  border-color: #716b6b;
}

.product_slider_box .product_slider {
  width: calc(100% - 115px);
}

.product_details .price span {
  font-size: 24px;
}

.product_details .product_actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px 30px 16px;
}
.product_meta {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.product_meta-one {
  color: #000000c9;
}
.cone {
  color: black;
}
.cone-border {
  color: black;
  border: 1px solid;
  padding: 0 10px;
}
.sku {
  padding: 0px;
}
.product_details.product_box .product_meta {
  padding: 0;
  border: none;
  margin-top: 10px;
}

.product_box .product_image-shop img {
  max-width: 100%;
  height: 300px;
  border-radius: 10px;
  transition: 0.5s all;
}

.product_box .product_image-shop {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.8s all;
  border-radius: 10px;
}

.product_image-shop:hover .cigar {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
}
img.cigar {
  display: none;
}

.product_details.product_box .product_meta .badge {
  margin-bottom: 15px;
}

.shop_tabs .nav-tabs {
  border: none;
  margin-bottom: 15px;
}

.shop_tabs .nav-item {
  margin-right: 15px;
  margin-bottom: 15px;
}

.shop_tabs .nav-item .nav-link {
  background-color: #1b1b1d;
  color: var(--thm-white);
  border-radius: 0px;
  position: relative;
  border: none;
}

.shop_tabs .nav-item .nav-link:hover,
.shop_tabs .nav-item .nav-link.active {
  background-color: #65675f;
}

.shop_tabs .nav-item .nav-link.active > svg.inner-dashed-border {
  animation-play-state: running;
}

.shop_tabs .tab_inner {
  background-color: var(--thm-white);
  padding: 30px;
  display: inline-block;
}

.shop_tabs .tab_inner.description,
.shop_tabs .tab_inner.add_info {
  padding-bottom: 0;
}

/*sidebar*/
.sidebar .sidebar_inner {
  margin-bottom: 80px;
}

.sidebar .sidebar_inner .sidebar_widget {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 0px;
}

.sidebar
  .sidebar_inner
  .sidebar_widget.animated-dashes
  > svg.inner-dashed-border {
  stroke: var(--thm-color-one);
}

.sidebar .sidebar_inner .sidebar_widget:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar_inner .sidebar_widget .widget_title {
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--thm-b-font);
  font-size: 18px;
  background-color: #334dfc;
  color: var(--thm-white);
  padding: 10px 0;
  border-radius: 0px;
}

.sidebar .input-group .form-control {
  border-right: none;
  height: 45px;
  border-radius: 0px;
  background-color: #e5e5e5;
  border: none;
}

.sidebar .input-group .form-control,
.sidebar .input-group .form-control::placeholder {
  color: rgb(var(--thm-color-two-rgb), 80%);
  font-weight: 500;
}

.sidebar .input-group button {
  width: 45px;
  height: 69% !important;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #334dfc;
  color: var(--thm-white);
  /* border-radius: 0px; */
  /* border-top-left-radius: 0; */
  /* border-bottom-left-radius: 0; */
}

.sidebar .input-group button:hover {
  background-color: var(--thm-color-two);
  color: var(--thm-white);
}

.sidebar .input-group .with_text button {
  width: auto;
  padding: 0 30px;
}

.sidebar .price_slider .range_text {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar .price_slider .range_text label {
  margin: 0;
  font-weight: 400;
  margin-right: 15px;
}

.sidebar .price_slider .range_text input {
  color: var(--thm-body-color);
  font-weight: normal;
  padding: 0;
  border: none;
  line-height: normal;
}

.sidebar .ui-widget.ui-widget-content {
  border: none;
  background-color: rgb(var(--thm-color-two-rgb), 14%);
  border-radius: 0px;
  height: 8px;
}

.sidebar .ui-slider-horizontal .ui-slider-range {
  background-color: var(--thm-color-two);
}

.sidebar .ui-slider-horizontal .ui-slider-handle {
  border-radius: 0%;
  border: 2px solid var(--thm-color-two);
  background-color: var(--thm-white);
}

.sidebar .categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgb(var(--thm-color-two-rgb), 50%);
  font-weight: 500;
  margin-bottom: 10px;
}

.sidebar .categories li:hover a {
  color: var(--thm-color-two);
}

.sidebar .categories li:last-child > a {
  margin-bottom: 0;
  line-height: normal;
}

.sidebar .tags_cloud {
  margin-bottom: -15px;
}

.post_details .post_tags_share .post_tags .tags a,
.sidebar .tags_cloud a {
  display: inline-flex;
  border: 1px solid #07070a;
  color: #07070a;
  background-color: var(--thm-white);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 12px;
}
.post_details .post_tags_share .post_tags .tags a:hover,
.sidebar .tags_cloud a:hover {
  background-color: #334dfc;
  border-color: #334dfc;
  color: var(--thm-white);
}
.sidebar .social_media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar .social_media li + li {
  margin-left: 10px;
}

.sidebar .recent_post li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar .recent_post li .post_thumb {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.sidebar .recent_post li .post_thumb svg.inner-dashed-border {
  top: 0px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  stroke: var(--thm-color-one);
  stroke-width: 3px;
}

.sidebar .recent_post li .post_thumb a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 10px;
}

.sidebar .recent_post li .post_caption {
  width: calc(100% - 95px);
}

.sidebar .recent_post li .post_caption .post_title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}

.sidebar .recent_post li .rating {
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
}

.sidebar .recent_post li .rating i {
  color: #fec106;
}

.sidebar .recent_post li .rating i + i {
  margin-left: 2px;
}

.sidebar .recent_post li .rating i.active:before {
  content: "\f586";
}

.sidebar .recent_post li .price {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar .recent_post li .price span {
  font-weight: 600;
  font-size: 16px;
  color: var(--thm-color-two);
  margin-right: 10px;
}

.sidebar .recent_post li .price span + span {
  font-size: 90%;
  color: var(--thm-body-color);
  text-decoration: line-through;
  opacity: 0.6;
}

.sidebar .recent_post li .post_caption .post_date {
  margin-bottom: 0;
  color: #0c0c0f;
  font-weight: 500;
  font-size: 14px;
}

.sidebar .sidebar_widget .recent_post li .post_caption .post_date span {
  color: #334dfc;
}

.sidebar .recent_post li:last-child {
  margin-bottom: 0;
}

.sidebar
  .sidebar_inner
  .sidebar_widget.style_two.animated-dashes
  svg.inner-dashed-border {
  stroke: var(--thm-color-two);
}

.sidebar
  .sidebar_inner
  .sidebar_widget.style_three.animated-dashes
  svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}

.sidebar
  .sidebar_inner
  .sidebar_widget.style_four.animated-dashes
  svg.inner-dashed-border {
  stroke: var(--thm-color-four);
}

.sidebar .sidebar_inner .sidebar_widget.style_two .widget_title {
  background-color: var(--thm-color-two);
}

.sidebar .sidebar_inner .sidebar_widget.style_three .widget_title {
  /*    background-color: var(--thm-color-three);*/
}

.sidebar .sidebar_inner .sidebar_widget.style_four .widget_title {
  /*    background-color: var(--thm-color-four);*/
}

.sidebar
  .sidebar_widget.style_two
  .recent_post
  li
  .post_caption
  .post_date
  span {
  color: var(--thm-color-two);
}

.sidebar
  .sidebar_widget.style_three
  .recent_post
  li
  .post_caption
  .post_date
  span {
  color: var(--thm-color-three);
}

.sidebar
  .sidebar_widget.style_four
  .recent_post
  li
  .post_caption
  .post_date
  span {
  color: var(--thm-color-four);
}

.section-padding-footer {
  padding: 50px 0 0;
}
.check_list {
  margin-bottom: 30px;
}

.check_list li {
  margin-bottom: 15px;
  line-height: normal;
  color: var(--thm-body-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.check_list li:last-child {
  margin-bottom: 0;
}

.check_list li:before {
  content: "\f058";
  font-family: var(--thm-icon-font);
  color: #464743;
  font-size: 22px;
  margin-right: 10px;
}

.check_list.style_two li {
  font-size: 16px;
  color: var(--thm-white);
}

.check_list.style_two li:before {
  font-size: 16px;
  content: "\f00c";
  color: var(--thm-white);
}

/*------blog details ------*/

.post-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #334dfc;
  display: block;
  text-align: center;
  color: var(--thm-white);
  font-size: 30px;
  /* border-radius: 5px; */
  overflow: hidden;
  padding: 5px 0 0;
}
.post_image {
  position: relative;
  /* height: 245px; */
  width: 100%;
  overflow: hidden;
}
.post .post-date span {
  background-color: var(--thm-white);
  display: flex;
  padding: 5px 8px;
  /* line-height: 1; */
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  /* font-family: var(--thm-font); */
}
.post_image img:hover {
  transform: scale(1.1);
}
.post_categories a {
  color: #808080f2;
  padding-top: 16px;
}
.post_categories a:hover {
  color: #000;
}
.post_meta {
  display: flex;
  float: right;
}
.post_meta li a {
  color: gray;
  padding-top: 15px;
  margin-right: 19px;
}
.post_meta li a:hover {
  color: #000;
}
.post_categories {
  margin-bottom: 15px;
}
.post_title a:hover {
  color: #334dfc;
}
.post_author img {
  border-radius: 50%;
}
.thomas {
  background-color: #334dfc;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  margin: 22px 0;
}
.quote_icon i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
}
.post_tags h6 {
  margin-right: 15px;
}
.social.d-flex li a {
  color: #334dfc;
}
.text.blog-text {
  padding: 30px;
}
.blog-details-image {
  width: 15%;
  height: auto;
  margin-bottom: 20px;
}

/*testimonial*/

.testimonial-item img {
  margin: 0 auto;
  max-width: 120px;
  border: 3px solid #860f0f;
  border-radius: 50%;
  margin-bottom: 25px;
  padding: 2px;
}
.testimonial-item {
  padding: 15px;
  outline: none;
}
sup {
  font-size: 50px;
  margin: 10px;
}
sub {
  font-size: 50px;
  margin: 10px;
}
.item-inner {
  background: linear-gradient(45deg, #ff6600, #ff0000);
  border-radius: 18px;
  /* text-align: center; */
  /* padding: 25px; */
}

.item-inner h4 {
  font-size: 16px;
  color: #fff;
  /* padding: 0 50px; */
  text-align: center;
}
.item-inner p {
  font-size: 16px;
  color: #fff;
}
.testimonial-social {
  margin-top: 50px;
}
.testimonial-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ff6c00;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  transition: all ease 0.5s;
}
.testimonial-social a:hover {
  transform: translateY(-10px);
}
.testimonial-item .slick-slide {
  transform: scaleY(0.8);
  opacity: 0.3;
  transition: all ease 0.5s;
}

.testimonial-item .slick-slide .slick-current {
  transform: scale(1);
  opacity: 1;
}

/*blog*/
.widget_title {
  color: white;
  /* margin: 37px; */
  padding: 8px 0;
  font-size: 20px;
}
.sidebar_widget-hedding {
  background-color: black;
  /* color: white; */
  text-align: center;
  padding: 0px 0px;
  margin-top: 20px;
}
.image-blog {
  width: 110px;
}
.recentpost {
  margin: 20px 0;
}
.social-icon {
  margin: 5px;
}
.cigar {
  color: #232326;
}
.post {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.post .post_wrapper:hover .btn-read {
  color: #a6261e;
}
.post-card {
  padding: 0 20px 0 20px;
  color: #2a2323f2;
}
.btn-icon {
  color: #000000;
  position: absolute;
  bottom: 3px;
  font-style: normal;
  padding-left: 6px;
}
.post .post_navigation .nav_style .image_thumb > svg.inner-dashed-border,
.post > svg.inner-dashed-border {
  stroke: var(--thm-color-one);
}

.post .post_wrapper {
  position: relative;
}

.post .post_wrapper .post_image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  height: 280px;
}
.post_caption {
  padding: 11px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.post .post_wrapper .post_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between;
}

.post .post_wrapper .post_meta li a {
  font-weight: 500;
  color: #09090a;
}

.post .post_wrapper .post_meta li a {
  font-weight: 500;
}

.post .post_wrapper .post_caption .post_title:hover a,
.post .post_wrapper .post_meta li a span {
  /* color: var(--thm-color-one); */
}
.post .post_wrapper .post_caption .post_title {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.post .post_wrapper .post_caption .post_desc {
  color: #585a56f0;
  font-weight: 500;
}
.post_desc-2 {
  padding-left: 15px;
  color: #3a3636;
  font-weight: 600;
  text-decoration: line-through;
}
.start-ret {
  margin: 0;
}
.star-rating {
  margin-bottom: 10px;
  color: #fec106;
}
.post blockquote,
.comments .comment .comment_text .comment_date,
.post .post_wrapper .post_caption .thm-btn {
  background-color: #334dfce6;
}

.post.style_two .post_wrapper .post_caption .post_title:hover a,
.post.style_two .post_wrapper .post_meta li a span {
  color: var(--thm-color-two);
}

.post.style_two blockquote,
.post.style_two .comments .comment .comment_text .comment_date,
.post.style_two .post_wrapper .post_caption .thm-btn {
  /*    background-color: var(--thm-color-two);*/
}
.thm-bg-color-six {
  background-color: #334dfc;
}
.post.style_three .post_wrapper .post_caption .post_title:hover a,
.post.style_three .post_wrapper .post_meta li a span {
  /*    color: var(--thm-color-three);*/
}

.post.style_three blockquote,
.post.style_three .comments .comment .comment_text .comment_date,
.post.style_three .post_wrapper .post_caption .thm-btn {
  /*    background-color: var(--thm-color-three);*/
}

.post.style_four .post_wrapper .post_caption .post_title:hover a,
.post.style_four .post_wrapper .post_meta li a span {
  /*    color: var(--thm-color-four);*/
}

.post.style_four blockquote,
.post.style_four .comments .comment .comment_text .comment_date,
.post.style_four .post_wrapper .post_caption .thm-btn {
  /*    background-color: var(--thm-color-four);*/
}

.post .post_wrapper .post_caption .thm-btn:hover {
  background-color: #131318;
}

.post.style_two
  .post_navigation
  .nav_style
  .image_thumb
  > svg.inner-dashed-border,
.post.style_two > svg.inner-dashed-border {
  stroke: var(--thm-color-two);
}

.post.style_three
  .post_navigation
  .nav_style
  .image_thumb
  > svg.inner-dashed-border,
.post.style_three > svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}

.post.style_four
  .post_navigation
  .nav_style
  .image_thumb
  > svg.inner-dashed-border,
.post.style_four > svg.inner-dashed-border {
  stroke: var(--thm-color-four);
}

/*post_details*/
.post.post_details {
  padding: 30px;
}
.btn-read {
  display: inline-block;
}
.btn-read a:hover {
  background-color: #000;
  border-left: 3px solid #334dfc;
}
.button:hover {
  background-color: #000;
  border-left: 3px solid #334dfc;
  color: white;
}
.button a:hover {
  color: #fff;
}
a.default-btn:hover {
  background-color: #000;
  border-left: 3px solid #334dfc;
}
.btn-read {
  color: #000000db;
  font-weight: 700;
  margin-bottom: 15px;
}
.btn-read i {
  padding: 2px;
}
.post.post_details .post_wrapper .post_image {
  height: auto;
}
.image-1 {
  margin-right: 10px;
  border-radius: 10px;
  width: 100%;
  height: 150px;
  width: auto;
}

.post.post_details .post_wrapper .post_caption .post_title {
  font-size: 32px;
}

.post_details .blog_gallry_img {
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 255px;
  margin-bottom: 10px;
}

.post_details .post_tags_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  padding: 20px 0 8px;
}

.post_details .post_tags_share .title {
  margin-bottom: 10px;
  font-size: 26px;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 10px;
  color: #9e3012;
}

.post_details .post_tags_share .post_tags,
.post_details .post_tags_share .post_share,
.post_details .post_tags_share .post_tags .tags,
.post_details .post_tags_share .post_share .social {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.post_details .post_tags_share .post_tags .tags a {
  font-size: 16px;
  padding: 5px 10px;
}

.post_details .post_tags_share .post_share .social li a {
  margin-bottom: 12px;
  color: var(--thm-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #334dfc;
}
.comment_form h5 {
  color: #334dfc;
}
.post_details .post_tags_share .post_share .social li a:hover {
  background-color: #16161b;
  color: var(--thm-white);
}
.post_share h6 {
  margin-right: 15px;
}

.post_details .post_tags_share .post_share .social li + li {
  margin-left: 10px;
}

.post_navigation .nav_style {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.post_navigation .nav_style .image_thumb {
  position: relative;
  width: 550px;
  height: 300px;
  margin-right: 20px;
}
.post_navigation .nav_style .image_thumb img {
  padding: 5px;
}

.post_navigation .nav_style .nav_title {
  width: calc(100% - 100px);
  margin-bottom: 0;
}

.post_navigation .nav_style.right_style {
  flex-direction: row-reverse;
  text-align: right;
}

.post_navigation .nav_style.right_style .image_thumb {
  margin-left: 20px;
  margin-right: 0;
}

.comments .children {
  padding-left: 120px;
}

.comments .comment article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.comments .comment .comment_image {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.comments .comment .reply_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--thm-white);
  border-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 2px 18px;
}

.comments .comment .comment_text {
  width: calc(100% - 120px);
  position: relative;
}

.comments .comment .comment_text .title {
  font-size: 18px;
  margin-bottom: 0;
  display: inline-flex;
  margin-right: 15px;
  font-weight: bold;
}

.comments .comment .comment_text .comment_date {
  line-height: 1;
  width: fit-content;
  color: var(--thm-white);
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 400;
  margin: 0px 0 10px;
  display: inline-flex;
  border-radius: 0px;
  margin-right: 15px;
}

.comments .comment .comment_text .rating {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  margin-bottom: 10px;
}

.comments .comment .comment_text p:last-child {
  margin-bottom: 0;
}

/*login*/
.login_image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 30px;
}

.login_box label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login_box label a {
  color: var(--thm-color-one);
}

.login_box.style_three label a {
  color: #334dfc;
  padding-left: 5px;
}

.login_box.style_four label a {
  color: var(--thm-color-four);
}

.login_box.style_two label a,
.login_box label a:hover {
  color: var(--thm-color-two);
}

.login_box .form-control-custom + button {
  position: absolute;
  right: 15px;
  bottom: 14px;
  z-index: 10;
  color: var(--thm-body-color);
}

/*error-page*/
@media screen and (min-device-width: 360px) and (max-device-width: 768px) {
  .error-404 {
    font-size: 100px !important;
  }
}
.section-error {
  padding-bottom: 50px;
  margin: 0 0 70px 0;
}
.login_box,
.error-page {
  position: relative;
  overflow: hidden;
  padding: 30px;
  /* background-color: #e2e1dd; */
  margin-top: 65px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.justify-content-center-error {
  justify-content: center !important;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 380px;
  left: 550px;
}

.error-page .title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  color: black;
}
.error-404 {
  font-size: 180px;
  color: #334dfc;
  font-weight: bold;
}
.error-perra {
  color: #423b3b;
  font-weight: 500;
}
.subheader-error {
  padding: 90px 0 0px !important;
  text-align: center;
}
.subheader-error:before {
  background-color: rgb(var(--thm-color-two-rgb), 65%);
}

.subheader-error .page-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--thm-white);
  text-transform: uppercase;
}
.subheader-error .breadcrumb {
  margin-bottom: 30px;
  justify-content: center;
}

.subheader-error :hover > a,
.subheader-error {
  font-size: 20px;
  font-weight: 400;
  color: var(--thm-white);
  display: flex;
  align-items: center;
  height: 400px;
}

.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
.error_section input {
  padding: 0 93px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.input-error input {
  background: #eceff8;
  border: 1px solid #eee;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 25px;
  font-size: 16px;
  color: #626262;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 10px;
}
i.ion-ios-search-strong.fa.fa-search {
  position: absolute;
  /* left: 565px; */
  right: 0;
  top: 20px;
  bottom: 0;
  font-size: 25px;
  color: #0000009c;
  width: 6%;
  height: 31px;
}
.error-page img {
  width: 100%;
}
/*--------------------------*/

.contact_page .contact_details > svg.inner-dashed-border,
.contact_page > svg.inner-dashed-border,
.login_box > svg.inner-dashed-border,
.error-page > svg.inner-dashed-border {
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: var(--thm-color-one);
}

.login_box .thm-btn,
.error-page .thm-btn {
  /*    background-color: var(--thm-color-one);*/
}

.login_box.style_two > svg.inner-dashed-border,
.error-page.style_two > svg.inner-dashed-border {
  stroke: var(--thm-color-two);
}

.login_box.style_three > svg.inner-dashed-border,
.error-page.style_three > svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}

.login_box.style_three .thm-btn,
.error-page.style_three .thm-btn {
  /*    background-color: var(--thm-color-three);*/
}

.login_box.style_four > svg.inner-dashed-border,
.error-page.style_four > svg.inner-dashed-border {
  stroke: var(--thm-color-four);
}

.login_box.style_four .thm-btn,
.error-page.style_four .thm-btn {
  background-color: var(--thm-color-four);
}

.login_box .thm-btn:hover,
.login_box.style_two .thm-btn,
.error-page.style_two .thm-btn,
.error-page .thm-btn:hover {
  background-color: #000;
}

/*wishlist*/
.shop_table table {
  border-collapse: collapse;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.shop_table table:after,
.shop_table table td,
.shop_table table th {
  border-color: #7a7f67;
  text-align: center;
  color: black;
}

.shop_table th.remove {
  width: 30px;
}

.shop_table .thm-btn {
  /* background-color: var(--thm-color-one); */
}

.shop_table .thm-btn:hover {
  background-color: var(--thm-color-two);
}

.shop_table .remove-from-list {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  position: relative;
}

.shop_table .remove-from-list span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #a6261e;
  opacity: 0.6;
  transform-origin: center;
  transform: rotate(45deg);
  transition: 0.3s;
}

.shop_table .remove-from-list span:nth-child(2) {
  transform: rotate(-45deg);
}

.shop_table .remove-from-list:hover span {
  transform: rotate(90deg);
}

.shop_table .remove-from-list:hover span:nth-child(2) {
  transform: rotate(-90deg);
}

.shop_table .table_product {
  display: flex;
  align-items: center;
}

.shop_table .table_product img {
  width: 60px;
  height: 50px;
  /* margin-right: 15px; */
  margin-left: 20px;
}

.shop_table .table_product .table_product_text {
  flex: 1;
}

.shop_table .table_product .table_product_text .title {
  margin-bottom: 0;
  font-size: 14px;
}

.shop_table .table_product .table_product_text p {
  font-size: 13px;
}

.shop_table td strong {
  color: black;
  margin: 0 10px;
}

.shop_table .product_details {
  margin-bottom: 0;
  padding: 15px;
  border: 1px solid var(--thm-border);
}

.shop_table .product_details .product_action .quantity {
  border: 1px solid var(--thm-border);
  border-radius: 8px;
  padding: 10px;
  width: 170px;
}

.shop_table span.badge {
  line-height: normal;
}

/*contact*/
.contact_page {
  padding: 40px;
  padding-bottom: 10px;
}

.contact_page .contact_details {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  height: 100%;
}

.contact_page .contact_details.style_one > svg.inner-dashed-border {
  stroke: var(--thm-color-one);
}

.contact_page .contact_details > svg.inner-dashed-border,
.contact_page > svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}
.section-header.text-center .subtitle,
.section-header.text-start .title-get {
  justify-content: flex-start;
  text-transform: uppercase;
  color: #a6261e;
}
.contact_page .contact_info_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 40px 0;
  text-align: center;
  background-color: gray;
}

.contact_page .contact_info_box .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 10%;
  background-color: var(--thm-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  line-height: normal;
  color: #0f0d3fad;
}

.contact_page .contact_info_box .text {
  color: var(--thm-white);
  font-weight: 500;
  font-size: 18px;
  max-width: 250px;
  margin: 0 auto;
}

.contact_page .contact_info_box a.text:hover {
  color: #ae1616;
}

.contact_map {
  height: calc(100% - 65px);
  min-height: 400px;
  margin-bottom: 20px;
}

/*checkout*/
.checkout_box {
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.checkout_box > svg.inner-dashed-border {
  stroke: var(--thm-color-one);
  stroke-width: 3px;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.checkout_box.style_two > svg.inner-dashed-border {
  stroke: var(--thm-color-two);
}

.checkout_box.style_three > svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}

.checkout_box.style_four > svg.inner-dashed-border {
  stroke: var(--thm-color-four);
}

/*------------------*/

/*-------------------------------*/
/*footer*/
.footer .ft_widgets {
  position: relative;
  margin-top: 15px;
}
.section-footer {
  padding: 90px 20px;
}
.footer .ft_widgets .ft_title {
  color: #010000;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.footer .ft_widgets .ft_title span {
  color: var(--thm-color-one);
}

.footer .ft_widgets .ft_logo {
  width: 175px;
  margin-bottom: 20px;
}

.footer .ft_about p {
  color: #909090;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.ft_contact li a {
  color: #909090;
}
.footer .ft_social {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.footer .ft_social li {
  margin-right: 15px;
}

.footer .ft_menu li {
  margin-bottom: 5px;
  line-height: 1.8;
}

.footer .ft_menu li > a {
  display: flex;
  align-items: center;
  color: #909090;
  font-weight: 600;
  font-size: 19px;
}

.footer .ft_menu li + li + li + li + li + li > a:hover,
.footer .ft_menu li + li > a:hover,
.footer .ft_menu li + li + li + li + li + li > a:before,
.footer .ft_menu li + li > a:before {
  color: #c0371a#c0371a;
}

.footer .ft_menu li + li + li + li + li > a:hover,
.footer .ft_menu li + li + li > a:hover,
.footer .ft_menu li + li + li + li + li > a:before,
.footer .ft_menu li + li + li > a:before {
  color: #000;
}

.footer .ft_menu li > a:hover,
.footer .ft_menu li + li + li + li > a:hover,
.footer .ft_menu li + li + li + li > a:before {
  color: #000;
}

.footer .ft_widgets .ft_contact li {
  margin-bottom: 10px;
}

.footer .ft_menu li:last-child {
  margin-bottom: 0;
}

.footer .ft_widgets .ft_contact li > a span {
  color: var(--thm-white);
  margin-right: 8px;
  width: 30px;
  height: 30px;
}

.footer .ft_widgets .ft_contact li > a span i {
  font-size: 10px;
}

.footer .ft_contact li > a:before {
  display: none;
}

.footer .ft_widgets.style_two .ft_title span {
  color: var(--thm-color-two);
}

.footer .ft_widgets.style_two .ft_title:after {
  background-color: var(--thm-color-two);
}

.footer .ft_widgets.style_three .ft_title span {
  color: var(--thm-color-three);
}

.footer .ft_widgets.style_three .ft_title:after {
  background-color: var(--thm-color-three);
}

.footer .ft_widgets.style_four .ft_title span {
  color: var(--thm-color-four);
}

.footer .ft_widgets.style_four .ft_title:after {
  background-color: var(--thm-color-four);
}

.footer .ft_gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
  max-width: 280px;
}

.footer .ft_gallery li {
  padding: 0 5px;
  max-width: 90px;
  margin-bottom: 10px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.footer .ft_gallery li img {
  border-radius: 0px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  position: relative;
}

.footer .ft_gallery .animated-dashes svg.inner-dashed-border {
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  padding: 0 3px;
}

.footer
  .ft_gallery
  li
  + li
  + li
  + li
  + li
  + li.animated-dashes
  svg.inner-dashed-border,
.footer .ft_gallery li.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-four);
}

.footer .ft_gallery li + li + li + li.animated-dashes svg.inner-dashed-border,
.footer .ft_gallery li + li.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-three);
}

.footer
  .ft_gallery
  li
  + li
  + li
  + li
  + li.animated-dashes
  svg.inner-dashed-border,
.footer .ft_gallery li + li + li.animated-dashes svg.inner-dashed-border {
  stroke: var(--thm-color-one);
}
.footer-pay {
  display: flex;
}
.copyright img {
  width: 38px;
  height: auto;
  margin: 0px 7px;
  padding-right: 4px;
}

.copyright-footer-image {
  display: flex;
  justify-content: space-between;
}
.copy-social .footer-payment img {
  width: 40px;
  height: auto;
  margin: 0 5px;
}
.copy-social .footer-payment {
  list-style: none;
}
.copyright-footer {
  background-color: #0a0909;
  padding: 20px 25px;
}
.copy-social {
  display: flex;
  justify-content: flex-end;
}
.form-group-footer input {
  width: 196px;
  padding: 10px 15px;
  border: 2px solid #c0c0c0;
  color: #c0c0c0;
}

/*back to top*/
.back-to-top {
  width: 50px;
  height: 50px;
  border: 2px solid #000000f0;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  color: var(--thm-white);
  font-size: 30px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  background-color: #000000f0;
  transition: 0.3s all;
  z-index: 100;
  border-radius: 50%;
}

.back-to-top:focus:before,
.back-to-top:hover:before {
  animation-play-state: running;
}

.back-to-top:focus,
.back-to-top:hover {
  color: var(--thm-white);
  background-color: #334dfc;
  border-color: #334dfc;
}
.ft_menu li i {
  font-size: 13px;
  padding-right: 5px;
  color: #334dfc;
}
.ftco-heading-2 {
  font-size: 20px;
  color: #909090;
}
.open-hours {
  font-size: 15px;
  color: #909090;
}
.form-control.submit.px-3 {
  background-color: #334dfc;
  color: #ffffffe6;
  font-weight: 600;
  border: none;
}
.form-control.submit.px-3:hover {
  background-color: #1c1a1a;
}
/*---------partner start----------*/

.info {
  color: white;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 776px) {
  h2.info {
    font-size: 25px;
  }
}

.prtner-hedding.text-center.partner-info {
  color: white;
  font-size: 16px;
}
.partner-info-image {
  color: #111111;
}
.partner-info-logo {
  width: 100%;
  grid-template-columns: repeat(5, 20%);
  min-height: 156px;
  grid-gap: 0px;
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}

/*---------partner end----------*/

/*-------------footer---------*/

.footer-1 {
  align-items: center;
  align-content: center;
}
.copyright {
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: right;
  display: flex;
}
.copyright-1 {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.25);
  margin-top: 80px;
  margin-bottom: 0px;
}
.left {
  display: flex;
  justify-content: left;
}

.fade-in-text {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-padding-home2 {
  padding: 45px 50px;
}
.section-header {
  padding-bottom: 30px;
  text-align: left;
  grid-column-gap: 15px;
  display: grid;
  justify-content: center;
}
.section-header-2 {
  text-align: left;
  grid-column-gap: 15px;
  justify-content: end;
  align-items: end;
  text-align: end;
  display: grid;
}
h6.subtitle {
  text-align: center;
}
p.perr {
  text-align: center;
}
section.section-padding-ani {
  padding: 30px 25px 10px 25px;
}
h3.title {
  text-align: center;
}
.section-header-support h6 {
  font-size: 23px;
  color: #eb0e45;
}
.section-header-support {
  padding-bottom: 30px;
}
.section-header-support h3 {
  font-weight: 700;
  word-spacing: 0px;
  letter-spacing: 1px;
}
p.perr {
  text-align: center;
  color: #957f7f;
}
.item-inner h4 {
}

/*---------about-page--------------*/

.best-ever-img img {
  border-radius: 5px;
  margin-top: 20px;
}
img.ever-img {
  width: 100%;
  border-radius: 10px;
}
.best-ever-pera {
  align-content: center !important;
}

.sign {
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.best-ever-h3 {
  font-weight: bold;
  font-size: 35px;
}
.section-header.text-start.center {
  justify-content: center;
}
.product_image .cigar {
  display: none;
}
.product_image:hover .cigar {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
}

/*------------faq-start------------*/

.faq-active {
  background-color: #334dfc;
  color: beige;
}
.faq-pera {
  font-size: 20px;
  color: black;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  background-color: #e5e5e5;
  margin-bottom: 5px;
}
.faq-pera:hover .faq-icon-minus {
  /* display: block; */
  padding: 15px;
}
i.fa-sharp.fa-solid.fa-minus.d-flex {
  position: absolute;
  right: 105px;
}
.faq-1 {
  color: black;
  right: 106px;
}

.fafa-icon {
  color: var(--thm-color-two);
}
summary {
  display: list-item;
  cursor: pointer;
  padding-bottom: 0px;
  padding: 15px;
  color: #000000a1;
}
.faq-group {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 30px;
}
.faq-pera-color {
  background-color: white;
  color: #0000006e;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
}
.search-box {
  margin-top: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search-box-head {
  background-color: #334dfc;
  padding: 15px 33px 10px;
}
.search-box-head h3 {
  color: #fff;
}
.search-box-icon {
  padding: 30px;
}
input.search-input-item {
  width: 100%;
  border: none;
  padding: 0 0 0 20px;
  background-color: #e5e5e5;
}
.search-box-icon-hedding {
  background-color: #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.search-box-icon-hedding h5 {
  color: gray;
  font-size: 15px;
  padding: 10px 20px 0;
}
.search-box-icon-hedding i {
  background-color: #334dfc;
  color: #fff;
  font-size: 20px;
  padding: 14px;
  margin: 0;
}
.search-box-head.topic h4 {
  color: #fff;
}
.form-check {
  padding: 7px 40px;
}

/*------------faq-end------------*/

.cigar-tobacco-image img {
  width: 100%;
  transition: 0.7s all;
}

/*------------tab section strt-------------*/

.tabs {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*    text-align: center;*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*    justify-content: space-around;*/
}
.tabs label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 1rem 5rem;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  font-size: 20px;
  color: black;
  text-align: center;
}
.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*  background: #fafafa;*/
}
.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.tabs input[type="radio"]:checked + label {
  background: #cad1dba1;
  border-radius: 10px;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 768px) {
  .tabs .tab,
  .tabs label {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  @media (max-width: 768px) {
    .contact_info_box {
      width: 100%;
    }
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.tab-setting {
  padding-right: 0;
}
.teb-section-hadding h3 {
  line-height: 2.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.teb-section-para p {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  word-spacing: 5px;
}
.teb-section-services {
  margin-bottom: 30px;
}
.Servicess .teb-section-services .teb-section-services-icon {
  border: 2px solid #2f89fc;
  background: #2f89fc;
  margin-top: 7px;
}
.teb-section-services .teb-section-services-icon {
  line-height: 1;
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid #2f89fc;
}
.teb-section-services .teb-section-services-icon i {
  color: #fff;
  font-size: 30px;
}
.teb-section-services .teb-section-text {
  width: calc(100% - 60px);
}
.teb-main-line h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.teb-main-para p {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-spacing: 3px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.teb-section-services .teb-section-services-icon i {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 30px;
  font-style: normal;
  position: absolute;
  padding: 10px;
}
.teb-section-img img {
  width: 100%;
}
@media screen and (min-device-width: 769px) and (max-device-width: 990px) {
  label {
    width: 100%;
  }
}

/*-------------tab section end--------------------*/

/*-----------------*/

.section-map {
  position: relative;
}

/*<-----------------------------------New section slide banner strt-------------------------------------*/

.slider-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 660px;
  background-size: cover;
  background-position: center;
}
.row.d-flex.text-center.hede-slider.slick-initialized.slick-slider {
  margin-left: 10px;
}
/* .banner_text {
    position: absolute;
    top: 40%;
    left: 50px;
} */
.inner h6 {
  color: white;
  margin-bottom: 5px;
}
.banner_text .title {
  color: white;
  font-weight: 500;
  font-size: 70px;
}
.single_banner .banner_text {
  max-width: 100%;
  color: white;
}
.banner_text-center {
  display: flex;
  justify-content: center;
}
.banner_text.mb-xl-30 {
  position: absolute;
  top: 350px;
  text-align: center;
}
.default-btn {
  padding: 10px 20px;
  background-color: #334dfc;
  border-left: 2px solid;
  font-size: 13px;
  font-weight: 700;
}
.inner-list.d-flex.align-items-center {
  display: flex;
  justify-content: end;
}
.inner-list.d-flex.align-items-center li a {
  margin-right: 30px;
}
.inner-list.d-flex.align-items-center {
  font-size: 25px;
}
.inner-list.d-flex.align-items-center li a {
  margin-right: 30px;
  border-bottom: 2px solid #4747ee;
}

/*<-----------------------------------New section slide banner strt------------------------------------*/

/*-------about section start--------*/

.about img {
  width: 100%;
  height: auto;
}
.about-hedding h6 {
  color: #334dfc;
  margin-bottom: 5px;
  font-weight: 700;
}
.about-first {
  color: #334dfc;
}
.about-border {
  background-color: #334dfc;
  width: 25px;
  height: 2px;
  margin-top: 10px;
  margin-right: 10px;
}
.about-d-flex {
  display: flex;
}
.btn-read a {
  color: #fff;
  font-weight: 700;
  background-color: #334dfc;
  padding: 7px 20px;
  font-size: 13px;
  border-left: 3px solid black;
}
.about-hedding {
  margin-top: 70px;
  padding: 0 45px 0px 30px;
}
.about-hedding h5 {
  font-weight: 700;
  font-size: 35px;
}
/*-------about section end--------*/

/*-------service start-----------*/
.section-paddingj {
  padding-bottom: 5px;
}
.bg-color {
  background-color: #ececec;
}
.hedding-border {
  width: 30px;
  height: 3px;
  background-color: #334dfc;
  margin: 6px 155px 0;
  text-align: center;
}
.center-hedding {
  justify-content: center;
}
.service-hedding h5 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.service-hedding {
  position: relative;
}
.service-hedding h5::before {
  position: absolute;
  left: 47%;
  display: block;
  width: 70px;
  border-bottom: 3px solid #0000ff;
  content: "";
  top: 38px;
}
.about-d-flex {
  position: relative;
}
.about-d-flex h6::after {
  position: absolute;
  left: 47%;
  display: block;
  width: 70px;
  border-bottom: 3px solid #0000ff;
  content: "";
  top: 38px;
}
.service-card-icon i {
  font-size: 70px;
  color: #334dfc;
  margin-bottom: 30px;
}
.service-card {
  background-color: white;
  padding: 70px 35px;
  margin-top: 30px;
}
.secound {
  color: white;
}
.therd {
  color: #ffffffdb;
}
.service-card.service-second-color {
  background-color: #334dfc;
}
.service-pera {
  color: #ffffff;
}
.service-pera i {
  color: #ffffff;
}
/*-----------service end-----------*/

/*-----------co-working start------------------*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
  .working-card.card-color {
    background-color: #334dfc;
    height: 278px;
    padding: 49px 30px;
    width: 100%;
  }
}
.working-card.card-color {
  background-color: #334dfc;
  height: 323px;
  padding: 80px 30px 0;
  width: 100%;
}
.working-card img {
  width: 100%;
}
.working-card.card-color span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.working-card.card-color h4 {
  color: #ffffff;
}
.working-card.card-color p {
  color: #ffffff;
  font-size: 13px;
}
.working-card.card-color a {
  font-size: 13px;
  font-weight: 700;
}

/*-----------co-working end------------------*/

/*----------lorem card start-----------*/

.lorem-card {
  background-color: #ffffff;
  padding: 45px 30px 20px;
  margin-bottom: 30px;
}
.lorem-card-icon i {
  color: #334dfc;
  font-size: 25px;
  border: 3px solid #334dfc;
  padding: 10px;
  border-radius: 50%;
}
.lorem-card-icon {
  display: flex;
  justify-content: end;
}
.lorem-card p {
  font-weight: 500;
  text-align: initial;
  margin: 0;
}
.lorem-card h4 {
  text-align: initial;
  color: #010000;
}
.lorem-perra h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}
.lorem-perra p {
  text-align: initial;
  font-weight: 500;
}

/*----------lorem card end-----------*/

/*----------latest news start-----------*/

.latest-news-card {
  border: 6px solid #334dfc;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.latest-perra-comand {
  color: #334dfc;
  margin: 10px 0;
  font-weight: 600;
  font-size: 14px;
}
.latest-perra-comand a {
  color: #334dfc;
}
.latest-perra-comand a:hover {
  color: #000;
}
.latest-perra h5 {
  margin: 5px;
  font-weight: 700;
  font-size: 20px;
}
.latest-image-date {
  display: inline-block;
  background-color: white;
  padding: 10px 15px;
  color: #334dfc;
  font-size: 20px;
  font-weight: 600;
}
.latest-image-date h3 {
  color: #334dfc;
  font-weight: 800;
  font-size: 30px;
  margin: 0;
  line-height: 1;
}
.latest-image-date {
  position: absolute;
  top: 30px;
  left: 30px;
}
.latest-icon {
  display: grid;
  color: #334dfc;
  position: absolute;
  right: 30px;
  top: 42px;
  display: none;
}
.latest-icon i {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  /* transition: 0.5s; */
  justify-content: center;
}
.latest-perra p {
  font-weight: 500;
}
.latest-image:hover .latest-icon {
  display: block;
}
.latest-image-black {
  background-color: #0f0c0c;
  position: absolute;
  top: 16px;
  left: 14px;
  width: 376px;
  height: 317px;
  opacity: 0.5;
  display: none;
}
.latest-image:hover .latest-image-black {
  display: block;
  /*    transform: scale(1.1);*/
}

/*----------latest news end----------*/

/*-----------testimonis start------------*/

.testi-block-perra {
  background-color: #fff;
  padding: 50px 40px;
  box-shadow: 0px 2px 10px 0px;
}
.testi-block-perra i {
  font-size: 90px;
}
.testi-block-bottum h6 {
  color: #334dfc;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.testi-block-bottum p {
  font-size: 13px;
  font-weight: 700;
}
.testi-block {
  position: relative;
}
.testi-block-image img {
  position: absolute;
  bottom: 55px;
  right: 36%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #334dfc;
}
.testi-block-bottum {
  margin-top: 60px;
}

/*-----------testimonis end------------*/

/*----------contact start------------*/

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #c0c0c0;
  color: #c0c0c0;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #c0c0c0;
  /* border-radius: 4px; */
  /* background-color: #f8f8f8; */
  font-size: 16px;
  resize: none;
}
.button {
  display: inline-block;
  width: 120px;
  height: 50px;
  background-color: #334dfc;
  text-align: center;
  /* align-items: center; */
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-left: 3px solid #000;
  transition: 0.5s;
}
.form-group.contact-form-group input {
  width: 100%;
}

/* iframe {
    width: 100%;
   height: auto;
} */
.contact_details iframe {
  width: 100%;
  height: auto;
}
.rgrtyrru iframe {
  width: 100%;
  height: revert-layer;
}
.container.contact-border {
  border-left: 10px solid #334dfc;
  padding: 50px 0px;
  border-top: 6px solid #334dfc;
  border-bottom: 6px solid #334dfc;
  box-shadow: 1px 1px 1px 1px #eee8e8;
}
.section-aboutbg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.about-hedding-bg h2 {
  color: #fff;
  font-weight: 700;
}
.about-link span {
  color: #fff;
}
.about-link a span:hover {
  color: #334dfc;
}
.about-color-black {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 390px;
}
.about-black {
  align-items: center;
  padding-top: 200px;
}
.contact-card {
  background-color: #fff;
}
.contact-card {
  background-color: #fff;
  padding: 60px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 15px;
}
.contact-card-icon i {
  font-size: 40px;
}
.contact-card-icon {
  display: inline-grid;
  width: 100px;
  height: 100px;
  background-color: #334dfc;
  border-radius: 50%;
  /* justify-content: center; */
  align-items: center;
  color: #fff;
}
.contact-card-address {
  margin-top: 30px;
}
.contact-card-address h5 {
  font-weight: 700;
  color: #000000db;
}
.section-padding.bg-color.aaa {
  margin-bottom: 80px;
}
/*----------contact end------------*/

/*------------------home page 2 start---------------------------------------------*/
.section-home.home-three-color {
  background-color: #334dfc;
}
.heder-home-three-perra {
  display: inline-block;
  padding: 65px 40px 10px;
}
.heder-border {
  border: 4px solid #fff;
  width: 500px;
  height: 200px;
  display: inline-block;
}
.heder-image-slider1 {
  margin-right: 30px;
}
.row.d-flex.text-center.hede-slider.slick-initialized.slick-slider {
}
.heder-home-three-perra h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
.inner2 h6 {
  color: #334dfc;
  margin: 0;
  font-size: 13px;
}
.inner2 h1 {
  font-weight: 700;
}
.text2 {
  font-weight: 500;
  margin-bottom: 30px;
}
.inner2-line {
  background-color: #334dfc;
  width: 20px;
  height: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.home-page2btn {
  border-left: 3px solid #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.homethirds .slick-arrow:hover:before {
  color: #000;
}
.slider-image-2 img {
  width: 100%;
  height: auto;
}
.about-background-round {
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 65px;
}

/*---------home page 2 end---------*/

/*-----home-second-about-----*/

.about-1 {
  text-align: center;
}
.home-second-about {
  position: relative;
}
.about-2 img {
  width: 100%;
  height: 250px;
}
.about-2 {
  position: absolute;
  top: 210px;
}
.about-1 img {
  width: 58%;
  height: 394px;
}
.about-3 {
  display: inline-block;
  position: absolute;
  top: -80px;
  right: 57px;
}
/*-----home-second-about end-----*/

/*-----home-second-service start-----*/

.service-card.service-second {
  background-color: inherit;
  text-align: center;
  padding: 10px 12px;
}
.service-card-icon.service-card-icon-2 {
  width: 175px;
  height: 175px;
  background-color: #334dfc;
  color: white;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.service-card-icon.service-card-icon-2 i {
  color: white;
}

/*-----home-second-service end-----*/

/*--------home-second latest blog start-----------*/
.latest-image img:hover {
  transform: scale(1.1);
}
.latest-blog-card img {
  transition: 0.5s;
}
.latest-image {
  overflow: hidden;
}
.latest-blog-card {
  position: relative;
}
.latest-blog-perra {
  background-color: #334dfc;
  padding: 20px;
}
.latest-blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #334dfc;
  padding: 5px 15px;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.latest-blog-date h4 {
  color: white;
  margin: 0;
}
.latest-blog-perra h6 {
  margin-bottom: 5px;
  color: white;
}
.latest-blog-perra p {
  color: white;
  margin: 0;
  font-size: 12px;
  padding-right: 42px;
}
.btn-read-blog a {
  font-size: 14px;
  margin: 0;
}
.btn-read-blog i {
  font-size: 11px;
}

/*--------home-second latest blog end-----------*/

.slick-slide .testi-block {
  max-width: 100%;
  transition: transform 0.5s;
  opacity: 0.5;
}
.slick-slide.slick-center .testi-block {
  transform: scale(1.3);
}
.slick-slide.slick-center .testi-block {
  transform: scale(0.9) translate(240px);
}

.slick-slide.slick-center .testi-block {
  transform: scale(1.2) translate(-20px);
  z-index: 999;
  opacity: 1;
}

.testi-block {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 1;
}

.testi-block:after {
  opacity: 1;
}

.slick-slide.slick-center .testi-block:hover .testi-block {
  opacity: 1;
}

/*----------------pagination start------------------------*/
.pagination {
  justify-content: center;
  margin-top: 40px;
  /* margin-bottom: 15px; */
  border-radius: 0;
  flex-wrap: wrap;
  display: inline-block;
  text-align: center;
}
.pagination a {
  color: #334dfc;
  padding: 0px 20px;
  /* background-color: red; */
  margin: 20px 5px 0px;
  border: 1px solid #334dfc;
  font-size: 20px;
  font-weight: 600;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination a.active {
  background-color: #334dfc;
  color: white;
  border: 1px solid #334dfc;
}

/*----------------pagination end*/

.hede-slider {
  padding-top: 100px !important;
}
.ddd {
  position: absolute;
  content: "";
  top: 30px;
  z-index: 9999999;
}

.pagination-gallery {
  display: flex;
  justify-content: center;
}
.page-item {
  padding: 2px 20px;
  background-color: #334dfc;
  margin-right: 5px;
  color: white;
}
.page-item:hover {
  background-color: black;
}
/*------------*/

/*---------event start---------*/

.event-date-add {
  display: flex;
  justify-content: center;
}
.event-date {
  padding: 10px;
  background-color: #f1f1f1;
  margin-right: 7px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.event-date H3 {
  margin: 0px;
  padding: 5px;
}
.event-date p {
  font-size: 26px;
  margin: 0;
}
.event-add {
  background-color: #f1f1f1;
  padding: 20px;
  transition: 0.5s;
}
.event-add h5 {
  margin: 2px;
}
.event-add p {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.event-date-add {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.event-image img {
  width: 100%;
  height: 308px;
}
.event-image-hedding-icon i {
  margin-right: 10px;
}
.event-image-hedding {
  color: #3f3f3f;
}
.event-icon i {
  border: 1px solid #334dfc;
  padding: 8px;
  border-radius: 50%;
  color: #334dfc;
  margin-bottom: 20px;
}
.event-hedding {
  margin: 15px 0;
}
.join-headd {
  display: inline-block;
  margin: 25px 0;
}
.join-headd {
  display: inline-block;
  margin: 25px 0;
  /* text-decoration: underline; */
  border-bottom: 1px solid;
}

.event-form-group input {
  width: 45%;
  margin: 0px 28px 27px 0;
  padding: 10px 15px;
}
.join-btn {
  display: inline-block;
  color: black;
  background-color: #334dfc;
  padding: 5px 50px;
  font-size: 17px;
  font-weight: 600;
  border-left: 3px solid;
}
.event-add:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
}
.event-date:hover {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.event-image img:hover {
  transform: scale(1.1);
}
.event-image img {
  transition: 0.5s;
}
.event-image {
  overflow: hidden;
}
.join-btn a:hover {
  transform: translateX(6px);
}

/*---------event END---------*/

/*------------gallery start-----------*/

.gallery-images {
  margin-bottom: 15px;
}
.gallery-images img {
  width: 100%;
}

/*------------gallery end-----------*/

.choose-people {
  padding-top: 20px;
  padding-bottom: 130px;
  background-color: #334dfc;
}
/*.bg-primary-half-lg::before {
    content: "";
    background: #006838;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../assets/images/pattern.png);
}*/
.center-divider span {
  position: relative;
  padding: 0 80px;
}
.section-title span {
  margin-bottom: 10px;
  display: inline-block;
  color: #006838;
  font-size: 18px;
}

.space-pb {
  margin-top: -25rem !important;
  text-align: center;
  padding-bottom: 5rem;
}

.border-new {
  border: 4px solid #fff;
  height: 250px;
  display: flex;
  width: 600px;
  justify-content: center;
}
.service-img img {
  width: 90%;
  height: auto;
}

/*-----------------------------------*/

/*--------pricing start------*/

.checkbox-wrapper-3 input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-3 .toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-3 .toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9a9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.checkbox-wrapper-3 .toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}
.checkbox-wrapper-3 .toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(79, 46, 220, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.checkbox-wrapper-3 #cbx-3:checked + .toggle:before {
  background: #947ada;
}
.checkbox-wrapper-3 #cbx-3:checked + .toggle span {
  background: #4f2edc;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.checkbox-wrapper-3 #cbx-3:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

.price-2 {
  font-size: 50px;
}
.pricing-hedding-rate {
  background-color: #334dfc;
  color: white;
  padding: 15px 79px;
}
.pricing-hedding-rate .text-2 {
  font-size: 20px;
}
.pricing-hedding-rate .text1 {
  font-size: 20px;
}
.pricing-hedding {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: 0.3s;
}
.pricing-hedding-name {
  padding: 15px 25px;
  font-weight: 400;
  font-size: 20px;
  color: #000000b8;
}
.pricing-hedding-perra {
  padding: 25px 25px;
}
.pricing-hedding-name h3 {
  font-weight: 700;
  color: #000000c2;
}
.pricing-hedding-perra {
  padding: 25px 25px;
  color: #857a7a;
}
.pricing-hedding-perra i {
  color: #334dfc;
}
.price-sign-up-now {
  padding: 30px;
  border-top: 1px solid #a19393;
  margin-top: 35px;
}
.price-signh-up {
  padding: 5px 30px;
  background-color: #334dfc;
  color: white;
  border-left: 3px solid black;
  font-size: 15px;
  font-weight: 700;
}
.pricing-hedding:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.checkbox-wrapper-3.justify-content-center.d-flex h6 {
  margin-right: 15px;
  margin-left: 15px;
}
.checkbox-wrapper-3.justify-content-center.d-flex {
  padding-bottom: 25px;
}
/*--------pricing end------*/

/*media query section*/

.packages {
  margin: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

h1,
h2 {
  font-size: 2.2em;
}

.list {
  width: 80%;
  padding: 20px 30px;
}

ol,
ul {
  padding: 0;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
/*.button:hover {
  transform: scale(1.2);
}*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #334dfc;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #50bfe6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*slick dots */

.homethirds .slick-arrow.slick-prev {
  left: 77% !important;
  right: 0 !important;
  background-color: #334dfc !important;
  top: 28px !important;
}

.homethirds .slick-arrow.slick-next {
  right: 16%;
  left: auto;
  background-color: #334dfc;
  top: 28px;
}

/*-------team start-------*/

.team-name {
  padding: 20px;
  background-color: #fff;
  opacity: 0.8;
  transition: 0.5s;
  margin-bottom: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-top: -7px;
}
.team-name h4 {
  color: #000;
}
.team-name h4:hover {
  color: #334dfc;
}
.team-name span {
  color: #000000fa;
}
.team-name a {
  display: flex;
}
.team-image img:hover {
  transform: scale(1.1);
}
.team-image a {
  overflow: hidden;
}
.team-image img {
  transition: 0.5s;
}
.team-card.aos-init.aos-animate img {
  width: 100%;
}
.team-card:hover .team-name {
  transform: translateY(-60px);
  transition: 0.5s;
}
.team-card {
  margin-top: 30px;
}
.team-details-hedding h1 {
  font-size: 70px;
}
.team-details-hedding h1 {
  font-size: 70px;
  margin-bottom: 35px;
}
.team-details-dot span {
  width: 10px;
  height: 10px;
  background-color: #334dfc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}
.team-details-dot {
  margin: 25px 10px;
}
ul.ft_social {
  display: flex;
}
li.team-icon {
  margin-right: 15px;
}
.team-details-perra p {
  margin-bottom: 25px;
}
.team-details-hedding h2 {
  font-size: 51px;
}

/*-------team end-------*/

.service-card:hover {
  transform: scale(1.1);
}
.service-card {
  overflow: hidden;
  transition: 0.5s;
}

/*----------------faqs--start------------------*/
.form-check input {
  margin-top: 13px;
}
.accordion {
  margin: 0 auto;
}
.heading.active {
  background-color: #334dfc !important;
  color: white !important;
}
.accordion .heading {
  color: #000;
  font-size: 21px;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 0.8px;
  padding: 15px;
  cursor: pointer;
  background-color: #e5e5e5;
  margin-bottom: 7px;
}
.accordion .heading:nth-last-child(2) {
  border-bottom: 0;
}
.accordion .heading:hover {
  background: #2a33f3;
  border-radius: 0;
  color: white;
}
.accordion .heading:first-child:hover {
  border-radius: 3px 3px 0 0;
}
.accordion .heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px;
}
.accordion .heading::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border-top: 10px solid #000000d9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  float: right;
  transform: rotate(0);
  transition: all 0.5s;
  margin-top: 5px;
}
.active.heading::before {
  transform: rotate(-180deg);
}
.not-active.heading::before {
  transform: rotate(0deg);
}
.accordion .contents {
  display: none;
  padding: 15px;
  color: #7f8fa4;
  font-size: 19px;
  line-height: 1.5;
}
.about-thumb .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
  z-index: 1;
}
.about-thumb .icon .icon-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.about-thumb .icon .icon-box .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
  animation: ripple 3s infinite;
}
.blobs-container {
  display: flex;
}

/*--------------faq end---------------*/

/* General Reset */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

/* Banner Section Background & Padding */
.banner-section {
  padding: 60px 0;
  background: linear-gradient(
    135deg,
    #adb3d3,
    #f5f8ff,
    #a1ace7
  ); /* Softer, modern light gradient */
}

/* Banner Heading */
.banner-heading {
  font-size: 3.75rem;
  font-weight: 900;
  color: #334dfc;
}

/* Video Wrapper (Image and Video Container) */
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* Maintain same width and height for both image and video */
  overflow: hidden;
}

.video-wrapper img,
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Play Icon Styling */
.video-icon {
  z-index: 2;
}

.video-icon svg {
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.video-wrapper:hover .video-icon svg {
  transform: scale(1.1);
}

/* Vertical Slider Styling */
.slider-container {
  height: 750px;
  overflow: hidden;
}

.vertical-slider img {
  border: 2px solid #334dfc;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .banner-heading {
    font-size: 2rem;
    text-align: center;
  }

  .slider-container {
    margin-top: 40px;
    height: auto;
  }

  .video-wrapper {
    aspect-ratio: auto;
  }
}

.ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
