	*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
  }
  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    color: #130100;
  }
/*font-family */
 p{
    font-family: "Poppins", sans-serif;
  }
  h1{
    font-family: "Poppins", sans-serif;
  }
  h2{
    font-family: "Poppins", sans-serif;
  }
  h3{
    font-family: "Poppins", sans-serif;
  }
  h4{
    font-family: "Poppins", sans-serif;
  }
  h5{
    font-family: "Poppins", sans-serif;
  }
  h6{
    font-family: "Poppins", sans-serif;
  }
 span{
    font-family: "Poppins", sans-serif;
  }
/*font-color*/
h1{
  color:#fff;
}
h2{
  color: #130100;
}
h2 span{
  color:#A01005;
}
h3{
  color: #130100;
}
h4{
  color: #130100;
}
h5{
  color: #ffffff;
}
h6{
  color: #130100;
}
.white_color{
  color: #fff;
}
.span_color{
  color: #A01005;
}
/*  font-size*/
p{
  font-size: 16px;
  line-height: 24px;
  font-weight:400 ;
}
h1{
  font-size: 64px;
  line-height: 83.2px;
  font-weight: 600;
}
h2{
  font-weight: 700;
  font-size: 54px;
  line-height: 70.2px;
}
h2 span{
  font-weight: 700;
  font-size: 54px;
  line-height: 70.2px;
}
h3{
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
h4{
  font-weight: 500;
  line-height: 36px;
  font-size: 24px;
}
h5{
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 2%;
}
img{
    max-width: 100%;
  }



  ul{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  li{
list-style: none;
font-family: "Poppins", sans-serif;
font-size: 16px;
  line-height: 24px;
  font-weight:400 ;
  }
  a{
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .btn_warpd{
    background: #A01005;
    color: #fff;
    border:solid  2px #A01005;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
  }
.btn_style{
    padding: 15px 30px;
    box-sizing: border-box;
    margin: 0;
    display: inline-block;
    border-radius: 12px;
}
.baner_img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    transform: translate(-0, -50%);
}

.section01 {
    position: relative;
}

.banner_slider {
    position: relative;
    padding: 140px 0 !important;
}
.inbner_banner .owl-dots {
    max-width: 1200px !important;
    text-align: left;
    position: absolute;
    bottom: 50px;
    width: 100% !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translate(-50%, 0px);
    padding: 0 1.5rem !important;
}
.inbner_banner .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
}
.inbner_banner .owl-dots button.owl-dot {
    border: solid  1px #fff;
    text-align: center;
    line-height: 12px;
    margin-right: 10px;
    border-radius: 10px;
    opacity: 0.65;
}
.inbner_banner .owl-dots button.owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 auto;
    background: #ffffff !important;
}
.inbner_banner .owl-dots button.owl-dot.active {
    opacity: 1 !important;
}
.inbner_banner .owl-dots button.owl-dot.active span {
    background: #fff;
}
.pt{
  padding-top: 120px;
  box-sizing: border-box;
}
.pb{
  padding-bottom: 120px;
  box-sizing: border-box;
}
.imge_about img {
    position: relative;
}
.imge_about::before {
    content: "";
    width: 175px;
    height: 175px;
    position: absolute;
    top: -25px;
    left: -25px;
    background: #A01005;
    display: block;
    border-radius: 12px;
}
.imge_about {
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
}
.about_part li {
    margin-bottom: 25px;
}
.section02{
  background: #A010050D;
}
.ind_wrap {
    max-width: 90%;
    background: #fff;
    margin: -60px auto 0;
    padding: 25px;
    border-radius: 12px;
    position: relative;
}

/*hover Service*/
.imge_ser .image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.imge_ser .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsl(4deg 94% 32% / 80%);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-radius: 12px;
}

.imge_ser:hover .overlay {
  height: 100%;
}

.imge_ser .text {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, -0%);
    text-align: left;
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
}
.imge_ser{
position: relative;
}
.section05{
  background: #ffffff;
}
.section07{
    background: #A010050D;
}
.imge_Product {
    box-shadow: 10px 10px 25px 10px rgb(160 16 5 / 10%);
    padding: 25px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff;
}
/*.uthd_r img {
    background: rgb(160 16 5 / 5%);
    border-radius: 8px;
}*/
.uthd_r {
    display: inline-block;
    height: 80px;
    width: 80px;
    background: rgb(160 16 5 / 5%);
    border-radius: 8px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 25px;
    border: solid 2px rgb(160 16 5 / 5%);
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.imge_Product:hover .uthd_r{
border: solid 2px hsl(4deg 94% 32% / 30%);
} 
.imge_Product{
  margin-top: 25px;
}
.kn1e {
    position: relative;
}
.heading_yh {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    left: 25px;
}
.heading_yh h4 {
    color: #fff;
    display: block;
}
.iner_why {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 20px;
}
.why_choose {
    background: #fff;
    padding: 15px 25px  15px  25px;
    box-sizing: border-box;
    border-radius: 12px;
}
.img_wrap {
    margin-top: -70px;
    max-width: 70px;
}
.cont_wrapd {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 30px;
}
.our_imagr {
    position: relative;
}
.inner_co img {
    width: 100%;
}
.icont_w {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 15px;
    column-gap: 10px;
}
.contac_us_wrap {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 30px;
    box-shadow: 10px 10px 25px 10px #A010051A;
    border-radius: 12px;
}

.right_p p {
    margin-bottom: 25px;
}

.form_wrs input {
    box-sizing: border-box;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: solid  1px rgb(34 34 34 / 10%);
    line-height: 50px;
    border-radius: 8px;
}

.form_wrs 
 textarea {
    height: 100px;
    border-radius: 8px;
}
.cont_wrapd h5 {
    padding-bottom: 150px;
    box-sizing: border-box;
}
footer{
  background: #130100;
}
.list_social li {
    border: solid  1px rgb(255 255 255 / 10%);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 8px;
}
.list_social li a {
    display: block;
}
.our_tyh {
    padding: 30px 0px;
    box-sizing: border-box;
}
.our_tyh p {
    color: rgb(255 255 255 / 65%);
}
.contac_us_wrap {
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
}
.right_p h3 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
}

.right_p h3 span {
    color: #A01005 !important;
}
.footer_wifgt li {
    display: block;
}

.footer_wifgt li a {
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(255 255 255 / 65%);
}

.footer_wifgt li a:hover {
    color: #fff;
}

.footer_wifgt ul {
    margin-top: 25px;
}
.bottom_footer {
    border-top: solid  1px  rgb(255 255 255 / 10%);
    text-align: center;
    margin-top: 40px;
}
.bottom_footer p {
    margin-bottom: 0;
    padding: 25px 0;
    box-sizing: border-box;
    color: #fff;}
.why_choose{
  margin-top: 30px;
}
.breadcumb_dtat {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: block;
    width: 100%;
    transform: translate(-50% , -50%);
}

.breadumb_inner {
    position: relative;
}
.vision_sec .img_wrap {
    margin-top: -50px;
    max-width: 100px;
}
.vision_sec .hy_Y {
    margin-top: 25px;
}
.vision_sec{
  background: rgb(160 16 5 / 5%);
}
.our_prd_detsil{
  background: rgb(160 16 5 / 5%);
}
.prod_im_age {
    box-shadow: 2px 4px 5px 5px #A010050D;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 10px transparent;
}
.inner_prod_f:hover .prod_im_age  {
    border-bottom: solid 10px #A01005;
}

.read_more_btn a {
    position: absolute;
    bottom: 0;
    color: #A01005;
    z-index: 9999999;
    right: 0;
    display: block;
    opacity: 0;
}
.inner_prod_f:hover  .read_more_btn a {
    opacity: 1;
}
.read_more_btn {
    position: relative;
    right: 30px;
    bottom: 20px;
}
.read_more_btn a i {
    height: 44px;
    width: 44px;
    text-align: center;
    background: #A01005;
    color: #fff;
    line-height: 44px;
    border-radius: 8px;
}
.tile_wrap h4 {
    color: #A01005;
    display: block;
    margin-top: 15px;
}
.product_list{
  margin-top: 25px;
}
.imge_about img {
    width: 100%;
}
.heading_cont h4{
color: #A01005;
}
.heading_cont {
    padding-top: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.hide_hovewr {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
}
.imge_ser:hover .hide_hovewr {
    display: none;
}
.imge_ser .overlay h4{
  font-size: 20px;
}
.section06  .owl-nav {
    position: absolute !important;
    top: -100px !important;
    right: 0 !important;
    margin-top: 0 !important;
}
.section06 .owl-nav button {
    width: 44px !important;
    height: 44px !important;
    background: #A01005 !important;
    color: #fff !important;
    font-size: 44px !important;
    line-height: 30px !important;
}
a.nav-link {
    color: #000000 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
a.nav-link.active {
    color: #A01005 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
a.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 12px !important;
    height: 2px !important;
    display: block;
    z-index: 999999;
    background: #A01005;
    opacity: 0;
}
a.nav-link.active::after {
    background: #A01005;
    opacity: 1;
}
li.nav-item {
    margin-right: 15px;
}
.why_choose p {
    min-height: 100px;
}
.heading_yh h4 a{
    color: #A01005;
}
.heading_yh h4 a:hover{
    color: #000000;
}
.tgb {
    max-width: 70%;
    margin: 0 auto;
}
.baner_imcg {
    border-radius: 12px !important;
    overflow: hidden;
}
.imge_about img {
    border-radius: 12px;
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 2%);
}
.tital_occ {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    background: #A01005;
}

.logi {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 30px;
}

.tital_occ h4 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 40px;
}
.img_uh img {
    width: 100%;
}
.about_beadcumb{
    background-image: url("../image/breadcumb1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about_beadcumb.yhn_2 {
    background-image: url(../image/breadunf.png);   
}
.about_beadcumb.arr {
    background-image: url(../image/th1.png);   
}
.bredcumb_wrap {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    position: relative;
}

.bredcumb_wrap .liser_bread {
    position: absolute;
    bottom: 30px;
}
.bredcumb_wrap .liser_bread ul li i {
    color: #fff;
}
.bredcumb_wrap .liser_bread ul li {
    display: inline-block;
}


.headu h6 {
    color: #fff;
    font-weight: 600;
    line-height: 44.2px;
    font-size: 36px;
    margin: 20px 0px;
}

.adv_gap .why_choose {
    margin-bottom: 30px;
}
.adv_gap {
    margin-top: 20px;
}
.thgngfd {
    display: flex;
}
.thgngfd span {
    flex-basis: 100px;
}
.about_part li.thgngfd {
    margin-bottom: 0;
    column-gap: 15px;
}
.about_part li.thgngfd .headi_n_w h4 {
    line-height: 20px;
}
.top_air {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.air_wrp {
    width: 50px;
}
.cont_wrdo h3 {
    margin-bottom: 0;
}
.cont_wrdo h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.cont_wt {
    margin-top: 15px;
}
.air_part {
    background: hsl(4deg 94% 32% / 2%);
    padding: 25px;
    box-sizing: border-box;
    border-radius: 12px;
}
.air_part {
    margin-bottom: 20px;
}
.navbar-toggler:focus {
    border: solid 1px #ccc;
    outline: 0;
    box-shadow: unset;
}
.nav-wrap {
    display: flex;
    column-gap: 20px;
}
.section01 {
    position: relative;
    margin-top:74px;
}
.sidebar-open {
    overflow: hidden;
}
.overlaycs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.sidebar-open .overlaycs {
    opacity: 1;
    visibility: visible;
}
.header {
    padding: 10px 0;
    background-color: #f8f9fa;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.logo {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}
.container {
    padding: 0 15px;
}
.row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-list {
    display: flex;
    align-items: center;
}
.nav-list li {
    padding: 0 10px;
}
.nav-list li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    position: relative;
    display: block;
}
/*.nav-list li a::after {
    content: "";
    background-color: #000000;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s linear;
}
.nav-list li a:hover::after {
    width: 100%;
}
.nav-list li.active a::after {
    width: 100%;
}*/
.nav-list li.active a{
    color: #A01005;
}
.nav-list li.with-submenu {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.nav-list li.with-submenu > a {
    margin-right: 10px;
}
.nav-list li.with-submenu::after {
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(0deg);
    right:10px;
    margin-bottom: 5px;
    transition: all 0.3s;
    content: "\f107";
    font-family: "fontawesome";
    top: 0;
}
.nav-list li.with-submenu:hover::after {
    transform: rotate(0deg);
    margin-top: 0;
}
.nav-list li.with-submenu.active::after{
    color: #A01005;
}
.nav-list li.with-submenu .submenu {
    position: absolute;
    right: 0;
    top: 49px;
    background: #ffffff;
    border-radius: 10px;
    transform: unset;
    box-shadow: unset;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    width: 250px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 7px 20px 0px rgb(160 16 5 / 20%);
}
.nav-list li.with-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.nav-list li.with-submenu .submenu li {
    padding: 0;
}
.nav-list li.with-submenu .submenu a {
    color: #000000;
    display: block;
    padding: 8px 15px;
    transition: all 0.3s;
}

.nav-list li.with-submenu .submenu a:hover {
    background-color: rgba(49, 20, 50, 0.3);
}
/* .nav-list li.with-submenu .submenu a::after {
    display: none;
} */
.nav-list li.with-submenu > a {
    position: relative;
    z-index: 1;
}
.hamburger {
    display: none;
    z-index: 99;
}
.hamburger .line {
    width: 25px;
    height: 1.5px;
    background-color: #000000;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
    width: 15px;
}
.hamburger:hover {
    cursor: pointer;
}
.hamburger.is-active .line {
    background-color: #311432;
}
.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(6.5px) rotate(45deg);
    -ms-transform: translateY(6.5px) rotate(45deg);
    -o-transform: translateY(6.5px) rotate(45deg);
    transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
    -ms-transform: translateY(-6.5px) rotate(-45deg);
    -o-transform: translateY(-6.5px) rotate(-45deg);
    transform: translateY(-6.5px) rotate(-45deg);
}
.nav-list li.with-submenu .submenu a:hover {
    background-color: #A01005;
    color: #fff;
}
/*button type*/
.btn_wrcvap {
 font-size: 16px;
 padding: 15px 30px;
  font-weight: 500;
  background: #A01005;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.label {
  position: relative;
  top: -1px;
}

.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: hwb(0deg 0% 100% / 60%);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn_wrcvap:hover .transition {
  width: 14em;
  height: 14em;
}

.btn_wrcvap:active {
  transform: scale(0.97);
}
.imge_ind {
    overflow: hidden;
    border-radius: 10px !important;
}
.imge_ind img {
    transition: transform .5s;
    transform: scale(1);
    overflow: hidden;
    border-radius: 10px;
}
.imge_ind:hover img {
    transition: transform .5s;
    transform: scale(1.1);
}
.imge_Product .overlay_yh .text12 p {
    min-height: 120px;
}
.why_choose {
    box-shadow: 0px 0px 25px 0px rgb(160 16 5 / 10%);
}
.form_wrs input:focus, .form_wrs textarea:focus {
    box-shadow: unset;
    border: solid 1px rgb(34 34 34 / 10%);
}
.icont_w .img_1 {
    width: 30px !important;
}

.icont_w .img_1 img {
    width: auto;
    max-width: 30px;
}

.cont_le {
    width: calc(100% - 30px);
}
.col-md-5 .footer_wifgt h5 {
    margin-bottom: 25px !important;
}
.col-md-5 .footer_wifgt .cont_le p a {
    color: rgb(255 255 255 / 65%); !important;
}
.cont_le p {
    color: rgb(255 255 255 / 65%);
}
/*ddsklfj*/
@media (max-width: 767px) {
    .header {
        padding: 10px 0;
    }
    .hamburger {
        display: block;
    }
    .nav-wrap {
        position: fixed;
        top: 0;
        right: -100%;
        transform: translateX(100%);
        background-color: #ffffff;
        transition: all 0.5s linear;
        max-width: 300px;
        width: 100%;
        height: 100%;
        box-shadow: 2px -5px 5px 3px #ccc;
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    .nav-wrap.is-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        right: 0;
        z-index: 9;
    }
    .nav-list {
        flex-direction: column;
        align-items: unset;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0.5s;
        transition-duration: 1s;
        transition-property: all;
        padding: 10px;
    }
    .nav-wrap.is-open .nav-list {
        opacity: 1;
        visibility: visible;
    }
    .nav-list li {
        padding: 7px 10px;
    }
    .nav-list li a {
        color: #311432;
        text-align: left;
        display: inline-block;
        padding: 2px 0;
    }
    .nav-list li a::after {
        background-color: #311432;
    }
    .nav-list li.with-submenu {
        display: block;
    }
    .nav-list li.with-submenu::after {
        border-color: #311432;
        right: 10px;
        top: 12px;
    }
    .nav-list li.with-submenu:hover::after {
        transform: rotate(45deg);
        margin-top: 0;
    }
    .nav-list li.with-submenu.is-open::after {
        transform: rotate(225deg);
        margin-top: 5px;
    }
    .nav-list li.with-submenu .submenu {
        position: static;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid #ccc;
        display: none;
        transition: auto;
        margin: 10px 0;
    }
    .nav-list li.with-submenu .submenu li {
        padding: 7px 10px;
    }
    .nav-list li.with-submenu .submenu li:hover a {
        background-color: transparent;
    }
    .nav-list li.with-submenu .submenu li a {
        display: inline-block;
        padding: 2px 0;
    }
    .nav-list li.with-submenu .submenu li a::after {
        display: block;
    }
    .nav-wrap.is-open {
    display: block;
}
.section01 {
    position: relative;
    margin-top: 75px;
}
}
/*responsive*/
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: end;
    margin-right: 0 !important;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: end;
}

}
@media(max-width:1199px){
   .navbar-brand img {
    max-width: 150px !important;
}   
}
@media(min-device-width: 992px) and (max-device-width: 1199px){
   .navbar-brand img {
    max-width: 150px !important;
}
a.nav-link. {
    font-size: 14px;
}
a.nav-link.active {
    font-weight: 500;
    font-size: 14px;
} 
.iner_why{
        column-gap: 10px
}
.vision_sec .hy_Y {
    margin-top: 15px;
}
.why_choose p {
    min-height: 150px;
    margin-bottom: 0;
}
.headin_w h4 {
    font-size: 18px;
}
.vision_sec .img_wrap{
    width: 100%;
}
}
@media(max-width:991px){
    br {
    display: none;
}

.baner_img {
    position: relative;
    width: 95%;
    top: 20px !important;
    transform: unset;
    margin: 0 auto;
}
h1 {
    font-size: 30px;
    line-height: 33.2px;
    font-weight: 600;
}
.banner_slider {
    padding: 50px 0 80px !important;
}
h2 {
    font-size: 30px;
    line-height: 33.2px;
    font-weight: 600;
}
.pb{
    padding-bottom: 50px !important;
}
.pt{
    padding-top: 50px !important;
}
h2 span {
    font-size: 30px;
    line-height: 33.2px;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
.imge_ser {
    margin-top: 25px;
}
.imge_ser {
    text-align: center;
}
h4 {
    font-weight: 500;
    line-height: 28px;
    font-size: 22px;
}
.imge_ser img {
    width: 100%;
}
.section04 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.imge_ind {
    margin-bottom: 25px;
}
.logi_img img {
    width: 100%;
}
.headin_w h4 {
    line-height: 24px;
    font-size: 20px;
}
.why_choose {
    margin-top: 40px;
}
.contac_us_wrap{
 width: 100%;   
}
.cont_wrapd h5 {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.icont_w .cont_le p {
    margin-bottom: 0;
    font-size: 12px;
}

.img_1 {
    flex-basis: 20px !important;
    width: 20px !important;
}

.img_1 img {
    width: 20px !important;
}

.icont_w {
    margin-bottom: 5px;
}

.cont_wrapd h5 {
    margin-bottom: 0;
}
.cont_wrapd{
    padding: 15px;
}
.contac_us_wrap{
    padding: 15px;
}
.contac_us_wrap{
        margin-bottom: 50px;
}
header .navbar-collapse.collapse {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 30px;
    box-sizing: border-box;
}

header li.nav-item a.nav-link {
    display: inline-block;
}
.navbar-collapse {
    display: none !important;
    transition-delay: 200s;
}
.navbar-collapse.main_class {
    display: block !important;
    transition-delay: 200s;
    transform: translate(10px);
}
}

@media(min-device-width: 768px) and (max-device-width: 991px){
    .section04 .col-md-3 {
    width: 50%;
}
.text12 h4 {
    min-height: 120px;
}
.text12 p {
    min-height: 250px;
}
.tital_occ h4 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 34px;
}
.why_choose .hy_Y p {
    min-height: 170px;
}
.headin_w h4 {
    min-height: 70px;
}
.vision_sec .img_wrap {
    margin-top: -50px;
    max-width: 100px;
    width: 100%;
}
/*.img_wrap img {
    width: 100px;
}
.headin_w {
    width: calc(100% - 100px);
}*/
.iner_why{
    position: relative;
    display: block;
}
.img_wrap {
    margin-top: 0;
    max-width: 70px;
    margin-bottom: 15px;
}
.vision_sec .hy_Y {
    margin-top: 0;
}
.headin_w h4 {margin-bottom: 0;}
}
@media(max-width:767px){
    section.breadumb {
/*    background: url(http://steamlinedesign.com/saharanew/image/bredcumb.jpg);*/
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top left;
}
.img_uh {
    display: none;
}
.breadcumb_dtat {
    position: relative;
    top: 0%;
    left: 50%;
    z-index: 9999;
    display: block;
    width: 100%;
    transform: translate(-50% , 0%);
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
a.navbar-brand img {
    max-width: 150px;
}
.about_part h2 {
    margin-top: 15px;
}
.about_part {
    margin-top: 30px;
}
.about_part {
    margin-top: 30px;
}
.img_wrap {
    width: 100px;
    flex-basis: 100px;
}
.img_wrap img {
    width: 100%;
    object-fit: cover;
}
.iner_why {
    display: block;
}
.why_choose {
    text-align: center;
}
.vision_sec .img_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.vision_sec .why_choose {
    margin-top: 50px;
}
.img_wrap {
    position: relative;
    max-width: 70px;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 15px;
}
.logo img {
    width: 150px;
}
}