.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
/* custom.css */
html, body {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 10px;
}

p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 45px;
  text-align: center;
}

.section-title span {
  color: #e53637;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.section-title h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

.list-group {
  list-style: none;
  padding: 10px;
  margin-top: 10px;
}

.list-group li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.list-group li::before {
  content: "•  ";
  color: red;
  /* or whatever color you prefer */
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;

}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px;
}

/*btn code shafiul*/

.service-button-link a {
  text-decoration: none;
  color: white;
}

.service-button-link a:hover {
  text-decoration: none;
  color: black;
}

.schedule button {
  text-align: center;
}

.schedule button a {
  text-decoration: none;
  color: black;
}

.schedule button a:hover {
  text-decoration: none;
  color: white;
}
/* Preloder */
.popup {
    position: fixed;
    bottom: 5%;
    left: 25%;
    transform: translateX(-50%);
    width: 50%; /* Adjust the width to match the main image */
    max-width: 100%; /* Ensure the width doesn't exceed the viewport width */
    height: auto;
    max-height: 50vh;
    background-color: white; /* Set background color to white */
    border: 2px solid black; /* Add a border to the popup container */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add a shadow effect for better visibility */
    z-index: 99999;
}

.popup img {
    width: 100%;
    height: auto;
}

.close {
    font-size: 20px; /* Adjust font size as needed */
}

@media screen and (max-width: 625px) {
    .popup {
        bottom: 10%; /* Adjust bottom position for smaller screens */
    }

    .close {
        font-size: 16px; /* Adjust font size for smaller screens */
    }
}


#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.2s linear infinite;
  -webkit-animation: loader 0.2s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: 0 0;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
  background: #ffffff;
}

.header__top {
  background: #111111;
  padding: 10px 0;
}

.header__top__left p {
  color: #ffffff;
  margin-bottom: 0;
}

.header__top__right {
  text-align: right;
}

.header__top__links {
  display: inline-block;
  margin-right: 25px;
}

.header__top__links a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 28px;
  display: inline-block;
}

.header__top__links a:last-child {
  margin-right: 0;
}

.header__top__hover {
  display: inline-block;
  position: relative;
}

.header__top__hover:hover ul {
  top: 24px;
  opacity: 1;
  visibility: visible;
}

.header__top__hover span {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
}

.header__top__hover span i {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 2px;
}

.header__top__hover ul {
  background: #ffffff;
  display: inline-block;
  padding: 2px 0;
  position: absolute;
  left: 0;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__top__hover ul li {
  list-style: none;
  font-size: 13px;
  color: #111111;
  padding: 2px 15px;
  cursor: pointer;
}

.header__logo {
  padding: 10px;
  height: 80px;
  width: 120px;
}

.header__logo img {
  width: 80px;
  height: 60px;
}

.header__logo a {
  display: inline-block;
}

.header__menu {
  text-align: start;
  padding: 26px 0 25px;
}

.header__menu ul li {
  list-style: none;
  display: inline-flex;
  margin-right: 20px;
  position: relative;
}

.header__menu ul li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li.active a:after i {
  color: red;
  transition: 0.9s;
  transform: rotateY(180deg);
}

.header__menu ul li:hover .dropdown {
  top: 32px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

/** Custom Pijush**/
/* @keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
} */

/* .image-hover {
	width: 130px;
	height: 195px;
	position: relative;
	display: inline-block;
	position: relative;
	display: inline-block;

} */
.image-view {
  display: flex;
  justify-content: center;
}

.image-hover:hover .img-front {
  display: none;
}

.image-hover .img-top {
  display: none;
}

.image-hover:hover .img-top {
  display: block;
}

.img-test {
  width: 100%;
  height: 200px;
  display: block;
  text-align: center;
  padding: 40% 5%;
  background: #262626;
  color: #fff;
  border-radius: 10px;
}

.single-box {
  position: relative;
  margin-bottom: 15px;
}

.img-area {
  position: absolute;
  width: 100%;

  border: 5px solid #fff;
  overflow: hidden;
  border-radius: 50%;
}

.img-area img {
  width: 100%;
}

.carousel-indicators {
  left: 0;
  top: auto;
  bottom: -70px;
}

.carousel-indicators li {
  height: 2%;
  width: 2%;
  background: #000;
  border-radius: 50%;
}

.line-broad {
  background: linear-gradient(to right, #ed213a, #93291e);
}

.line-broad button {
  text-align: center;
}



/*.carousel-indicators active{

	background: #fff;
	border-radius: 40%;
}*/

.slider-style {
  height: 30%;
}

/**End**/

.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 150px;
  background: #111111;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: 15px;
  color: #111111;
  display: block;
  font-weight: 400;
  position: relative;
  padding: 3px 0;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e53637;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/*.header__nav__option {
	text-align: right;
	padding: 30px 0;
}

.header__nav__option a {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}

.header__nav__option a span {
	color: #0d0d0d;
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: 8px;
}

.header__nav__option a:last-child {
	margin-right: 0;
}

.header__nav__option .price {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	display: inline-block;
	margin-left: -20px;
	position: relative;
	top: 3px;
}*/

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-nav button {
  font-size: 36px;
  color: #333333;
  position: absolute;
  left: 75px;
  top: 50%;
  margin-top: -18px;
  line-height: 29px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 75px;
}

.hero__items {
  height: 450px;
  padding-top: 230px;
}

.hero__text h6 {
  color: #e53637;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 28px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.hero__text h2 {
  color: #111111;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 30px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}

.hero__text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}

.hero__text .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 1.1s;
  -o-transition: all, 1.1s;
  transition: all, 1.1s;
}

.hero__text .primary-btn span {
  font-size: 20px;
  position: relative;
  top: 4px;
  font-weight: 700;
}

.hero__social {
  margin-top: 190px;
}

.hero__social a {
  font-size: 16px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 32px;
}

.hero__social a:last-child {
  margin-right: 0;
}

/*---------------------
  Banner
-----------------------*/

.blog {
  padding-bottom: 55px;
}

.banner__item {
  position: relative;
  overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
  width: 40px;
  background: #e53637;
}

.banner__item.banner__item--middle {
  margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
  float: none;
}

.banner__item.banner__item--middle .banner__item__text {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  padding-top: 22px;
}

.banner__item.banner__item--last {
  margin-top: 100px;
}

.banner__item__pic {
  float: right;
}

.banner__item__text {
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 140px;
}

.banner__item__text h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}

.banner__item__text a {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}

.banner__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*---------------------
  Footer
-----------------------*/

.footer-bottom {
  background: #111111;
  position: relative;
}

.footer {
  background: #1e1e1e;
  padding-top: 30px;
}

.monogram {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 12px;
  color: lightslategray;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
  background: #f3f2ee;
  padding: 40px 0;
}

.breadcrumb__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "";
  font-family: "FontAwesome";
}

.breadcrumb__links span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}


/*---------------------
  About
-----------------------*/

.about {
  padding-bottom: 70px;
}

.about__pic {
  margin-bottom: 35px;
}

.about__pic img {
  min-width: 100%;
}

.about__item {
  margin-bottom: 30px;
}

.about__item h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
}

.about__item p {
  margin-bottom: 0;
}


/*---------------------
  Counter
-----------------------*/

.counter {
  padding-bottom: 0;
}

.counter .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}

.counter__item {
  margin-bottom: 30px;
  overflow: hidden;
}

.counter__item .counter__item__number {
  float: left;
  margin-right: 15px;
}

.counter__item .counter__item__number h2 {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}

.counter__item .counter__item__number strong {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}

.counter__item span {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
}

/*---------------------
    Blog
-----------------------*/

.blog {
  padding-bottom: 55px;
}

.latest {
  padding-bottom: 55px;
}

.blog__item {
  margin-bottom: 45px;
}

.blog__item:hover a::after {
  width: 40px;
  background: #e53637;
}

.blog__item:hover .blog__item__text {
  -webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
  box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
}

.blog__item__pic {
  height: 270px;
}

.blog__item__text {
  padding: 30px 30px 25px;
  margin: 0 30px;
  margin-top: -35px;
  background: #ffffff;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__item__text span {
  color: #3d3d3d;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.blog__item__text span img {
  margin-right: 6px;
}

.blog__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

.blog__item__text a {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}

.blog__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}



/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
  background: #f3f2ee;
  padding-top: 125px;
  padding-bottom: 190px;
}

.blog__hero__text h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.blog__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.blog__hero__text ul li:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "|";
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
  display: none;
}


/*---------------------
  Map
-----------------------*/

.map {
  height: 500px;
}

.map iframe {
  width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__text .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.contact__text .section-title h2 {
  font-size: 48px;
  margin-bottom: 18px;
}

.contact__text .section-title p {
  color: #707070;
  line-height: 26px;
  margin-bottom: 0;
}

.contact__text ul li {
  list-style: none;
  margin-bottom: 26px;
}

.contact__text ul li:last-child {
  margin-bottom: 0;
}

.contact__text ul li h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact__text ul li p {
  line-height: 27px;
  margin-bottom: 0;
}

.contact__form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::placeholder {
  color: #b7b7b7;
}

.contact__form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::placeholder {
  color: #b7b7b7;
}

.contact__form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories__text h2 {
    font-size: 26px;
  }

  .header__menu ul li {
    margin-right: 38px;
  }

  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }

  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }

  .testimonial__text {
    padding: 130px 45px 175px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu ul li {
    margin-right: 10px;
  }

  .header__nav__option a {
    margin-right: 10px;
  }

  .header__nav__option .price {
    margin-left: 0;
  }

  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }

  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }

  .banner__item.banner__item--middle {
    margin-top: 0;
  }

  .banner__item.banner__item--last {
    margin-top: 0;
  }

  .banner__item {
    margin-bottom: 40px;
  }

  .banner {
    padding-bottom: 60px;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 25px;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }

  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }

  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }

  .offcanvas__menu {
    display: none;
  }

  .slicknav_btn {
    display: none;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_arrow {
    color: #111111;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav {
    display: block !important;
  }

  .offcanvas__option {
    text-align: center;
    margin-bottom: 30px;
  }

  .offcanvas__links {
    display: inline-block;
    margin-right: 25px;
  }

  .offcanvas__links a {
    color: #111111;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
  }

  .offcanvas__links a:last-child {
    margin-right: 0;
  }

  .offcanvas__top__hover {
    display: inline-block;
    position: relative;
  }

  .offcanvas__top__hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
  }

  .offcanvas__top__hover span {
    color: #111111;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
  }

  .offcanvas__top__hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px;
  }

  .offcanvas__top__hover ul {
    background: #111111;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }

  .offcanvas__top__hover ul li {
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 15px;
    cursor: pointer;
  }

  .offcanvas__nav__option {
    text-align: center;
    margin-bottom: 25px;
  }

  .offcanvas__nav__option a {
    display: inline-block;
    margin-right: 26px;
    position: relative;
  }

  .offcanvas__nav__option a span {
    color: #0d0d0d;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 8px;
  }

  .offcanvas__nav__option a:last-child {
    margin-right: 0;
  }

  .offcanvas__nav__option .price {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px;
  }

  .offcanvas__text p {
    color: #111111;
    margin-bottom: 0;
  }

  .header__top {
    display: none;
  }

  .header .container {
    position: relative;
  }

  .header__menu {
    display: none;
  }

  .header__nav__option {
    display: none;
  }

  .search-model-form input {
    width: 100%;
    font-size: 24px;
  }

  .hero__slider.owl-carousel .owl-nav button {
    left: 15px;
    top: 80%;
  }

  .hero__slider.owl-carousel .owl-nav button.owl-next {
    left: 75px;
    right: 0;
  }

  .banner__item.banner__item--middle {
    margin-top: 0;
  }

  .banner__item.banner__item--last {
    margin-top: 0;
  }

  .banner__item {
    margin-bottom: 40px;
  }

  .banner {
    padding-bottom: 60px;
  }

  .banner__item__pic {
    float: none;
  }

  .banner__item__pic img {
    min-width: 100%;
  }

  .banner__item__text {
    max-width: 100%;
    position: relative;
    top: 0;
    padding-top: 22px;
  }

  .hero__social {
    margin-top: 180px;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .cart__total {
    padding: 35px 30px 40px;
  }

  .hero__items {
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .hero__text h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .hero__social {
    margin-top: 145px;
  }

  .categories__deal__countdown .categories__deal__countdown__timer {
    margin-left: 0;
  }

  .instagram__pic__item {
    width: 100%;
  }

  .testimonial__text {
    padding: 60px 40px 60px;
  }

  .product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    width: 100%;
  }

  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
  }

  .product__details__last__option h5:before {
    width: 280px;
  }

  .product__details__cart__option .quantity {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product__details__last__option h5 span {
    font-size: 16px;
  }

  .blog__hero__text h2 {
    font-size: 36px;
  }

  .categories__text h2 {
    font-size: 30px;
    line-height: 55px;
  }

  .categories__text:before {
    height: 250px;
  }
}

/*****************************all custom css shafiul********************************************/
/********social icon***********/


.social-icon img {
  width: 30px;
  height: 30px;
}

/********social icon***********/


/*color by shafi*/

.custom-color {
  color: #fe1e1e;
}

.team-header {
  /* background-color: #000000;
	width: 100%; */
}

.header-banner img {
  width: 100%;
  height: 40%;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# hero custom
--------------------------------------------------------------*/
/***************** *****/

.hero-section-inner-item img {
  height: 300px;
  width: 100px;

}

/*--------------------------------------------------------------
# hero custom end
--------------------------------------------------------------*/

/*search btn*/
.search-btn button {
  text-align: center;
}

/*search btn*/



/*************about us*****************/

.values-content ul li {
  list-style-type: none;
}

.values-content .ri-check-double-line {
  color: #fe1e1e;
}

/*************about us*****************/

/********animated***********/
.animate__animated.animate__flip {
  --animate-duration: 1s;
}

.animate__animated.animate__slideInRight {
  --animate-duration: 1s;
}

.animate__animated.animate__slideInLeft {
  --animate-duration: 1s;
}

/********animated***********/
/**Counter note**/

.counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.counter {
  text-align: center;
}

.counter h3 {
  padding: 0.5rem 0;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fe1e1e;
}

.counter h6 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

/**Counter note end**/

/**********covid section***************/

.covid-section h2 {
  font-weight: 700;
}

.covid-section hr {
  height: 2px;
  width: 15%;
  background: #fe1e1e;
}

.covid-section img {
  height: 150px;
  width: 150px;
  position: relative;
}

/**********covid section***************/


/******************read more button*************************/
#more1 {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

#more5 {
  display: none;
}

#more6 {
  display: none;
}

/******************read more button*************************/

/*******************custom button for contuct us page url from *************************/

.customFormbtn {
  background-color: #fe1e1e;
  color: white;
  padding: 16px 80px 16px 80px;
  font-size: 14px;
  border: 3px dotted #ce0404;
  border-radius: 10px;
  cursor: pointer;
}

.customFormbtn:hover,
.customFormbtn:focus {
  background-color: #c20f0f;
}
/*******************dropdown pdf download link *************************/
.dropbtn {
  background-color: #fe1e1e;
  color: white;
  padding: 16px 80px 16px 80px;
  font-size: 20px;
  border: 3px dotted #ce0404;
  border-radius: 10px;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #c20f0f;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  border: 3px dotted #ce0404;
  border-radius: 10px;
  width: 328px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  text-align: center;
  color: #ce0404;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}


/*******************dropdown pdf download link*************************/
/*****************************all custom css shafiul********************************************/