@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.8rem 'Open Sans', 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; font-family: 'Be Vietnam Pro';}
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; }
/* font-family: 'Be Vietnam Pro'; */
/* font-family: "Open Sans", sans-serif; */

:root{
    --black: #000;
    --blue: #202942;
    --brand: #38b6ff;
    --body_txt_color: #343C4D;
    --white: #fff;
    --green: #66b032;

   }

@keyframes pulse{
    0% {
        transform: scale(1);
      }
      5% {
        transform: scale(1.1);
      }
      10% {
        transform: scale(0.9);
      }
      12% {
        transform: scale(1.1);
      }
      17% {
        transform: scale(0.9);
      }
      100% {
        transform: scale(1);
      }
}


@keyframes up-down{
    0% {
      transform:  translate(1px,20px)  ;
    }
    24% {
      transform:  translate(1px,30px)  ;
    }
    50% {
      transform:  translate(1px,12px)  ;
    }
    74% {
      transform:  translate(1px,22px)  ;
    }
    100% {
      transform:  translate(1px,22px)  ;
    }
  }
  
@-moz-keyframes up-down{
    0% {
      -moz-transform:  translate(1px,20px)  ;
    }
    24% {
      -moz-transform:  translate(1px,30px)  ;
    }
    50% {
      -moz-transform:  translate(1px,12px)  ;
    }
    74% {
      -moz-transform:  translate(1px,22px)  ;
    }
    100% {
      -moz-transform:  translate(1px,22px)  ;
    }
  }
  
@-webkit-keyframes up-down {
    0% {
      -webkit-transform:  translate(1px,20px)  ;
    }
    24% {
      -webkit-transform:  translate(1px,30px)  ;
    }
    50% {
      -webkit-transform:  translate(1px,12px)  ;
    }
    74% {
      -webkit-transform:  translate(1px,22px)  ;
    }
    100% {
      -webkit-transform:  translate(1px,22px)  ;
    }
  }
  
@-o-keyframes up-down {
    0% {
      -o-transform:  translate(1px,20px)  ;
    }
    24% {
      -o-transform:  translate(1px,30px)  ;
    }
    50% {
      -o-transform:  translate(1px,12px)  ;
    }
    74% {
      -o-transform:  translate(1px,22px)  ;
    }
    100% {
      -o-transform:  translate(1px,22px)  ;
    }
  }
  
@-ms-keyframes up-down {
    0% {
      -ms-transform:  translate(1px,20px)  ;
    }
    24% {
      -ms-transform:  translate(1px,30px)  ;
    }
    50% {
      -ms-transform:  translate(1px,12px)  ;
    }
    74% {
      -ms-transform:  translate(1px,22px)  ;
    }
    100% {
      -ms-transform:  translate(1px,22px)  ;
    }
  }


  @keyframes float-bob-x{
    0% {
      transform: translateX(-30px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-30px);
    }
  }


  @keyframes float-bob-y{
    0% {
      transform: translateY(-20px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(-20px);
    }
  }

  @keyframes changeBg{
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }


  @keyframes call-anim{
    0% {
      transform: translate3d(0px, 0px, 0px);
    }
    5% {
      transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -15deg);
    }
    10% {
      transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 25deg);
    }
    15% {
      transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -10deg);
    }
    20% {
      transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 1, 0deg);
    }
    80% {
      transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 1, 0deg);
    }
    85% {
      transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 5deg);
    }
    90% {
      transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
    }
    100% {
      transform: translate3d(0px, 0px, 0px);
    }
  }


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

.as_btn{display: inline-block; padding: 0 2.5rem; color: var(--white); background: var(--brand); text-transform: uppercase; font-size: 1.5rem; line-height: 5rem; line-height: 5rem; letter-spacing: .1rem; font-weight: 700; margin-top: 2.5rem; position: relative; overflow: hidden; z-index: 1; border-radius: .2rem; text-align: center;}
.as_btn::after{transition-duration: 800ms; position: absolute; width: 200%; height: 200%; content: ""; top: 110%; left: 50%; background-color: var(--black); -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 50%; z-index: -1;}
.as_btn::before{transition-duration: 800ms; position: absolute; width: 200%; height: 200%; content: ""; top: 50%; left: 110%; background-color: var(--green); -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: -1;}
.as_btn:hover::before{left: -40%;}
.as_btn:hover::after{top: -40%;}
.as_btn:hover{color: var(--white);}


em{font-style: normal;}
.ptb{padding: 6rem 0;}
.inner_ptb{padding: 3rem 0 6rem 0;}
.up_down{ animation: up-down linear 4s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: up-down linear 4s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: up-down linear 4s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: up-down linear 4s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: up-down linear 4s; -ms-animation-iteration-count: infinite;  -ms-transform-origin: 50% 50%;}
.float_bob_x { -webkit-animation-name: float-bob-x; animation-name: float-bob-x; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear;}
.float_bob_y { -webkit-animation-name: float-bob-y; animation-name: float-bob-y; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear;}
h1, h2{text-transform: capitalize; font-size: 3.5rem; line-height: 4rem; font-weight: 800; color: var(--black);}
h1 em, h2 em, .banner_lt strong em{background-color: transparent; background-image: linear-gradient(180deg, #00469C 0%, #B4D3FB 100%); position: relative; -webkit-background-clip: text; -webkit-text-fill-color: transparent; z-index: 1;}
h1 em::after, h2 em::after, .banner_lt strong em::after{content: ""; height: .8rem; position: absolute; bottom: 1rem; right: 0; left: 0; transition: all .3s ease; z-index: -1; -webkit-text-fill-color: transparent;}
h6{font-size: 1.8rem; line-height: 2.8rem; text-transform: capitalize; color: var(--black); font-weight: 800;}
.sub_txt{color: var(--green); text-transform: uppercase; font-size: 1.4rem; line-height: 1.4rem; letter-spacing: .5rem; display: block; padding-bottom: .3rem;}
h3{text-transform: capitalize; font-size: 3rem; line-height: 3.5rem; font-weight: 800; color: var(--black);}
.rating li {display: inline-block !important; margin: 0 .2rem 0 0 !important; padding: 0 !important; border: none !important; width: auto !important; float: none !important;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem / 1 FontAwesome; content: "\f006";color: #FFC107;}
.bold_icon::before {content: "\f005";}
h4{text-transform: capitalize; font-size: 2.2rem; line-height: 2.8rem; font-weight: 800; color: var(--black);}
h5 {text-transform: capitalize;color: var(--black);font-size: 2rem; line-height: 2.5rem; font-weight: 600; letter-spacing: .1rem;}


/*header*/
.header_sec{ width: 100%; position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; background: var(--white);}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.nav_top .navbar-brand img{width: 15rem;}
/* .drop-nav{ position: absolute; top: 10px; right: 0px;} */
.nav_top .dropdown-menu li a{ font-size: 1.4rem; padding: 1rem 0; border-bottom: .1rem dashed #ccc; display: block; width: 100%; color: var(--black) !important;}
.nav_top .dropdown-menu li:last-child a{border-bottom-color: transparent;}
.heder_menu{padding: 1rem 0;}
.heder_menu .container{max-width: 100%; padding: 0 0 0 20rem;}
.menu_sec{padding-right: 55rem;}
.menu_sec li{ position: relative; text-transform: capitalize; font-weight: 600; font-size: 1.8rem;}
.menu_sec li a{color: var(--black); display: inline-block; padding: 1.5rem 3rem 1.5rem 0;}
.menu_sec li:last-child a{padding-right: 0;}
.heder_top{background: var(--black); padding: .5rem 0;} 
.heder_top .d-flex{align-items: center; justify-content: space-between;} 
.heder_top ul li{display: inline-block; font-size: 1.4rem;}
.heder_top_lt li{color: var(--white); position: relative;}
.heder_top_lt li i{color: var(--brand); margin-right: .5rem;}
.mail_txt a{padding-right: 1rem !important;}
.mail_txt a::before{position: absolute; right: 0; top: .4rem; width: .2rem; height: 70%; background: #F2F4FB; content: "";}
.mail_txt a i{color: var(--brand); margin-right: .5rem;}   
.heder_top_rt ul li a{display: inline-block; padding: 0 .5rem; position: relative; color: var(--white);}
.heder_rt_btn{position: absolute; right: 0; top: -1rem;}
.load_btn{background: var(--green); z-index: 1; height: 8.4rem; display: flex; align-items: center; justify-content: center; padding: 0 4.5rem; position: relative; background-size: 200% 200%;
  animation: changeBg 5s ease infinite;}
.load_btn::after{content: ""; position: absolute; left: -2.7rem; top: -.6rem; border-left: 2.1rem solid var(--green); border-top: 0px solid transparent;  border-bottom: 3.4rem solid transparent;  transform: rotate(90deg);}
.load_icn{display: flex; height: 6rem; width: 6rem; background: var(--black); text-align: center;  font-weight: 100; border-radius: 50%; margin-right: 1.5rem; border: .4rem solid var(--white); align-items: center; justify-content: center;}
.load_icn img{width: 3.5rem;}
.load_txt{color: var(--white); text-transform: uppercase; font-size: 1.6rem; font-weight: 600;}
.top_call_rt_info{position: relative; display: inline-block; padding-left: 6rem;}
.top_call_icon{background: var(--brand); display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; border-radius: 50%;  animation-name: pulse;  animation-timing-function: ease-out; animation-duration: 3s; animation-iteration-count: infinite;  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); position: absolute; left: 0; top: -.6rem; color: var(--white);}
.top_call_rt{position: absolute; right: 40rem; top: 1rem;}
.top_call_txt em{display: block; padding-bottom: .2rem; font-size: 1.4rem; line-height: 1.4rem;color: var(--body_txt_color);}
.top_call_txt{font-size: 2rem; color: var(--black); font-weight: 600;}
.header_sec.fixed {box-shadow: 0 0 .7rem 0 #ccc;}
.header_sec.fixed .heder_top{display: none;}
.drop-arw::after{position: absolute; right: 1.3rem; top: 1.7rem; border: none; font-family: "Font Awesome 6 Pro"; content: "\f107"; color: var(--black); font-size: 1.4rem;}
.menu_sec li.dropdown{margin-right: 1rem;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);} 




/*banner*/  
.bannersec{ width: 100%; position: relative; margin-top: 12.3rem;}
/* .btn_shape{position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%;}
.btn_shape img{width: 100%;} */
.banner_box{position: relative;}
.banner_box::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/banner_bg_1.JPG)no-repeat center center/cover; content: ""; opacity: .15;}
.bannersec .carousel-control-prev, .bannersec .carousel-control-next{width: 5rem; height: 5rem; bottom: inherit; top: 50%; -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: var(--blue); opacity: 1; left: 3rem;}
.bannersec .carousel-control-next{right: inherit; left: 3rem; margin-top: 6rem;}
.bannersec .banner_box .container{max-width: 100%; padding: 0;}
.banner_lt, .banner_rt{position: relative;}
.banner_lt{padding: 5rem 3rem 5rem 0; max-width: 74.4rem; float: right; position: relative; display: flex; align-items: start; justify-content: center; flex-direction: column; height: 100%;}
.banner_lt strong{font-family: 'Be Vietnam Pro';  color: var(--black); font-size: 5rem; line-height: 5.5rem; text-transform: capitalize;}
.banner_btn_list li{display: inline-block; margin-right: 2rem;}
.banner_btn_list li:last-child{margin-right: 0;}
.banner_btn_list li:last-child a.as_btn{background: var(--green);}
.banner_rt, .banner_rt img{height: 100%; object-fit: cover;}



/* about_sec */
.ab_lt, .ab_rt{margin-top: 3rem; position: relative;}
.ab_2_img{position: absolute; right: 0; top: 0; display: block; width: 35%; border-width: 0 0 1.5rem 1.5rem; border-style: solid; border-color: var(--white);}
.ab_lt::before{background: var(--green); width: 100%; height: 90%; border-radius: 1rem; content: ""; position: absolute; left: 0; top: 0;}
.ab_1_img{position: relative; display: block; padding: 3rem 0 0 3rem;}
.ab_1_img img{border-radius: .5rem;}
.ab_rt{padding-left: 2rem;}
.txt_list li{position: relative; margin-top: 1.5rem; padding-left: 2.5rem; color: var(--black);}
.txt_list li::before{font-family: "Font Awesome 6 Pro"; content: "\f058"; position: absolute; left: 0; top: 0; font-weight: 600; color: var(--green);}
.txt_list li::after{width: 2.2rem; height: 2.2rem; border: .1rem dashed #ccc; border-radius: 100%; position: absolute; left: -.32rem; top: .3rem; content: "";}
.other_txt_list{width: 100%; display: inline-block;}
.other_txt_list li{width: 50%; float: left; }
.happy_client_box_lt{margin-top: 3rem; display: flex; align-items: center;}
.happy_client_box_lt_icon{position: relative; display: flex; align-items: center; justify-content: center; width: 10rem; height: 10rem; background-color: var(--green); margin: 0 1.5rem 0 0;}
.happy_client_box_lt_icon img{width: 8rem; transition: all 500ms linear;}
.happy_client_box_lt_icon:hover img{transform: scale(0.9);}
.happy_client_box_lt_txt .count_number{display: block; text-align: center;}
.happy_client_box_lt_txt span{display: block; text-align: center; font-size: 2rem; font-weight: 600;}
.count_number strong{font-size: 4rem; color: var(--black);}
.happy_client_box_rt{margin-top: 3rem; border: .1rem solid #ccc; padding: 1.5rem; border-radius: .5rem;}
.vimi_txt{margin-left: .8rem;}
.vimi_box{position: relative;}
.shpr_vimi_img{position: absolute; bottom: 2rem; right: 2rem;}
.shpr_vimi_img img{opacity: .1;}








/* call_sec */
.call_sec{position: relative;}
.call_sec .container{max-width: 100%; padding: 0;}
.call_sec .row{margin: 0; align-items: center;}
.call_sec .cumll{padding: 0;}
.call_rt{padding: 3rem;}
.call_lt, .call_lt img{height: 100%; object-fit: cover;}
.fom_box{background: var(--white); padding: 1.5rem 1.5rem 0 1.5rem; margin-top: 1.5rem;}


/* product_sec */
.product_box{border: .1rem solid #ccc; padding: 1.5rem; border-radius: .2rem; transition: all 520ms ease; margin-top: 3rem;}
.product_img{overflow: hidden; border-radius: .2rem;}
.product_img img{transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; width: 100%;}
.product_box:hover .product_img img{transform: scale(1.1)}
.product_top_flex{display: flex; align-items: center; justify-content: space-between;}
.product_sub_heading{font-weight: 600; font-size: 1.4rem; line-height: 1.4rem; letter-spacing: .2rem; text-transform: uppercase;}
.product_txt{padding-top: 3rem;}
.product_txt h4 a{color: var(--black); display: block; padding-top: 1rem;} 
.product_box:hover{box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.3);}
.product_top_flex_rt{position: relative;}
.product_top_flex_rt::before{position: absolute; left: -3.9rem; top: 0; width: 100%; height: 100%; border-left: .2rem dashed #ccc; content: "";}
.all_btn{position: relative; margin-top: 5rem; text-align: center;}
.all_btn::after{position: absolute; left: 0; top: 50%; width: 100%; height: .2rem; background: #ccc; content: "";}
.all_view_btn{background: var(--green); display: inline-block; padding: 0 2.5rem; height: 3.5rem; height: 3.5rem; font-size: 1.4rem; line-height: 1.4rem; text-transform: uppercase; letter-spacing: .2rem; line-height: 3.5rem; color: var(--white); border-radius: 2.5rem; margin: 0 0 0 1rem;}
.all_btn_txt{position: relative; background: var(--white); display: inline-block; z-index: 1; padding: 0 1.5rem;}
.all_view_btn:hover{background: var(--black); color: var(--white);}


/* step_sec */
.step_sec{position: relative;}
.step_line_shape svg {position: absolute; left: 50%; top: 45%; color: #BDC1DB; z-index: -1; -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); z-index: 1;}
.step_icon{width: 12rem; height: 12rem; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center; justify-content: center; margin: 0 auto 30px; background: var(--brand); -webkit-border-radius: 40px; -moz-border-radius: 40px; -o-border-radius: 40px; -ms-border-radius: 40px; border-radius: 40px; -webkit-transition: all 0.3s ease-out 0s  -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.step_box{margin-top: 3rem; position: relative; z-index: 1;}
.step_txt_mun{background: rgba(56, 182, 255, 0.1); color: var(--brand); display: inline-block; padding: .2rem 1.5rem; font-weight: 600; margin-bottom: .5rem;}
.step_icon img{width: 8rem; -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}
.step_box:hover .step_icon img{transform: translateY(5px);}


/* feed_back_sec */
.fedd_back_lt_box{background: var(--white); padding: 2rem; -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -khtml-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -o-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); box-shadow: 0 3px 15px rgba(0, 0, 0, .1); border-radius: .5rem;}
/* .fedd_back_lt_box{margin-top: 3rem;} */
.count_txt{font-size: 4rem; margin: 1.5rem 0;}
.count_txt sup { top: -.4rem;}
.feed_back_rt{background: var(--white); padding: 2rem; -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -khtml-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); -o-box-shadow: 0 3px 15px rgba(0, 0, 0, .1); box-shadow: 0 3px 15px rgba(0, 0, 0, .1); border-radius: .5rem; position: relative; height: 100%; display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;}
.person_info{align-items: center; margin-top: 3rem; position: relative;}
.person_img img{width: 8rem !important; margin-right: 2rem; border-radius: 100%; object-fit: cover; height: 8rem;}
.person_name strong{color: var(--black); text-transform: capitalize; font-size: 1.8rem; line-height: 1.8rem; letter-spacing: .2rem; font-weight: 600; font-family: 'Be Vietnam Pro';}
/* .qution{position: absolute; right: 0; top: 0;} */
.qution{display: block; text-align: right; position: absolute; right: 5.6rem; top: 2.3rem;}
.qution img{width: 5.5rem;}
.rt_top_flex{align-items: center; justify-content: space-between;}
.feed_back_rt .owl-nav {display: flex; align-items: center; justify-content: end; font-size: 0; margin-top: -4rem; position: relative; max-width: 82rem;}
.feed_back_rt .owl-prev, .feed_back_rt .owl-next{width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: var(--brand);}
.feed_back_rt .owl-prev::before, .feed_back_rt .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f060"; color: var(--white); font-size: 1.8rem;}
.feed_back_rt .owl-next::before{content: "\f061";}
.feed_back_rt .owl-next{margin-left: 1rem;}
/* .feed_back_sec {margin-top: -20rem;} */
.count_txt span{color: var(--green);}


/* gallery_sec */
.gallery_img{position: relative; overflow: hidden;}
.gallety_manin_img{transition: all .6s ease; transform-origin: bottom right;}
.gallery_over_lay{position: absolute; left: 1.5rem; right: 1.5rem; top: 1.5rem; bottom: 1.5rem; z-index: 1; background: rgba(27, 27, 27, 0.3); -webkit-backdrop-filter: blur(2px);  backdrop-filter: blur(2px); padding: 15px;  -webkit-transform: scale(0.5);  transform: scale(0.5);  opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; display: flex; align-items: center; justify-content: center;}
.gallery_img:hover .gallety_manin_img{transform: scale(1.2);}
.gallery_img:hover .gallery_over_lay{opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2);} 
.full_img img{width: 5rem !important;}
.gallery_sec{position: relative;}
.gallery_sec .container{max-width: 100%; padding: 0;}
.gallery_sec .row{margin: 0;}
.gallery_sec .cumll{padding: 0;}
.gallery_btn{position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2;}


/* why_choose_us_and_faq_sec */
.faq_heading{font-size: 1.8rem; text-transform: capitalize; color: var(--black); line-height: 2.8rem;  margin-right: 5rem; font-weight: 700;}
.faq_number{font-size: 2rem; color: var(--brand); font-weight: 700; line-height: 1; margin-right: 2rem;}
.faq_content .accordion-button:not(.collapsed){background: transparent;}
.faq_content .accordion-button {padding: 2rem 1.25rem; background: transparent;}
.faq_content .accordion-button:focus { box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}
.faq_content .accordion-button:not(.collapsed)::after {content: "\f068"; background-image: none; }
.faq_content .accordion-button::after{color: var(--brand); width: auto; height: auto; font-size: 1.8rem; background-image: none; font-family: "Font Awesome 6 Pro"; content: "\2b";}
.faq_content .accordion-body { padding: 2rem 1.5rem;}
.faq_content .accordion-body p a{color: var(--brand);}
.choose_sec{margin-right: 3rem;}
.choose_box{background: #F3F3F3; padding: 2.5rem; margin-top: 3rem; position: relative; transition: all 0.4s ease-in-out; border-radius: .5rem;}
.choose_box::before{position: absolute; content: ""; height: 17rem; width: 1.2rem; background-color: #F3F3F3;  left: -5.4rem;  top: 0; border-radius: .4rem;}
.choose_shape_img{position: absolute; left: -29px; top: 26%; transition: all 0.4s ease-in-out;}
.choose_txt{position: relative;}
.choose_box_two{margin-left: 5rem;}
.call_to_txt{position: relative;}


/* footer_sec */
.footer_sec{position: relative; background: url(../images/ft_shape_img_2_2.png)no-repeat left -280px center/cover #012E4A;}
.ft_sahpe_img_1{position: absolute; left: 0; top: 0;}
.ft_sahpe_img_1 img{max-width: 97rem;}
.ft_sahpe_img_2{position: absolute; right: 0; bottom: 0; opacity: 0.06;}
.ft_heading{display: block; font-size: 2.2rem; line-height: 3rem; color: var(--white); font-weight: 800; text-transform: capitalize; position: relative; font-family: 'Be Vietnam Pro'; padding-bottom: 1rem; margin-bottom: 2rem;} 
.ft_heading::before{position: absolute; bottom: 0; left: 0; content: ""; width: 2.5rem; height: .2rem; background-color: var(--green);}
.ft_heading::after{position: absolute; bottom: 0; left: 4rem; content: ""; width: 5.5rem; height: .2rem; background-color: var(--white);}
/* .heding_btm_shape{position: absolute; bottom: 0; left: 0;} */
.ft_top{padding-top: 4rem; position: relative;}
.ft_top::before{position: absolute; bottom: 0; right: 0; background: url(../images/ft_img_1.png)no-repeat bottom right; width: 100%; height: 100%; content: ""; opacity: .1; background-size: 28%;}
/* .ft_top::after{position: absolute; top: 0; left: 0; background: url(../images/ft_shape_img_2_2.png)no-repeat top left; width: 100%; height: 100%; content: ""; background-size: 50%;} */
.ft_txt{padding-bottom: 3rem; position: relative;}
.ft_txt h6{color: var(--white);}
.ft_txt p, .ft_prodyct_list li a, .ft_con_list li, .ft_con_list li a{color: #d1d1d1;}
.ft_prodyct_list li{text-transform: capitalize;}
.ft_prodyct_list li a{display: inline-block; margin-top: 1rem;}
.ft_prodyct_list li:first-child a{margin-top: 0;}
.ft_con_list li {position: relative; margin-top: 1.8rem; padding-left: 2.8rem;}
.ft_con_list li i {position: absolute; left: 0; top: .6rem; color: var(--brand);}
.ft_top .cull:nth-child(2) .ft_txt{padding-left: 11rem;}
.ft_btm{background: #036280; padding: 1.5rem 0; position: relative; z-index: 1;}
.ft_btm .d-flex{align-items: center; justify-content: space-between;}
.ft_btm span{color: var(--white);}
.ft_btm span a{color: var(--white); font-weight: 600; border-bottom: .1rem solid var(--white);}
.ft_social_icon{margin-top: 1.5rem; border-top: .2rem solid var(--white); max-width: 12rem; border-bottom: .2rem solid var(--white); border-left: .2rem solid var(--white);}
.ft_social_icon li{display: inline-block; margin: 0 -.2rem;}
.ft_social_icon li a{width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; border-right: .2rem solid var(--white); color: var(--white);}
.ft_txt .as_btn{margin-top: 1.5rem;}


/* form */
.input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld textarea, .input_fld input[type="date"], .input_fld .form-select{width: 100%; border: .1rem solid #ced4da; height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem; background: transparent;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder, .input_fld input[type="date"]::placeholder{color: #999; opacity: 1;}
.input_fld .form-control:focus{ border-color: var(--brand); outline: 0; box-shadow: none; }
.input_fld .form-select{background:  var(--white)  url(../images/select_arrow.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4.9rem; cursor: pointer;}
.input_fld .as_btn{border: none;}
.input_fld .form-select:focus{border-color: var(--brand); box-shadow: none;} 
.input_fld{margin-bottom: 1.5rem;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}
.ban_frm_box .input_fld{width: 100%;}
.input_fld .form-select {background: var(--white) url(../images/select_arrow.png) no-repeat right 1.5rem center;background-size: 1rem;padding: 0 1rem; height: 4.5rem; cursor: pointer; font-size: 1.4rem;}


/* product_page */
.inner_banner_content{border: .1rem solid #e6e6e6; background: #f3faf2;}
.inner_banner_content{margin-top: 12.3rem;}
.banner_content_info{padding: 5rem 0; position: relative;} 
.moretext {display: none;}
.table_box td { min-width: 10rem; vertical-align: middle;}
.table_box.table > :not(caption) > * > * {padding: 1rem 1.5rem;}
.table_box{margin-top: 2rem;}
.truncate .read-more > a {position: relative; display: inline-block; text-decoration: none; color: var(--black); transition: 0.3s; margin-top: 1.5rem; font-weight: 600; text-transform: uppercase; border: .1rem solid #ccc; padding: .5rem 3rem .5rem 1.5rem; font-size: 1.4rem; border-radius: .5rem;}
.truncate.hasHidden .read-more > a:before {position: absolute; content: ""; width: 1rem; height: 1rem; border-top: .2rem solid var(--black); border-left: .2rem solid var(--black); transform: rotate(227deg); right: 1.2rem; top: 1.2rem; transition: 0.3s;}
.truncate .read-more > a:before {position: absolute;content: ""; width: 1rem; height: 1rem; border-top: .2rem solid var(--black); border-left: .2rem solid var(--black); right: 1.2rem; transform: rotate(45deg); top: 1.6rem; transition: 0.3s;}
.wrap { width: 100%;}
.wrap p { margin-top: 0;}
.inner_product_box{margin-top: 3rem; position: relative; border: .1rem solid #ccc; padding: 1.5rem; border-radius: .5rem; transition: all 0.3s ease-out;}
.inner_product_lt, .inner_product_lt img, .inner_product_lt .carousel , .inner_product_lt .owl-item,  .inner_product_lt .item, .inner_product_lt .product_list_img, .inner_product_lt .product_list_img a{height: 100%; object-fit: cover; transition: all 0.3s ease-out; display: block;}
.product_list_img{border-radius: .5rem; overflow: hidden; margin: 0 1rem 0 0;}
.inner_product_rt h4 a{color: var(--black);}
.price { display: block; font-size: 2.2rem; margin-top: .5rem; font-weight: 700;}
.price del {font-size: 85%; color: #c2c2d3;}
.price del .amount {color: #c2c2d3;}
.price ins {text-decoration: none; margin-left: .3125rem;}
.price .amount { color: var(--green);}
/* .producy_rating{position: absolute; right: 1.5rem; top: 1.5rem;} */
.prduct_btn_list li{display: inline-block; margin-right: 1.5rem;}
.prduct_btn_list li:last-child{margin-right: 0;}
.prduct_btn_list li:last-child a{background: var(--green);}
.call_book_btn i{animation-name: call-anim; animation-duration: 3s; animation-fill-mode: both; animation-iteration-count: infinite; animation-delay: 1s;}
.product_list_lt .inner_product_box:nth-child(even) .row{flex-direction: row-reverse;}
.product_list_lt .inner_product_box:nth-child(even) .row .inner_product_lt{ margin: 0 0 0 1rem;}
.price_rating_flex{align-items: center; justify-content: space-between; border-top: .1rem dashed #ccc; border-bottom: .1rem dashed #ccc; margin: 1.5rem 0; padding: .2rem 0;}
.inner_product_box:hover .inner_product_lt img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);} 
.inner_product_box:hover{border-color: var(--green);}
.popular_product_box{padding: 2rem 1.5rem; border: .1rem solid #f0f0f0; border-radius: .6rem; margin-top: 3rem;}
.popular_product_iteam{display: flex; align-items: center; justify-content: center; margin: 2rem 0; position: relative; padding-bottom: 2rem; z-index: 1;}
.popular_product_iteam::before{position: absolute; right: 0; bottom: 0; border-bottom: .1rem dashed #ccc; width: 80%; height: 100%; content: ""; z-index: -1;}
.popular_product_img{margin-right: 1rem;}
.popular_product_img img{width: 5rem; height: 5rem; border-radius: 100%; object-fit: cover;}
.popular_product_txt strong{font-size: 1.6rem; line-height: 2.2rem; text-transform: capitalize;}
.popular_product_txt strong a{color: var(--black);}
.popular_product_box ul li:first-child   .popular_product_iteam{margin-top: 0;}
.popular_product_box ul li:last-child .popular_product_iteam{margin-bottom: 0; padding-bottom: 0;}
.popular_product_box ul li:last-child .popular_product_iteam::before{display: none;}
.other_heading_txt{font-size: 2rem; line-height: 2.2rem; position: relative; margin-bottom: 2rem; padding-bottom: 1.5rem;}
.other_heading_txt::before{position: absolute; bottom: 0; left: 0; content: ""; width: 2.5rem; height: .5rem; background-color: var(--green);}
.other_heading_txt::after{position: absolute; bottom: 0; left: 4rem; content: ""; width: 12.5rem; height: .5rem; background-color: var(--brand);}
.product_list_lt{margin-right: 2rem;}
.inner_product_rt{position: relative;}
.product_rt_img{position: absolute; right: 2rem; bottom: 0;}
.in_proct_txt_list li{display: inline-block; margin: 1rem 1.5rem 0 0; color: var(--black); font-weight: 500;}
.in_proct_txt_list li:last-child{margin-right: 0;}
.in_proct_txt_list li b{color: var(--green); display: inline-block; padding-right: .4rem; text-transform: uppercase;}
.product_list .container, .product_txt .container{max-width: 100%; padding: 0 15rem;}
.product_rt_img img{width: 12rem;}
.fixe_rt {position: -webkit-sticky; position: sticky; top: 6.4rem; bottom: 0; z-index: 2; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; width: 100%;}
.product_list_rt{margin-top: 3rem;}
.banner_content_info h1{font-size: 3rem; line-height: 3.5rem;}
.slider_btn .owl-nav{display: flex; align-items: center; font-size: 0; position: absolute; left: 1rem; bottom: 1rem;}
.slider_btn .owl-prev, .slider_btn .owl-next{background: var(--brand); width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem;}
.slider_btn .owl-prev::before, .slider_btn .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 1.8rem;}
.slider_btn .owl-next::before{content: "\f105";}
.slider_btn .owl-next{margin-left: .5rem;}




/* product_dertails */
.innerbanner .banner_box{background: #f8f8f8; padding: 2rem 0;}
.banner_txt.d-flex{align-items: center; justify-content: space-between; flex-direction: row-reverse;}
.inner_banner_heading{font-size: 2rem; line-height: 2.5rem;}
.banner_txt .breadcrumb-item + .breadcrumb-item::before {padding: 0 1rem; color: #6c757d;content: var(--bs-breadcrumb-divider, "/");}
.banner_txt .breadcrumb-item a{color: var(--green);}
.product_slider{ width: 100%; }
#sync1.owl-theme {position: relative;}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev { width: 2.2rem; height: 4rem; margin-top: -2rem; position: absolute; top: 50%;  }
#sync1  .owl-prev { left: 1rem; }
#sync1  .owl-next { right: 1rem;}
.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; border-radius: .5rem;}
.product_slider #sync2{ margin-top: 2rem; }
.product_slider #sync2 .owl-item{ border: .1rem solid #d4d4d4; padding: .5rem; border-radius: .5rem;}
.product_slider #sync1{ border: .1rem solid #d4d4d4; border-radius: 1rem; overflow: hidden;}
.addination_txt{padding-top: 3rem;}
.addination_txt b{font-size: 2rem; color: var(--black); text-transform: capitalize;}
.dtlsoffer_sec i{font-size: 1.5rem; padding-right: .1rem; vertical-align: middle;}
/* .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 .price {width: auto;}
.bttn_group ul li{display: inline-block; margin-right: 1rem;}
.bttn_group ul li:last-child{margin-right: 0;}
.bttn_group ul li:last-child a.as_btn{background: transparent; color: var(--brand); border-color: var(--brand);}
.bttn_group ul li:last-child a.as_btn:hover{background: var(--brand); color: var(--white);}
/* .quantity_box{display: inline-block; background: #f8f8f8; overflow: hidden; border-radius: .5rem; padding: .5rem;}
.quantity_box .quantity{position: relative; margin: auto; }
.quantity_box .quantity-nav {font: normal 1.6rem/2.4rem 'Inter', sans-serif;}
.quantity_box .quantity-button {background: var(--white); color: var(--brand); width: 4rem; height: 4rem; position: absolute; top: 0; text-align: center; cursor: pointer; font-size: 0; display: flex; align-items: center; justify-content: center;}
.quantity_box .quantity-up {left: 0;}
.quantity_box .quantity-up::before, .quantity_box .quantity-down::before{content: "\2b"; font-family: "Font Awesome 6 Pro"; font-size: 1.5rem;}
.quantity_box .quantity-down {right: 0;}
.quantity_box .quantity-down::before{content: "\f068";}
.quantity input[type="number"]{outline: none; font: normal 1.6rem/2.4rem 'Inter', sans-serif; color: #464646; height: 4rem; width: 100%; border-radius: 0;  text-align: center; border: none; padding-left: 2rem; background: transparent;} */
.decly_txt{margin-top: 2rem; font-weight: 600;}
.decly_txt span b{color: var(--green); padding-right: .5rem;}
.dtlsoffer_sec{margin: 1rem 0;}
.dtls_txt{display: block; border-top: .1rem dashed #ccc; margin-top: 1.5rem; padding-top: 1.5rem;}
.product_dltsrt{margin-left: 2rem;}
.stock_txt{position: absolute; right: 1.3rem; top: 1.4rem; color: var(--brand); text-transform: uppercase; font-weight: 800;}
.out_stock_txt{color: red;}
.similar_products{position: relative;}
.similar_products .owl-nav.disabled{display: flex !important; align-items: center; justify-content: center; position: absolute; right: 0; top: -4.9rem; font-size: 0;}
.similar_products .owl-prev, .similar_products .owl-next{background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem;}
.similar_products .owl-prev::before, .similar_products .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f060"; font-size: 1.8rem; color: var(--white);}
.similar_products .owl-next::before{content: "\f061";}
.similar_products .owl-prev{margin-right: 1rem;}
.pro_vedio_gallrt{width: 100%;  border-radius: .5rem; overflow: hidden;}
.pro_vedio_gallrt video {width: 100% ; object-fit: cover;}
.play_btn{position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 3rem; height: 3rem; background: rgba(255, 255, 255, 0.3); display: flex; align-items: center; justify-content: center; z-index: 1;  color: var(--black); border-radius: 100%; font-size: 1.4rem;}






/* about_page */
.count_list li { margin-bottom: 3rem; border-bottom: .2rem solid #e2e2e2; padding-bottom: 2.5rem;}
.count_list li strong { font-size: 4rem; color: var(--black);}
.count_list li sup { color: var(--brand); top: -1.5em;}
.count_list li span {display: inline-block;}
.count_list li:last-child{padding-bottom: 0; border-bottom-color:transparent; margin-bottom: 0;}
.who_rt{margin-right: 2rem;}
.who_lt{margin-left: 2rem;}
.who_mid, .who_mid img{height: 100%; object-fit: cover;}
.count_lt_img img{width: 5rem; margin-right: 1rem;}
.count_top_flex{align-items: center; margin-bottom: 1rem; justify-content: center;}
.label_txt{font-weight: 600;}
.vimi_icon{border-radius: 50%; background-color: var(--green); width: 5rem; height: 5rem; position: relative; border: .1rem solid; transition: all .4s ease; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem;}
.vimi_icon img{width: 3.5rem;}
.vimi_box{background: var(--white); padding: 2rem; border-radius: .5rem; margin-top: 3rem;}
.vimi_top_flex{align-items: center; justify-content: start; }
.other_txt_list_info li{position: relative; color: var(--black); margin-top: 1.5rem; padding-left: 2rem; width: 100%;}
.other_txt_list_info li::before{position: absolute; left: 0; bottom: .7rem; width: 1.5rem; height: .2rem; background: var(--green); content: "";}
.ab_inner_product_lt{border-radius: .5rem; overflow: hidden;}
.ab_inner_product_rt .product_txt{background: var(--white); box-shadow: 0 1px 9px #00000017; padding: 1rem 1.5rem; position: relative; margin: -6rem 1rem 0 1rem;}
.ab_inner_product_rt .product_txt h4{font-size: 2rem; line-height: 2.5rem;}
.ab_inner_product_rt.similar_products .owl-prev, .ab_inner_product_rt.similar_products .owl-next {width: 3rem; height: 3rem;}
.ab_inner_product_rt.similar_products .owl-nav.disabled {top: -1.9rem;}
.ab_inner_product_lt, .ab_inner_product_lt img{width: 100%; height: 100%; object-fit: cover;}
.ab_inner_product_lt{margin-right: 2rem;}
/* call_sec */
.ab_call_sec{position: relative; background-attachment: fixed !important;}
.ab_call_content{position: relative;max-width: 50rem; padding: 3rem 3rem 6rem 3rem; background: rgba(0, 0, 0, 0.8); border-radius: .5rem;}
.ab_call_content h2{color: var(--white);}
.ab_call_content h2 em{color: var(--brand);}
.questions_box{background: var(--brand); padding: 1rem 1.5rem; margin-top: 2rem; border-radius: .5rem; position: absolute; bottom: -2.2rem; left: 3rem; right: 3rem; text-align: center;}
.questions_box h5 a{color: var(--white);}
.ab_call_sec{padding: 6rem 0 8rem 0;}






/* contact_page */
.inner_call_icon{background-color: #f7f7f7; border-radius: 100%; color: var(--green); font-size: 3rem; height: 5.6rem; text-align: center; width: 5.6rem; display: flex; align-items: center; justify-content: center; margin-right: 1rem; position: absolute; left: 0; top: -1rem;}
.inner_call_box{margin-top: 3rem; display: flex; align-items: center; position: relative; padding-left: 7rem;}
.inner_caon_frm_info{border: .1rem solid #e7e9eb; padding: 2rem; border-radius: .5rem;}
.inner_caon_frm_rt .in_con_frm{margin-top: 1.5rem; border-top: .1rem dashed #ccc; padding-top: 1.5rem;}
.inner_caon_frm_rt h2{font-size: 2.5rem; line-height: 3rem;}
.label_sub_txt{color: var(--black); text-transform: uppercase; font-size: 1.4rem; line-height: 1.4rem; display: block; padding-bottom: .8rem; font-weight: 600; }
.inner_caon_frm_lt{margin-right: 1.5rem; border-radius: .5rem; overflow: hidden;}
.inner_caon_frm_lt, .inner_caon_frm_lt img{height: 100%; object-fit: cover;}
.inner_call_txt a{color: var(--body_txt_color); font-size: 2rem;}
.inner_call_txt h5 {font-size: 1.6rem; line-height: 2.2rem;}
.map_sec iframe{width: 100%; height: 30rem;}
.inner_con_list_box{background: var(--white); -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15); border-radius: .5rem; overflow: hidden;}
.inner_con_list_lt{padding: 5rem 3rem; width: 100%; height: 100%; display: flex; align-items: start; justify-content: center; flex-direction: column;}
.inner_con_list_rt, .inner_con_list_rt img{height: 100%; object-fit: cover;}


/* faq_page */
.inner_faq_lt{margin-right: 2rem;}
.inner_faq_lt .owl-nav{display: none;}


/* gallery_page */
.gallery_heading {position: relative; margin-bottom: 1.5rem;}
.gallery_heading_txt{background: var(--white);display: inline-block; z-index: 1; padding: 0 1.5rem; z-index: 1;}
.gallery_heading::after {position: absolute; left: 0; top: 50%; width: 100%; height: .2rem; background: #ccc; content: ""; z-index: -1;}
.inner_gallery_sec .gallery_img{margin-top: 1.5rem;}

/* event_page */
.inner_event_box {border-radius: .5rem; overflow: hidden;margin-top: 3rem; position: relative; padding: 1.5rem; background-color: #f2f4f7; position: relative;}
/* .inner_event_box::before {position: absolute; left: 0; top: 0%; height: 0;
  width: 100%; content: ""; background: rgb(241, 75, 89); background: -moz-linear-gradient(left, rgba(241, 75, 89, 1) 0%, rgba(69, 74, 180, 1) 50%, rgba(255, 162, 0, 1) 100%); background: -webkit-linear-gradient(left, rgba(241, 75, 89, 1) 0%, rgba(69, 74, 180, 1) 50%, rgba(255, 162, 0, 1) 100%);
  background: linear-gradient(to right, rgba(241, 75, 89, 1) 0%, rgba(69, 74, 180, 1) 50%, rgba(255, 162, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14b59', endColorstr='#ffa200',GradientType=1 ); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease;} */
.inner_event_info {background: var(--white); padding: 1.5rem; position: relative;}
.inner_event_img { border-radius: .5rem; overflow: hidden; margin-right: 1rem;}
.inner_event_img, .inner_event_txt, .inner_event_img img {height: 100%; object-fit: cover;}
.inner_event_sec .container{max-width: 100%; padding: 0 10rem;}

/* loan_page */
.main_img{position: absolute; right: 0; bottom: 0;}
.main_img img{width: 100%; max-width: 50%;}
.loan_banner .banner_content_info {padding: 11.5rem 0;}
.loan_banner .banner_content_info{max-width: 80rem;}
.loan_txt_rt{margin-left: 4rem;}
.fixe_rt {position: -webkit-sticky; position: sticky; top: 6.4rem; bottom: 0; z-index: 2; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; width: 100%;}

/* error_page */
.error_sec{display: flex; align-items: center; justify-content: center;  min-height: 90vh; transition: 1s; flex-direction: column;}
.error { color: #20293F; box-shadow: 0 5px 0px -2px #20293F; text-align: center; animation: fadein 1.2s ease-in;}
.error > .code_txt {font-size: 10.5em; text-shadow:  0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 10px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902) ; margin: 0;}
.error > .desc { text-shadow: 0px 3px 5px rgba(0,0,0,0.5), 0px 6px 20px rgba(0,0,0,0.3); font-weight: 400; margin-top: 8rem; padding-bottom: 1rem; display: block;}
@keyframes fadein {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}










@media (min-width: 1200px) 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: .4rem solid var(--green); 
    background:#fff !important; width: 18.5rem; padding: 0; border-radius: 0 0 1.5rem 1.5rem; left: 0; right: inherit; padding: 0 1rem; box-shadow: 0 8px 8px rgba(23,22,24,4%),0 4px 4px rgba(23,22,24,4%),0 2px 2px rgba(23,22,24,4%);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275); transform: translateY(100%);}

.nav_top .dropdown:hover .dropdown-menu { max-height: 30rem;opacity: 1; visibility: visible; transform: translateY(0); pointer-events: all;}

}

/* responsive */
@media only screen and (max-width: 1899px){
  .heder_menu .container {padding: 0 0 0 14rem;}
  .load_btn::after {top: -.7rem;}
}

@media only screen and (max-width: 1699px){
  .heder_menu .container {padding: 0 0 0 1.5rem;}
  .menu_sec {padding-right: 60rem;}
  .call_sec .row {align-items: inherit;}
  .load_btn::after {top: -.52rem;}
  .bannersec .carousel-control-prev, .bannersec .carousel-control-next{width: 5rem; height: 5rem; bottom: 0; top: inherit; left: 48%; -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
  .bannersec .carousel-control-next{left: 48%; margin: 0 0 0 5rem;}
  .bannersec {margin-top: 12.2rem;}
  .banner_lt {max-width: 77.4rem;}

  /* product_page */
  .product_rt_img {right: -1rem;}

}

@media only screen and (max-width: 1499px){
  .product_top_flex_rt::before {left: -6.1rem;}
  .menu_sec li a {padding-right: 2rem;}
  .top_call_rt {right: 35rem;}
  .menu_sec {padding-right: 56rem;}
  .drop-arw::after {right: .5rem;}
  /* .banner_box {padding: 40rem 0 20rem;} */
  .load_btn::after {top: -.6rem;}
  .banner_lt {max-width: 65.4rem;}
  .banner_lt strong {font-size: 4rem; line-height: 4.5rem;}
  .bannersec .carousel-control-next { margin: 0 0 0 4.9rem;}

  /* product_page */
  .product_list .container, .product_txt .container {padding: 0 5rem;}

  /* event_page */
  .inner_event_sec .container {padding: 0 1.5rem;}
}

@media only screen and (max-width: 1299px){
  .top_call_txt {display: none;}
  .menu_sec {padding-right: 42rem;}
  .load_btn {height: 8.3rem;}
  .call_rt .input_fld .as_btn {padding: 0 1.5rem;}
  .banner_lt {max-width: 58.4rem;}
  /* .load_btn::after {top: -.55rem;} */
  .chosse_boxes{margin-left: 5rem;}
  .load_btn::after {border-bottom: 3.2rem solid transparent;}
  .load_btn::after {top: -.5rem; left: -2.5rem;}

  /* about_page */
  .ab_inner_product_rt .product_txt h4 {font-size: 1.6rem; line-height: 2.5rem;}
  .ab_inner_product_rt .product_top_flex{flex-direction: column; align-items: start;}
  .ab_inner_product_rt .product_txt h4 a {padding-top: .5rem;}
  .ab_inner_product_rt.similar_products .owl-nav.disabled {top: 1.2rem;}

  /* product_page */
  .product_list .container, .product_txt .container {padding: 0 1.5rem;}
  .product_rt_img img {width: 7rem;}

  /* loan_page */
  .loan_txt_rt {margin-left: 2rem;}

}

@media only screen and (max-width: 1199px){
  .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;}
  .heder_rt_btn{right: 5rem;}
  .top_call_rt {right: 34rem; top: 1.2rem;}
  .heder_menu .container {padding: 0 1.5rem;}
  .nav_top .navbar-collapse.show{left: 0;}
  .nav_top .navbar-collapse{position: fixed; top: 0; left: -30.10rem; background: var(--white); 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; border-right: .5rem solid var(--brand);}
  .banner_lt {max-width: 100%;}
  .banner_lt {padding: 5rem 3rem;}
  .banner_lt strong {font-size: 3.5rem; line-height: 4.5rem;}
  .menu_sec {padding-right: 0;}
  .menu_sec li a {padding: 1.5rem; border-bottom: .1rem dashed #ccc; display: block; width: 100%;}
  .menu_sec li.dropdown {margin-right: 0;}
  .load_btn::after{display: none;}
  .load_btn{height: 7rem; padding: 0 2.5rem; border-radius: 4.5rem;}
  .heder_rt_btn {top: -.4rem;}
  .ab_rt {padding-left: 0;}
  .ft_top .cull:nth-child(2) .ft_txt {padding-left: 8rem;}
  .load_icn img {width: 3rem;}
  .load_icn {height: 5rem; width: 5rem;}
  .bannersec .carousel-control-prev, .bannersec .carousel-control-next {left: 56%;}
  .bannersec .carousel-control-next {left: 55%;}

  /* about_page */
  .ab_inner_product_rt{margin-top: 3rem;}
  .banner_content_info {padding: 4rem 0;}
  .shpr_vimi_img {bottom: 1rem; right: 0;}
  .shpr_vimi_img img {width: 10rem;}


  /* product_page */
  .popular_product_iteam {justify-content: start;}
  .product_rt_img img {width: 10rem;}
  .product_list_lt {margin-right: 0;}


  /* event_page */
  .inner_event_img, .inner_event_txt, .inner_event_img img {height: auto;}
  .inner_event_img {margin: 0 0 2rem 0;}

  /* loan_page */
  .loan_txt_rt{margin: 2rem 0 0 0;}
  



}

@media only screen and (max-width: 991px){
  .product_top_flex_rt::before{display: none;}
  .product_top_flex_rt{margin-top: 1.5rem;}
  .feed_back_rt{margin-top: 2rem;}
  .faq_sec{margin-top: 3rem;}
  .ft_top .cull:nth-child(2) .ft_txt {padding-left: 0;} 
  .choose_sec {margin-right: 0;}
  .ptb{padding: 5rem 0;}
  .inner_ptb{padding: 2rem 0 5rem 0;}
  .bannersec .carousel-control-next {left: inherit; right: 0; transform: inherit;}
  .bannersec .carousel-control-prev{left: inherit; right: 5rem; transform: inherit;}

  /* about_page */
  .count_list {display: inline-block; width: 100%;}
  .count_list li{width: 33.333%; float: left; border-bottom-color: transparent; padding-bottom: 0;}
  .count_list li:last-child{margin-bottom: 3rem;}
  .who_rt {margin-right: 0;}
  .who_lt .other_txt_list li {font-size: 1.5rem;}
  .ab_call_sec {padding: 5rem 0 7rem 0;}

  /* product_page */
  .inner_product_lt {margin: 0 0 2rem 0 !important;}
  .inner_product_lt, .inner_product_lt img, .inner_product_lt .carousel, .inner_product_lt .owl-item, .inner_product_lt .item, .inner_product_lt .product_list_img, .inner_product_lt .product_list_img a{height: auto; width: 100%;}
  
  /* product_dtls_page */
  .product_dltsrt{margin: 2rem 0 0 0;}

  /* contact_page */
  .inner_caon_frm_lt{margin: 2rem 0 0 0;}
  .inner_caon_frm_lt, .inner_caon_frm_lt img {height: auto;}
  .inner_caon_frm_sec  .row.main_row{flex-direction: column-reverse;}

  /* faq_page */
  .inner_faq_lt {margin: 2rem 0 0 0;}
  .inner_faq .main_row{flex-direction: column-reverse;}
    
}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .load_txt{display: none;}
    .load_icn {margin-right: 0;}
    .load_btn{width: 6rem; height: 6rem; display: flex; align-items: center; justify-content: center; padding: 0;}
    .heder_rt_btn {right: 4rem; top: -.3rem;}
    .top_call_rt {right: 10rem; top: .8rem;}
    .nav_top .navbar-brand img {width: 13rem;}
    .bannersec {margin-top: 11rem;}
    h1, h2 {font-size: 3rem; line-height: 4rem;}
    .banner_lt {padding: 4rem 1.5rem;}
    .step_line_shape{display: none;}
    .gallery_btn .as_btn {padding: 0 1.5rem;}
    .faq_heading {font-size: 1.6rem; line-height: 2.8rem; margin-right: 4rem;}
    .ft_btm .d-flex{flex-direction: column;}
    .ft_btm .d-flex span{display: block; text-align: center;}
    .all_btn::after{display: none;}
    .all_btn_txt{padding: 0;}
    .all_btn_txt span{display: block; padding-bottom: 1rem;}
    .banner_lt strong {font-size: 3rem; line-height: 4rem;}
    .call_rt{padding: 3rem 1.5rem;}
    .all_btn {margin-top: 3rem;}
    .ptb{padding: 4rem 0;}
    .inner_ptb{padding: 1rem 0 4rem 0;}

    /* about_page */
    .who_lt {margin: 3rem 0 0 0;}
    .count_lt_img img {width: 4rem;}
    .count_list li strong {font-size: 3rem;}
    .count_top_flex {margin-bottom: .5rem;}
    .banner_content_info {padding: 3rem 0;}
    .vimi_txt .other_txt_list_info li {font-size: 1.5rem;}
    .ab_call_sec {padding: 4rem 0 6rem 0;}

    /* product_dtls_page */
    .similar_products .product_top_flex{flex-direction: column; justify-content: start; align-items: start;}
    .similar_products h4 {font-size: 1.8rem; line-height: 2.4rem;}
    .similar_products .owl-item{padding: .2rem;}

    /* contact_page */
    .inner_con_list_lt {padding: 4rem 1.5rem;}

    /*------------------------------------------------------------------27-11-24------------------------------------------------------------*/
    .ft_top::before {background-size: 100%;}
}


@media only screen and (max-width: 575px){
  .ft_sahpe_img_1 img, .ft_sahpe_img_2 img{max-width: 100%;}
  .heder_top_lt{display: none;}
  .heder_top .d-flex{justify-content: center;}
  .load_btn {width: 5rem; height: 5rem;}
  .load_icn { height: 4rem; width: 4rem;}
  .load_icn img {width: 2rem;}
  .heder_rt_btn {top: .2rem;}
  .top_call_rt {right: 8rem; top: 1.6rem;}
  .top_call_icon {width: 4rem; height: 4rem;}
  .banner_lt strong {font-size: 2.5rem; line-height: 3.5rem;}
  .banner_btn_list{width: 100%;}
  .banner_btn_list li{margin-right: 0; display: block; width: 100%;}
  .banner_btn_list li .as_btn{width: 100%;}
  .banner_btn_list li:last-child .as_btn{margin-top: 1.5rem;}
  h1, h2 {font-size: 2.5rem; line-height: 3rem;}
  .other_txt_list li {width: 100%;}
  .happy_client_box .as_btn{width: 100%;}
  .call_rt h3{font-size: 2.5rem; line-height: 3rem;}
  .product_box{margin-top: 2rem;}
  .product_top_flex{flex-direction: column; align-items: start;}
  .product_txt h4{font-size: 1.8rem; line-height: 2.5rem;}
  .all_btn {margin-top: 2rem;}
  .step_txt  h4{font-size: 2rem; line-height: 2.5rem;}
  .step_icon {width: 10rem; height: 10rem; margin: 0 auto 2.2rem; border-radius: 2rem;}
  .step_icon img {width: 6rem;}
  .step_box {margin-top: 3rem;}
  .fedd_back_lt_box .as_btn {padding: 0 1.5rem;}
  .feed_back_rt .owl-nav {margin-top: 1rem;}
  .person_img img {width: 6rem !important; margin-right: 1.5rem; height: 6rem;}
  .person_name strong {font-size: 1.5rem; line-height: 2rem;}
  .person_info {margin-top: 2rem;}
  .gallery_btn {width: 100%;}
  .gallery_sec{text-align: center;}
  .faq_heading {font-size: 1.4rem; line-height: 2.2rem; margin-right: 2rem;}
  .choose_box::before{display: none;}
  .chosse_boxes {margin-left: 0;}
  .choose_shape_img{display: none;}
  .choose_box {padding: 2rem; margin-top: 2rem;}
  .choose_box_two {margin-left: 0;}
  .inner_ptb{padding: 2rem 0 4rem 0;}
  .banner_lt {padding: 3rem 1.5rem;}

  /* anout_page */
  .count_list { justify-content: center; display: flex; flex-wrap: wrap;}
  .count_list li {width: 50%; margin-bottom: 2rem;}
  .label_txt{font-size: 1.4rem;}
  .fedd_back_lt_box h3{font-size: 2.5rem; line-height: 3rem;}
  .fedd_back_lt_box .as_btn {margin-top: 1.5rem;}

  /* product_page */
  .stock_txt {position: inherit; right: inherit; top: inherit; display: block; margin-bottom: .8rem;}
  .inner_product_rt h4{font-size: 1.8rem; line-height: 2.2rem;}
  .prduct_btn_list li{display: block; width: 100%;}
  .prduct_btn_list li .as_btn{width: 100%;}
  .prduct_btn_list li:last-child .as_btn{margin-top: 1rem;}
  .product_rt_img {bottom: inherit; top: -1rem;}
  .product_rt_img img {width: 8rem;}
  .price {font-size: 1.8rem;}
  .popular_product_img img {width: 7rem; height: 7rem;}

  /* product_dtls_page */
  .similar_products .owl-nav.disabled {display: flex !important; align-items: center; justify-content: center; position: inherit; right: inherit; top: inherit; margin-top: 2rem;}

  /* contact_page */
  .inner_call_icon { font-size: 2rem; height: 4.6rem; width: 4.6rem; top: 0;}
  .inner_call_box {padding-left: 6rem;}
  .inner_call_txt a {font-size: 1.8rem;}
  .inner_call_box { margin-top: 2rem;}
  .map_sec iframe {height: 20rem;}

  /* gallery_page */
  .inner_gallery_sec  .full_img img {width: 3rem !important;}
  .gallery_heading {margin-bottom: .5rem;}

  /* event_page */
  .inner_event_box {margin-top: 2rem;}

  /* error_page */
  .error > .code_txt {font-size: 7.5em; line-height: 0;}

}

    


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

}