/*-----------------------------------------------------------------------------------

 Theme Name: Tushar Hazra
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --primary-background:#1a4845; 
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-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; margin-bottom: 0;}
h5{font-family: "Poppins", sans-serif;}
h6{font-family: "Poppins", sans-serif;}
a{font-family: "Poppins", sans-serif;}
li{font-family: "Poppins", sans-serif;}
span{font-family: "Poppins", sans-serif;}
div{font-family: "Poppins", sans-serif;}
input{font-family: "Poppins", sans-serif;}
html {
  scroll-behavior: smooth;
}

/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
.top-bar-left ul {padding-left: 0px; list-style-type: none; display: flow-root; margin-top: 0px; margin-bottom: 0px; }
.top-bar-left ul li {float: left;margin-right: 25px;border-right: 1px solid #ff0336;padding-right: 18px;}
.top-bar-left ul li:last-child{border:none;}
.top-bar-left ul li a i {margin-right: 5px;color: #ff0336;}
.top-bar-left ul li a {color: #000;text-decoration: none;font-size: 15px;}
.top-bar-right ul {padding-left: 0px; list-style-type: none; display: flow-root; margin-top: 0px; margin-bottom: 0px; text-align: right; float: right; }
.top-bar-right ul li {float: left;margin-right: 10px;border-right: 1px solid #ff0336;padding-right: 11px;}
.top-bar-right ul li:last-child{border:none;}
.top-bar-right ul li a i {margin-right: 0px; font-size: 14px; /* border: 1px solid #ccc;*/ padding: 10px; border-radius: 50%; width: 28px; height: 28px; display: flex; justify-content: center; align-items: center; }
.top-bar-right ul li a {color: #ff0336;text-decoration: none;}
.top-bar-wrap {background-color: #fff;padding: 7px 0px;border-top: 1px solid #ff0336;border-bottom: 1px solid #ff0336;/* box-shadow: 0px 0px 10px #ccc;*/}


#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {min-width: 15rem; margin-top: 0; padding: 1rem 0; border: none; border-radius: 0; box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1); }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu:before {content: ""; display: inline-block; position: absolute; top: -0.625rem; left: 2.188rem; margin-left: auto; border-left: 10px solid transparent; border-bottom: 10px solid #ffffff; border-right: 10px solid transparent; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-header {font-size: 1rem; text-transform: capitalize; color: #4361ee; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {position: relative; padding: 0.5rem 1rem; text-transform: capitalize; color: #202020; -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; transition: all 0.4s ease-in-out; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart .dropdown-menu {top: 0; left: auto; right: 100%; margin-top: 0; margin-left: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart .dropdown-menu:before {content: none; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart.dropdown-submenu .dropdown-menu.dropdown-submenu, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart.dropdown-multilevel .dropdown-menu.dropdown-submenu {border-top-right-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart.dropdown-submenu .dropdown-menu.dropdown-submenu {border-bottom-left-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend .dropdown-item.dropdown-toggle::before, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-megamenu.dropend .dropdown-item.dropdown-toggle::before {border: none; } #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend .dropdown-menu,
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-megamenu.dropend .dropdown-menu {top: 0; left: 100%; right: auto; margin-top: 0; margin-left: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend .dropdown-menu:before, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-megamenu.dropend .dropdown-menu:before {content: none; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend.dropdown-submenu .dropdown-menu.dropdown-submenu, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend.dropdown-multilevel .dropdown-menu.dropdown-submenu {border-top-left-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend.dropdown-submenu .dropdown-menu.dropdown-submenu {border-bottom-right-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown.has-megamenu {position: static; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown.has-megamenu .dropdown-menu.dropdown-megamenu {left: 0; right: 0; width: 100%; }
@media screen and (min-width: 992px) {
    #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown.has-megamenu .dropdown-menu.dropdown-megamenu {
        max-width: 960px;
    }
}

.is-sticky .navbar{background-color: #000000;}
.navbar-nav li a{color: #fff!important;font-size: 15px;}
.navbar-nav li a.active{color: #ff0336 !important;}
.navbar-nav li{margin-left: 18px;}
.navbar {padding: 13px 0px!important;position: absolute;width: 100%;z-index: 99;}
.dropdown-menu li{margin-left: 0!important; border-bottom: 1px solid #ccc;}
.dropdown-menu li:last-child{border:none;}
.dropdown-menu{padding: 0px!important;}
.dropdown-item:focus, .dropdown-item:hover{background-color: #000!important; color: #fff!important;}
/*========================header css end===========================*/

/*========================main banner css start===========================*/

#home-slider2 .item {height: 600px; }
#home-slider2 .item img {height: 100%; object-fit: cover; width: 100%; }
#home-slider2 .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 11 41 / 38%); display: flex; align-items: center; }
#home-slider2 .item .cover .header-content {position: relative; padding: 20px 56px 56px; overflow: hidden; text-align: center; }
#home-slider2 .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
#home-slider2 .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
#home-slider2 .item .cover .header-content h1 {font-size: 51px; margin: 0px 0 20px; word-spacing: 3px; color: #000; text-align: left; }
#home-slider2 .item .cover .header-content h2 {font-size: 66px; margin: 0px 0 20px; word-spacing: 3px; color: #fff; text-align: center; font-weight: 600; text-transform: uppercase; position: relative; }
#home-slider2 .item .cover .header-content h2 span {color: #218c22; text-decoration: underline; }
#home-slider2 .item .cover .header-content h5 {font-size: 30px; font-weight: 500; margin: 21px 0 30px; word-spacing: 3px; color: #fff; text-align: center; font-family: 'Source Sans Pro', sans-serif; }
#home-slider2 .item .cover .header-content p {color: #fff; font-size: 18px; text-align: center; font-family: 'Source Sans Pro', sans-serif; width: 100%; }
#home-slider2 .item .cover .header-content h4 {font-size: 24px; font-weight: 300; line-height: 36px; color: #fff; }
#home-slider2 .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active h4 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
#home-slider2 .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
#home-slider2 .item .cover .header-content .banner-read-more {color: #fff; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; font-family: 'Source Sans Pro', sans-serif; text-decoration: none; background-color: unset; border-color: #fff; border-style: solid; border-width: 2px 2px 2px 2px; border-radius: 0; padding: 13px 24px; }
#home-slider2 .item .cover .header-content .banner-contact-us {color: #010f34; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; font-family: 'Source Sans Pro', sans-serif; text-decoration: none; background-color: #fff; border-color: #fff; border-style: none; border-width: 2px 2px 2px 2px; border-radius: 0; padding: 14px 24px; margin-left: 20px; }
#home-slider2 .item .cover .header-content .banner_buttons {margin-top: 70px; }
#home-slider2 h2:before {content: ''; position: absolute; width: 47%; height: 2px; top: -5px; background-color: #fff; right: 0; left: 0; margin: 0 auto; }
#home-slider2 h2:after {content: ''; position: absolute; width: 47%; height: 2px; bottom: -6px; background-color: #fff; left: 0; margin: 0 auto; right: 0; }
#home-slider2 {position: relative; }
#home-slider2 .item{height: 500px;}
.is-sticky .navbar-nav li a{color: #fff!important;}
#home-slider2 h2:before{display: none;}
#home-slider2 h2:after{display: none;}
#home-slider2 h2{text-align: left;}
#home-slider2 .item .cover .header-content h2{text-align: center; font-size: 38px; margin: 0px 0 25px; word-spacing: 3px; color: #fff; font-weight: 800; text-transform: capitalize; position: relative; }
#home-slider2 .item .cover .header-content h5{font-size: 24px;
    font-weight: 500;
    margin: 21px 0 13px; text-align: left;}
    #home-slider2 .item .cover .header-content .banner_buttons {
    margin-top: 45px;
}
#home-slider2 .item .cover .header-content h2 span{color: #ff0336;text-decoration: none;}
#home-slider2 .item .cover .header-content p{text-align: center;}
#home-slider2 .item .cover .header-content{text-align: center;padding: 90px 0px 56px;width: 70%;margin: 0 auto;}
#home-slider2 .item .cover .header-content .banner-contact-us {color: #fff; font-size: 19px; line-height: 15px; font-weight: 700; font-style: normal; font-family: 'Source Sans Pro', sans-serif; text-decoration: none; background-color: unset; border-color: #fff; border-style: solid; border-width: 2px 2px 2px 2px; border-radius: 0; padding: 9px 35px; margin-left: 20px; border-radius: 50px; }
#home-slider2 .item .cover .header-content .banner-read-more {color: #fff;font-size: 19px;line-height: 15px;font-weight: 700;font-style: normal;font-family: 'Source Sans Pro', sans-serif;text-decoration: none;background-color: unset;border-color: #ff0336;border-style: solid;border-width: 2px 2px 2px 2px;border-radius: 0;padding: 9px 35px;background-color: #ff0336;border-radius: 50px;}

/*========================banner css end===========================*/

/*========================home about css start===========================*/
 .rv-20-about_image {position: relative;width: 100%;padding-left: 0px;height: 100%;padding-top: 40px;}
 .rv-20-about_image img {width: 100%;object-fit: cover;height: 100%;}
 .rv-20-about_image img:nth-child(2) {position: absolute; content: ""; width: 220px; height: 240px; top: 0px; left: 0px; object-fit: contain; animation: aimoveY 2.4s linear infinite alternate; }
 .rv-20-about_image .rv-20-about_experience_txt {position: absolute; left: -60px; bottom: 100px; rotate: -90deg; display: flex; align-items: center; }
.rv-20-about_image .rv-20-about_experience_txt h3 {font-size: 60px; font-weight: 800; color: #081c15; margin: 0; line-height: 1px; margin-right: 20px; }
 .rv-20-about_image .rv-20-about_experience_txt p {color: rgba(8, 28, 21, .6); font-size: 18px; font-weight: 600; margin: 0; width: 100px; line-height: 20px; }
.home-about-wrapp{padding: 50px 0px;}

.home-about-con{height: 100%; display: flex; align-items: center;}

.home-about-con h5{
    display: inline-block;
    background-color: #f7f7f7;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 15px;
    color: #ff0336;
    }
.home-about-con h5 i{margin-right: 5px;}
.home-about-con h2{
      font-size: 28px;
    font-weight: 700;
    margin: 7px 0px;
}
.home-about-con h2 span{color: #ff0336;}
.home-about-con p{font-size: 15px; color: #000; line-height: 23px;}
.home-about-con a{background-color: #ff0336;padding: 8px 20px;color: #fff;font-size: 15px;border-radius: 50px;text-decoration: none;display: inline-block;margin-top: 15px;}
/*========================home about css end===========================*/

/*========================home product css start===========================*/
.home-page-product-wrapp{background-color: #f1f1f1; padding: 21px 0px;}
.home-pro-head h3 span{color: #ff0336;}
.home-pro-head h3{font-size: 28px; font-weight: 700; margin: 7px 0px; position: relative; }
.home-pro-head{text-align: center; margin-bottom: 26px;}
/*.home-pro-head h3:before{content: ''; width: 70px; height: 8px; background-color: #ff0336; position: absolute; bottom: -24px; left: 0; right: 0; margin: 0 auto; z-index: 9; }
.home-pro-head h3:after{content: ''; width: 150px; height: 1px; background-color: #000; position: absolute; bottom: -21px; left: 0; margin: 0 auto; right: 0; }*/
.pro-home-img{background-color: #fff; box-shadow: 0px 0px 10px #ccc; padding: 6px; border-radius: 13px; }
.pro-home-img img{border-radius: 13px;}
.pro-home-con{display: flex; align-items: center; margin-top: 15px;}
.pro-home-con-inn{width: 80%; padding-left: 10px;}
.pro-home-con-inn h5{font-weight: 600; font-size: 18px; color: #000; margin-bottom: 9px; }
.pro-home-con-inn h6{font-size: 15px;}
.pro-home-con-btn{width: 20%}
.pro-home-con-btn a{width: 40px; height: 40px; display: flex; background-color: #ff0336; border-radius: 50px; text-decoration: none; align-items: center; justify-content: center; color: #fff; }
.product-slide-div{padding-top: 70px;}
/*========================home product css end===========================*/

/*========================home feat css start===========================*/
.home-page-feat-wrapp{padding: 50px 0px;}
.home-feat-head h3{margin-bottom: 40px;}
.home-feat-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; border-radius: 10px;}
.home-feat-box img{width: 100%; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 250px; object-fit: cover;}
.home-feat-con{padding: 20px;}
.home-feat-con h3{font-weight: 600; font-size: 22px; margin-bottom: 10px;}
.home-feat-con p{font-size: 15px; color: #000; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; /* number of lines to show */ line-clamp: 4; -webkit-box-orient: vertical;}
.home-feat-con a{background-color: #ff0336; padding: 8px 20px; color: #fff; font-size: 15px; border-radius: 50px; text-decoration: none; display: inline-block;}
/*========================home feat css end===========================*/


.rv-20-footer {background-color: #000;}
.rv-9-footer-top {padding: 25px 0;}
.rv-9-footer__contact-card {justify-content: flex-end; }
.rv-5-about__call {display: flex; gap: 15px; align-items: center; }
.rv-20-footer__contact-card .rv-5-about__call-icon {background-color: var(--white-f); border-color: var(--white-f); color: #2d6a4f; }
.rv-9-footer__contact-card .rv-5-about__call-icon {border-color: #ff0336;color: #ff0336;flex-shrink: 0;}
.rv-5-about__call-icon {width: 54px; height: 54px; line-height: 54px; text-align: center; border: 1px solid rgba(2, 2, 8, .14); border-radius: 50%; color: #8e5b63; font-size: 22px; }
.rv-9-footer__contact-card .rv-5-about__call-txt h6 {color: #fff; }
.rv-5-about__call-txt h6 {color: #fff; font-weight: 700; margin-bottom: 7px; }
.rv-9-footer__contact-card .rv-5-about__call-txt a {color: #fff; }
.rv-5-about__call-txt a {color: rgba(2, 2, 8, .6); font-size: 14px; font-weight: 500; line-height: 142.857%; text-decoration: none;}
.rv-8-footer-middle {padding: 40px 0 40px;}
.rv-1-footer-widget__title {font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 25px; }
.rv-1-footer__about-txt {font-weight: 400;font-size: 15px;color: #fff;margin-bottom: 27px;}
.rv-1-socials {display: flex; gap: 6px; }
.rv-1-socials.rv-15-socials a {border-radius: 0; }
.rv-1-socials a {width: 40px; height: 40px; line-height: 40px; border: 1px solid hsla(0, 0%, 100%, .1); text-align: center; border-radius: 50%; color: hsla(0, 0%, 100%, .5); }
.rv-8-footer-widget__links{padding-left: 0px; list-style-type: none;}
.rv-1-footer-widget li, .rv-1-footer-widget li a {color: #fff;font-size: 15px;font-weight: 300;transition: .4s ease;text-decoration: none;}
.rv-1-footer-widget li {margin-bottom: 13px; }
.rv-8-footer-articles {padding-right: 45px; }
.rv-8-footer-article:not(:last-child) {margin-bottom: 30px; }
.rv-8-footer-article {display: flex; align-items: center; border: 1px solid rgba(44, 44, 44, .1); gap: 20px; }
.rv-8-footer-article-img {flex-shrink: 0; }
.rv-8-footer-article-date {font-size: 13px;font-weight: 500;color: #ff0336;line-height: 1;display: flex;align-items: center;margin-bottom: 7px;}
.rv-8-footer-article-title {color: #fff;font-size: 15px;font-weight: 600;line-height: 24px;margin-bottom: 0;}
.rv-8-footer-article-title a{text-decoration: none; color: #fff;}
.rv-8-footer-nwsltr__form .nwsltr-top {padding-bottom: 0; border: none; }
.rv-6-footer-nwsltr__form .nwsltr-top {display: flex; border-bottom: 1px solid hsla(0, 0%, 100%, .2); padding-bottom: 18px; }
.rv-6-footer-nwsltr__form .nwsltr-top>* {color: var(--white-f); }
.rv-8-footer-nwsltr__form input {border: 1px solid hsla(0, 0%, 100%, .16); border-right: 0; padding: 10px 22px; }
.rv-6-footer-nwsltr__form input {width: 100%; }
.rv-6-footer-nwsltr__form .nwsltr-top>* {color: #fff; }
.rv-20-footer-nwsltr__form button {background-color: #2d6a4f; }
.rv-8-footer-nwsltr__form button {width: 46px;height: 46px;background-color: #ff0336;flex-shrink: 0;border: none;}
.rv-6-footer-nwsltr__form button {min-width: max-content; }
.rv-8-footer-nwsltr__form button i {padding: 0; opacity: 1; }
.rv-6-footer-nwsltr__checkbox {padding-top: 20px; }
.rv-8-footer-nwsltr__form input {border: 1px solid hsla(0, 0%, 100%, .16); border-right: 0; padding: 10px 22px; }
.rv-6-footer-nwsltr__checkbox input {background-color: transparent; width: auto; margin-right: 10px; }
.rv-6-footer-nwsltr__checkbox a, .rv-6-footer-nwsltr__checkbox label {color: hsla(0, 0%, 100%, .5); }
.rv-6-footer-nwsltr__checkbox a {-webkit-text-decoration: 1px underline hsla(0, 0%, 100%, .5); text-decoration: 1px underline hsla(0, 0%, 100%, .5); text-decoration: none;}
.rv-6-footer-nwsltr__checkbox a, .rv-6-footer-nwsltr__checkbox label {color: #fff; }
.rv-2-footer {border-top: 1px solid hsla(0, 0%, 100%, .1); padding: 19px 0; }
.rv-1-copyright {font-size: 14px; font-weight: 300; color: #fff; }
.rv-2-footer__nav {display: flex; justify-content: flex-end; gap: 10px; }
.rv-2-footer__nav a {color: #fff; font-size: 14px; font-weight: 300; line-height: 1; }
.rv-2-footer__nav a:not(:first-child) {border-left: 1px solid #fff; padding-left: 10px; } 
.rv-2-footer__nav a {color: #fff; font-size: 14px; font-weight: 300; line-height: 1; text-decoration: none; }

.certificate-wrapp{padding: 30px 0px;}
.cert-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    padding: 14px;
    margin: 1px;
    height: 200px;
    display: flex; justify-content: center; align-items: center;
}
.certificate-slide{margin-top: 70px;}



.contact-map-div iframe{width: 100%; height: 100%;}
.contact-map-div{height: 100%;}

.contact-left{margin-top: 0px; background-color: #fff; padding: 0px; box-shadow:unset; border-radius: 19px; }
.contact-left h5{font-size: 26px; color: #000; font-weight: 600; letter-spacing: 0px; margin-bottom: 15px; }
.contact-left h2{font-size: 28px; margin-bottom: 14px; }
.contact-left h6{font-size: 15px; margin-bottom: 24px; }
.contact-left form{}
.contact-left form label{margin-bottom: 8px; font-size: 15px; }
.contact-left form input{margin-bottom: 14px; padding: 10px; border-radius: 1px; border-radius: 50px; font-size: 16px; }
.contact-left form input:focus{border-color: #ff0336; box-shadow: unset; outline: none;}
.contact-left form textarea{height: 150px; border-radius: 20px;}
.contact-left form textarea:focus{border-color: #ff0336; box-shadow: unset; outline: none;}
.contact-left form button{border: 1px solid #ff0336; border-radius: 0; text-transform: capitalize; font-weight: 600; letter-spacing: 1px; padding: 11px 21px; margin-top: 32px; margin-bottom: 30px; border-radius: 50px; background-color: #ff0336; color: #fff;}




.gallery-box{margin-bottom: 30px;}
.gallery-box img{width: 100%; border-radius: 10px;}
.gallery-wrapp{padding: 50px 0px;}
.product-listing-wrapp .pro-home-img img{width: 100%;}
.product-listing-wrapp .pro-home-box {margin-bottom: 30px;}
.product-listing-wrapp{padding: 50px 0px;}

.related-products{padding: 50px 0px;}
.related-products .pro-home-img img{width: 100%;}


.serv-img{position: relative; margin-bottom: 30px;}
.serv-img img{width: 100%; border-radius: 10px;}
.serv-con{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #000000c2; border-radius: 10px;}
.serv-con h2{color: #fff; font-size: 26px;}

.galery-box img{width: 100%; border-radius: 10px;}

.galery-box{margin-bottom: 30px;}


.us_section {
   background-color: unset;
   color: #fff;
   padding: 30px 0px;
}
 .us_section .us_container {
   display: flex;
}
 .us_section .us_container .box {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   margin: 25px 10px 0 10px;
}
 .us_section .us_container .box .img-box {
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
}
 .us_section .us_container .box .img-box img {
   max-width: 100%;
}
 .us_section .us_container .box .detail-box h5 {
   font-weight: 600;
   color: #000;
}

.us_section .us_container .box .detail-box p {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.why-head h3{color: #000;}
.gallery-wrapps{background-color: #f1f1f1;     padding: 30px 0px;}