@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.4rem 'Hind', sans-serif; color: var(--body_txt_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a,::after,::before,button{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }





:root{

    --black: #000;
    --brand:#f4ca26;
    --body_txt_color:#b3b4b6;
    --white:#fff;

   }



/* top_button */

.top_btn {background: var(--brand); border-radius: 100%; bottom: 1rem; color: var(--white); height: 5rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 5rem; z-index: 9999;  text-align: center; display: inline-block;}
.top_btn i{font-size: 2rem; line-height: 5rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover {bottom: .3rem; opacity: 1; color: var(--white);}



.py{padding: 5rem 0;}
.px{margin-bottom: 3rem;}
.h1, .h2{font-weight: 600; font-size: 3rem; line-height: 3.5rem; letter-spacing: .1rem; text-transform: capitalize; color: var(--black);}
h3, .h3{font-size: 3rem; color: var(--black); line-height: 3.5rem; text-transform: capitalize;}
.h3 span{position: relative; display: inline-block; padding-right: 2rem;}
.h3 span::before{border-width: 1px 0 0 0; border-style: solid; height: .1rem; width: 1900px; position: absolute; content: ""; bottom: 0; left: 100%; border-color: #ebebeb;}
.title_txt .h3{overflow: hidden;}
h4{font-size: 2rem; text-transform: capitalize;}
p{font-size: 1.5rem; line-height: 2.2rem;}
.img_flud{max-width: 100%; height: auto;}
.as_btn{height: 4.5rem; display: inline-block; padding: 0 3rem; border: .1rem solid var(--brand); color: var(--brand); text-align: center; text-transform: capitalize; line-height: 4.4rem; position: relative; z-index: 1; font-weight: 700;}
.as_btn::after{position: absolute; left: 0; top: 0; background: var(--brand); width: 0; height: 100%; content: ""; z-index: -1;}
.as_btn:hover:after{width: 100%;}
.as_btn:hover{color: var(--white);}


/*header*/
.header_sec{ width: 100%;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px; position: relative;}
.menu_sec{padding-right: 16rem;}
.menu_sec li{ position: relative; text-transform: capitalize; font-weight: 600; letter-spacing: .1rem; font-size: 1.8rem;}
.menu_sec li:last-child a{padding-right: 0;}
.menu_sec li a{color: var(--black); display: inline-block; padding-right: 1.5rem;}  
.menu_sec .active a, .menu_sec li a:hover, .header_sec.fixed .menu_sec .active a{color: var(--brand);}  
.header_top li{display: inline-block; font-size: 1.7rem;} 
.header_top ul li a{color: var(--white); display: inline-block; padding-right: 1rem;}
.header_top ul li a:hover{color: var(--black);}
.header_top ul li:last-child a{padding-right: 0;}
.header_top{background: var(--brand); padding: .5rem 0;} 
.header_sec.fixed{position: fixed; left: 0px; top: 0px; z-index: 99; -webkit-animation-name: animationFade; -o-animation-name: animationFade; animation-name: animationFade; -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; box-shadow: 0 0 .7rem 0 #ccc; background: var(--white);}
  @keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
  100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
  .fadeInDown{-webkit-animation-name:animationFade;animation-name:animationFade;}
.header_sec.fixed .header_top, .header_sec.fixed .header_mid{display: none;}
.header_sec.fixed .header_menu{position: relative; top: inherit;}
.header_sec.fixed .menu_sec li a{color: var(--black);} 
.header_icon_lt li i{padding-right: .5rem; color: var(--white);}
.header_icon_lt li a{color: var(--white);}
.header_top li a:hover{color: var(--black);}
.header_top .d-flex{justify-content: space-between; align-items: center;}
.header_top ul li a i{vertical-align: middle;}
.header_menu .as_btn{position: absolute; right: 0; top: 0;} 
.header_menu .as_btn i{display:none;}
.nav_top .navbar-brand img{width:25rem; max-width:100%;}

 /*banner*/  
/* .bannersec{ width: 100%; text-align: center; position: relative;}
.banner_box{position: relative;}
.banner_box::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); content: "";}
.banner_box img{height: 65.3rem; object-fit: cover;}
.banner_txt{position: absolute; left: 0; top: 50%; width: 100%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.banner_content{border-left: .1rem solid var(--white); display: inline-block; position: relative; border-right: .1rem solid var(--white);}
.banner_content strong{font-size: 7rem; font-weight: 700; letter-spacing: .1rem; color: var(--white); text-transform: uppercase; line-height: 7.5rem; padding-bottom: 1rem;}
.banner_content span{color: var(--white); display: inline-block; width: 100%; font-size: 2.2rem; line-height: 3rem; padding-bottom: .8rem;}
.cross-txt {position: absolute; left: -.1rem; right: -.1rem; transform: translateY(-50%); display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; color: var(--brand); font-style: normal; letter-spacing: .1rem; font-weight: 600;}
.intro-action.cross-txt { bottom: 0; transform: translateY(50%); }
.cross-txt::before, .cross-txt::after {content: ''; -ms-flex: 1; flex: 1; height: 1px; background: #fff; }
.cross-txt::before { margin-right: 2.5rem;}
.cross-txt::after { margin-left: 2.5rem;}
.mid_txt{padding: 6rem 2rem;}
.bannersec .carousel-indicators button{width: .8rem !important; height: .8rem !important; background: transparent; border: .1rem solid var(--white); border-radius: 100%;}
.bannersec .carousel-indicators button.active{background: var(--brand); border-color: transparent; background: var(--brand);} */

/*banner*/  
.bannersec{width: 100%; position: relative;}
.bannersec .row{align-items: center;}
.banner_box{width: 100%; position: relative; height:580px;}
.banner_txt{padding: 15rem 0;}
/* .banner_txt p{color: var(--white);} */
.banner_txt strong{width: 100%; display: inline-block;  font-size: 5rem; color: var(--black); text-transform: capitalize;}
.banner_txt span{letter-spacing: 0.1em; font-size: 3rem; width: 100%; display: inline-block; padding: 4rem 0; color: var(--black);}
.bannersec .carousel-indicators [data-bs-target]{width: 1rem; border: .2rem solid var(--white); border-radius: 100%; height: 1rem; margin-bottom: .5rem; background: transparent; opacity: 1;}
.bannersec .carousel-indicators{justify-content: end; display: grid; margin-right: 4rem;}
.bannersec .carousel-indicators li{margin: 2rem 0 !important;}
/* .banner_txt .as_btn{color: var(--white); border-color: var(--white);}
.banner_txt .as_btn:hover{border-color: transparent;} */
.bannersec .carousel-indicators .active{border-color: transparent; background: var(--white);}
.banner_txt strong {font-size: 4rem;}

/* fetures_sec */
.feture_box{margin-top: 3rem;}
.feture_box b{width: 100%; color: var(--black); display: inline-block; text-transform: capitalize; font-size: 1.8rem;}
.feture_box span{letter-spacing: .1rem;}
.feture_box img{width: 5.4rem; max-width: 100%;}


/* Categories_sec */
.categori_img{position: relative;}
.over_lay{background: rgba(0, 0, 0, 0.1); width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: ""; z-index: 1;}
.categories_txt{position: absolute; left: 3rem; bottom: 2rem; z-index: 2;}
.categories_txt strong{text-transform: capitalize; font-size: 2.5rem; letter-spacing: .1rem; position: relative; padding-left: 5.5rem; line-height: 3rem;}
.categories_txt strong::before{position: absolute; left: 0; bottom: 1rem; height: .2rem; width: 5.4rem; background: var(--white); content: "";}
.categories_txt strong a{color: var(--white);}


/* product_sec */
.product_box{margin-top: 2rem;}
.price{color: var(--brand); display: inline-block;  padding-bottom: .2rem;}
.price i{color: var(--black); padding-right: .4rem; font-size: 1.2rem; vertical-align: .1rem;}
.produt_img{position: relative; display: block; background-color: #d7d7d7; overflow: hidden;}
.produt_img .as_btn{position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.2); color: var(--white); padding: 1rem 0; opacity: 0; visibility: hidden; transform: translateY(100%); line-height: 2.5rem; border: none;}
.product_box:hover .produt_img .as_btn{visibility: visible; opacity: 1; transform: translateY(0);}
.produt_img .as_btn:hover{background: var(--brand); color: var(--white);}
.produt_img1 {display: block; height: auto;}
.product_image_hover {position: absolute;left: 0; top: 0; opacity: 0; width: 100%; height: auto; transition: all .4s ease;}
.product_box:hover .product_image_hover {opacity: 1;}
.check_sec input[type=radio] {display:none; margin:1rem;}
.check_sec input[type=radio] + label {display:inline-block;margin:-.2rem; width: 1.5rem; height: 1.5rem; border-radius: 100%; cursor: pointer; margin-right: .5rem; border: .2rem solid var(--white);}
.check_sec input[type=radio]:checked + label {box-shadow: 0 0 0 0.1rem #cccccc;}
.sale{position: absolute; left: 2rem; top: 2rem; background: var(--brand); color: var(--white); display: inline-block;  text-transform: capitalize; border-radius: 100%; width: 5rem; height: 5rem; line-height: 5rem; text-align: center;}
.rt_img{padding: 5.8rem 2rem; position: relative;}
.rt_img strong{color: var(--white); font-size: 2.5rem; text-transform: capitalize; line-height: 3rem;}
.rt_img::before{position: absolute; background: rgba(0, 0, 0, 0.2); width: 100%; height: 100%; left: 0; top: 0; content: "";}
.rt_img .input_fld button{border-color: var(--white); color: var(--white);}
.rt_img .input_fld button::after{background: var(--brand);}
.rt_img .input_fld button:hover{color: var(--white); border-color: var(--brand);}



/* selling_sec */
.sellin_img{width: 8rem; height: 9rem; object-fit: cover;}
.selling_sec .d-flex{margin-top: 2rem; align-items: center;}
.product_title a{color: var(--black); display: inline-block; padding-bottom: .5rem;}
.product_title :hover{color: var(--brand);}
.product_title{font-size: 1.6rem;}



/* subscrib_sec */
.subscrib_sec{position: relative;}
.subscrib_txt{width: 100%; background: rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 2.5rem;}
.input_fld input[type="email"], .input_fld input[type="text"], .input_fld input[type="tel"], .input_fld textarea{width: 100%; background: var(--white); height: 4rem; border: none; box-shadow: none; -webkit-appearance: none;  padding: 0 1.5rem; outline: none; text-transform: capitalize;}
.input_fld{margin-top: 1rem;}
.input_fld button{background: transparent; width: 100%;}
.subscrib_txt p{margin-bottom: 2.5rem;}



/* save_sec */
.save_sec{position: relative;}
.save_txt{width: 100%; background: rgba(0, 0, 0, 0.2); padding: 8rem 3rem;}
.save_txt span, .save_txt b{color: var(--white); display: inline-block; width: 100%;}
.save_txt b{font-size: 2rem; padding: 1rem 0;}

/* call_sec */

.promo_section h4, .promo_section h5{font-size: 1.5rem; line-height: 1.4; position: relative; display: inline-block; padding: .5rem .8rem; transform: rotate(-2deg);}
.promo_section h4 b, .promo_section h5 b {display: inline-block; padding: .5rem .8rem;font-size: 1.5em; background-color: var(--white);}
.promo_section h5 b{background: var(--brand);}
.promo_section h5{font-size: 1.5rem;}
.promo_section h5 span{font-size: 1.4rem; font-weight: 600;}
.promo_section h5 i { position: absolute; left: -2.25rem; top: 50%; transform: translateY(-50%) rotate(-90deg); font-size: 1rem; font-style: normal; opacity: 0.6; letter-spacing: 0; color: var(--white);}
.call_sec .row{align-items: center;}
.call_sec .as_btn{color: var(--white); border-color: var(--white);}
.call_sec .as_btn:hover{border-color: transparent;}
.promo_section h4{color: var(--black);}

/*brand_sec*/
.brand_sec h2{text-align: center;  border-top: .1rem solid #ebebeb; padding-top: 4rem;}
.brand_sec .owl-carousel .owl-item img {display: inline-block !important; width: 10rem !important; max-width: 100%; height: 10rem; object-fit: contain;}
.brand_sec .owl-nav.disabled{display: none;}
.brand_img{margin-top: 3rem;}


/* contact_sec */
.contact_sec, .sell_sec{background-attachment: fixed !important; position: relative;}
.contact_sec::before{background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.contact_info{position: relative; max-width: 80rem; display: inline-block;}
.contact_info ul li{display: inline-block; margin: 2rem 2rem 0 0; color: var(--white);}
.contact_info ul li:last-child{margin-right: 0;}
.contact_info ul li span{display: inline-block; font-weight: 600;}
.contact_info ul li span a{color: var(--white);}
.contact_info ul li i{font-size: 3rem; vertical-align: middle; padding-right: .5rem;}



/*instagram*/
.instagram{position: relative;}
.instagram .owl-nav{display: none;}
/* .instagram .owl-nav, .similar_sec .owl-nav{font-size: 0; position: absolute; right: 0; top: -5.7rem; width: auto;}
.instagram .owl-nav .owl-prev, .instagram .owl-nav .owl-next, .similar_sec .owl-nav .owl-prev, .similar_sec .owl-nav .owl-next{width: 4rem; height: 4rem; border: .1rem solid #ccc; border-radius: 100%;}
.instagram .owl-nav .owl-prev::before, .instagram .owl-nav .owl-next::before, .similar_sec .owl-nav .owl-prev::before, .similar_sec .owl-nav .owl-next::before{font: normal 20px/3.8rem FontAwesome; content: "\f104"; color: #ccc;}
.instagram .owl-nav .owl-prev:hover::before, .instagram .owl-nav .owl-next:hover::before, .similar_sec .owl-nav .owl-prev:hover::before, .similar_sec .owl-nav .owl-next:hover::before{color: var(--brand);}
.instagram .owl-nav .owl-next::before, .similar_sec .owl-nav .owl-next::before{content: "\f105";}
.instagram .owl-nav .owl-prev, .similar_sec .owl-nav .owl-prev{float: left; margin-right: .5rem;}
.instagram .owl-nav .owl-next, .similar_sec .owl-nav .owl-next{float: right;}  */
.insta_img{position: relative; margin-top: 3rem;}
.icon_insta{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.icon_insta a{color: var(--white); font-size: 4rem;}
.icon_insta a:hover{color: var(--brand);}
.insta_img::before{position: absolute; left: 0; top: 0; width: 0; height: 100%; background: rgba(0, 0, 0, 0.2); content: "";}
.insta_img:hover::before{width: 100%; opacity: 1;}
.insta_img:hover .icon_insta{opacity: 1; visibility: visible;}





/*footer_sec*/

/* .footer_sec{background: var(--black);}

.footer_top .d-flex span{width: 100%; display: inline-block; font-size: 1.4rem; font-weight: 300;}

.footer_top{border-bottom: .1rem solid #525455; padding-top: 4rem;}

.footer_top .d-flex{margin-bottom: 2rem;}

.ft_txt strong{color: var(--white); display: inline-block; padding-bottom: 1rem; text-transform: capitalize;}

.ft_txt ul li a{color: var(--gray); font-weight: 300;}

.ft_txt ul li a:hover{color: var(--brand);}

.footer_middle .collum:nth-child(2) .ft_txt{padding-left: 4rem;}

.footer_bottom.d-flex{align-items: center; justify-content: space-between; width: 100%; border-top: .1rem solid #525455; padding: 1.5rem 0;}

.footer_bottom.d-flex p{text-transform: capitalize;}

.footer_bottom.d-flex p a{color: var(--white);}

.footer_bottom.d-flex p a:hover{color: var(--brand);}

.ft_txt{padding-bottom: 3rem;}

.footer_middle.py{padding-top: 3rem !important;}

.social_icons li{display: inline-block; margin: 0 .5rem 0 0;}

.ft_txt ul li{text-transform: capitalize; margin-top: .2rem;}
.ft_txt ul li:first-child{margin-top: 0;}

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

.social_icons li a{color: var(--gray); border: .1rem solid var(--gray); width: 3rem; height: 3rem; display: inline-block; border-radius: 100%; text-align: center;}

.social_icons li a i{line-height: 3rem; font-size: 1.4rem;}

.as_btn2{margin-top: 2rem; border: .1rem solid var(--white); height: 4rem; line-height: 3.8rem; padding: 0 2rem; display: inline-block; border-radius: .4rem; color: var(--white);}
.as_btn2:hover{border-color: var(--brand);} */

/*footer_sec*/
.footer_sec{background: var(--black);}
.footer_top{padding: 4rem 0 2rem;}
.menu_list{padding-bottom: 2rem;}
.footer_sec p{color: var(--white); font-size: 1.5rem;}
.footer_sec ul li{display: inline-block; width: 100%; margin-bottom: 1rem;}
.footer_sec ul li:last-child{margin-bottom: 0;}
.footer_sec ul li a, .footer_sec ul li{color: #f1f1f1;}
.footer_top span{width: 100%; display: inline-block; color: var(--white); font-size: 2.4rem; padding-bottom: 1.5rem; font-weight: 600; text-transform: capitalize;}
.menu_list .menu_txt li{margin-bottom: 0 !important;}
.menu_list .menu_txt li a{padding-bottom: .3rem; display: inline-block;}
.socil_icon li a{border: none;  color: var(--white); background: var(--brand); display: inline-block; width: 3rem; height: 3rem; border-radius: 100%; text-align: center; margin-right: .5rem;}
.socil_icon li a i{line-height: 3rem; font-size: 1.4rem;}
.socil_icon li:last-child a{margin-right: 0;}
.socil_icon li a:hover{color: var(--brand); background: var(--white);}
.socil_icon li{width: auto !important; margin-bottom: 0 !important;}
.footer_sec ul li a:hover{color: var(--brand);}
.footer_bootom{padding: 1.5rem 0; background: var(--brand);}
.footer_bootom .d-flex{justify-content: space-between;}
.footer_bootom a{color: var(--white);}
.footer_bootom p a:hover{color: var(--black);}
.footer_top .collum:nth-child(2) .menu_list, .footer_top .collum:nth-child(3) .menu_list{padding-left: 5rem;}




/* about_page */

.inner_banner .banner_txt{position: relative; padding: 6rem 0;}

.inner_banner .banner_content{border: none;}
.inner_banner .breadcrumb{justify-content: center; margin-top: 1rem;}

.inner_banner .breadcrumb li{font-weight: 500; font-size: 1.7rem; text-transform: capitalize;}

.inner_banner .breadcrumb li a{color: var(--white);}

.inner_banner .breadcrumb li.active{color: var(--white);}

.inner_banner .breadcrumb-item + .breadcrumb-item::before{content: "\f07a"; font: normal 14px/1 FontAwesome; line-height: 2.5rem; padding: 0 1rem; color: var(--white);}

.inner_banner .breadcrumb-item + .breadcrumb-item {padding-left: 0;}

.who_rt img{width:40rem;}



.review_sec{background-attachment: fixed !important; position: relative;}



.review_sec strong, .review_sec span{width: 100%; display: inline-block;}

.review_sec strong{font-size: 1.8rem; letter-spacing: .1rem; margin-top: 2rem;}

.review_sec .owl-carousel .owl-item img {max-width: 100% !important; height:7rem; object-fit:cover; border-radius: 100%;}
.review_sec .owl-item{padding: 0 .1rem;}

.review_sec .owl-nav, .review_sec .owl-dots{display: none;}

.review_txt strong{color: var(--black); font-size: 1.8rem; display: inline-block; width: 100%;}

.review_txt span{width: 100%; display: inline-block; padding-top: .4rem;}

.review_box{border: .1rem solid #ebebeb; margin-top: 5.5rem; padding:2rem; border-radius: .5rem; position:relative;}
.review_img{position: absolute; top: -4rem; left: 2.5rem;}
.review_txt{padding: 1rem 0 0;}



.who_lt .as_btn2{color: var(--brand); border-color: var(--brand);}

.who_lt .as_btn2:hover{background: var(--brand); color: var(--white);}

.wel_lt{border-radius: .5rem; overflow: hidden;}
.welcome_sec .owl-dots{display: none;}
.welcome_sec .owl-nav.disabled{font-size: 0;}
.welcome_sec .owl-prev, .welcome_sec .owl-next{position: absolute; left: -1.9rem; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 4rem; height: 4rem; border-radius: 100%; background: var(--brand); text-align: center;}
.welcome_sec .owl-next{right: -1.9rem; left: inherit;}
.welcome_sec .owl-prev::before, .welcome_sec .owl-next::before{content: "\f060"; font: normal 1.8rem/4rem FontAwesome; color: var(--white);}
.welcome_sec .owl-next::before{content: "\f061";}

/* contact_page */
.contact_banner .breadcrumb-item + .breadcrumb-item::before {color: var(--black);}
.innercon_lt ul li {border: 0.2rem solid var(--brand); width: 100%; padding: 1.5rem; margin-top: 2rem; border-radius: .4rem;}

.innercon_lt ul li .flex-shrink-0 {border-radius: 100%; width: 4rem; height: 4rem; line-height: 4rem; color: var(--black); text-align: center; font-size: 2rem;}

.innercon_lt ul li strong{font-size: 1.8rem; color: var(--black); text-transform: capitalize; font-weight: 600;}

.innercon_lt ul li a{color: var(--body_txt_color);}

.innercon_lt{margin-top: 5rem;}

.innercon_rt .input_fld input[type="email"], .innercon_rt .input_fld input[type="text"], .innercon_rt .input_fld input[type="tel"], .innercon_rt .input_fld textarea{border: .1rem solid var(--body_txt_color); border-radius: .4rem; height: 4.5rem;}

.innercon_rt{padding: 5rem 0  0 5rem;}

.innercon_rt .input_fld{margin: 0 0 1.5rem;}

.input_fld button{width: auto;}

.input_fld textarea{height: 12rem !important; resize: none; padding: 1.5rem;}

.map_sec iframe{width: 100%; height: 40rem;}



/* shop_page */

.pegination_sec ul li{display: inline-block; margin-top: 5rem;}

.page_number{color: var(--black); padding: 3px; background: transparent; min-height: 4rem; min-width: 4rem; line-height: 3.2rem; font-size: 1.4rem; border-width: .1rem; border-style: solid; margin: 0 .3rem; text-align: center; display: inline-block; border-color: #cccccc; display: flex; align-items: center; justify-content: center;}

.page_number:hover{background: var(--brand); color: var(--white);}

.pegination_sec ul li .current{background: var(--brand); color: var(--white); border-color: var(--brand);}





/* product_details_page */



/*owl-caro2 sync1*/

.product_slider{ width: 100%; }

#sync1.owl-theme {position: relative;}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev { width: 22px; height: 40px; margin-top: -20px; position: absolute; top: 50%;  }

#sync1  .owl-prev { left: 10px; }

#sync1  .owl-next { right: 10px;}

.product_slider #sync1 .owl-prev{ display: none !important;}

.product_slider #sync1 .owl-next{ display: none !important;}

.product_slider .owl-dots{ display: none !important;}

.product_slider #sync2 .owl-item.active.current img{ opacity: 0.8;}

.product_slider #sync2 .owl-prev{ display: none !important;}

.product_slider #sync2 .owl-next{ display: none !important;}

.product_slider img{ max-width: 100% !important; display: inline-block !important;}

.product_slider #sync2 img{width: 100% !important;}

.product_slider #sync2{ margin-top: 25px; }

.product_slider #sync2 .owl-item{ border: 1px solid #d4d4d4; padding: .5rem;}

.product_slider #sync1{ border: 1px solid #d4d4d4; }

.addination_txt{padding-top: 5rem;}

.addination_txt b{font-size: 2rem; color: var(--black); text-transform: capitalize;}

.dtlsoffer_sec i{font-size: 1.3rem; padding-right: .2rem;}

.dtlsoffer_sec del{padding-left: .4rem;}

.dtlsoffer{background: var(--brand); color: var(--white);  height: 3rem; padding: 0 2rem; border-radius: .4rem; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 500; margin-left: 2rem;}

.prodtls_txt{border-top: .1rem solid #ebebeb; border-bottom: .1rem solid #ebebeb; padding: 2rem 0; margin-top: 2rem;}

.product_dltsrt .as_btn2{color: var(--brand); border-color: var(--brand);}

.product_dltsrt .as_btn2:hover{background: var(--brand); color: var(--white); border-color: var(--white);}

.similar_sec .owl-nav .owl-prev, .similar_sec .owl-nav .owl-next{text-align: center;}



.product_dlts h4{color: var(--black);}

.similar_sec .owl-nav{font-size: 0; position: absolute; right: 0; top: -5.7rem; width: auto;}
.similar_sec .owl-nav .owl-prev, .similar_sec .owl-nav .owl-next{width: 4rem; height: 4rem; border: .1rem solid #ccc; border-radius: 100%;}
.similar_sec .owl-nav .owl-prev::before, .similar_sec .owl-nav .owl-next::before{font: normal 20px/3.8rem FontAwesome; content: "\f104"; color: #ccc;}
.similar_sec .owl-nav .owl-prev:hover::before, .similar_sec .owl-nav .owl-next:hover::before{color: var(--brand);}
.similar_sec .owl-nav .owl-next::before{content: "\f105";}
.similar_sec .owl-nav .owl-prev{float: left; margin-right: .5rem;}
.similar_sec .owl-nav .owl-next{float: right;} 



























@media (min-width: 992px) and (max-width: 9000px) 

{

.nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;

    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid #ccc; 

    background:#fff !important; width: 10.50rem; padding: 0; border-radius: 0; left: 0; right: inherit; padding: .5rem .8rem .8rem; box-shadow: inherit; }



.nav_top .dropdown:hover .dropdown-menu { max-height: 30rem;opacity: 1; visibility: visible; }



}



/* responsive */

@media only screen and (max-width: 1399px){

    .rt_img {padding: 3.8rem 2rem;}

}


@media only screen and (max-width: 1200px){

    .banner_box img {height: 58.7rem;}

}



@media only screen and (max-width: 1199px){

    

    .banner_box img {height: 50.7rem;}

    .banner_content strong {font-size: 5.8rem; line-height: 6.5rem;}

    .subscrib_txt h2{font-size: 2rem;}

    .subscrib_txt p {margin: 1rem 0;}

    .categories_txt b {font-size: 4rem;}
	.banner_txt {padding: 10rem 0;}



    /* about_page */

    h3, .h3{font-size: 2.5rem;}

    .inner_banner .banner_content h1 strong {font-size: 4.5rem; line-height: 5rem;}

}



@media only screen and (max-width: 991px){

    

    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}

    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--black); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}

    .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}

    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}

    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}

    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}

    .header_sec.fixed .nav_top .navbar-toggler .icon-bar{background: var(--black);}

    .nav_top .navbar-collapse {position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 20.80rem; padding: 2.5rem 1.5rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh;}

    .nav_top .navbar-collapse.show {left: 0;}

    .menu_sec li a{padding: 1rem 1.5rem; width: 100%; border-bottom: .1rem solid var(--brand);}

    .product_rt{padding-top: 4rem;}

    .save_txt b br{display: none;}

    .save_txt {padding: 4rem 3rem;}

    .brand h2 {padding-top: 2rem;}

    .footer_middle .collum:nth-child(2) .ft_txt {padding-left: 0;}

    .ft_txt strong {padding-bottom: 1rem;}

    .banner_content strong {font-size: 4.8rem; line-height: 5.5rem;}

    .banner_box img {height: 42.7rem;}

    .instagram .owl-nav {top: -4rem;}

    .banner_txt {top: 55%;}

    .nav_top .more_btn {right: 4rem;}

    .menu_sec {padding-right: 0;}

    .categories_txt b {font-size: 3.5rem; padding-top: 1rem;}

    .header_sec.fixed{padding: 1rem 1.5rem;}

    .header_menu .as_btn{right: 5rem;}
    .header_top li {font-size: 1.6rem;}
    .banner_txt strong{font-size: 4rem; line-height: 4.5rem;}
    .banner_txt span {padding: 2rem 0;}
    .banner_txt {padding: 6rem 0;}
    .h1, .h2 {font-size: 2.5rem; line-height: 3rem;}
    .footer_top .collum:nth-child(2) .menu_list, .footer_top .collum:nth-child(3) .menu_list {padding-left: 0;}
    .footer_top span {font-size: 2.2rem; padding-bottom: 1.2rem;}

    /* about_page */

    .inner_banner .banner_box img {height: 30rem !important;}

    .inner_banner .banner_content h1 strong {font-size: 3.5rem; line-height: 4rem;}



    /* contact_page */

    .map_sec iframe {height: 25rem;}

    .innercon_rt {padding: 3rem 0 0 3rem;}

    .innercon_lt {margin-top: 3rem;}



    /* product_details_page */

    .instagram .owl-nav {top: -5rem; }

    

    

}



@media only screen and (max-width: 767px){

    

    .container{max-width: 100%; padding: 0 1.5rem;}

    .py {padding: 4rem 0;}

    .product_title {font-size: 1.4rem;}

    .categories_txt strong {font-size: 2.2rem; padding-bottom: 1rem;}
    .Categories_sec .cll:last-child .categori_img{margin-top: 2rem;}

    .brand_img { margin-top: 2rem;}

    .categori_rt .categories_box{width: 50%;}
    .banner_txt strong {font-size: 3rem; line-height: 3.5rem;}
    .banner_txt span {padding: 1.5rem 0; font-size: 2.5rem;}
    .categories_txt strong {padding-left: 0;}
    .promo_section{margin-top: 2rem;}
    .Categories_sec .cll:nth-child(2) .categori_img {margin-top: 2rem;}
    .header_menu .as_btn {top: -.2rem; }
    .call_sec .h2 {font-size: 2.5rem; line-height: 3rem;}



    /* about_page */
    .inner_banner .banner_txt {padding: 4rem 0;}

    .who_rt{padding-top: 2rem;}
	.who_rt img {width: 30rem;}
    .team_box {margin-top: 2rem;}

    .inner_banner .banner_content h1 strong {font-size: 3.5rem; line-height: 4rem;}

    .faq_sec h4{font-size: 1.8rem; padding-right: 5rem;}

    .nav_top .navbar-brand img{width: 23rem;}

    .nav_top .more_btn{top: 1.1rem;}

    .inner_banner .banner_box img {height: 25rem !important;}
	.review_box {padding: 1.5rem;}
	.welcome_sec .owl-prev, .welcome_sec .owl-next{top:-2.5rem; right:0; width:3.5rem; height:3.5rem;}
	.welcome_sec .owl-prev::before, .welcome_sec .owl-next::before {font: normal 1.6rem/3.5rem FontAwesome;}
	.welcome_sec .owl-prev{left:inherit; margin-right:4rem;}
	.gallery_sec.mt-4{margin-top:5.5rem !important;}
	.bannersec .carousel-indicators {margin-right: 2rem;}

    /* contact_page */

    .innercon_rt {padding: 3rem 0 0 0;}

    #sync1{margin-top: 1rem;}

    .product_dltsrt.ps-3{padding: 2rem 0 0 !important;}

    .addination_txt {padding-top: 3rem;}
	.banner_box{ height: 340px; }

}





@media only screen and (max-width: 575px){



    .nav_top .navbar-toggler .icon-bar {background-color: var(--black);}

    .nav_top  .navbar-brand img{width: 19.5rem;}

    .nav_top .more_btn{top: .9rem; padding: 0 2rem; height: 3.5rem; line-height: 3.3rem;}

    .header_sec{position: inherit;}

    .banner_txt {top: 50%;}

    .banner_content strong {font-size: 2.8rem; line-height: 3.5rem;}

    .mid_txt {padding: 3rem 2rem;}

    .banner_box img {height: 25.7rem;}

    .categories_box{margin-top: 2rem;}

    .Categories_sec.py{padding-top: 2rem;}

    .h1, .h2 {font-size: 2rem;}

    .instagram.text-center{text-align: left !important;}

    .instagram .owl-nav .owl-prev, .instagram .owl-nav .owl-next{text-align: center !important;}

    .instagram .owl-nav {top: 0;}

    .instagram .owl-nav .owl-prev, .instagram .owl-nav .owl-next, .similar_sec .owl-nav .owl-prev, .similar_sec .owl-nav .owl-next {width: 3rem; height: 3rem;}

    .instagram .owl-nav .owl-prev::before, .instagram .owl-nav .owl-next::before, .similar_sec .owl-nav .owl-prev::before, .similar_sec .owl-nav .owl-next::before{font-size: 14px; line-height: 2.8rem;}

    .insta_img {margin-top: 2rem;}

    .footer_bottom.d-flex{flex-direction: column;}

    .footer_bottom.d-flex p{padding-bottom: .5rem;}

    .footer_bottom.d-flex p:last-child{padding-bottom: 0;}

    .ft_txt {padding-bottom: 2rem;}

    .footer_top b{font-size: 1.5rem;}

    .footer_middle.py {padding-top: 2rem !important;}

    .product_lt .text-center.mt-5{margin-top: 2rem !important;}

    .header_sec{padding: .5rem 1.5rem;}

    .product_box {margin-top: 1rem;}
	.bannersec .carousel-indicators { margin-right: 1rem;}

    
    .categori_rt .categories_box{width: 100%;}
    .categories_txt b {font-size: 3rem;}
    .header_icon_lt span{display: none;}
    .header_top .d-flex{justify-content: center;}
    .header_top ul li a i {padding-right: 0;}
    .header_top ul li a , .header_icon_lt{padding-right: .8rem;}
    .header_icon_lt li a:hover i {color: var(--black);}
    .banner_txt strong {font-size: 3rem; line-height: 3.5rem;}
    .banner_txt {padding: 4rem 0;}
    .footer_bootom .d-flex{align-items: center; flex-direction: column;}
    .footer_bootom .d-flex p{text-align: center;}
	.brand_sec h2 {padding-top: 2rem; font-size:2.5rem; line-height:3rem;}
	.brand_img {margin-top: 1rem;}
	.header_menu .as_btn{padding:0 1rem; height:3.5rem; right:4rem; top: .2rem;}
	.header_menu .as_btn i{display:block; line-height:3.4rem;}
	.header_menu .as_btn span{display:none;}
	.header_menu.py-4{padding:1rem 0 0 !important;}

    /* about_page */
    .inner_banner .banner_txt {padding: 3rem 0;}
    .inner_banner .breadcrumb {margin-top: .5rem;}
    .h3 span {padding-right: 1rem;}
    .who_rt img {width: 25rem;}


    /* shop_page */

    .pegination_sec ul li {margin-top: 3rem;}

    .similar_sec .owl-nav {top: -3.7rem;}
	
	.banner_box{ height: 20rem; }
	.carousel-indicators{ bottom: 1.8rem; }

}



@media only screen and (max-width: 480px){

  
.banner_box {background-size: 100% !important;}
.banner_box span, .banner_box p{display:none;}
.banner_box .as_btn {height: 3.5rem; padding: 0 2rem; line-height: 3.4rem;}
.banner_txt strong {font-size: 2.5rem; line-height: 3rem;}


}