@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');
* {
    padding: 0px;
    margin: 0px;
}

body {
     box-sizing: border-box;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif!important;
    background: #f2f2f2!important;
}
a{
    text-decoration: none!important;
}
/* header */

.col-md-2.logo img {
    width: 73px;
}

.col-md-10.logo-title h1 {
    font-size: 25px;
    font-weight: 600;
}

.col-md-2.logo {
    text-align: right;
}

.col-md-10.logo-title a {
    color: #000;
    text-decoration: none;
}

.tit-loc {
    display: flex;
    font-size: 15px;
}

.gstH {
    color: #a7a7a7;
    font-weight: 500;
}

.bo.fnt2 {
    color: #a7a7a7;
    font-weight: 500;
    border-right: 1px solid #b1b1b1;
    padding-right: 5px;
    margin-right: 5px;
    font-size: 15px;
}

h1.logo-tit {
    margin-bottom: 0px;
}

.col-md-10.logo-title {
    margin-top: 23px;
}

.logo-section.col-md-6 {
    padding: 20px 0px;
}

i.fa.fa-check.head-icon-1 {
    color: #fff;
    background-color: #686868;
    padding: 2px;
    border-radius: 50px;
    font-size: 11px;
}

.contact-num p {
    font-size: 15px;
    margin-bottom: 0px;
    font-size: 10px;
}

.contact-num {
    text-align: center;
    color: #fff;
}

.contact-nums {
    color: #fff;
}

.contact-num h1 {
    font-size: 20px;
    margin-bottom: 0px;
    font-size: 15px;
}

.head-call-btn a {
    text-decoration: none;
}

i.fa.fa-phone {
    font-size: 23px;
    padding-right: 7px;
    padding-top: 7px;
    color: #fff;
}

i.fa.fa-envelope {
    font-size: 22px;
    padding-right: 7px;
    padding-top: 5px;
    padding-left: 9px;
    color: #fff;
}

.contact-num.email {
    padding-top: 6px;
}

.over-all-call-header {
    display: flex;
    justify-content: space-around;
}

.call-all {
    background-color: #3d3d3d;
    border-radius: 50px;
    margin: 20px 0px;
    padding: 6px 57px;
    display: flex;
}

.email-all {
    background-color: #2980b9;
    border-radius: 50px;
    margin: 20px 0px;
    padding: 7px 57px;
    display: flex;
}

.contact-nums h1 {
    font-size: 16px;
    padding: 4px 20px 0px 1px;
}

header {
    padding-top: 25px;
}
button.close {
    background-color: #fff !important;
    color: #797979 !important;
    font-size: 18px !important;
    border: none !important;
}
h1.text-center.text-uppercase {
    font-weight: 300;
    font-family: poppins;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.zcwf_col_lab {
    font-family: poppins !important;
    margin-top: 12px !important;
    font-size: 16px !important;
    width: 100% !important;
}
.zcwf_col_fld input {
    width: 100% !important;
    font-family: 'Poppins';
    color: #2374d9;
}
.modal-body.home {
    padding: 0px 50px 0px 50px!important;
}
.modal-header.home {
    border-bottom: none !important;
}
input#formsubmit {
    float: right;
    background-color: #2374d9;
    color: #fff !important;
    padding: 10px;
    border: none !important;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: poppins;
}

/* header end */


/* slider banner */

.myslider .item h2 {
    color: #000;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}

.slick-dots li {
    list-style: none;
    margin: 0;
}

.slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    background-color: #4f4f4f;
    text-indent: -9999px;
    outline: 0;
}

.slick-dots button:hover {
    background-color: #000;
}

/*.slick-slide {
    height: 100vh !important;
}*/

img.slick-slide {
    width: 218px !important;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

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

.myslider.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    padding-top: 30px;
    padding-left: 216px;
}

.banner-two-section {
    display: flex;
    justify-content: space-between;
    background-color: #000;
}

.top ul li {
    display: inline-block;
    margin-top: 2px !important;
    padding: 5px 10px;
}

.top ul {
    margin-bottom: 2px;
}

.top ul li a {
    color: #fff;
    text-decoration: none;
}

i.fa.fa-search {
    color: #fff;
    margin-top: 10px;
}

.product-title.text-center p {
    font-size: 12px;
    padding-top: 14px;
}

.container.containers {
    width: 550px;
}

.slider-product img {
    width: 100%;
    background-color: #fff;
}

.col-md-4.text-center.slider-product {
    width: 120px;
    border: 1px solid #fff;
    margin: 11px 26px;
    padding: 0px;
    height: 195px;
}

.banner-slider-product {
    background-color: #242424;
}

.product-title.text-center p {
    color: #fff;
}

.logo-section.col-md-8 {
    padding-top: 5px;
}

.call-section.col-md-4 {
    padding: 25px 15px 0px 112px;
}

.banner-1-slider-text {
    display: flex;
    justify-content: space-between;
}


/* slider banner end */
.bg3 {
    background-color: #2980b9;
}
.bdr5 {
    width: 250px!important;
    height: 1px;
    margin: 15px 10px;
}
.title {
    font-weight: 300!important;
}
.bg1 {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.prod-img {
  width: 100%;
}
.prod-bg {
    border: #2980b9 1px solid;
}
.view-all {
    width: 151px;
    height: 185px;
    padding: 0 auto!important;
    text-align: center;
    line-height: 0px;
    padding-top: 49px;
}
.view-all a {
    color: #000;
}
.reach-us-txt h2 {
    font-family: system-ui;
    font-size: 26px;
    font-weight: 490;
}
.reach-us-txt h4 {
    font-size: 20px;
    font-family: system-ui;
    font-weight: 400;
}
.reach-us-txt h6 b {
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui;
}
.reach-us-txt p {
    font-size: 16px;
    font-family: system-ui;
}
.product-title.text-center p a {
    font-family: system-ui;
    font-size: 12px;
    font-weight: 400;
}
.fa {
    display: initial!important;
}
i.fa.fa-eye {
    color:#2980b9!important;
}
.bg1:hover {
 box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
.text-href {
    color: #000;
    text-decoration: none;
}
.text-href:hover{
    color: #000;
    text-decoration: none;
}
.send-txt {
    font-weight: 300;
}
a.rqst {
text-decoration: none;
color: #fff;
background-color: #2980b9;
font-size: 27px;
padding: 11px;
border-radius: 6px;
border: 1px solid black;
text-align: center;
}
a.rqst:hover{
background-color:#fff ;
color: #0d6efd;
transition: 0.5s;
border: 1px solid #2980b9;
}
.rqst-btn {
    text-align: center;
    margin-top: 20px;
}
.rqsts:hover:before {
        opacity: 1!important;
    transform: translateY(5px);
}
.rqsts:before {
      margin-top: 30px!important;
    position: absolute!important;
    z-index: -1!important;
    content: '';
    top: 180%!important;
    left: 35%;
    height: 10px;
    width: 30%;
    opacity: 0;
    
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.abt-rqsts:hover:before {
  opacity: 1!important;
    transform: translateY(5px);
}
.abt-rqsts:before {
      margin-top: 30px!important;
    position: absolute!important;
    z-index: -1!important;
    content: '';
    top: 190%!important;
    left: 35%;
    height: 10px;
    width: 30%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
section.cont-bg {
    background-color: #2372a6!important;
    height: auto;
    margin-bottom: 30px;
}
.nw_form .c11_p {
    color: #908f8f;
}
.nw_form .fnt_p {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
}

.nw_form .icon1_ff {
    background-position: 8px 8px;
    padding: 5px 5px 0 30px;
}
.nw_form .icon_ff {
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    font-size: 17px;
    font-weight: 300;
    width: 866px;
}
.input-form {
    margin-top: 25px!important;
}
.input-txt {
    color: #fff;
    text-align: center;
}
.rqstss {
  text-decoration: none;
color: #fff;
background-color: #2980b9;
font-size: 27px;
padding: 11px;
border-radius: 6px;
text-align: center;  
}
.rqstss:hover{
color: #fff;
box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.tell-us-sec {
    padding: 0 240px;
    background-color: #000;
}
.tell-sec {
    padding: 50px!important;
}
.tell-bg {
    background-color: #155987;
    padding: 20px;
    margin: 0px;
}
.bg-tell-us {
    background-color: #114b71;
    padding: 30px;
}
.reach-us-sec {
    background: #000;
}
.reach-us-txt {
    color: #fff;
}
.call-us{
font-size: 20px;
color: #fff;
text-decoration: none;
}
.list {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
}
.shareus {
    margin: 0 3px;
}
hr {
    color: #fff!important;
}
.reach-us-img {
    float: left;
    margin-left: -35px;
}
.reach-us-img1 {
    float: left;
    margin-left: -15px;
    background: #fff;
    padding: 4px;
    border-radius: 50px;
}
img.reach-us-img1 {
    width: 30px;
}
.reach-bg {
  background: #3d3d3d;
  padding: 50px!important;
}
i.fa.fa-angle-down {
    margin-left: 0px;
}
.prod-slick-txt {
    color: #fff;
}
.reachs-bg {
  background-color: #34ADFF;
  background-image: -webkit-linear-gradient(20deg, #000 43%, #3d3d3d 35%)!important;
  background-repeat: no-repeat;  
}
.video {
    background-image: url('img/video-icon.png')background-repeat: no-repeat!important;
}
.video-embd {
    border: 8px solid #fff;
    border-radius: 3px;
    width: 411px;
    box-shadow: 1px 1px 3px #888;
    margin-left: 130px;
    margin-top: -20px;
}
.vid-icon {
    margin-top: 20px;
    text-align: center;
}
.reach-txt {
    color: #fff;
}
.footer-list {
    list-style-type: none;
}
.footer-lists {
    margin-top: 45px!important;
}
.footer-bg {
    background-color: #2980b9;
    padding: 30px 0;
    position: relative;
}
.footer-txt {
    color: #fff!important;
}
li {
    line-height: 30px;
}
.footer-bg ul li {
    border-left: 1px solid #fff;
    padding: 3px 0;
}

ul {
  padding-left: 0rem!important;
}
.footer-link {
    color: #fff;
}

.footer-link:hover {
    color: #fff;
    text-decoration: underline!important;
}
.footer-btn {
    border: #fff 1px solid;
    background: #1a4b6c;
    padding: 7px 40px;
    color: #fff;
}
.footer-btn:hover {
    border: #fff 1px solid;
    background: #fff;
    padding: 7px 40px;
    color: #1a4b6c;
    font-weight: 600;
}
img.footer-img-sec {
    border-radius: 175px;
    position: absolute;
    right: 128px;
    top: 20px;
    z-index: 99;
}
a.prod-slick-txt:hover {
    color: #56a9f1;
}
.footer-img-sec {
    width: 332px;
}
.footer-img-sec1 {
    position: absolute;
    top: -1%;
    left: 62.5% !important;
    z-index: 1;
}
.footer-img-sec2 {
    position: absolute;
    top: 170px;
    right: 147px;
    display: none;
}
.footer-img-sec3 {
    position: absolute;
    top: 189px;
    right: 276px;
    z-index: 99;
}
.copyright {
    padding: 50px 0 20px;
    background: #e1e1e1;
}
.modal-content {
    margin-top: 0px;
}
a.rqstss-modal {
    text-decoration: none;
    color: #fff;
    background-color: #00a699;
    font-size: 27px;
    padding: 6px 15px;
    border-radius: 0px;
    text-align: center;
}
a.rqstss-modal:hover {
    color: #fff;
}
.modal {
    --bs-modal-width: 650px!important;
    }
    .banner-sec {
    background-color:#f3f3f3;
}
.myslider.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    padding-top: 30px;
    padding-left: 110px;
}
.abt-padd {
    padding: 3px 20px;
    color: #fff;
    font-size: 15px;

}
.abt-paddd{
    margin-left: 25px;

}
.reach-us-txt img {
    width: 22px;
    padding-top: 10px;
}
.slick-vertical .slick-slide {
    display: block;
    height: 500px !important;
    border: 1px solid transparent;
}
.quate-btn{
        text-decoration: none;
    color: #fff;
    background-color: #2980b9;
    font-size: 14px !important;
    padding: 11px !important;
    border-radius: 6px;
    border: 1px solid black;
    text-align: center;
}
.top-headers{
    border-bottom:3px solid #ccc;
    background-color: #fff;
}



/*menu start*/
.navbar-doc table {
  border-collapse: collapse;
  width: 100%;
  background: transparent;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.navbar-doc table tr th,
.navbar-doc table tr td {
  text-align: left;
  padding: 15px;
}
.navbar-doc table tr:nth-child(odd) th,
.navbar-doc table tr:nth-child(odd) td {
  background: #f0f5f7;
}
.navbar-doc table tr:nth-child(even) td {
  background: #e9f0f3;
}
.navbar-doc table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.navbar-doc table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.navbar-doc table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.navbar-doc table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.navbar-doc table tr:not(:first-child) {
  border-top: 1px solid #e5ecef;
}
.navbar-doc code {
  background: #aed2f5;
  border-radius: 3px;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
}
.navbar-doc p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Main CSS */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  position: relative;
  transition: 0.3s linear;
}
.navbar ul {
  list-style: none;
}
.navbar ul a {
  text-decoration: none;
}
.navbar .navbar-toggler,
.navbar .nav-link,
.navbar .utils-search {
  color: #636363;
}
.navbar .navbar-utils > * {
  cursor: pointer;
}
.navbar .btn-search {
  font-size: 1.5rem;
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  cursor: pointer;
}

.navbar-nav {
  display: flex;
  list-style: none;
}
.navbar-nav .nav-link {
  padding: 5px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 400;
  display: block;
  transition: 150ms ease;
}
.navbar-nav .nav-item {
  margin: 0 10px;
  position: relative;
}
.navbar-nav > .nav-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0081ff;
  bottom: -16px;
  transition: 400ms ease;
  transform: scaleX(1.5);
  opacity: 0;
}
.navbar-nav > .nav-item:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.navbar-toggler {
  padding: 0.1rem 0.45rem;
  cursor: pointer;
  font-size: 1.5rem;
  background: none;
  outline: none;
  border: 1px solid #636363;
  border: none;
  border-radius: 3px;
  transition: 0.15s linear;
  display: none;
  margin-left: auto;
  margin-right: 20px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}

/* Navbar options (bg options) */
.bg-primary {
  background: #0081ff;
  z-index: 99999;
}
.bg-primary .navbar-toggler,
.bg-primary .nav-link,
.bg-primary .utils-search {
  color: #fff;
}
.bg-primary .nav-item:after {
  background: #fff;
}

.bg-dark {
  background: #363636;
}
.bg-dark .navbar-toggler,
.bg-dark .nav-link,
.bg-dark .utils-search {
  color: #fff;
}

.bg-light {
  background: #fff;
  z-index: 9999;
}
.bg-light .navbar-toggler,
.bg-light .nav-link,
.bg-light .utils-search {
  color: #363636;
}

.bg-transparent {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1920);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg-transparent .navbar-toggler,
.bg-transparent .nav-link,
.bg-transparent .utils-search {
  color: #fff;
}
.bg-transparent .nav-item:after {
  background: #fff;
}

@media (min-width: 992px) {
  .bg-blur {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
  }
  .bg-blur .navbar-toggler,
.bg-blur .nav-link,
.bg-blur .utils-search {
    color: #363636;
  }
  .bg-blur .nav-item:hover > .nav-link {
    color: #0081ff;
  }
  .bg-blur .nav-item:after {
    background: #0081ff;
  }
}
/* Common Hover */
.bg-blur .nav-item:hover > .nav-link {
  color: #0081ff;
}
.bg-blur .nav-item:after {
  background: #0081ff;
}

.bg-light .nav-item:hover > .nav-link,
.bg-light-2 .nav-item:hover > .nav-link,
.bg-dark .nav-item:hover > .nav-link {
  color: #0081ff;
}
.bg-light .nav-item:after,
.bg-light-2 .nav-item:after,
.bg-dark .nav-item:after {
  background: #0081ff;
}

.bg-light-2 {
  background: #fff;
}
.bg-light-2 .navbar-toggler,
.bg-light-2 .nav-link,
.bg-light-2 .utils-search {
  color: #636363;
}
.bg-light-2 .nav-item:after {
  display: none;
}

/* Dropdown CSS */
.nav-item .dropdown {
    width: 200px;
    display: block;
    position: absolute;
    top: 146px;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0 5px 5px 0px rgb(0 0 0 / 15%);
}
.nav-item .dropdown .nav-link {
  color: #636363;
}
.nav-item .dropdown .dropdown {
    top: 0px;
    left: 200px;
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown .dropdown:before {
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #000;
}
.nav-item .dropdown:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  display: none;
}
.nav-item .dropdown .nav-item:not(:last-child) {
  margin: 10px 10px;
}
.nav-item .dropdown > .nav-item:hover > .nav-link {
  color: #0081ff;
}
.nav-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.nav-item:hover > a::before {
  transform: rotate(90deg);
}

.nav-close {
  margin-left: auto;
  margin-top: 10px;
  display: none;
}
.nav-close .btn-nav-close {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #363636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-close .btn-nav-close .close-btn {
  transform: rotate(45deg);
}
.nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
  background: #363636;
  color: #fff;
}

.nav-item.icon > a:before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: inherit;
  transition: 0.15s linear;
}
.nav-item.icon:hover > a::before {
  transform: rotate(90deg);
}

/* Responsive (navbar alignments options) */
@media (min-width: 992px) {
  .navbar-brand,
.navbar-utils {
    flex: auto;
  }

  .navbar-nav {
    flex: 2;
    justify-content: center;
  }

  .navbar-utils {
    text-align: right;
  }

  .navbar-right .navbar-brand,
.navbar-right .navbar-utils {
    flex: initial;
  }
  .navbar-right .navbar-nav {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .navbar-left .navbar-nav {
    order: 1;
    justify-content: flex-start;
  }
  .navbar-left .navbar-brand {
    order: 2;
  }
  .navbar-left .navbar-utils {
    order: 3;
  }

  .navbar-right .dropdown .dropdown {
    left: unset;
    right: calc(100% + 20px);
    border-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}
/* Nav Option (Logo Center) */
@media (min-width: 992px) {
  .navbar-left .navbar-brand {
    text-align: right;
  }
  .navbar-left .navbar-toggler {
    display: block;
    margin-right: 0;
  }
  .navbar-left .navbar-nav {
    background: #ffffff;
    flex-direction: column;
    z-index: 99999;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    /* Sidebar */
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
    transform: translateX(-300px);
  }
  .navbar-left .navbar-nav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
  }
  .navbar-left .navbar-nav > .nav-item:first-child {
    margin-top: 20px;
  }
  .navbar-left .navbar-nav > .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navbar-left .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-left .navbar-nav .nav-item:hover > .nav-link {
    color: #0081ff;
  }
  .navbar-left .navbar-nav > .nav-item:after {
    display: none;
  }
  .navbar-left .navbar-nav .nav-close {
    display: block;
  }
  .navbar-left .navbar-nav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  }
  .navbar-left .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }
  .navbar-left .nav-item .dropdown .dropdown {
    border: none;
  }
  .navbar-left .nav-item .dropdown:before {
    display: none;
  }
  .navbar-left .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }
  .navbar-left .nav-item.icon a:before {
    top: unset;
    right: 0;
  }
}
/* Responsive navbar */
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-nav {
    background: #ffffff;
    flex-direction: column;
    z-index: 99999;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    /* Sidebar */
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-300px);
  }
  .navbar-nav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
  }
  .navbar-nav > .nav-item:first-child {
    margin-top: 20px;
  }
  .navbar-nav > .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-nav .nav-item:hover > .nav-link {
    color: #0081ff;
  }
  .navbar-nav > .nav-item:after {
    display: none;
  }
  .navbar-nav .nav-close {
    display: block;
  }

  .navbar-nav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
  }

  .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }
  .nav-item .dropdown .dropdown {
    border: none;
  }
  .nav-item .dropdown:before {
    display: none;
  }
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }

  .nav-item.icon a:before {
    top: unset;
    right: 0;
    transform: translateY(0px);
  }
}
/* Search Popup */
.search-popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  transition: 200ms;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup.active form {
  transform: translateY(0px);
}
.search-popup form {
  position: absolute;
  background: #fff;
  width: 500px;
  height: 200px;
  display: grid;
  place-items: center;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  transform: translateY(20px);
}
.search-popup .btn-search-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 3rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup .btn-search-close .close-btn {
  transform: rotate(45deg);
}
.search-popup input[type=search] {
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 300;
  padding: 0px 10px;
  transition: 100ms;
}
.search-popup input[type=search]:focus {
  box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
  border-color: transparent;
}
.search-popup input[type=search]::-webkit-input-placeholder {
  color: #b3b3b3;
}
.top ul li a:hover{
color: #fff;
}
.mobile-menu {
    display: none;
}
i.fa.fa-angle-right {
    margin-left: 20px;
}
.dropdown1 {
  top: 50px!important;
}
.dropdown2 {
  top: 95px!important;
}
.brouchure {
    display: flex;
}
.brouchure-pdf {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .search-popup form {
    width: calc(100% - 30px);
    height: 170px;
    padding: 15px;
  }
}
/*menu end*/
@media(max-width: 768px){
    .video-embd {
    border: 8px solid #fff;
    border-radius: 3px;
    width: 100%!important;
    box-shadow: 1px 1px 3px #888;
    margin-left: 0px!important;
    margin-top: 0px!important;
}
.cont-sec {
    padding: 40px!important;
}
.prod-img1 {
    display: none!important;
}
.vid {
    width: 85%!important;
    margin: 0px auto;
}
.brouchure {
    display: block!important;
}
.brouchure-pdf {
  margin-left: 0px!important;
}
ol.breadcrumb {
    margin-left: 0px!important;
}
.reachs1-bg {
        background-color: #34ADFF;
    background-image: -webkit-linear-gradient(20deg, #000 100%, #3d3d3d 35%)!important;
    background-repeat: no-repeat;
}
.see-all-prod {
    display: none!important;
}
.quote-btn {
    display: none!important;
}
.rqst-btn {
    margin-bottom: 25px!important;
}
.modal-content {
    margin-top: 0px;
}
.modal {
    --bs-modal-width: 100%!important;
    }
.myslider.slick-initialized.slick-slider.slick-dotted.slick-vertical {
 padding-top: 0px!important;
 padding-left: 0px; 
}

.col-md-2.logo {
    text-align: center;
    margin-top: 6px;
}
.col-md-10.logo-title {
    text-align: center;
}
.tit-loc {
    display: inline-flex;
}
.container.containers {
    width: 100%;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.banner-two-section {
    display: none;
}
.banner-1-slider-text {
     display: block!important; 
    justify-content: space-between;
    font-size: 14px;
    text-align: center;
}
.banner-1-slider-text h4{
    font-size: 16px;
}
.bo.fnt2 {
    display: block;
}
.gstH {
    display: block;
}
.call-section {
    margin-top: -45px!important;
}
.mobile-menu {
    display: block!important;
}
.contact-nums h1 {
    font-size: 13px;
    padding: 4px 5px 0px 1px;
}
.contact-num h1 {
    font-size: 13px;
}
i.fa.fa-bars {
    font-size: 20px;
}
.mobile-btn {
    margin-top: -40px;
    margin-left: 240px;
}
.col-md-2.logo img {
    width: 55px;
}
.col-md-10.logo-title h1 {
    font-size: 18px;
    font-weight: 600;
}
.call-all {
    display: none;
}
.email-all {
    display: none;
}
.call-section.col-md-4 {
    padding: 0px;
}
.col-md-10.logo-title {
    margin-top: 8px;
}
.item.g.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.item.a.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.item.b.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.item.c.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.item.d.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.item.e.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.item.f.slick-slide.slick-current.slick-active {
    width: 275px!important;
    margin-left: 45px!important;
}
.slick-banner {
    height: 320px!important;
}
.banner-slider-product {
    position: relative!important;
}
img.banner-img {
    width: 185px!important;
    margin-left: 40px!important;
}
.banner-sec {
    margin-top: 20px!important;
}
.navbar-mobile {
    display: none!important;
}
.album-sec {
    padding: 0!important;
}
.col-md-4.contact-info {
    margin-top: 40px;
}
.col-md-4.contact-info {
    margin-bottom: 35px;
}
.img-center {
    width: 100%;
}
.prod-img {
    width: 100%!important;
}

.call-icon {
    left: 82.1% !important;
}
.whatsapp-icon {
    left: 83.3% !important;
   
}
}


/*css start*/
*{
    text-decoration: none !important;
}
span
.abt-cnt {
    color: gray;
    font-weight: bolder;
}
#more{
    display: none;
}
button#myBtn {
    background: none;
    border: none;
    color: #b0adad;
}
.bg19 {
    background: #2980b9;
}
.ln5 {
    width: 5px;
    height: 42px;
}

.cl{
    clear: left;
}
h3.clr13.fnt7.fnt17.bo1 {
    color: #2980b9;
}
h3.heading {
    text-align: center;
    color: #2980b9;
}
.hol-cnt {
    background-color: #fff;
    padding: 5px;
}

.content.m1.p19.bg17.fnt9.txt2 {
    width: 100%;
    margin: 0px auto;
}

.txt3.m8.m25 {
    text-align: center;
    margin: 35px 0px;
}
.fnt8.clr7.bo1.p9 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
h3.heading {
    padding: 40px;
}
td.rest {
    background-color:#f4f3f3 !important;
    width: 31%;
 
}
tbody {
    color: slategrey;
}
h3.sub-heading {
    margin-bottom: 20px;
    color: #2980b9;
}
ul.list {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
}
img.img-center {
    background-color: #fff;
    padding: 20px;
    margin-top: 41px;
}
.row.cnt3 {
    margin-top: 25px!important;
}

.contact {
    background-color: #0d6efd;
    color: white;
    text-decoration: none;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 5px;
}
.contact:hover{
    color: white;
    box-shadow: 3px 3px 5px gray;
    transition: 0.5s;
}

.col-md-2.contact-info, .col-md-2.contact-info2 {
    margin-top: 45px;
    width: 194px;
}
p.info {
    font-size: 17px;
    color: slategrey !important;
    margin-bottom: 2px;
}
h3.clr13.fnt7.fnt17.bo1 {
    margin-top: 8px;
}

h3.product-heading {
    text-align: center;
    color: #2980b9;
}

.ptrn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRJREFUeNocikEOw0AMAjF2lf8/tYqiqvEG6i0nGCbO9/VoAZAVQQKF0HG8ggF4ju/nLtmzJwOSmWXOtPYPW3pWN7fytwZOy8oKR7dIr7vJ7f8EGAAGGyfe/O0AiQAAAABJRU5ErkJggg==);
}

.bdr18 {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.ptrn {
     background-repeat: repeat; 
     height: 87px; 
}
ul.header-link {
    margin-left: 70px;
}

.banner-two-sections {
    display: block; 
    justify-content: space-between;
    background-color: #7a747408;
    padding: 2px 0;
}
nav.breadcrumb {
    background: none;
}
li.breadcrumb-item {
    margin: 14px 0 0;
}
ol.breadcrumb {
    margin-left: 55px;
}
.company-txt {
    margin-top: -36px!important;
}
.about-sec {
    background: #fff;
}
.compny-fact {
    margin-top: 20px;
}
.ovr-cnt {
    margin-top: 30px;
    background: #eeeeee73;
}
.caption {
    margin-top: 20px;
}
.pay-list {
    display: grid;
}
.corp-box:hover {
    box-shadow: 0px 4px 4px #ccc;
}
.corp1-box:hover {
    box-shadow: 0px 8px 8px #918f8f;
    border: none;
}
.corp1-box {
    border: 1px solid #cccccc80;
    height: 400px;
}
.album {
    text-align: center;
    background: #fff!important;
    padding: 20px 0;
}
.album-sec {
    padding: 70px;
}
.accent-line {
    margin-top: 10px;
}
.call-us1 {
    color: #000;
}
.info-abt {
    margin-top: -20px!important;
}
.row.info-abt {
    margin-bottom: 25px;
}
.prod-title {
    margin-bottom: 25px!important;
}
.abt-footer {
    padding: 50px;
}
.reachs1-bg {
        background-color: #34ADFF;
    background-image: -webkit-linear-gradient(20deg, #000 46%, #3d3d3d 35%);
    background-repeat: no-repeat;
}
.vid-icon1 {
    margin-top: 20px;
}
.vid {
    width: 50%;
    margin: 0px auto;
}
.prodt-sec {
    padding: 0px auto!important;
}
.prodt-sec1 {
    margin-top: 20px!important;
}
.prod-text {
    font-size: 15px;
}
.view-all {
    color: #5fafdf;
}
h3.prod-price {
    padding: 10px 0!important;
    color: 000!important;
    font-size: 18px;
}
.prod-price {
    color: #000!important;
}
.product-table {
    padding: 15px;
}
.prod-img1 {
    width: 150px;
    float: right;
    margin-top: -40px;
}
.cbe-img { 
 border: 1px solid #ccc!important;
}
.cbe-img1 {
  border: 1px solid #5fafdf!important; 
}
.cont-txt1 {
    color: #000;
}
.form-bg {
  border: 1px solid #ced4da;
  background-color: #e0edfc!important;
}
.cont-sec {
    padding: 50px;
}
.cont-txt1 img{
    padding-top: 0;
}
.cont-detail {
    background: #fff;
    box-shadow: 0px 4px 4px #ced4da;
}
p.prod-text.bac-view {
    background: #cccccc4f;
    padding: 5px;
}
.prod-h5 {
    font-size: 23px!important;
}
img.our.prod-img {
    width: 100%;
    height: 200px;
}
h5.prod-title a {
    font-size: 14px;
    font-weight: 600;
}
.bg1 h5 a {
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui;

}
.banner-1-slider-text h4 a {
    font-size: 20px;
    font-weight: 500;
    font-family: system-ui;
}

/*start - new-navbar*/

    .cm-e-menu {
    background-color: none;
    position: relative;
    z-index: 1000;
    color: #fff;
    font-weight: 200;
    }
.cm-e-menu ul {
    margin: 0; padding: 0;
}
.cm-e-menu li {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    text-transform: capitalize !important;
    list-style: none;

    -webkit-transition: background-color ease-in 300ms;
    -moz-transition: background-color ease-in 300ms;
    -ms-transition: background-color ease-in 300ms;
    -o-transition: background-color ease-in 300ms;
    transition: background-color ease-in 300ms;
}
.cm-e-menu li:hover {
    background-color: #3d3d3d;
    text-shadow: 0 10px 10px #222;
}
.cm-e-menu ul li.topmenu {
    display: inline-table;
    padding: .3em 1em;
}
.cm-e-menu .topmenu ul {
    display:none;
    position: absolute;
    background-color: #222;
}
.cm-e-menu li:hover > ul {
    display: table;
}
.cm-e-menu ul.submenu {
    top: 100%; left: 0;
    padding-top: .5em;
    padding-bottom: .5em;   
    box-shadow: 0 0 10px black;
}
.cm-e-menu ul.submenu .submenu {
    top: -.5em; left: 100%;
    font-size: 1em
}
.cm-e-menu ul.submenu li {
    padding: .2em 1.5em;
    font-size: .9rem;
}
.cm-e-menu li.divider {
    padding: 0;
    border-top: 1px solid #343434;
    margin: .5rem auto .3rem;
    cursor: default;
}
.cm-e-menu li.divider:hover {
    background-color: transparent;
}
.nav-menus {
    color: #fff;
}
.nav-menus:hover {
    color: #fff;
}
/*End - new - navbar*/
.contact-num {
    padding: 4px 0px;
}   
.call-all {
    padding: 10px;
}

@media (max-width: 990px) { 
.banner-two-section.container-fluid {
    display: block;
}
.modal-body.home {
    padding: 0px 10px 0px 10px!important;
}
.row.zcwf_col_fld .col-md-6 input {
    float: left !important;
}
}


.whatsapp-icon {
position:fixed;
left: 94.3%;
 bottom:111px;
 z-index:999999;
 width:50px;

}
.call-icon {
   position:fixed;
   left: 94.1%;
   bottom:178px;
   z-index:999999;
   width:50px; 
}
li.nav-item.our-products {
    padding: 12px 0px;
}
li.nav-item.our-products a{
    color: #636363;
}

