@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&amp;display=swap");

/* preloader css */
#preloader {
  background: #000;
   background-repeat: no-repeat; 
   background-position:center center;
  height: 100%;
  background-size: 10%;
  width: 100%;
  position: fixed;
  z-index: 100;
}
* {
  box-sizing: border-box;
}


*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Poppins", sans-serif;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: "Baloo 2", cursive;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

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

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 15px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

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

.home_black_version {
  background: #fff;
}

.header_black .header_top {
  border-bottom: 1px solid #2d2d2d;
}

.header_black .social_icone ul li a {
  background: #2f2f2f;
  color: #fff;
}

.header_black .social_icone ul li a:hover {
  background: #0b5394;
}

.header_black .top_right > ul > li::before {
  background: #2d2d2d;
}

.header_black .top_right > ul > li:hover > a {
  color: #006bb5;
}

.header_black .top_right > ul > li > a {
  color: #000;
}

.header_black .top_right > ul > li > a:not([href]):not([tabindex]) {
  color: #ffffff;
}

.header_black .top_right > ul > li > a:not([href]):not([tabindex]):hover {
  color: #006bb5;
}

.header_black .dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
  border-bottom: 1px solid #2d2d2d;
}

.header_black .dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
  color: #006bb5;
}

.header_black .dropdown_links {
  left: -98%;
}

.social_icone ul li {
  display: inline-block;
  margin-left: 5px;
}

.social_icone ul li:first-child {
  margin-left: -25px;
}

.social_icone ul li a {
  background: #ebebeb;
  color: #aaaaaa;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}

.social_icone ul li a:hover {
  background: #006cb6;
  color: #ffffff;
}

.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.top_right > ul > li:hover ul.dropdown_currency {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:hover ul.dropdown_language,
.top_right > ul > li:hover .header_black ul.dropdown_currency,
.header_black .top_right > ul > li:hover ul.dropdown_currency,
.top_right > ul > li:hover .header_black ul.dropdown_links,
.header_black .top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.top_right > ul > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #006cb6;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.top_right > ul > li:first-child::before {
  display: none;
}

.top_right > ul > li > a {
  color: #006cb6;
  text-transform: capitalize;
  line-height: 26px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 9px 0;
}

.top_right > ul > li > a i {
  margin-left: 3px;
  font-size: 10px;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links,
.header_black .dropdown_currency,
.header_black .dropdown_links {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  text-align: center;
  top: 125%;
  transition: all 0.3s ease-out;
  overflow: hidden;
  left: -154%;
  z-index: 9999;
  padding: 0 15px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

.header_black .dropdown_language,
.header_black .dropdown_currency,
.header_black .dropdown_links {
  background: #242424;
}

.dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  color: #242424;
  text-align: center;
}

.dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
  color: #006bb5;
}

.header_black .dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
  border-bottom: 0;
}

.header_black .dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
  color: #ffffff;
}

.header_black .dropdown_links {
  left: -98%;
}

.dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
  border-bottom: 1px solid #2d2d2d;
  line-height: 36px;
  padding: 5px 0;
}

.dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
  border-bottom: 0;
}

.dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
  color: #006bb5;
}

/* *****************Middle Header******************** */
.header_middel {
  background: #ffffff;
}

.header_black .header_middel {
  border-bottom: 1px solid #006bb5;
  padding: 11px 30px;
}

.home_contact {
  display: flex;
}

.contact_box_n{
    display: none;
  }

.home_contact .contact_box {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #cccccc;
}

.header_black .home_contact {
  align-items: center;
}

.header_black .contact_box {
  margin-left: 15px;
}

.header_black .contact_box p {
  color: #000;
  font-size: 14px;
}

.middel_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search_btn {
  position: relative;
}

.search_btn:hover .dropdown_search {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.search_btn a {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  /* border: 1px solid #fff; */
  font-size: 20px;
  display: block;
  color: #fff;
}

.search_btn a:hover {
  color: #006bb5;
}

.header_black .search_btn form button {
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
  background: inherit;
  color: #fff;
  font-size: 20px;
  height: 100%;
}

.header_black .search_btn form button:hover {
  color: #006bb5;
}

.dropdown_search {
  position: absolute;
  right: 0;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  transition: 0.3s;
}

.dropdown_search form {
  position: relative;
  width: 280px;
  border: 1px solid #ebebeb;
  background: #000;
  z-index: 9;
}

.dropdown_search form input {
  border: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 67px 0 10px;
  background: inherit;
  font-size: 12px;
  color: #a4a4a4;
}

.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #ebebeb;
  width: 59px;
  height: 100%;
  border: 0;
  border-left: 1px solid #2d2d2d;
  padding: 0;
  font-size: 20px;
  background: none;
  color: #ffffff;
}

.header_black .dropdown_search form {
  background: #242424;
  border: 1px solid #2d2d2d;
}

.header_black .wishlist_btn {
  margin-left: 0px;
}

.header_black .wishlist_btn a {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  display: block;
  /* border: 1px solid #fff; */
  color: #fff;
}

.header_black .wishlist_btn a:hover {
  color: #006bb5;
}

.cart_link {
  margin-left: 15px;
  position: relative;
}

.cart_link span.cart_quantity {
  position: absolute;
  left: -11px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background: #006bb5;
  color: #ffffff;
  border-radius: 50%;
  top: 12px;
}



.cart_link > a {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding: 7px 12px 13px 12px;
  line-height: 15px;
  border-radius: 3px;
  display: block;
}

.cart_link > a:hover {
  color: #006bb5;
}

.cart_link > a i.ion-android-cart {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.cart_link>a i.ion-chevron-down {
  font-size: 17px;
  margin-left: 3px;
}

.header_black .cart_link span.cart_quantity {
  background: #006bb5;
}

/* .header_black .cart_link>a {
  border: 1px solid #2d2d2d;
} */

.header_black .cart_link > a:hover {
  color: #006bb5;
}

.mini-cart-wrapper {
  position: fixed;
  min-width: 355px;
  height: 100%;
  padding: 18px 20px 33px;
  background: #ffffff;
  z-index: 999;
  right: 0;
  top: 0;
  transition: 0.5s;
  transform: translateX(100%);
}

.mini-cart-wrapper.active {
  transform: translateX(0);
  transition: 0.5s;
}

.header_black .mini-cart-wrapper {
  background: #242424;
  border: 1px solid #2d2d2d;
  width: 0px;
  overflow-y: scroll;
}

.header_black .mini-cart-wrapper::-webkit-scrollbar { 
  display: none; 
}

.cart_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.header_black .cart_close {
  border-bottom: 1px solid #2d2d2d;
}

.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.mini_cart_close > a {
  font-size: 25px;
  color: #ffffff;
}

.mini_cart_close > a:hover {
  color: #006bb5;
}

.cart_item {
  padding: 20px 0;
  border-bottom: 1px solid #2d2d2d;
  display: flex;
  overflow: hidden;
}

.cart_img {
  width: 100px;
  margin-right: 10px;
}

.cart_info {
  width: 58%;
}

.cart_info a {
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
}

.cart_info a:hover {
  color: #006bb5;
}

.cart_info span {
  display: block;
}

.cart_info span.price_cart {
  color: #006bb5;
  font-weight: 500;
}

.header_black .cart_info span.quantity {
  color: #006bb5;
}

.cart_remove {
  width: 10%;
  text-align: right;
}

.cart_remove a {
  color: #eaeaea;
  font-size: 18px;
}

.cart_remove a:hover {
  color: #006bb5;
}

.cart_total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.cart_total span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.mini_cart_footer {
  padding: 0 25px 25px;
  background: #242424;
}

.cart_button a {
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
  color: #ffffff;
  background: #2e2e2e;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0 11px;
}

.cart_button a:hover {
  background: #006bb5;
}

.cart_button.view_cart {
  padding-bottom: 15px;
}

.cart_button a.active {
  background: #006bb5;
}

.cart_button a.active:hover {
  background: #006bb5;
  color: #000000;
  font-weight: 600;
}

/* ************************ Header Down ( 3rd ) ******************** */

.header_bottom.sticky-header.sticky .main_menu_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_bottom.sticky-header.sticky .logo_sticky {
  display: block;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  animation-name: fadeInDown;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

.header_bottom.sticky-header.sticky .main_menu_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_black .sticky-header.sticky {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  width:100%;
}

.main_menu_inner {
  text-align: center;
}

.logo_sticky {
  display: none;
  margin-right: 35px;
}

.logo_sticky a img {
  max-width: 120px;
  margin-right: 70px;
}

.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}

.main_menu nav > ul > li > a i {
  margin-left: 2px;
}

.main_menu nav > ul > li:hover > a {
  color: #006bb5;
}

.main_menu nav > ul > li.active > a {
  color: #006bb5;
}

.main_menu nav > ul > li:first-child a {
  padding-left: 0;
}

.main_menu nav > ul > li:last-child a {
  padding-right: 0;
}

.main_menu nav ul li ul.mega_menu {
  position: absolute;
  min-width: 250px;
  padding: 30px 25px 35px;
  background: #fff;
  border: 1px solid #ebebeb;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9;
  top: 100%;
  text-align: center;
}

/*.main_menu nav>ul>li>ul.mega_menu>li {*/
/*  width: 33%;*/
/*  float: left;*/
/*}*/

.main_menu nav > ul > li ul.sub_menu > li > a {
  font-size: 15px;
  line-height:40px;
}

.main_menu nav ul li:hover .sub_menu,
.main_menu nav ul li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav ul li ul li.active a,
.main_menu nav ul li ul li a:hover {
  color: #76b2e8;
}

.main_menu nav > ul > li > ul > li > a {
  color: #808080;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}

.main_menu nav > ul > li > ul.sub_menu > li:last-child > a {
  margin-bottom: 0;
}

.main_menu nav > ul > li > ul.mega_menu li ul li:last-child a {
  margin-bottom: 0;
}



/*.main_menu nav>ul>li>ul.mega_menu>li {*/
/*  width: 20%;*/
/*  float: left;*/
/*}*/


.main_menu nav > ul > li > ul.mega_menu > li > a {
  text-transform: uppercase;
  color: #242424;
  font-weight: 500;
  margin-bottom: 30px;
}

.main_menu nav > ul > li > ul.maga_menu > li > a:hover {
  color: #6fa8dc;
}

.main_menu nav > ul > li > ul.maga_menu li ul li a {
  color: #808080;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 11px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.main_menu nav > ul > li > ul.maga_menu li ul li a:hover {
  color: #6fa8dc;
}

.main_menu nav ul li ul.sub_menu.pages {
  left: inherit;
  right: inherit;
}

.header_black .main_menu nav > ul > li.active > a {
  color: #006bb5;
}

.header_black .main_menu nav > ul > li:hover > a {
  color: #006bb5;
}

.header_black .main_menu nav > ul > li > a {
  color: #000000;
  font-family: "Baloo 2", serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
}

.header_black .main_menu nav > ul > li ul.sub_menu {
  background: #242424;
      position: relative;
    right: 0;
    left: 220px;
    top: -135%;
  /*border: 1px solid #2d2d2d;*/
}

.header_black .main_menu nav > ul > li ul.sub_menu li a {
  color: #ffffff;
  font-family: serif;
}

.header_black .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #006bb5;
}

.header_black .main_menu nav > ul > li ul.mega_menu {
    background: #242424;
    border: 1px solid #2d2d2d;
    z-index: 9999;
}

.sub_menu{
    display:none;
}

.hidden:hover + .sub_menu{
    display:block;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li > a {
  color: #fff;
  font-family: serif;
  font-size:16px;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li > a:hover {
  color: #006bb5;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a {
  color: #fff;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a:hover {
  color: #006bb5;
}

.ion-chevron-down {
  font-size: 14px;
  padding-left: 3px;
}

.main_menu nav > ul > li > a {
  display: block;
  padding: 19px 20px;
  color: #212121;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
}


/* **********Slider Section *************** */
.single_slider {
  background-repeat: no-repeat;
  background-position: center;
   background-size: 100%
}

.slider_area.owl-carousel .owl-dots {
  position: absolute;
  bottom: 58px;
  width: 100%;
  text-align: center;
}

.slider_area.owl-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #242424;
  margin: 0 5px;
  transition: 0.3s;
  position: relative;
}

.slider_area.owl-carousel .owl-dots .owl-dot.active {
  transition: 0.3s;
}

.slider_area.owl-carousel .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: #f38735;
  width: 13px;
  height: 13px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

/* .slider_area .single_slider .row {
  height: 498px;
} */

/*.slider_area .slider_content {*/
/*  margin-left: 20px;*/
/*  overflow: hidden;*/
/*}*/

/*.slider_black .slider_content p {*/
/*  color: #a8741a;*/
/*  font-size: 18px;*/
/*  margin-bottom: 0;*/
/*  line-height: 22px;*/
/*}*/

/*.slider_black .slider_content p.slider_price {*/
/*  color: #fff;*/
/*}*/

/*.slider_black .slider_content p.slider_price span {*/
/*  color: #a8741a;*/
/*  margin-bottom: 0;*/
/*}*/

/*.slider_black .slider_content h1 {*/
/*  color: #fff;*/
/*  font-weight: 400;*/
/*  margin-bottom: 10px;*/
/*  font-family: "Baloo 2", serif;*/
/*}*/

/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {*/
/*  .slider_black .slider_content h1 {*/
/*    font-size: 40px;*/
/*    line-height: 46px;*/
/*    margin-bottom: 8px;*/
/*  }*/
/*}*/

/*.slider_black .slider_content span {*/
/*  font-size: 24px;*/
/*  color: #cccccc;*/
/*  margin-bottom: 35px;*/
/*  display: inline-block;*/
/*}*/

/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {*/
/*  .slider_black .slider_content span {*/
/*    font-size: 18px;*/
/*    margin-bottom: 25px;*/
/*  }*/
/*}*/

.slider_black .slider_content a {
  background: #a8741a;
  margin-top: 30px;
}

.slider_black .slider_content a:hover {
  background: #212121;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content a {
    margin-top: 43px;
  }
}

.active .slider_content > span {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}

.active .slider_content p,
.active .slider_content h1,
.active .slider_content a {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.active .slider_content h1 {
  animation-delay: 0.6s;
}

.active .slider_content a {
  animation-delay: 0.9s;
}

.slider_content p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.slider_content h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.slider_content p.slider_price {
  color: #fff;
  font-size: 18px;
}

.slider_content p.slider_price span {
  font-size: 22px;
  font-weight: 500;
  margin-left: 8px;
  color: #a8741a;
  margin-bottom: 0;
}

.slider_content a {
  font-weight: 500;
  margin-top: 25px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}

.slider_content a:hover {
  background: #212121;
}

.button {
  background: #006bb5;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 5px;
}

.button:hover{
    color:#fff;
}

/* **********banner section ************ */
.banner_section {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
}

.banner_black {
  border-bottom: 1px solid #2d2d2d;
}

.banner_black .banner_content {
  transition: 0.5s;
  bottom: 25px;
  top: inherit;
}

.banner_black .banner_content p {
  color: #ffffff;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_black .banner_content h2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 13px;
  }
}

.banner_black .banner_content span {
  color: #fff;
}

.banner_black .banner_thumb:hover .banner_content {
  transform: scale(1.1);
}

.banner_thumb {
  overflow: hidden;
      display: flex;
    justify-content: center;
    align-items: center;
}

.banner_thumb::before {
  content: "";
  background: rgba(0, 0, 0, 0.11);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.banner_thumb img {
  transition: 0.3s;
  margin:auto;
  width:130px !important;
}
.single_banner{
    display: flex;
    justify-content: center;
    width: 350px;
    height: 280px;
    border: 1px solid #0aaa5e;
    border-radius:20px;
}
.banner_thumb:hover::before {
  opacity: 1;
}

.banner_thumb:hover img {
  transform: scale(1.1);
}

.banner_black .banner_thumb:hover .banner_content {
  transform: scale(1.1);
}

.banner_content {
  position: absolute;
}

.banner_content p {
  color: #7d7d7d;
  margin-bottom: 0;
}

.banner_content h2 {
  color:#000;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 15px;
}

@media screen and (max-width:850px){
    .search_btn{
        display: none;
    }
    
    .mannn{
        padding:35px 0;
    } 
}
/* ****************banner section overs ************** */

/* ******************** product section ****************** */
.featured_section {
  max-height: max-content;
}

.product_section {
  margin-bottom: 34px;
}



.product_black_section .product_tab_button ul.nav::before {
  background-image: linear-gradient(to right, transparent, #2d2d2d);
}

.product_black_section .product_tab_button ul.nav::after {
  background-image: linear-gradient(to right, #2d2d2d, transparent);
}

.product_black_section .product_tab_button ul.nav li:first-child a {
  border-left: 0;
}

.product_black_section .product_tab_button ul.nav li a {
  color: #000;
  font-family: "Baloo 2", serif;
}

.product_black_section .product_tab_button ul.nav li a:hover {
  color: #f38735;
}

.product_black_section .product_tab_button ul.nav li a.active {
  color: #fff;
  background-color: #f38735;
}

/* .product_black_section .product_tab_button ul.nav li a.active::before {
  border: 2px solid #006bb5;
} */

.product_tab_button {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}

.product_tab_button ul {
  justify-content: center;
  margin: 0 auto;
}

.product_tab_button ul.nav {
  display: inline-block;
  position: relative;
}

.product_tab_button ul li {
  display: inline-block;
}

.product_tab_button ul li:first-child a {
  border-left: 0;
}

.product_tab_button ul li a {
  font-size: 20px;
  color: #242424;
  line-height: 48px;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  font-family: "Baloo 2", serif;
  padding: 0 30px;
  border-radius: 2px;
  transition: 0.3s;
}

.product_tab_button ul li a:hover {
  color: #a8741a;
}

.product_tab_button ul li a.active {
  color: #a8741a;
  position: relative;
}

/* .product_tab_button ul li a.active::before {
  position: absolute;
  content: "";
  width: 104%;
  height: 109%;
  border: 2px solid #a8741a;
  left: -2px;
  top: -2px;
  border-radius: 2px;
} */

.tab-content {
  padding-top: 20px;
}

.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.product_container .custom-col-5 {
  flex: 0 0 26%;
  max-width: 100%;
  padding: 0 6px;
}

.custom-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-left: -6px;
  margin-right: -6px;
}

.single_product {
  transition: 0.3s;
  border: 1px solid #d4d4d4;
  padding: 20px;
  margin-bottom: 20px;
}

/* .single_product:hover {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
} */

.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
/*.single_product:hover .product_thumb a.primary_img {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/* .product_black_section .single_product {
  padding: 10px;
} */

/* .product_black_section .single_product:hover {
  background: #bcbcbc;
} */

/* .product_thumb {
  position: relative;
  margin-bottom: 8px;
  border-radius: 12px;
  display:flex;
  justify-content:center;
  align-items:center;
} */

.product_thumb img{ 
    width:100%;
    height:240px;
    object-fit: cover;
    border-radius: 0;
}

.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display:none;
}

.single_product:hover .quick_button {
  opacity: 1;
  visibility: visible;
}

.quick_button {
  position: absolute;
  bottom: 15px;
  /*left: 15px;*/
  right: 25%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 50%;
}

.quick_button a {
  line-height: 35px;
  background: #3e3e3e;
  color: #fff;
  padding: 0 10px;
  font-weight: normal;
  border-radius: 2px;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  display: block;
}

.quick_button a:hover {
  background: #a8741a;
}

.product_black_section .quick_button a {
  font-family: "Baloo 2", serif;
  font-size: 14px;
}

.product_black_section .quick_button a:hover {
  background: #006bb5;
}

.product_content {
  text-align: center;
  position: relative;
}

.product_content h3 { 
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding: 15px 0;
  margin-bottom: 13px;
}

.product_content h3::before {
  background-image: linear-gradient(
    to right,
    transparent,
    #2d2d2d 30%,
    85%,
    transparent
  );
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.product_content h3 a {
  color: #000;
}

.product_black_section .product_content h3 a:hover {
  color: #006bb5;
}

.product_black_section .product_content h3 {
  font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial,
    sans-serif;
  font-size: 16px;
  color:#000;
  font-weight: 400;
}

.product_black_section .product_content h3:hover{
    color:#fff;
}

.tag_cate {
  margin-bottom: 10px;
}

.product_black_section .tag_cate a {
  color: #000;
  font-size: 13px;
}

.product_black_section .tag_cate a:hover {
  color: #006bb5;
}

.price_box > span {
  font-size: 16px;
  font-weight: 500;
  color: #006bb5;
}

.price_box > span.old_price {
  color: #545454;
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 400;
}

/* .product_hover {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 0; 
  padding: 15px 8px 20px 8px;
  box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.3);
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
} */

/* .single_product:hover .product_hover {
  top: 95%;
  opacity: 1;
  visibility: visible;
} */

.product_black_section .product_hover { 
    width: 100%;
}
.action_links ul li {
     display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.action_links ul li.add_to_cart a { 
  padding: 10px 30px; 
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
  background: #f38735;
}

/* .action_links ul li a {
  line-height: 37px;
  height: 35px;
  width: 35px;
  background: #2e2e2e;
  color: #ccc;
  display: block;
  text-align: center;
} */

.action_links ul li a:hover {
  color: #fff;
  background: #000;
}

.product_black_section .action_links ul li.add_to_cart a {
  font-family: "Trebuchet MS", sans-serif;
}

.product_container button {
  display: none !important;
}

.featued_btn {
  display: flex;
  justify-content: center;
  align-items: center; 
  cursor: pointer;
}

.featuresd_moreBtn { 
  background: #006bb5;
  color: #fff;
  border: none;
  /* border-radius: 10px; */
  font-family: "Baloo 2", serif;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.featuresd_moreBtn a:hover{
    color:white;
}
/* add this from last part  */

.p_section1 .slick-list {
  z-index: 9;
  position: relative;
}

.p_bottom.p_section1 .slick-list {
  padding-bottom: 120px !important;
  margin-bottom: -120px;
}

/* till here */

/* banner section  */
.banner_fullwidth {
  /*background: url(images/banner/banner2222.jpg);*/
  margin-bottom: 0px;
}

.banner_fullwidth .row {
  height: 610px;
}

.black_fullwidth .banner_text:hover {
  transform: scale(1.1);
}

.black_fullwidth .banner_text p {
  color: #f38735;
}

.black_fullwidth .banner_text h2 {
  color: #fff;
  font-family: serif;
  font-weight: 400;
}

.black_fullwidth .banner_text span {
  color: #a0a0a0;
}

.black_fullwidth .banner_text a {
  color: #f38735;
  border: 2px solid #f38735;
}

.black_fullwidth .banner_text a:hover {
  color: #fff;
  background: #f38735;
}

.banner_text {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.banner_text p {
  font-size: 23px;
  margin: 0;
}

.banner_text h2 {
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 65px;
}

.banner_text > span {
  font-size: 20px;
  margin: 0;
  display: block;
}

.banner_text a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a8741a;
  border: 2px solid #a8741a;
  padding: 0 45px;
  border-radius: 3px;
  margin-top: 70px;
  line-height: 46px;
  display: inline-block;
}

/* ******** product section ******* */
.product_container.bottom button {
  display: block !important;
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 99;
  border: 0;
  background: inherit;
  font-size: 15px;
  background: transparent;
  color: #a0a0a0;
}

.product_container.bottom button:hover {
  color: #a8741a;
}

.product_container.bottom button.next_arrow {
  right: 13px;
}

.product_black_section.bottom {
  padding-bottom: 34px;
  margin-bottom: 0px;
  margin-top:35px;
}

.section_title {
  margin-bottom: 33px;
  position: relative;
}

.section_title h2 {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size:35px;
  color:#006bb5;
  font-weight:700;
  text-transform: uppercase;
}

.blog_section {
  padding-bottom: 62px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 62px;
}

.blog_section.blog-sec .row{row-gap: 30px;}

.blog_section .section_title {
  margin-bottom: 30px;
}

.blog_black {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 64px;
  margin-top:25px;
  position: relative;
  z-index: 9;
}

.blog_black .section_title::before {
  background: #2d2d2d;
}

.blog_black .section_title h2 {
  color: #006bb5;
  font-weight: 900;
  font-size:35px;
}

.blog_black .blog_wrapper .owl-nav {
  background: #242424;
}

.blog_black .blog_wrapper .owl-nav div {
  color: #a0a0a0;
}

.blog_black .blog_wrapper .owl-nav div:hover {
  color: #a8741a;
}

.blog_content {
  text-align: left;
}

.blog_content h3 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 21px;
  position: relative;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
}

.blog_content h3 a {
  color: #000;
  letter-spacing: 1px;
  font-family: "Poppins", serif !important;
  font-weight: 500;
}

.blog_content h3 a:hover {
  color: #a8741a;
}

.blog_content .read_more a {
  color: #fff;
}

.blog_content .read_more a:hover {
  background-color: #000;
}

.author_name p {
  color: #fff;
}

.author_name p span.themes {
  color: #006bb5;
}

.post_desc p {
  color: #a0a0a0;
  font-size: 13px;
}

.read_more a{ 
  display: inline-block;
  padding: 10px 30px;
  text-align: center; 
  background: #f38735;
  color: #fff; 
}

.blog_wrapper .col-lg-4 {
  flex: 0 0 100%;
  width: 100%;
}

.blog_wrapper .owl-nav {
  position: absolute;
  top: -55px;
  right: 14px;
  display: flex;
  background: transparent;
  padding: 0 10px;
  font-size: 18px;
}

.blog_wrapper .owl-nav div.owl-next {
  margin-left: 8px;
}

.blog_thumb {
  /*position: relative;*/
  margin-bottom: 20px;
}

.blog_thumb a {
  display: block;
}

.blog_thumb::before {
  position: absolute;
  content: "";
  background: rgba(34, 34, 34, 0.7);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.blog_thumb:hover::before {
  opacity: 1;
  visibility: visible;
}

.author_name {
  margin-bottom: 10px;
}

.author_name p {
  font-size: 13px;
  text-transform: capitalize;
  color: #a7a7a7;
}

.author_name p span.themes {
  color: #f38735;
}

.author_name p span.post_by {
  color: #808080;
}

.post_desc {
  margin-bottom: 12px;
}

.post_desc p {
    line-height: 26px;
    color: #464141;
    font-size: medium;
    font-weight: 500;
     text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_content p.post_desc {
  color: #5a5a5a;
  line-height: 25px;
  margin-bottom: 21px;
}

.blog_column3 i {
  font-size: 17px;
  padding: 0 5px;
}

.blog_column3 .ion-chevron-left:hover {
  color: #006bb5;
}

.blog_column3 .ion-chevron-right:hover {
  color: #006bb5;
}
/*.owl-carousel .owl-nav button.owl-prev {*/
/*  right: 45px;*/
/*}*/
/* ***********************subscribe *********** */
.newsletter_area {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 70px;
  margin-bottom: 65px;
}

.newsletter_black {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 70px;
}

.newsletter_black h2 {
  color: #ffffff;
  font-family: serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 32px;
}

.newsletter_black p {
  color: #a0a0a0;
  line-height: 26px;
  margin-bottom: 37px;
}

.newsletter_black .newsletter_content form {
  width: inherit;
  position: unset;
  display: flex;
  justify-content: center;
  width: 600px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.newsletter_black .newsletter_content form input {
  width: 100%;
  border: 2px solid #2d2d2d;
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  padding: 10px 224px 10px 20px;
  background: none;
}

.newsletter_black .newsletter_content form button {
  position: absolute;
  font-family: "Poppins", serif;
  content: "";
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 60px;
  background: #a8741a;
  color: #fff;
  height: 100%;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
}

.newsletter_black .newsletter_content form button:hover {
  color: #000;
}

.newsletter_content {
  text-align: center;
}

/* ****************banner section ************** */
.banner_section_five {
  border-bottom: 0;
  padding: 25px;
}

.banner_section_five .row {
  margin-right: 0;
  margin-left: 0;
}

.port-box {
  background-color: #1f1f1f;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
  position: relative;
}

.text-overlay {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #3b3f3f;
  opacity: 0.8;
  display: none;
}

.text-overlay h1,
p {
  color: #0b5394;
}

.text-overlay h1 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

.text-overlay p {
  font-size: 1.2rem;
  margin: 0;
}

.port-box:hover .text-overlay {
  display: flex;
}

.port-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ******************* ************* */
/* footer section */
.footer_black {
  background:#fff;
  padding-top: 0px;
}

.footer_top {
  padding-top: 2rem;
}

.footer_black .widgets_container > h3 {
  color: #f38735;
  font-family: serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer_contact p {
  margin-bottom: 0;
  line-height: 30px;
  color: #2d2d2d;
}
.footer_top p.text{
  color: #2d2d2d !important;
}

.footer_contact p a:hover {
  color: #a8741a;
}

.footer_contact ul {
  margin-top: 10px;
}

.footer_contact ul li {
  display: inline-block;
  margin-right: 7px;
}

.footer_contact ul li:last-child {
  margin-right: 0;
}

.footer_contact ul li a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border: 0;
  background: #f38735;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.footer_contact ul li a:hover {
  background: #2d2d2d;
}

.footer_menu ul li a {
  display: block;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #2d2d2d;
}

.footer_menu ul li a:hover {
  color: #006bb5;
}

/* ***************** */


.simple_product_items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.simple_product_thumb {
  width: 22%;
}

.simple_product_content {
  width: 70%;
  margin-left: 17px;
}

.simple_product_content .tag_cate {
  margin-bottom: 0;
}

.simple_product_content .product_name h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.simple_product_content .product_name h3 a {
  color: #fff;
  font-size: 19px;
}

.simple_product_content .product_name h3 a:hover {
  color: #006bb5;
}

.simple_product_content .product_price span {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
}

.simple_product_content .product_price span.old_price {
  text-decoration: line-through;
  padding-right: 8px;
}

.simple_product_content .product_price span.current_price {
  color: #a8741a;
  font-weight: 500;
}

/* *********footer bottom ******* */
.footer_bottom {
  padding: 38px 0 46px;
}

.copyright_area {
  text-align: center;
}

.copyright_area p {
  text-transform: capitalize;
  line-height: 26px;
  color: #2d2d2d;
}

.copyright_area p a {
  color: #f38735;
}

.copyright_area p a:hover {
  text-decoration: underline;
}

/* ***********************over ************** */
/* ***************modal section ************* */

.modal-dialog.modal-dialog-centered {
  min-width: 870px;
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}

.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #ebebeb;
  margin: 0 2px;
}

.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 17px;
  color: #242424;
  line-height: 26px;
}

.see_all {
  margin-bottom: 27px;
}

.see_all a {
  color: #5a5a5a;
  text-decoration: underline;
}

.see_all a:hover {
  color: #a8741a;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  color: #242424;
  line-height: 20px;
}

.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}

.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ddd;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 15px;
  color: #212121;
  font-weight: 400;
}

.modal_social ul li a:hover {
  background: #a8741a;
  color: #fff;
  border-color: #a8741a;
}

.modal_price {
  margin-bottom: 16px;
}

.modal_price span {
  font-weight: 600;
  color: #006bb5;
  font-size: 16px;
}

.modal_price span.old_price {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.modal_add_to_cart {
  border-bottom: 1px solid ebebeb;
  padding-bottom: 30px;
}

.modal_add_to_cart form input {
  width: 80px;
  border: 2px solid #333;
  background: none;
  padding: 0 17px;
  border-radius: 5px;
  height: 40px;
}

.modal_add_to_cart form button {
  background: none;
  border: 1px solid #212121;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  width: 300px;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #212121;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom:1rem;
}

.modal_add_to_cart form button:hover {
  background: #006bb5;
  color: #fff;
  border-color: #006bb5;
}

.modal_body {
  padding: 0 6px 38px;
}

.modal-content button.close {
  position: relative;
  left: 94%;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #ebebeb;
  top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 25px;
  border-bottom: 1px solid ebebeb;
  padding-bottom: 23px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.product_navactive.owl-carousel .owl-nav {
  display: block;
  font-size:45px;
}

 .owl-carousel .owl-nav button.owl-prev {
         position: absolute;
    top: 55px;
    left: -9px;
 }
 
 .owl-carousel .owl-nav button.owl-next{
     position: absolute;
    top: 56px;
    right: -10px;
 }

.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  color: #333;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.product_navactive.owl-carousel .owl-nav div:hover {
  background: #a8741a;
  color: #fff;
}

.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

.arrow-left {
  position: absolute;
  top: 29px;
  left: -9px;
  font-size: 20px;
  height: 25px;
  width: 21px;
  color: black;
  padding: 2px;
  border-radius: 6px;
  padding-right: 3px;
}

.arrow-right {
  position: absolute;
  top: 27px;
  right: -12px;
  font-size: 20px;
  height: 25px;
  width: 24px;
  color: black;
  padding: 2px;
  border-radius: 6px;
  padding-left: 5px;
}

.arrow-left:hover,
.arrow-right:hover {
  background: #a8741a;
  color: #fff;
}

/* ==================== about us page css==================== */

.middleparaContainer {
  display: block;
  align-items: center;
  text-align: center;
  padding: 90px;
  /*background: url(public_html/indiangems/assets/images/3.jpg);*/
}

.middleCont_spn {
  color: #fff;
  font-family: sans-serif;
  font-weight: 600!important;
  font-size: 25px!important;
  line-height: 28px!important;
  text-transform: capitalize;
}

/* ===================== about us page css=================== */

/* ====================== contact Us page START==================== */

.middleConatct_cont {
  display: block;
  align-items: center;
  text-align: center;
  padding: 90px;
  background-color: #0cbaba;
background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
}

.keepIn_Touch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.keep_touch_p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  text-transform: capitalize;
}

.keep_touch_span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  padding: 30px 205px;
}

.contact__container {
    width: 65%;
    display: grid;
    grid-template-columns: 30% 58%;
    gap: 12%;
    margin: 50px 280px;
}

.contact__options {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact__option {
  background: #fff;
  color: #000;
  padding: 1.3rem;
  border-radius: 1.2rem;
  text-align: center;
  border: 2px solid #006bb5;
  transition: all 400ms ease;
}

.contact__option:hover {
  background: #fff;
  border-color: #000;
  color:#000;
}

.contact__option-icons {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.contact__option a {
  margin-top: 0.7rem;
  display: inline-block;
  font-size: 0.8rem;
}

/* ================== form =================== */
form {
  display: flex;
   flex-direction:column;
  gap:0.6rem;
  
}

.mobile form {
    display:flex !important;
    flex-direction:row !important;
    gap:100px;
}



input,
textarea {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 2px solid #006bb5;
  resize: none;
  color: #000000;
}

.sendMessage {
  height: 50px;
  background: #006bb5;
  color: #fff;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

.sendMessage:hover {
  background: #fff;
  color: #000;
  border: 2px solid #006bb5;
}

/* ======================= media queries============================ */
@media screen and (max-width: 1024px) {
  .contact__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .custom-row{
      grid-template-columns: repeat(3,1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .contact__container {
    gap: 1px;
  }
  
  .custom-row{
      grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.form_contact_cont {
  padding: 15px;
}

/* =======================contact Us page END====================== */

/* ======================= blog page start ======================== */

.blogAlonePge {
  margin-top: 50px;
}

.continue_btn_blog {
    background:none;
    border:none;
}

.continue_btn_blog:hover {
    color:white;
}

/* ======================= blog page ends ======================== */

/* ====================== Single Blog Page Start================== */

.single_blog_container {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.blog_single_thumb {
  position: relative;
  margin-bottom: 55px;
  margin-top: 30px;
}

.blog_single_thumb a {
  display: block;
}

.blog_single_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.blog_single_thumb:hover::before {
  opacity: 1;
  visibility: visible;
}

.blog_single_heading {
  text-align: center;
}

.blog_single_head_uppr {
  font-family: "Baloo", sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

.blog_single_head_uppr:hover {
  color: #006bb5;
}

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

.post_desc_blog p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.blog_single_thumb_img {
  width: 600px;
  border-radius: 20px;
}

.blog_single_thumb:hover .blog_single_thumb_img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.header_bottom {
  background: #fff;
}

/* ====================== Single Blog Page Ends================== */

/* ===================== items page start========================== */
.items_single_page {
  padding-top: 40px;
  border-radius: 0;
}

.quant_wishlist {
  display: flex;
  align-items: center;
}

.wishlist_btn1 {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  display: block;
  border: 2px solid #2d2d2d;
}

.wishlist_btn1 a:hover {
  color: #a8741a;
}

.quantity_cont_spn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: bold;
}

.quantity_cont_spn:hover {
  text-decoration-line: underline;
}

.quantity_cont {
  margin-right: 20px;
}

.article_spn {
  color: #000;
  display: flex;
}
.article_head_spn {
  margin-left: 2rem;
}
/* ===================== inquiry form ===================== */
.form-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
}
.mansi_inq_cont {
  display: flex;
  flex-direction: column;
  background: #0d0d0d;
  padding: 18px;
}
.heading_3 {
  color: #a8741a;
  text-align: center;
}

.mansi_inq_cont input[type="text"],
.mansi_inq_cont input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.mansi_inq_cont input[type="text"]:focus,
.mansi_inq_cont input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}
/* ===================== inquiry form ===================== */
/* ===================== items page ends========================== */

/* ===================== login page css start====================== */
.login_version_page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:50px;
  background-color: #0cbaba;
  background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
}

.containers {
  position: relative;
  max-width: 430px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 20px;
}

.containers .forms {
  display: flex;
  align-items: center;
  height: 500px;
  width: 200%;
  transition: height 0.2s ease;
}

.containers .form {
  width: 50%;
  padding: 30px;
  background-color: #fff;
  transition: margin-left 0.18s ease;
}

.containers.active .login {
  margin-left: -50%;
  opacity: 0;
  transition: margin-left 0.18s ease, opacity 0.15s ease;
}

.containers .signup {
  opacity: 0;
  transition: opacity 0.09s ease;
}

.containers.active .signup {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.containers.active .forms {
  height: 600px;
}

.containers .form .title {
  position: relative;
  font-size: 27px;
  font-weight: 600;
}

.form .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background-color: #006bb5;
  border-radius: 25px;
}

.form .input-field {
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.input-field input {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 35px;
  border: none;
  outline: none;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid transparent;
  transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) {
  border-bottom-color: #006bb5;
}

.input-field i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 23px;
  transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) ~ i {
  color: #006bb5;
}

.input-field i.icon {
  left: 0;
}

.input-field i.showHidePw {
  right: 0;
  cursor: pointer;
  padding: 10px;
}

.form .checkbox-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.checkbox-text .checkbox-content {
  display: flex;
  align-items: center;
}

.checkbox-content input {
  margin-right: 10px;
  accent-color: #006bb5;
}

.form .text {
  color: #333;
  font-size: 14px;
}

.form a.text {
  color: #006bb5;
  text-decoration: none;
}

.form a:hover {
  text-decoration: underline;
}

.form .button1 {
  margin-top: 10px;
}

.form .button1 input {
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
  background-color: #006bb5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button1 input:hover {
  background-color: #006bb5;
}

.form .login-signup {
  text-align: center;
}

/* ===================== login page css ends ====================== */

/* ===================== product page start ======================= */
.side-area {
  margin-bottom: 30px;
}
.side-area:last-child {
  margin-bottom: 0px;
}
.product-side .side-content {
  border-bottom: 1px solid #eee;
}
.product-side .side-content:last-child {
  border-bottom: 0px;
  height: 100vh;
}
.product-side .list {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
}
.product-side .list:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0px solid transparent;
}
.product-side .list li {
  margin-bottom: 18px;
  transition: 0.5s;
  text-align: left;
  padding-left: 2rem;

}
.product-side .list li a {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  position: relative;
}
.side-shadow {
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.2);
}

.items_desc_imgae{
    width:275px;
}
@media (max-width: 991px) {
  .side-title {
    padding-left: 0;
    padding-right: 0;
  }
  
  .custom-row{
      grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }
}
.side-title h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  background: #444546;
  padding: 10px 15px 10px 12px;
  text-transform: uppercase;
}
.product-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fliter_cont {
  margin-top: 3rem;
  color:white;
}

@media screen and (max-width:650px){
    .custom-row{
          grid-template-columns: 1fr;
    gap: 2rem;
    }
    /* .slider_area .single_slider .row{
        height: 230px;
    } */
}

@media screen and (max-width:450px){
    /* .slider_area .single_slider .row{
        height: 150px;
    } */
    .header_black .wishlist_btn a{
      width: 35px;
      height: 35px;
      line-height: 36px;
    }
 
.middel_right .btn{
    line-height: 1;
    font-size: 0.7rem;
    padding: 0.375rem 0.4rem;
    
}
.blog_section, .blog_black, .banner_black{
    margin-bottom: 0;
}
.product_tab_button ul li a{
    line-height: 33px;
    font-size: 16px;
    padding: 0 10px;
}
.product_tab_button{
    margin-bottom: 0!important;
}
    
}
/* ===================== product page end ========================= */

/* ===================== cart css ===================== */
body {
  background-color: #eeeeee;
}

.footer-background {
  background-color: rgb(204, 199, 199);
}

@media (max-width: 991px) {
  #heading {
    padding-left: 50px;
  }

  #prc {
    margin-left: 70px;
    padding-left: 110px;
  }

  #quantity {
    padding-left: 48px;
  }

  #produc {
    padding-left: 40px;
  }

  #total {
    padding-left: 54px;
  }
}

@media (max-width: 767px) {
  .mobile {
    font-size: 10px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 9px;
  }

  #mobile-font {
    font-size: 11px;
  }

  #prc {
    font-weight: 700;
    margin-left: -45px;
    padding-left: 105px;
  }

  #quantity {
    font-weight: 700;
    padding-left: 6px;
  }

  #produc {
    font-weight: 700;
    padding-left: 0px;
  }

  #total {
    font-weight: 700;
    padding-left: 9px;
  }

  #image {
    width: 60px;
    height: 60px;
  }

  .col {
    width: 100%;
  }

  #zero-pad {
    /*padding: 2%;*/
    /*margin-left: 10px;*/
  }

  #footer-font {
    font-size: 12px;
  }

  #heading {
    /*padding-top: 15px;*/
  }
  
  .cart_head{
      width:125px !important;
  }
  
  .sub_cart_btns{
      flex-direction:column;
  }
  .continue_btn{
      display:flex;
      justify-content:center;
      flex-direction:column;
      align-items:center;
      gap:15px;
  }
}

@media screen and (max-width:1025px){
    .continue_btn{
      display:flex;
    }
}

/* ===================== cart css ===================== */

/* ===================== profile css ===================== */
.profile_page_cont {
  margin-top: 50px;
  margin-bottom: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #a8741a;
  padding: 40px;
  width: 600px;
}

.profile_page_img {
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.profile_image {
  width: 180px;
  border-radius: 50%;
}

.profile_form_cont {
  /* width: 400px; */
  display: flex;
  justify-content: center;
}

.profile_form_cont label {
  color: #fff;
  font-family: "Baloo 2", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.profile_form_cont input {
  width: 400px;
  height: 15px;
}

.btn_submit {
  height: 45px;
  color: #fff;
  background: #a8741a;
  border: none;
  border-radius: 10px;
  margin-top: 50px;
}

/* ===================== profile css ===================== */
/* ===================== whatsapp logo css start =====================*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 2px 2px #999;
  z-index: 100;
}

.float:hover {
  background-color: #fff;
}

.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 150px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 2px 2px #999;
  z-index: 100;
}

.float2:hover {
  background-color: #fff;
}

.my-float {
  position: relative;
  top: 14px;
}

.my-float:hover {
  color: #25d366;
}
.toggle_btn {
  display: none;
}
/* ===================== whatsapp logo css end ===================== */

/* ==================== media queries ============================ */
@media only screen and (min-width: 350px) and (max-width: 700px) {
  .float {
    /*right: 220px;*/
  }
  .newsletter_black .newsletter_content form input {
    width: 59%;
  }
  .newsletter_black .newsletter_content form button {
    left: 36px;
    width: 47%;
    top: 70px;
  }
  .product_tab_button {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .header_top {
    display: none;
  }
  .inquiry_none {
    display: none;
  }
  .keep_touch_p {
    font-size: 18px;
  }
  .keep_touch_span {
    font-size: 15px;
    padding: 25px 20px;
  }
  .cart_link {
    width: 45px;
  }
  .cart_text_quantity {
    display: none;
  }
  .cart_link > a i.ion-chevron-down {
    display: none;
  }
  .middel_right {
    padding-left: 45px;
    justify-content: inherit;
  }
  .header_black .toggle_btn {
    margin-left: 18px;
    display: block;
    border: none;
  }
  .header_black .toggle_btn a {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    display: block;
    border: 1px solid #2d2d2d;
  }
  .header_black .toggle_btn a:hover {
    color: #a8741a;
  }
  .profile_page_cont {
    width: 300px;
    margin-bottom: 35px;
  }
  .profile_form_cont input {
    width: 250px;
  }
  .product-side .side-content:last-child {
    height: 40vh;
  }
  .middleConatct_cont {
    padding: 0;
  }
  .contact__container {
    margin: 30px 95px;
  }
  .product_container .product_col {
    flex: 0 0 100%;
  }
  .product_container .custom-col-5 {
    flex: 0 0 100%;
  }
  .article_spn {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .article_head_spn {
    margin-left: 0;
    margin-top: 10px;
  }
  .product_black_section .product_hover {
    width: 109%;
  }
  .product_black_section .quick_button a {
    display: none;
  }
  .header_black .home_contact {
    display: none;
  }
.contact_box_n{
    display: block;
  }
  .header_black .main_menu nav > ul > li > a {
    font-size: 11px;
  }
  .sticky-header.sticky {
    width: 68%;
    height: 135px;
  }
  .main_menu nav > ul > li > a {
    padding: 10px 15px;
  }
  .logo_sticky a img {
    margin-right: -35px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  .float {
    right: 65px;
  }
  .freeShipping {
    font-size: 11px;
  }
  .home_contact {
    display: none;
  }
  .contact_box_n{
    display: block;
  }

  
  .keep_touch_span {
    padding: 30px 55px;
  }
  .contact__container {
    margin: 50px 0;
    display: flex;
  }
  .form_contact_cont {
    width: 345px;
  }
  .header_black .toggle_btn {
    margin-left: 18px;
    display: block;
    border: none;
  }
  .product_container .custom-col-5 {
    flex: 0 0 50%;
  }
  .product_container .product_col {
    flex: 0 0 50%;
  }
  .items_desc_imgae {
    width: 50%;
    height: 50%;
  }
  .product_black_section .product_hover {
    width: 111%;
  }
  .sticky-header.sticky {
    width: 95%;
    height: 110px;
  }
}


/*===========Manu==========*/
span.numlink {
    padding: 11px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    border: 1px solid;
    margin: 5px;
}
.learts-mt-70 {
    margin-top: 70px;
}
span.current-page.numlink {
    padding: 11px;
    background-color: #d38f19;
    border-radius: 50px;
    color: #fff;
}
.mannn{
    display:flex;
    justify-content:center;
    background:#eee4dc;
    padding:35px 115px;
    margin-bottom:30px;
    cursor:pointer;
    border-radius:10px;
}

.icon-box5{
    display:flex;
    justify-content:center;
    align-items:center;
}

.icon-box5 .icon {
    color: #006bb5 !important;
    font-size:35px;
}

.icon-box5 .content {
    padding-left: 20px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.icon-box5 .content .title {
    font-family: "Futura";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.vl {
  border-left: 1px solid black;
  height: 50px;
}

@media screen and (max-width:620px){
    .vl{
        display:none;
    }
    
    .mannn{
        gap: 30px;
        padding: 35px 32px;
    }
        .header_bottom.sticky-header.sticky .logo_sticky{
            display:none;
        }
       .sticky-header.sticky{
           height:55px;
       }
        .middel_right{
            padding-left:0 !important;
        }
        .product_tab_button ul.nav::before{
            display:none;
        }
        .slider_content p.slider_price{
            font-size: 10px;
        }
        
        .slider_black .slider_content span {
            font-size: 12px;
        }
        .slider_content h1 {
            font-size: 41px;
        }
}


.hidden-div {
    display:none;
}

.hover-trigger:hover + .hidden-div {
  display:block;
  z-index: 200;
}




/* header */


.mini_cart_close {
  position: absolute;
  top: 3%;
  right: 17px;
  z-index: 1000;
}

.mini_cart_close .caret-back-outline {
  font-size: 2rem;
  display: none;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
      position: relative;
  }

  .dropdown-menu .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: -7px;
  }

  .dropdown-menu .submenu-left {
      right: 100%;
      left: auto;
  }

  .dropdown-menu>li:hover {
      background-color: #f1f1f1;
  }

  .dropdown-menu>li:hover>.submenu {
      display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: 0.5rem;
  }
}

.navbar li,
.navbar .nav-link {
  color: black !important;
}
.navbar-nav .nav-item{
  font-weight: 500;
  font-size: 1rem;
}
.navbar-nav .dropdown-item{
  color: black;
  font-size: 1rem;
  font-weight: 500;
}
.navbar-toggler{
  background-color: #f38735!important;
}

.navbar-dark .navbar-nav .nav-link{color: #fff !important;}
header nav.navbar{background-color: #000;}

header .logo a img{width: 110px;}

.header_black .header_middel{
  overflow: hidden;
  border: 0px;
  position: relative;
}

.header_black .header_middel::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 950px solid #f38735;
  border-bottom: 110px solid #f38735;
  border-left: 100px solid transparent;
}


header .contact-info{position: relative; z-index: 1; display: flex; list-style: none; justify-content: end; gap: 30px; text-align: center;}
header .contact-info li{
  color: #fff;
}
header .contact-info li i{color: #fff; font-size: 19px; margin-right: 10px; border: 1px solid #fff; border-radius: 50%; width: 35px; height: 35px; line-height: 35px;}
header .contact-info li a{color: #fff; font-size: 16px;}

.slider_area .banner1{background-position: center center; background-repeat: no-repeat; background-size: cover;}
.slider_area .banner1 .slider-bg{padding: 40px 0; background-color: #0000009d;} 
.slider_area .banner1 .slider-bg .text span{display: block; color: #f38735; font-size: 16px; font-weight: bold;}
.slider_area .banner1 .slider-bg .text h3,
.slider_area .banner1 .slider-bg .text h3 p{color: #fff; font-size: 33px; font-weight: bold; margin: 15px 0;}
.slider_area .banner1 .slider-bg .text p{color: #fff; font-size: 16px;}
.slider_area .banner1 .slider-bg .text a{display: inline-block; color: #fff; font-size: 16px; background-color: #f38735; padding: 10px 30px;}
.slider_area .banner1 .slider-bg .text a:hover{background-color: #000;}

.slider_area .banner1 .img{position: relative;}
.slider_area .banner1 .img img{border: 5px solid #fff;}

.slider_area .banner1 .img .video-icon{
  position: absolute;
  top: 30%;
  left: -74px;
  background-image: url(../images/video-bg.jpg);
  background-size: cover;
  background-position: center center;
  height: 250px;
  padding: 71px 30px 30px; 
  border: 6px solid #ffffff;
  border-radius: 100px;
}

.video-one__btn {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}

.video-one__btn:hover {
  background-color: #fff;
  color: #252930;
}

.video-one__btn:before {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: .4;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  -webkit-animation: videoBtnAnim 3s linear infinite;
  animation: videoBtnAnim 3s linear infinite;
}

.video-one__btn:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: .15;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  -webkit-animation: videoBtnAnim 5s linear infinite;
  animation: videoBtnAnim 5s linear infinite;
  
}


@keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}



/* about */
#about{padding: 50px 0;}
#about .row{row-gap: 25px; align-items: center;}
#about .text span{display: block; color: #f38735; font-size: 18px; font-weight: bold;}
#about .text h3{color: #000; font-size: 44px; margin: 15px 0; line-height: 40px; font-weight: bold;}
#about .text .nav-pills{gap: 20px;}
#about .text .nav-link{width: 145px; height: 40px; position: relative; border-radius: 0; border: 0; background-color: #afcfff; font-weight: bold; color: #000;}
#about .text .nav-pills .nav-link.active, 
#about .text .nav-pills .show>.nav-link{color: #fff; background-color: #f38735;}
 
#about .text .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#about .text .nav-link:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #afcfff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
 
#about .text .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#about .text .nav-link.active:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #f38735;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

#about .text .tab-content{color: #000; font-size: 16px;}
#about .text .tab-content ul{columns: 2; list-style: none; margin: 15px 0;}
#about .text .tab-content ul li{color: #000; font-size: 16px;}
#about .text .tab-content ul li i{color: #f38735; font-size: 16px;}
#about .text a{display: inline-block; color: #fff; font-size: 16px; background-color: #f38735; padding: 10px 30px;}
#about .text a:hover{background-color: #000;}


/* brands */
#brands{padding: 60px 0; background-color: #f5f5f5;}
#brands h2{color: #000; font-size: 25px; margin-bottom: 20px; font-weight: bold;}
#brands .ads_sponsors div img{padding: 20px 30px; width: 100%; height: 150px; object-fit: contain; object-position: center center; border: 0;}
 

/* category */
#category{padding: 60px 0; background-color: #f2f7ff;}
#category span{color: #f38735; font-size: 16px; font-weight: bold; display: block; }
#category h2{color: #000; font-size: 35px; margin: 10px 0 30px; font-weight: bold;}
#category .owl-item{background-color: #fff; border-radius: 10px; text-align: center;}
#category .owl-item img{width: 100%; width: 100%; height: 300px; object-fit: contain;}
#category .owl-item h5{color: #000; font-size: 20px; font-weight: 600; margin: 20px 0;}


/* product-section */
#product-section{padding: 60px 0; background-color: #fff;}
#product-section .heading span{color: #f38735; font-size: 16px; font-weight: bold; display: block; }
#product-section .heading h2{color: #000; font-size: 48px; margin: 10px 0 20px; font-weight: bold;}
#product-section .product_content h5{color: #000; font-size: 16px; font-weight: 500;}
#product-section .product-bt{border-top: 1px solid #d4d4d4;}
 

/* bestselling */
#bestselling .span{color: #f38735; font-size: 16px; font-weight: bold; display: block; }
#bestselling h2{color: #000; font-size: 48px; margin: 10px 0 20px; font-weight: bold;}


/* blog_section */
.blog_section{ margin: 0; padding: 60px 0;}
.blog_section .span{color: #f38735; font-size: 16px; font-weight: bold; display: block;}
.blog_section h2{color: #000; font-size: 25px; margin: 10px 0 20px; font-weight: bold;}
.blog_section .single_blog{background-color: #f5f5f5; padding: 20px;} 
.blog_section .blog_thumb img{width: 100%; height: 250px; object-fit: cover;}
.blog_section .single_blog .post_desc p{font-size: 14px;}

/* contact */

/* contact */

#contact {
  padding: 50px 0px;
      background-color: #fff;
}

#contact h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

#contact .text {
  font-size: 15px;
  margin-bottom: 30px;
}

#contact .iner {
  row-gap: 30px;
}

#contact .form-control {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #555;
  font-size: 13px;
  height: 45px;
  padding: 10px;
  box-shadow: none;
}

#contact .btn {
  display: inline-block;
  padding: 10px 60px;
  background-color: transparent;
  color: #f38735;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #f38735;
  position: relative;
  transition: .5s;
  z-index: 1;
}

#contact .btn::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #f38735;
  z-index: -1;
}

#contact .btn:hover:before {
  width: 100%;
}

#contact .btn:hover {
  color: #ffffff;
}

#contact ul li h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 21px;
}

#contact .content {
  margin-left: 30px;
}

#contact ul {
  margin-bottom: 55px;
}

#contact ul li a {
  color: #000;
  font-size: 16px;
}

#contact .map {
  margin-top: 60px;
}

/* blog-det */

#blog-detail {padding: 70px 0;}
#blog-detail .row {row-gap: 30px; justify-content: center;}
#blog-detail .img img {width: 100%;}
#blog-detail .content-a h5 a {color: #000; font-size: 22px; display: inline-block;  margin-bottom: 10px;}
#blog-detail .content-a span {color: #6d6d6d; display: inline-block; margin: 15px 0; font-size: 15px;}
#blog-detail .content-a span i {color: #f38735;}
#blog-detail .content-a p {color: #6d6d6d; font-size: 16px; text-align: justify;}
#blog-detail .blog {background-color: #f3873513; padding: 15px 30px 30px; border: 1px solid #f38735; position: sticky; top: 100px;}
#blog-detail .blog h4 {color: #f38735; margin-bottom: 15px; text-align: center; font-size: 28px; font-weight: bold;}
#blog-detail .blog ul {list-style: none; background-color: #fff; border: 1px solid #e4e4e4; padding: 10px;}
#blog-detail .blog ul li {margin-bottom: 15px; align-items: center;}
#blog-detail .blog ul li:last-child {margin-bottom: 0;}
#blog-detail .blog a {color: #000; font-size: 13px; display: inline-block;}
#blog-detail .blog p {color: #6d6d6d; display: inline-block; font-size: 14px;}
#blog-detail .blog p i {color: #f38735;}

/* product-det */

#product-det{padding: 60px 0px;}
#product-det .text{text-align: justify; margin-bottom: 25px;}
#product-det .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #f38735;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #f38735;
  position: relative;
  transition: .5s;
  z-index: 1;
}

#product-det .btn::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #f38735;
  z-index: -1;
}

#product-det .btn:hover:before {
  width: 100%;
}

#product-det .btn:hover {
  color: #ffffff;
}

/* modal */

.modal .modal-title{font-size: 20px;}

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #f38735;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}






@media (max-width: 1024px) {

  .header_black .header_middel::before{
    border-right: 550px solid #f38735;
  }

}


@media (max-width: 991px) {

  header .contact-info li a{font-size: 13px;}

  .header_black .header_middel::before{
    border-right: 470px solid #f38735;
  }

  .slider_area .banner1 .slider-bg .text h3{
    font-size: 24px;
  }
  .slider_area .banner1 .slider-bg .text p{
    font-size: 14px;
  }
  .slider_area .banner1 .img .video-icon{
    top: 24%;
    left: -60px;
    height: 200px;
    padding: 50px 10px 20px;
  }

  .product_tab_button ul li a{
    font-size: 14px;
    padding: 0 10px;
    line-height: 36px;
  }
  .mannn{padding: 33px 10px;}
  .icon-box5 .content .title{
    font-size: 18px;
  }
  .icon-box5 .content p{font-size: 14px;}
 
}




@media (max-width: 520px) {

  header .contact-info li:last-child{
    display: none;
  }
  .header_black .header_middel{
    padding: 11px 0;
  }
  .header_black .header_middel::before{
    border-right: 160px solid #f38735;
  }

  .slider_area .banner1 .img{
    margin-top: 30px;
  }
  .slider_area .banner1 .img .video-icon{
    top: 52%;
    left: -5px;
  }
  #about .text h3{
    font-size: 28px;
  }  
  #about .text .nav-link{
    font-size: 14px;
    width: 133px;
  } 
  #about .text .nav-pills{
    justify-content: center;
    text-align: center;
  }
  #about .tab-content .tab-pane{
    font-size: 14px;
  }
  #about .text .tab-content ul li{
    font-size: 14px;
  }
  .product_tab_button ul li a{
    font-size: 15px;
  }
  #product-section .heading span{text-align: center;}
  #product-section .heading h2{font-size: 37px; text-align: center;}

  #bestselling h2{font-size: 31px;}
 
  #brands .ads_sponsors div img{padding: 10px;}
}
.so-panel {
    margin-bottom: 0px !important;
}
h3.widget-title {
    display: none;
}


.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #f38735;
    border-color: #f38735;
}