@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.5rem/2.4rem 'Poppins', 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{-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: #0559b3;
    --white: #fff;
    --light_white: #e1dddd;
    --body_txt_color:#888;
    --radious:.8rem;
    --btn_color: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
    --setion_bg: #f0f4f9;
    /* background-color: #f0f4f9 !important; */
   }


.wrapper{ width: 100%;}
.panel-default > .panel-heading{ background: none !important; border: none !important; border-radius: 0px !important;}
.panel-default{ border-radius: 0px !important;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{ background: none !important; border: none !important; border-radius: 0px !important;}

/* 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);}





.img_fluid{max-width: 100%; height: auto;}
.bn_btn{box-shadow: 3px 4px 15px #EB3449A6; color: #fff; background: var(--btn_color); border-radius: var(--radious); padding: 0 2.5rem; height: 4.5rem; line-height: 4.5rem; display: inline-block; position: relative; text-transform: capitalize; margin-top: 3rem;}
.bn_btn:hover{color: var(--white);}
.bn_btn::after{width: 100%; height: 4.5rem; border: .1rem solid #707070; border-radius: var(--radious); position: absolute; transition: all 0.3s ease 0s; left: 1.5rem; top: 1.5rem; content: ""; z-index: -1;}
.bn_btn:hover:after{left: 0; top: 0;}
.as_btn{border: .1rem solid var(--brand); color: var(--brand); border-radius: var(--radious); height: 4rem; line-height: 4rem; display: inline-block; padding: 0 2.5rem; font-weight: 500; text-transform: capitalize;}
.as_btn:hover{background: var(--brand); color: var(--white);}
.ptb{padding: 7rem 0;}
em{font-style: normal;}
h4{font-size: 2.2rem; line-height: 3rem; color: var(--black); font-weight: 500; text-transform: capitalize;}
.h1, .h2{font-size: 4rem; line-height: 4.5rem; color: var(--black); text-transform: capitalize; padding-bottom: 1rem; letter-spacing: .1rem; font-weight: 700;}
.h1 span, .h2 span{position: relative; padding-bottom: 1rem;}
.h1 span::before, .h2 span::before{position: absolute; left: 0; bottom: 0; width: 100%; height: .6rem; background: url(../images/headeing_shape.png)no-repeat center center; content: "";}
.h1 em, .h2 em{color: var(--brand);}
h5{font-size: 1.8rem; line-height: 2.2rem; color: var(--black); font-weight: 500; text-transform: capitalize; }

/*header*/
.header_sec{ width: 100%;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px; position: relative;}
.drop-nav{ position: absolute; top: 10px; right: 0px;}
.menu_sec li{ position: relative;}
.menu_sec li {font-weight: 500; font-size: 1.7rem;}
.menu_sec li a{color: var(--black); display: inline-block; padding-right: 1.5rem;}
.menu_sec li a:hover, .menu_sec li.active a{color: var(--brand);}
.menu_sec li:last-child a{padding-right: 0;} 
@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);}} 
.header_sec.fixed{position: fixed; left: 0px; top: 0px; z-index: 99; animation-name: animationFade; animation-duration: 1s; animation-fill-mode: both; background: var(--darkcolor1); background: var(--white); box-shadow: 0 0 7px 0px #ccc;}
.header_sec.fixed .header_top{display: none;}  
.header_top .left_panel ul li a{border-right: .1rem solid var(--white); padding: 0 1rem;}   
.header_top .left_panel ul li:first-child a{padding-left: 0;}  
.header_menu .as_btn{position: absolute; right: 0; top: 1rem;}
.header_menu .as_btn i{display: none;}
.header_icon{position: absolute; right: 0; top: 1.7rem;}
.header_icon li{display: inline-block; margin-right: .5rem;}
.header_icon li:last-child{margin-right: 0;}
.header_icon li a{display: inline-block; width: 3rem; height: 3rem; border: .1rem solid var(--brand); text-align: center; border-radius: 100%; color: var(--brand);}
.header_icon li a i{line-height: 2.7rem; font-size: 1.2rem;} 
.header_icon li a:hover{color: var(--white); background: var(--brand);}



 /*banner*/  
.bannersec{ width: 100%; position: relative;}
.banner_box img{height: 60rem; object-fit: cover;}
.banner_box{position: relative;}
.banner_box::before{content: "";position: absolute; left: 0; top: 0; height: 100%; width: 100%; opacity: 0.7; background: var(--black);}
.banner_contant{position: absolute; left: 0; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%;}
.banner_txt span{font-weight: 500; color: var(--white); text-transform: uppercase; letter-spacing: .4rem; display: inline-block; margin-bottom: 2rem; position: relative;}
.banner_txt strong{font-size: 4.5rem; color: var(--white); letter-spacing: .2rem; line-height: 5.5rem; margin-bottom: 1rem; display: inline-block; text-transform: capitalize;}
.banner_txt{max-width: 80rem; display: inline-block;}
.bannersec .carousel-control-prev, .bannersec .carousel-control-next{top: 50%; bottom: inherit; -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); width: 5rem; height: 5rem; border: .2rem solid var(--white);  opacity: 1; border-radius: var(--radious);}

.bannersec .carousel-control-prev{left: 5rem;}
.bannersec .carousel-control-next{right: 5rem;}
.shape .shape_1 {width: 100%; height: 30px; clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%); background: var(--brand); position: absolute; left: 0; bottom: 0; z-index: 2;}
.shape .shape_2 {width: 660px; height: 110px; clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);  background: var(--brand); position: absolute; left: 0; top: 0; z-index: 2;}
.shape .shape_3 {width: 715px; height: 150px; opacity: 0.7; clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%); background: var(--brand);  position: absolute; left: 0; top: 0; z-index: 2;}

/* feauters_sec */
.feature_box{margin-top: 3rem; width: 100%; webkit-box-shadow: 0px 8px 16px 0px rgb(73 167 211 / 10%); box-shadow: 0px 8px 16px 0px rgb(73 167 211 / 10%);  padding: 4rem 2rem; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; border-radius: var(--radious); background: url(../images/dot_bg.jpg)left top repeat; border: 1px dotted rgba(73, 167, 211, 0.2);}
.feature_icon{width: 6rem; height: 6rem; background: var(--brand); color: var(--white); -webkit-transition: 0.3s; transition: 0.3s; border-radius: 50%;  margin-bottom: 2rem; display: inline-block; position: relative; }
.feature_icon i{font-size: 2rem; line-height: 6rem;}
.feature_box:hover{margin-top: 2rem;}

/* about_sec */
.benefit_sec{background-attachment: fixed !important; position: relative;}
.benefit_sec::before{background: #003769; opacity: 0.9; position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";}
.ab_info ul li{float: left; width: 50%;}
.ab_info ul{padding-top: 1rem;}
.ab_info ul li {margin-top: 1rem; color: var(--black); font-weight: 500; position: relative; padding-left: 2.5rem;}
.ab_info ul li::before{font: normal normal normal 14px/1 FontAwesome; content: "\f058"; position: absolute; left: 0; top: .6rem; color: var(--brand);}
.ab_lt{position: relative; border-radius: var(--radious); overflow: hidden;}
.ab_lt .shape .shape_1 {height: 101px; opacity: 0.9;}
.benefit_info{position: relative;}

/* product_sec */
.product_txt h5 a{color: var(--brand);}
.product_txt h5 a:hover{color: var(--bt_color);}
.product_box{margin-top: 4rem; position: relative;}
.product_box img{width: 100%;}
.price del{padding-right: .8rem; color: var(--body_txt_color);}
.price{color: var(--black); display: inline-block; padding-top: .5rem; width: 100%;}
.price i{padding-right: .4rem;}
.product_txt{padding: 2.5rem 0 1.6rem;}
.product_img{position: relative; background: #f7f7f7;}
.icon_sec{position: absolute; top: 2rem; right: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; opacity: 0; z-index: 5;}
.icon_sec ul li a{background: var(--white); display: inline-block; width: 4rem; height: 4rem; color: var(--body_txt_color); text-align: center; margin-bottom: .5rem;}
.icon_sec ul li a:hover{color: var(--brand);}
.icon_sec ul li a i{font-size: 2rem; line-height: 4rem;}
.product_box:hover .icon_sec{opacity: 1; right: 3rem;}
.product_sec .owl-nav{text-align: center; font-size: 0; display: flex; justify-content: center; align-items: center; position: absolute; right: 0; top: -8.7rem;}
.product_sec .owl-nav .owl-prev, .product_sec .owl-nav .owl-next{width: 4rem; height: 4rem; border: .1rem solid var(--body_txt_color); border-radius: var(--radious);}
.product_sec .owl-nav .owl-prev::before, .product_sec .owl-nav .owl-next::before{content: "\f060"; font: normal 1.5rem/4rem FontAwesome;}
.product_sec .owl-nav .owl-next::before{content: "\f061";}
.product_sec .owl-nav .owl-next{margin-left: 1rem;}
.product_sec .owl-nav .owl-prev:hover, .product_sec .owl-nav .owl-next:hover{color: var(--brand); border-color: var(--brand);}
.hover_prosuct {position: absolute; left: 0; top: 0; opacity: 0; width: 100%; height: auto; transition: all .4s ease;}
.product_img:hover .hover_prosuct {opacity: 1;}
.sale{position: absolute; left: 2rem; top: 2rem; background: var(--brand); display: inline-block; padding: .4rem 1.5rem; color: var(--white); border-radius: var(--radius); letter-spacing: .1rem; font-size: 1.4rem;}
.product_sec{position: relative;}

/* counter_sec */
.counter_sec{position: relative; padding: 5rem 0 7rem; text-align: center; background-attachment: fixed !important;}
.counter_sec::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #003769; opacity: 0.9; content: "";}
.counter_info{position: relative;}
.counter_box{margin-top: 2rem;}
.counter_box strong{font-size: 5rem; line-height: 5.5rem; color: var(--white);}
.counter_box span{text-transform: uppercase; display: block; padding: .8rem 1.5rem; color: var(--white); background: var(--black); color: var(--white); margin-top: 1rem; position: relative;}
.counter_box span::before {background: var(--white); position: absolute; width: 3rem; height: .2rem; content: ''; top: 45%; left: -2rem;}
.counter_box em{color: var(--white); display: inline-block;  font-size: 3rem;}
.counter_sec .collum:first-child  .counter_box span:before{display: none;}

/* offer_sec */
.left_pn{max-width: 80%; padding-right: 2rem;}


/* brand_sec */
.brand_sec .owl-nav.disabled{display: none;}
.brand_sec .owl-carousel .owl-item img { display: inline-block; width: auto !important;}


/* review_sec */
.review_box{margin-top: 4rem; width: 100%; webkit-box-shadow: 0px 8px 16px 0px rgb(73 167 211 / 10%); box-shadow: 0px 8px 16px 0px rgb(73 167 211 / 10%); padding: 2rem; min-height: 24rem; background: var(--white); border: .1rem solid #d1d1d1; border-radius: var(--radious);}
.review_box .d-flex img{border-radius: 100%;}
.review_box .d-flex{align-items: center;}
.review_sec .owl-nav{display: none;}
.start_sec li{display: inline-block; padding-right: .2rem; color: #ffc600;}
.start_sec li:last-child{padding-right: 0;}
.person_name{font-size: 1.8rem; text-transform: capitalize; color: var(--black); display: inline-block; padding-left: 1rem;}

/* newsletter_sec */
.newsletter_sec .input_fld{width: 100%; display: inline-block;}
.newsletter_sec .input_fld input[type="email"]{width: 84%; float: left; height: 4.5rem;}
.newsletter_sec .input_fld button{width: 15%; float: right;}
.news_info{max-width: 80rem; display: inline-block;}
.input_fld {position: relative;}
.input_fld input[type="text"], .input_fld input[type="tel"], .input_fld input[type="email"], .input_fld input[type="password"], .input_fld textarea {width: 100%; height: 5rem;border: .1rem solid #f0eef9; box-shadow: none; outline: none; border-radius: 5px; padding: 0 1.5rem; -webkit-appearance: none; outline: none; color: var(--black); position: relative;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="password"]::placeholder, .input_fld textarea::placeholder{color: var(--body_txt_color); opacity: 1;}

.input_fld{margin-bottom: 2rem;}
.input_fld textarea {height: 15rem; resize: none; padding: 1.5rem;}
.input_fld button{border: none;}
.newsletter_sec{background-attachment: fixed !important; position: relative;}
.newsletter_sec::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #003769; opacity: 0.9; content: "";}
.news_info{position: relative;}


/*footer_sec*/
.footer_sec{position: relative;}
.footer_top{padding: 4rem 0 3rem;}
.footer_sec::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 55, 105, 0.9); content: "";}
.ft_txt strong{color: var(--white); display: inline-block; padding-bottom: 1rem; text-transform: capitalize; letter-spacing: .1rem; font-size: 2rem;}
.ft_txt ul li{text-transform: capitalize; font-weight: 600; letter-spacing: .1rem; display: inline-block;}
.ft_txt ul li a{color: #c9c9c9; font-weight: 300; position: relative; display: inline-block;}
.ft_menu li a::before{width: .1rem; height: 1.5rem; background: var(--white); position: absolute; right: 0; top: .6rem; content: "";}
.ft_menu li a{padding: 0 .8rem}
.ft_menu li:last-child a::before{display: none;}
.ft_menu li:first-child a{padding-left: 0;}
.ft_menu li:last-child a{padding-right: 0;}
.ft_txt ul li a:hover{color: var(--white);}
.footer_bottom{padding: 1.5rem 0; background: var(--brand);}
.footer_bottom{text-transform: capitalize;}
.footer_bottom p a{color: #c9c9c9;}
.footer_bottom p a:hover{color: var(--white);}
.ft_txt{padding-bottom: 1rem;}
.social_icons li{display: inline-block; margin: 0 .5rem 0 0;}
.social_icons li:last-child{margin-right: 0;}
.social_icons li a{color: #c9c9c9;; border: .1rem solid #c9c9c9; width: 3rem; height: 3rem; display: inline-block; border-radius: 100%; text-align: center; border: .1rem solid var(--body_txt_color);}
.social_icons li a:hover{border-color: var(--white);}
.social_icons li a i{line-height: 2.9rem; font-size: 1.4rem;}
.ft_txt .as_btn{border: .1rem solid var(--white); color: var(--white);}
.ft_txt .as_btn:hover{border-color: transparent;}
.ft_txt, .footer_bottom{position: relative;}


/* about_page */
.inner_banner .banner_box img {height: 30rem;}
.breadcrumb_sec li, .breadcrumb_sec li a{color: var(--white);}
.breadcrumb_sec .breadcrumb-item.active{color: var(--white);}
.breadcrumb_sec .breadcrumb-item + .breadcrumb-item{padding-left: 0; text-transform: capitalize;}
.breadcrumb_sec .breadcrumb-item + .breadcrumb-item::before{color: var(--white); display: inline-block; padding: 0 1rem; content: "|";}
.our_sec .row:nth-child(odd){flex-direction: row-reverse;}
.our_sec .row{margin-bottom: 7rem;}
.our_sec .row:last-child{margin-bottom: 0;}
.faq_sec .accordion-button:not(.collapsed){background: var(--brand);}
.faq_sec .accordion-button:not(.collapsed) h5{color: var(--white);}
.faq_sec .accordion-button:focus{box-shadow: none;}
.faq_sec .accordion-button h5{font-size: 1.5rem; padding-right: 5rem; text-transform: capitalize;}
.faq_sec .accordion-button{padding: 1.5rem;}
.faq_sec .accordion-button:not(.collapsed)::after, .faq_sec .accordion-button::after{background-image: none; font: normal normal normal 2rem/1 FontAwesome; content: "\f056"; color: var(--white);}
.faq_sec .accordion-button::after{content: "\f055"; color: var(--brand); width: auto; height: auto;}
.faq_sec .accordion-item{margin-top: 1rem; border: .1rem solid rgba(0,0,0,.125) !important;}
.faq_sec .accordion{margin-top: 3.5rem;}
.copy_txt{padding-bottom: .5rem;}
.ou_rt .h2 span::before{background: url(../images/headeing_shape.png)no-repeat left center;}


/* product_page */
.pegination_sec ul li{display: inline-block; margin-top: 5rem;}
.page_number{color: var(--brand); 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; border-radius: var(--radious);}
.page_number:hover{background: var(--brand); color: var(--white); border-color: transparent;}
.pegination_sec ul li .current{background: var(--brand); color: var(--white); border-color: transparent;}


/*contact_page*/
.contact_box ul li{display: inline-block; margin-right: 1rem;}
.contact_box ul li a{color: var(--black);}
.contact_box ul li a:hover{color: var(--brand);}
.cnt_dlts li{position: relative; padding-left: 2.8rem; margin-bottom: 1rem; width: 100%; color: var(--black);}
.cnt_dlts li i{position: absolute; left: 0; top: .5rem; color: var(--brand);}
.cnt_dlts{padding-top: 1rem;}
.contact_form .row{margin-top: 5rem;}

/*map_sec*/
.map_sec iframe{width: 100%; height: 40rem;}

/* product_dertails */
.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{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;}
.small_product img{height: 7rem; object-fit: contain;}
.product_dltsrt .price {width: auto; font-size: 2rem;}
.product_dltsrt .price del{ font-size: 1.6rem;}

/*gallery_page*/
.img_areaa{column-count: 3; column-gap: 1rem;}
.img_areaa img{border-radius: 1rem;}
.gallery_img{position: relative; cursor: pointer; border-radius: 1rem; overflow: hidden; margin-top: 1rem;}
.gallery_img::before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 8; opacity: 0; -webkit-transform: perspective(400px) rotateX(-90deg); -ms-transform: perspective(400px) rotateX(-90deg); transform: perspective(400px) rotateX(-90deg); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background-color: rgba(0, 0, 0, 0.75); z-index: 1; border-radius: 1rem;}
.gallery_img:hover::before{opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg);}
.gallery_img .overlay{position: absolute; left: 50%; top: 50%; background: var(--brand); border-radius: 100%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; padding: 1.5rem; display: inline-block; font-size: 1.6rem; color: var(--white)!important; opacity: 0; visibility: hidden;}
.gallery_img:hover .overlay{opacity: 1; visibility: visible;}


.scroll_box {max-height: 7.2rem; padding: 0 1rem 0 0; overflow-y: auto; direction: ltr; scrollbar-color: var(--brand) #e4e4e4; scrollbar-width: thin; margin-top: 1rem;}
.scroll_box::-webkit-scrollbar, .scroll_box::-webkit-scrollbar-thumb { width: 1rem; border-radius: 1.3rem; background-clip: padding-box; background: #ddd;}
.scroll_box::-webkit-scrollbar-thumb {background: var(--brand); box-shadow: none;}


/*-------------------------------------------------------------------------------------------------------17-1-24----------------------------------------------------------------------------------------------*/
.directing_img_box{text-align: center;}
.directing_img_box img{height: 30rem; object-fit: cover; width: 27rem; margin: 0 auto;}









@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: 1200px){

}

@media only screen and (max-width: 1199px){

  .banner_box img {height: 50rem;} 
  .bannersec .carousel-control-next {right: 3rem;}
  .bannersec .carousel-control-prev {left: 3rem;}
  .product_box {margin-top: 4rem;}
  .ptb {padding: 6rem 0;}
  .bannersec .carousel-control-prev, .bannersec .carousel-control-next{width: 4rem; height: 4rem;}
  .banner_txt strong{font-size: 5rem; line-height: 5.5rem;}
  .counter_sec{padding: 4rem 0 6rem;}

  /* about_page */
  .faq_sec .accordion {margin-top: 2.5rem;}

  /* contact_page */
  .map_sec iframe {height: 25rem;}

  /* product_deatls_page */
  .small_product img {height: auto;}

    
   
}

@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 .container{max-width: 100%; padding: 0 1.5rem;}
    .nav_top .navbar-collapse {position: fixed; top: 0; left: -30.10rem; background: #fff;  z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; 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: 1.5rem; width: 100%; border-bottom: .2rem dotted var(--brand);}
    .banner_box img {height: 40rem;}
    .banner_txt strong{font-size: 4rem; line-height: 4.5rem;}
    .ptb {padding: 5rem 0;}
    .bannersec .carousel-control-prev, .bannersec .carousel-control-next{display: none;}
    .bannersec .carousel-indicators [data-bs-target]{width: 1.2rem; height: 1.2rem; background: var(--white); border-radius: 100%; border: none; opacity: 1;}
    .bannersec .carousel-indicators .active{background:var(--brand);}
    .bannersec .carousel-indicators{bottom: 1.5rem;}
    .shape .shape_2 {height: 70px;}
    .shape .shape_3 {height: 90px;}
    .banner_txt span {margin-bottom: 1rem;}
    h5{font-size: 1.6rem; line-height: 2.1rem;}
    .counter_sec{padding: 3rem 0 5rem;}
    .counter_box strong{font-size: 4rem; line-height: 4.5rem;}
    .counter_box span {padding: .8rem 0.5rem; font-size: 1.4rem;}
    .counter_box span::before{display: none;}
    .h1, .h2 {font-size: 3.5rem; line-height: 4rem;}
    .newsletter_sec .input_fld button {width: 17%;}
    .newsletter_sec .input_fld input[type="email"] {width: 82%;}
    .footer_top .collum:nth-child(2) .ft_txt {padding-left: 0;}
    .about_sec .row{flex-direction:  column-reverse;}
    .ab_lt{margin-top: 5rem;}
    .header_icon {right: 4rem; top: 1.5rem;}
    .left_pn {max-width: 75%;}

    /* about_page */
    .our_sec .row {margin-bottom: 5rem;}
    .inner_banner .banner_box img {height: 25rem;}

    /* contact_page */
    .contact_form .row {margin-top: 4rem;}
    .contact_box.ps-lg-4{padding-top: 5rem;}
    
}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .bannersec .shape{display: none;}
    .banner_txt strong{font-size: 3.5rem; line-height: 4rem; margin-bottom: 0;}
    .ptb {padding: 4rem 0;}
    .bn_btn {margin-top: 2rem;}
    .feature_box {padding: 2rem 1rem;}
    h4{font-size: 2rem; line-height: 2.5rem;}
    .h1, .h2{font-size: 3rem; line-height: 3.5rem; padding-bottom: .5rem;}
    .newsletter_sec .input_fld button {width: auto; margin-top: 1rem !important;}
    .newsletter_sec .input_fld input[type="email"] {width: 100%;}
    .ft_txt strong {padding-bottom: 1rem; font-size: 1.5rem;}
    .ft_txt ul li{line-height: 2rem;}
    .footer_bottom.d-flex{flex-direction: column;}
    .product_sec .owl-nav {top: -7.7rem;}
    .product_box {margin-top: 2rem;}
    .left_pn {max-width: 100%; padding-right: 0; margin-bottom: 2rem; text-align: center;}
    .benefit_info.d-flex{flex-direction: column;}
    .ft_menu li a::before {top: 0.4rem;}



    /* about_page */
    .our_sec .row {margin-bottom: 2rem;}
    .ou_lt.ab_lt.mt-0{margin-top: 2rem !important;}
    .inner_banner .banner_box img {height: 20rem;}

    /* contact_page */
    .contact_box.ps-lg-4 {padding-top: 3rem;}

    /* product_setails */
    .product_dltsrt.ps-3 {padding: 2rem 0 0 !important;}
}


@media only screen and (max-width: 575px){

    .header_top ul li a span{display: none;} 
    .header_top .left_panel ul li a{border: none;}
    .nav_top .navbar-brand img{width: 8rem;}
    .header_menu .as_btn i{display: block; line-height: 2.7rem; }
    .header_menu .as_btn span{display: none;}    
    .header_menu .as_btn {height: 3rem; padding: 0 2rem;}
    .header_top .left_panel ul li a {padding: 0 1rem 0 0;}
    .header_top{padding: .5rem 0;}
    .banner_txt span{font-size: 1.2rem; letter-spacing: .2rem; padding-left: 0; padding-bottom: 1rem;}
    .banner_txt strong {font-size: 2rem; line-height: 2.8rem; margin-bottom: 0; }
    .banner_box img {height: 22rem;}
    .banner_txt span {margin-bottom: 0;}
    .banner_txt p{display: none;}
    .banner_txt .bn_btn{display: none;}
    .bannersec .carousel-indicators {bottom: 0;}
    .h1, .h2{font-size: 2.5rem; line-height: 3rem; padding-bottom: .5rem;}
    .feature_box {margin-top: 2rem;}
    .feature_box:hover {margin-top: 1rem; }
    .ab_info ul li {width: 100%;}
    .ab_info ul {padding-top: 0;}
    .product_sec .owl-nav{position: inherit; top: inherit; left: inherit; margin-top: 3rem;}
    .counter_box strong {font-size: 3.5rem; line-height: 4rem;}
    .review_box {margin-top: 2rem;}
    .header_menu .as_btn {right: 4rem;}
    .ab_lt {margin-top: 4rem;}
    .review_box{min-height: auto;}
    .social_icons{padding-top: .5rem;}

    /* about_page */
    .inner_banner .banner_box img {height: 15rem;}
    .header_icon {top: .9rem;}

    /* product_page */
    .pegination_sec ul li {margin-top: 3rem;}

    /* contact_page */
    .contact_form .row {margin-top: 3rem;}
    .contact_txt.pt-4{padding-top: 1rem !important;}
    .map_sec iframe {height: 15rem;}

    /* product_deatils */
    .addination_txt {padding-top: 4rem;}
    .product_dltsrt.ps-3 {padding: 1rem 0 0 !important;}

    /* gallery_page */
    .img_areaa {column-count: 2;}

    
}

@media only screen and (max-width: 480px){
  
  

}