 
/* custom fonts  */

html{
   scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
   font-family: "Lato", sans-serif !important;
}
 ul, li{
    list-style: none;
 }
 ul{
    padding-left: 0;
 }
 a{
    list-style: none;
    color: #fff;
 }
a:hover {
  text-decoration: none !important;
}
input:focus, textarea:focus, select:focus, button:focus{
    outline: none !important;
}
input::-moz-focus-inner {
    border: 0;
}
button::-moz-focus-inner {
    border: 0;
    outline: none;
}
button:active {
    outline: none !important;
}

body{
/*   cursor: url("../images/drm.png"),auto;*/
 /* position: absolute;
  width: 100%;
  height: 100%;*/
}

.main_header_area {
  background: #000;
  padding: 10px 100px;
}
.main_header_area {
  background: #000;
  padding: 10px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.head_menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 0 0 51px;
  transition: ease-in-out 0.4s;
}
.head_menu ul li a:hover {
  color: #f66b00;
  transition: ease-in-out 0.4s;
}
.head_menu ul li.active a {
  color: #f66b00;
  transition: ease-in-out 0.4s;
}
.quote_button a {
  background: #F66B00;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 35px;
  border-radius: 4px;
  transition: ease-in-out 0.4s;
}
.quote_button a:hover {
  background: #fff;
  color: #000;
  transition: ease-in-out 0.4s;
}
/*.quote_button a:hover {
  color: #fff;
}*/
.quote_button {
  margin: 0 0 0 80px;
}
.single_slide img {
  width: 100%;
  height: 90vh;
}
.single_slide{
  position: relative;
}
.banner_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
.banner_cont h3 {
  font-size: 43px;
  color: #fff;
}
.banner_cont h2 {
  font-size: 55px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0;
}
.banner_cont h4 {
  font-size: 30px;
  color: #fff;
}
.slide-arrow.slick-next.slick-arrow {
  right: 104px;
}
.slide-arrow.slick-prev.slick-arrow {
  left: 104px;
  z-index: 999;
}
.slide-arrow.slick-prev.slick-arrow::before {
  display: none;
}
.slide-arrow.slick-next.slick-arrow::before {
  display: none;
}
.baner_brand_main img {
  width: 110px;
  margin: 0 17px;
  border-radius: 8px;
}
.banner_area_main {
  position: relative;
  height: 90vh;
}
.baner_brand_main {
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.about_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_area_main {
  background: #000000;
}
.about_right {
  width: 40%;
  overflow: hidden;
}
.about_left {
  width: 60%;
  padding: 0 100px;
}
.about_right img {
  width: 100%;
  transform: scale(1);
  transition: ease-in-out 0.9s;
}
.about_right img:hover {
  transform: scale(1.5);
  transition: ease-in-out 0.9s;
}
.about_left h3 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px;
}
.about_left h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.about_left p {
  color: #fff;
  font-size: 17px;
  padding: 0 0 3px;
}
.about_left a {
  background: #f66b00;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  margin: 13px 0 0;
  transition: ease-in-out 0.4s;
}
.about_left a:hover {
  background: #fff;
  color: #000;
  transition: ease-in-out 0.4s;
}

body{
  background: #000;
}
.products_area_main {
  background: #000;
  padding: 60px 0;
}
.prod_head {
  text-align: center;
  margin: 0 0 70px;
}
.prod_head h3 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 4px;
}
.prod_head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f66b00;
  margin: 0;
  text-transform: uppercase;
}
.product_inn_single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_image {
  width: 50%;
  overflow: hidden;
}
.product_content {
  width: 50%;
}
.product_image img {
  width: 100%;
  transform: scale(1);
  transition: ease-in-out 0.9s;
}
.product_image img:hover {
  transform: scale(1.5);
  transition: ease-in-out 0.9s;
}
.product_content a img {
  width: 19px;
  margin: 0 0 0 7px;
  position: relative;
  bottom: 1px;
  transition: ease-in-out 0.4s;
}
.product_content a:hover img {
  margin: 0 0 0 20px;
  transition: ease-in-out 0.4s;
}
.product_content {
  padding: 70px;
}
.product_content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #f66b00;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.product_content p {
  color: #E0E0E0;
  font-size: 18px;
  width: 52%;
}
.prod_page_cont p{
  width: 100%;
}
.product_content a {
  color: #f66b00;
  font-size: 14px;
  letter-spacing: 2px;
  transition: ease-in-out 0.4s;
}
.product_content a:hover {
  color: #f66b00;
  letter-spacing: 2.7px;
  transition: ease-in-out 0.4s;
}
.why_chooseus_main {
  background: #000;
}
.why_chooseus_main {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0;
}
.why_choose_left {
  width: 50%;
}
.why_choose_right {
  width: 50%;
  padding: 45px;
}
.why_choose_left img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.why_choose_right h2 {
  font-size: 43px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.why_choose_right h3 {
  font-size: 27px;
  color: #fff;
  margin: 0 0 70px;
}
.why_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.why_btm_sing {
  width: 37%;
}
.why_btm_sing h4 {
  font-size: 25px;
  font-weight: 600;
  color: #F66B00;
}
.why_btm_sing p {
  font-size: 18px;
  color: #fff;
  margin: 18px 0 50px;
}
.home_contact_area_main {
  background: #000;
  padding: 60px 100px;
  display: flex;
  justify-content: space-between;
}
.home_contact_left {
  width: 48%;
}
.home_contact_right {
  width: 48%;
}
.cont_info_sing {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin: 0 0 20px;
}
.cont_info_sing img {
  width: 28px;
  height: 29px;
  margin: 0 10px 0 0;
  position: relative;
  bottom: 4px;
}
.cont_info_main .cont_info_sing:nth-child(1) img {
  width: 20px;
  height: 20px;
  bottom: 0;
}
.cont_info_cont h3 {
  font-size: 16px;
  color: #f46a00;
  margin: 0;
}
.cont_info_cont p {
  color: #fff;
  margin: 6px 0 0;
  font-size: 18px;
}
.cont_info_sing a {
  color: #fff;
  transition: ease-in-out 0.4s;
}
.cont_info_cont p a:hover {
  color: #f56a00;
  transition: ease-in-out 0.4s;
}
.home_contact_right h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.home_contact_left h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.home_contact_right h6 {
  color: #fff;
  font-size: 17px;
  width: 70%;
  line-height: 25px;
  margin: 0 0 30px;
}
.home_contact_left p {
  color: #fff;
  font-size: 17px;
  width: 70%;
  line-height: 25px;
  margin: 0 0 30px;
}
.home_contact_left form input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  padding: 7px 17px;
  margin: 0 0 14px;
}
.home_contact_left form textarea {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  padding: 7px 17px;
  margin: 0 0 14px;
}
.frm_grup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frm_grup span {
  width: 49% !important;
}
.frm_grup input {
  width: 100% !important;
}
.cont_info_sing a:hover {
  color: #fff;
}
.submit_btn input {
  width: 250px !important;
  background: #f56a00 !important;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.submit_btn {
  text-align: center;
}
.footer_main_area {
  background: #111111;
  text-align: center;
  padding: 75px 0 0;
}
.foot_inner img {
  margin: 0 0 50px;
}
.foot_menu ul {
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 0 0 60px;
}
.foot_menu ul li a {
  font-size: 13px;
  padding: 0 28px 0;
  color: #fff;
  text-transform: uppercase;
  transition: ease-in-out 0.4s;
}
.foot_menu ul li a:hover {
  color: #f56a00;
  transition: ease-in-out 0.4s;
}
.foot_botm {
  border-top: 1px solid #242424;
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 22px 100px;
}
.foot_botm p {
  margin: 0;
  color: #888888;
  font-size: 13px;
}
.foot_botm p a {
  color: #f56a00;
  margin: 0 0 0 6px;
}
.about_inner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.about_left h5 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.innpage_why_choose_right h3 {
  margin: 0 0 26px;
}
.why_choose_right.innpage_why_choose_right ul li {
  color: #fff;
  padding: 0 0 16px;
  list-style: disc;
}
.vision_2026_main {
  background: url(../images/miss_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  content: '';
  background-position: center;
  padding: 50px 100px;
}
.vission_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inner_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.inner_banner_area_main {
  position: relative;
}
.inner_banner_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
.inner_banner_cont h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.why_bottom p {
  color: #fff;
  font-size: 17px;
}
.vission_left img {
  width: 100%;
}
.vission_left {
  margin: 0 80px 0 0;
  width: 36%;
}
.vission_right h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.vission_right p {
  color: #fff;
  font-size: 16px;
}
.certi_area_main {
  background: #000;
  padding: 80px 100px;
}
.certi_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single_certi a img {
  width: 100%;
  border-radius: 30px;
  border: 5px solid #f66b00;
}
.single_certi {
  width: 48%;
  margin: 0 0 40px;
}
.gallery_area_main {
  padding: 80px 100px;
  background: #000;
}
.gallery_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single_gallery {
  width: 32%;
  margin: 0 0 19px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.single_gallery img {
  width: 100%;
  height: 371px;
  object-fit: cover;
}
.single_gallery img {
  width: 100%;
  height: 371px;
  object-fit: cover;
  transform: rotate(0);
  transform: scale(1);
  transition: ease-in-out 0.4s;
}
.single_gallery:hover img {
  transform: rotate(45deg);
  transform: scale(1.5);
  transition: ease-in-out 0.4s;
}
.gal_hover {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 93%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(246, 107, 0, 0.6);
  margin: 0 auto;
  cursor: pointer;
  transform: scale(0);
  transition: ease-in-out 0.4s;
}
.single_gallery:hover .gal_hover {
  transition: ease-in-out 0.4s;
  transform: scale(1);
}
.gal_hover h3 {
  color: #fff;
  font-size: 23px;
}
.map_inner iframe {
  width: 100%;
  height: 500px;
  margin: 0 0 -5px;
}
.product_content a:hover {
  color: #f66b00;
}
.cls_mnu {
    display: none;
}
.toogle_menu {
    display: none;
}
.cont_info_cont ul li a svg {
  fill: #fff;
  width: 20px;
}
.cont_info_cont ul li {
  padding: 0 19px 0 0;
}
.cont_info_cont ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0 0;
}
.demo-gallery {
  background: #000;
  padding: 80px 100px;
}
#lightgallery li a img {
  width: 100%;
  border-radius: 30px;
  border: 5px solid #f66b00;
}
#lightgallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#lightgallery li {
  width: 48%;
  margin: 0 0 40px;
}
.ban_video video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

/*.single_slide video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}*/
.single_product_area {
  background: #000;
  padding: 80px 100px;
}
.single_prod_inn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sing_prd_right {
  padding: 0 0 0 50px;
  width: 55%;
}
.sing_prd_right p {
  color: #fff;
  font-size: 16px;
}
.sing_prd_left {
  width: 45%;
}
.sing_prd_left img {
  width: 100%;
}
.md_ed_spetch_sec .mded_img img {
  width: 315px;
}
.mded_left {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #606060;
  width: 49%;
  margin: 0 0 20px;
}
.mded_right {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #606060;
  width: 49%;
  margin: 0 0 20px;
}
.md_ed_spetch_sec {
  padding: 80px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  flex-wrap: wrap;
}
.mded_img {
  background: #fff;
}
.mded_cont h3 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 3px;
}
.mded_cont {
  padding: 15px 12px 15px 29px;
}
.mded_cont h5 {
  color: #b0b0b0;
}
.mded_cont p {
  color: #fff;
}
.choose_botm_cont h4 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}
.choose_botm_cont ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 0 0 0;
  overflow: hidden;
}
.choose_botm_cont ul li {
  width: 29%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #f66b00;
  padding: 6px 6px;
  margin: 0 8px 9px 0;
}

/*.header_logo a img {
  --animate-duration: 800ms;
  --animate-delay: 1s;
}*/
.baner_brand_main span {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  border-radius: 10px;
  margin: 0 5px;
}


















/*==========================  Responsive Css Start  ==============================*/


@media screen and (min-width: 1920px) {

}

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

.product_content {
  padding: 47px;
}
.choose_botm_cont ul li {
  width: 31%;
  font-size: 13px;
}
}

@media screen and (max-width: 1440px) {
.why_choose_right {
  padding: 28px;
}

 
}

@media screen and (max-width: 1280px) {
  .mded_right {
  width: 100%;
  flex-direction: column;
}
.md_ed_spetch_sec .mded_img img {
  width: 100%;
  height: 306px;
  object-fit: cover;
}
.mded_left {
  width: 100%;
  flex-direction: column;
  margin: 0 20px 0;
}
.main_header_area {
    padding: 10px 30px;

}
.ban_video video {
  height: 72vh;
}
.header_logo a img {
    width: 130px;
}
.head_menu ul li a {
    font-size: 13px;
    padding: 0 0 0 27px;
}
.quote_button a {
    font-size: 13px;
    padding: 10px 22px;
}
.inner_img img {
    height: 260px;
}
.home_contact_area_main {
    padding: 30px 30px;
}
.single_slide img {
    height: 72vh;
    object-fit: cover;
}
.banner_area_main {
    height: 72vh;
}
.baner_brand_main img {
    width: 80px;
    margin: 0 19px;
}

.baner_brand_main {
    bottom: 22px;
}
.banner_cont h3 {
    font-size: 30px;
}
.banner_cont h2 {
    font-size: 40px;
}
.banner_cont h4 {
    font-size: 25px;
}
.about_left {
    padding: 0 30px 0;
}
.about_left p {
    font-size: 15px;
}
.about_left h2 {
    font-size: 34px;
    margin: 0 0 24px;
}
.product_content p {
    font-size: 18px;
    width: 100%;
}
.product_content h3 {
    font-size: 25px;
    margin: 0 0 11px;
}
.why_choose_right {
    padding: 40px;
}
.why_btm_sing {
    width: 46%;
}
.why_choose_right h2 {
    font-size: 34px;
}
.why_choose_right h3 {
    font-size: 23px;
    margin: 0 0 34px;
}
.why_btm_sing p {
    font-size: 17px;
    margin: 11px 0 33px;
}
.why_btm_sing h4 {
    font-size: 20px;
}
.about_right img {
    height: 552px;
}
.why_bottom p {
    color: #fff;
    font-size: 15px;
}
.vission_left {
    margin: 0 50px 0 0;
    width: 100%;
}
.vision_2026_main {
    height: auto;
    padding: 30px 30px;
}
.certi_area_main {
    padding: 30px 30px;
}
.gallery_area_main {
    padding: 30px 30px;
}
.single_gallery img {
    height: 250px;
}
.choose_botm_cont ul li {
  width: 47%;
}










}

@media screen and (max-width: 1180px) {
.ban_video video {
    height: 72vh;
}


}



@media screen and (max-width: 990px) {
.about_right img {
    height: auto;
}

.why_choose_left img {
  height: 872px;
}
.choose_botm_cont ul li {
  width: 100%;
}
.md_ed_spetch_sec {
  padding: 40px 30px;
}
.header_right {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  top: 0;
  left: -110%;
  z-index: 99999;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
  transition: ease-in-out 0.6s;
}
.header_right.header_right2 {
  left: 0;
  transition: ease-in-out 0.6s;
}
.head_menu {
  width: 100%;
}
.head_menu ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.head_menu ul li a {
  padding: 0 0 20px 0;
  display: block;
}
.quote_button {
  margin: 0 0 0 0;
}
.quote_button {
  margin: 40px 0 0 0;
  width: 100%;
}
.toogle_menu{
  cursor: pointer;
  display: block;
}
.toogle_menu span {
  display: block;
  background: #F66B00;
  width: 25px;
  height: 1.5px;
}
.toogle_menu span:nth-child(2) {
  margin: 8px 0;
}
.cls_mnu {
  background: #f66b00;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.main_header_area {
    padding: 10px 30px;
}
/*.single_slide img {
    height: 34vh;
    object-fit: cover;
}*/
.single_slide img {
  height: 400px;
  object-fit: cover;
}
.ban_video video {
  height: 400px;
}
.slide-arrow.slick-next.slick-arrow {
    right: 64px;
}
.slide-arrow.slick-prev.slick-arrow {
    left: 28px;
}
.banner_cont h2 {
    font-size: 40px;
}
.banner_cont h3 {
    font-size: 29px;
}
.banner_cont h4 {
    font-size: 24px;
}
/*.banner_area_main {
    height: 34vh;
}*/
.banner_area_main {
  height: 400px;
}
.banner_slider button img {
  width: 40px;
}
.slide-arrow.slick-next.slick-arrow {
  width: 40px;
  height: 40px;
}
.slide-arrow.slick-prev.slick-arrow {
  width: 40px;
  height: 40px;
}
.baner_brand_main img {
  margin: 0 5px;
}
.baner_brand_main {
    bottom: 20px;
}
.about_inner {
    flex-direction: column;
}
.about_left {
    width: 100%;
    padding: 30px 30px 0;
}
.about_right {
    width: 100%;
    margin: 40px 0 0;
}
.about_right img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.product_content p {
    font-size: 15px;
    width: 100%;
}
.product_content h3 {
    font-size: 25px;
    margin: 0 0 9px;
}
.product_content {
    padding: 44px;
}
.why_choose_right h2 {
  font-size: 22px;
}
.why_choose_right h3 {
    font-size: 24px;
    margin: 0 0 40px;
}
.why_choose_right {
    padding: 30px 30px;
}
.why_bottom {
    flex-direction: column;
}
.why_btm_sing {
    width: 100%;
}
.why_btm_sing p {
    font-size: 16px;
    margin: 12px 0 10px;
}
.why_btm_sing h4 {
    font-size: 21px;
}
.home_contact_area_main {
    padding: 30px 30px;
    flex-direction: column;
}
.home_contact_left {
    width: 100%;
}
.home_contact_right {
    width: 100%;
}
.vision_2026_main {
    height: auto;
    padding: 30px 30px;
}
.vission_inner {
    flex-direction: column;
}
.vission_left {
    margin: 0 0 35px 0;
    width: 36%;
}
.inner_img img {
    height: 240px;
}
.certi_area_main {
    padding: 30px 30px;
}
.gallery_area_main {
    padding: 30px 30px;
}
.single_gallery img {
    height: 200px;
}
.foot_menu ul li a {
    padding: 0 15px 0;
}
.single_product_area {
  background: #000;
  padding: 25px 15px;
}
.single_prod_inn {
  flex-direction: column;
}
.sing_prd_left {
  width: 100%;
}
.sing_prd_right {
  padding: 9px 0 0 0;
  width: 100%;
}
























}

@media screen and (max-width: 600px) {
.choose_botm_cont ul {
  align-items: flex-start;
  padding: 8px 0 0 0;
  flex-direction: column;
}
.choose_botm_cont ul li {
  width: 100%;
}
.md_ed_spetch_sec {
  padding: 30px 15px;
  flex-direction: column;
}
.mded_right {
  width: 100%;
  flex-direction: column;
}
.md_ed_spetch_sec .mded_img img {
  width: 100%;
  height: 306px;
  object-fit: cover;
}
.mded_left {
  width: 100%;
  flex-direction: column;
  margin: 0 0 20px;
}
.single_product_area {
  background: #000;
  padding: 25px 15px;
}
.single_prod_inn {
  flex-direction: column;
}
.sing_prd_left {
  width: 100%;
}
.sing_prd_right {
  padding: 9px 0 0 0;
  width: 100%;
}
.main_header_area {
  padding: 5px 15px;
}
.header_logo img {
  width: 120px;
}
.ban_video video {
  height: 28vh;
}
.single_slide img {
  height: 28vh;
  object-fit: cover;
}
.banner_cont h2 {
  font-size: 23px;
}
.banner_cont {
  width: 100%;
}
.banner_cont h3 {
  font-size: 17px;
  margin: 0 0 0;
}
.banner_cont h4 {
  font-size: 16px;
}
.banner_area_main {
  height: 28vh;
}

.baner_brand_main img {
  width: 50px;
  margin: 0 2px 6px;
}
.baner_brand_main {
  bottom: 3px;
}
.banner_cont {
  top: 44%;
}
.about_left {
  width: 100%;
  padding: 0 15px;
}
.about_inner {
  flex-direction: column;
}
.about_right {
  width: 100%;
  margin: 34px 0 0;
}
.about_area_main {
  background: #000000;
  padding: 28px 0 0;
}
.about_left h2 {
  font-size: 25px;
  margin: 0 0 20px;
}
.about_left h3 {
  font-size: 16px;
}
.about_left p {
  font-size: 15px;
  padding: 0 0 3px;
  margin: 0 0 7px;
}
.products_area_main {
  background: #000;
  padding: 30px 0;
}
.prod_head h2 {
  font-size: 25px;
}
.prod_head h3 {
  font-size: 16px;
}
.prod_head {
  margin: 0 0 30px;
}
.product_inn_single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.product_image {
  width: 100%;
}
.product_content {
  padding: 15px;
  width: 100%;
  margin: 0 0 21px;
}
.product_content p {
  font-size: 15px;
  width: 100%;
}
.product_content h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.product_inn_single:nth-child(2n+2) {
  flex-direction: column-reverse;
}
.why_chooseus_main {
  flex-direction: column;
}
.why_choose_left {
  width: 100%;
}
.why_choose_left img {
  height: 300px;
}
.why_choose_right {
  width: 100%;
  padding: 15px;
}
.why_choose_right h2 {
  font-size: 25px;
  margin: 0 0 22px;
}
.why_choose_right h3 {
  font-size: 21px;
  margin: 0 0 44px;
}
.why_bottom {
  justify-content: space-between;
}
.why_btm_sing h4 {
  font-size: 20px;
}
.why_btm_sing {
  width: 50%;
}
.why_bottom p {
  font-size: 15px;
  margin: 7px 0 22px;
}
.home_contact_area_main {
  padding: 30px 15px;
  flex-direction: column;
}
.home_contact_left {
  width: 100%;
}
.home_contact_left p {
  font-size: 15px;
  width: 100%;
  line-height: 22px;
}
.home_contact_left h3 {
  font-size: 25px;
}
.home_contact_left form input {
  font-size: 14px;
}
.home_contact_left form textarea {
  font-size: 14px;
}
.home_contact_right h4 {
  font-size: 25px;
}
.home_contact_right h6 {
  font-size: 15px;
  width: 100%;
}
.home_contact_right {
  width: 100%;
  margin: 31px 0 0;
}
.submit_btn input {
  width: 100% !important;
}
.footer_main_area {
  padding: 30px 0 0;
}
.foot_inner img {
  width: 130px;
}
.foot_menu ul {
  padding: 0 0 9px;
  flex-wrap: wrap;
}
.foot_menu ul li a {
  font-size: 13px;
  padding: 0 10px 14px;
}
.foot_botm {
  margin: 32px 0 0;
  padding: 13px 15px;
  flex-direction: column;
}
.slide-arrow.slick-prev img {
  width: 32px;
}
.slide-arrow.slick-next img {
  width: 32px;
}
.slide-arrow.slick-prev.slick-arrow {
  left: 6px;
}
.slide-arrow.slick-next.slick-arrow {
  right: 18px;
}
.inner_img img {
  height: 130px;
}
.inner_banner_cont {
  width: 100%;
}
.inner_banner_cont h2 {
  font-size: 22px;
}
.vision_2026_main {
  height: auto;
  padding: 30px 15px;
}
.vission_inner {
  flex-direction: column;
}
.vission_left {
  margin: 0 auto 25px 0;
  width: 53%;
}
.vission_right h3 {
  font-size: 25px;
  margin: 0 0 17px;
}
.vission_right p {
  font-size: 15px;
}
.certi_area_main {
  background: #000;
  padding: 30px 15px;
}
.single_certi {
  margin: 0 0 15px;
}
.single_certi a img {
  border-radius: 15px;
  border: 2px solid #f66b00;
}
.gallery_area_main {
  padding: 30px 15px;
  background: #000;
}
.single_gallery {
  width: 100%;
}
.single_gallery img {
  height: 260px;
}
.map_inner iframe {
  height: 250px;
}
.cont_info_cont p {
  font-size: 15px;
}
.demo-gallery {
  background: #000;
  padding: 30px 15px;
}
#lightgallery {
  padding: 0 15px;
}
#lightgallery li {
  margin: 0 0 14px;
}
#lightgallery li a img {
  border-radius: 20px;
  border: 3px solid #f66b00;
}
.why_bottom {
  flex-direction: row;
}
.baner_brand_main span {
  border-radius: 5px;
  margin: 0 2px 4px;
}







}

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



}

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



}
@media screen and (max-width: 375px) {



}

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




}

















