@import url('https://web.archive.org/web/20220102094032cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://web.archive.org/web/20220102094032cs_/https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://web.archive.org/web/20220102094032cs_/https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://web.archive.org/web/20220102094032cs_/https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;*/

.top{
background:#000;
font-family: 'Montserrat', sans-serif;
padding: 6px 0px;
}

.top-r1 ul{
padding-left: 0px;
margin-bottom: 0px;
float: right;
}

.top-r1 ul li{
display: inline-block;
color: #fff;
margin-right: 10px;
}

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

.top-r1 ul li span{
  padding-right: 4px;
}

.top-r2 ul{
padding-left: 0px;
margin-bottom: 0px;
float: right;
}

.top-r2 ul li{
display: inline-block;
}

.top-r2 ul li a{
color: #f2ba25;
text-decoration: none;
padding: 0px 6px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.top-r2 ul li a:hover{
  color: #fff;
}


header{
  padding: 12px 0px;
}

.pad0{
padding: 0px;
}

.logo{
  background: #fff;
position: absolute;
top: -45px;
z-index: 99;
padding: 5px;
width: 60%;
}



.navbar-inverse {
background: none;
border: none;
margin-bottom: 0px;
float: right;
}

.navbar-inverse .navbar-nav > li {
    margin: 0px 2px;
}

.navbar-inverse .navbar-nav > li > a::before {
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 30px;
    width: 1px;
    content: "";
    background-color: #bcbdc0;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #f2ba25;
    background: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
   color: #f2ba25;
    background-color: transparent;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color:#ed1c24;
     background: none;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
    font-weight: 500;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.navbar-header .m-name{
  display: none;
}

.carousel .item img{
  width: 100%;
}

.carousel-inner > .item .carousel-caption {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}

.carousel .item.active .carousel-caption {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;  
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}


.sec-1{
padding: 40px 0px;
/*background: #f1f1f1;*/
}

.sec1-box{
padding: 15px;
background: #fff;
position: relative;
transition: all .5s;
height: 270px;
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2)

}

.sec1-box::before, .sec1-box::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    border-bottom-color: #000;
    height: 5px;
    width: 5px;
    transition: all .5s;
}
.sec1-box:hover{
  box-shadow: 0 0 17px rgb(0, 0, 0,.20);
}

.sec1-box::after {
    border-right-color: inherit;
}

.sec1-box:hover::before {
    width: 100%;
}

.sec1-box:hover::after {
    height: 100%;
}

.sec1-box i{
float: left;
color: #fff;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 33px;
background: #f2ba25;
margin-right: 20px;
}

.sec1-box h6{
font-family: 'Roboto', sans-serif;
color: #777a7c;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
padding-top: 15px;
margin-top: 0px;
margin-bottom: 5px;
}

.sec1-box h4{
color: #222;
font-size: 22px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin-top: 0px;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
}


.sec1-box .sec1-details{
padding-top: 10px;
margin-top: 30px;
position: relative;
border-top: 1px solid #efefef;
}

.sec1-box p{
font-family: 'Open Sans', sans-serif;
line-height: 26px;
color: #777a7c;
}

.sec1-box a{
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-size: 13px;
text-decoration: none;
color: #f2ba25;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec1-box a:hover{
color: #222;
}


.sec-2{
padding: 40px 0px;
background: #f7f7f7;
}


.sec-2 h4{
font-family: 'Poppins', sans-serif;
color: #828282;
font-size: 16px;
}

.sec-2 h1{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
color: #000;
margin-top: 0px;
font-size: 28px;
position: relative;
}

.sec-2 h1 span{
color:#efbb27; 
font-weight: 800;
}

.sec-2 h1::before{
position: absolute;
content: '';
left: 7px;
bottom: -7px;
background: #efbb27;
height: 2px;
width: 60px;
}


.sec-2 h1::after{
position: absolute;
content: '';
left: 0px;
bottom: -10px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #efbb27;
}

.sec-2 p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #666;
}

.sec-2 a span{
font-weight: 600;
padding-left:5px; 
}

.sec-2 a{
    font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
background: #efbb27;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.sec-2 a:hover{
  background: #000;
}

.wel-right {
    position: relative;
    margin-top: 10px;
    padding-left: 40px;
}

.wel-right::after {
background-image: url(./images/bg-dott2.png);
content: '';
position: absolute;
z-index: -1;
left: 0px;
top: 30px;
bottom: -30px;
width: 70%;
}

.wel-satisfy {
    display: flex;
    position: absolute;
    top: 40px;
    right: -50px;
    background-color: #fff;
    padding: 12px 24px 12px 15px;
    border-radius: 20px;
    -webkit-box-shadow: 0 18px 16px rgba(12,12,12,8%);
    -khtml-box-shadow: 0 18px 16px rgba(12,12,12,8%);
    -moz-box-shadow: 0 18px 16px rgba(12,12,12,8%);
    -ms-box-shadow: 0 18px 16px rgba(12,12,12,8%);
    -o-box-shadow: 0 18px 16px rgba(12,12,12,8%);
    box-shadow: 0 18px 16px rgba(12,12,12,8%);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
}

.wel-satisfy .wel-icon span {
    width: 52px;
    height: 52px;
    min-width: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #efbb27;
    border-radius: 52px;
    color: #fff;
    font-size: 24px;
    margin-right: 14px;
}

.wel-satisfy .wel-satis-details h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    color: #333;
}

.wel-satisfy .wel-satis-details p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
}


.sec-3 {
    padding: 40px 0px;
    background: url(./images/whyus.jpg) no-repeat fixed;
    background-size: cover;
}


.sec3-title{
text-align:center;
}

.sec3-title h5 {
    font-family: 'Poppins', sans-serif;
    color: #f1f1f1;
    font-size: 16px;
}

.sec3-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    font-size: 28px;
    position: relative;

}

.sec3-title span {
    font-size: 22px;
    color: #f2ba25;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.sec3-title h2::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    top: 53px;
    left: 40%;
    width: 90px;
}

.sec3-title h2::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    top: 53px;
    right: 40%;
    width: 90px;
}


.why-left{
border: 8px solid #f2ba25;
border-right: 0px;
position: relative;
padding: 40px 20px 40px 40px;
}

.why-left h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    font-size: 27px;
}

.why-left p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #f1f1f1;
    margin-right: -50px;
    text-align: justify;
}

.why-left::after, .why-left::before {
    content: "";
    position: absolute;
    background-color: #f2ba25;
    right: -8px;
    width: 8px;
    height: 60px;
}

.why-left::before {
    top: -8px;
}

.why-left::after {
    bottom: -8px;
}

.why-box{
  margin-left: 20px;
}

.why-box span{
  float: left;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 58px;
  border:2px solid #f2ba25;
  border-radius: 50%;
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}

.why-box:hover span{
background: #f2ba25;
color: #fff;
box-shadow: 0 0 0 7px rgb(64, 48, 3)
}

.why-matter{
padding-left: 80px;
padding-top: 15px;
}

.why-matter h3 {
    font-family: 'Poppins', sans-serif;
    color: #f1f1f1;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
    margin-bottom: 5px;
    margin-top: 0px;
  }

.why-matter p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #f1f1f1;
}


.sec-4{
  padding: 40px 0px;
}

.sec-4 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    position: relative;
text-transform: uppercase;
font-weight: 600;
margin-top: 0px;
border-left: 1px solid #000;
padding-left: 20px;
color: #000;
}

.sec-4 h3 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #f2ba25;
}

.sec-4 h3::after {
content: "";
height: 100%;
background: #f2ba25;
left: 5px;
position: absolute;
top: 0;
width: 6px;
}

.sec-4 h3::before {
content: "";
height: 1px;
width: 100%;
background: #d1d1d1;
left: 0px;
position: absolute;
bottom: -5px;
}


.slider{
  margin-top: 70px;
}

.sec4-box{
text-align: center;
margin: 5px;
position: relative;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.sec4-box:hover img{
border: 1px solid #d1d1d1;
}

.sec4-box img{
  display: inline-block;
  width: 90%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: inline-block !important;
border: 1px solid #ececec;
padding: 10px;
}

.sec4-box::before {
 position: absolute;
content: '';
background: #f2ba25;
width: 50px;
height: 5px;
bottom: -2px;
left: 42%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}

.slick-pre{
background:#000;
height: 30px;
width: 30px;
color: #fff;
position: absolute;
left: -15px;
line-height: 30px !important;
text-align: center;
z-index: 99;
top: 39%;
cursor: pointer;
}

.slick-nxt{
background: #000;
height: 30px;
width: 30px;
color: #fff;
position: absolute;
right: -15px;
line-height: 30px !important;
text-align: center;
z-index: 99;
top: 39%;
cursor: pointer;
}

.sec-5{
  padding: 40px 0px;
  background: url(./images/sec3-bg.jpg);
  position: relative;
}

.sec-5::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
}

.sec-5 h3{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
color: #fff;
text-transform: capitalize;
margin-top: 0px;
}

.sec-5 h3 span{
font-weight: 400;
}

.sec-5 p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #f1f1f1;
    margin-bottom: 0px;
}

.sec5-link{
  text-align: right;
  margin-top:20px;
}

.sec-5 a{
    font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
border:2px solid #fff;
  padding: 12px 30px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
}

.sec-5 a:hover{
background: #f2ba25;
border: 2px solid #f2ba25;
}

.sec-5 a span{
  padding-right: 6px;
  animation: swing 0.8s ease-out infinite;
-webkit-animation: swing 0.8s ease-out infinite
}


.bottom-make{
font-family: 'Montserrat', sans-serif;
font-size: 12px;
background: #000;
padding: 4px 0px;
text-align: center;
}

.bottom-make p{
  color: #f1f1f1;
  margin-bottom: 0px;
}

.bottom-make p a{
   color: #dfa200; 
   text-decoration: none;
}


footer{
  background: #dfa200 url(./images/footer-map.png);
  padding: 40px 0px;
}

.f-about h2{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #fff;
margin-top: 0px;
font-size: 28px;
margin-bottom: 5px;
}

.f-about p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color:#f9f9f9;
    margin-bottom: 0px;
}

.f-about a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border:2px solid #f9f9f9;
    display: inline-block;
    padding: 8px 20px;
    color: #f9f9f9;
    text-decoration: none;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin-top: 5px;
}

.f-about a:hover{
  background: #000;
      border:2px solid #000;
}

.f-links h3{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
color: #fff;
margin-top: 0px;
font-size: 22px;
position: relative;
border-bottom: 1px dashed #fff;
padding-bottom: 8px;
}

.f-links h3::before {
position: absolute;
content: '';
background: #fff;
width: 30px;
height: 4px;
bottom: -2px;
left: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.f-links ul{
padding-left: 15px;
}

.f-links ul li{
list-style: square;
font-family: 'Open Sans', sans-serif;
}

.f-links ul li::marker{
  color: #ffedbb;
}

.f-links ul li a{
text-decoration: none;
color: #f9f9f9;
display: block;
line-height: 28px;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
}

.f-links ul li a:hover{
color: #ffedbb;
}

.f-links p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #f9f9f9;
    display: flex;
}

.f-links p span{
  color: #f9f9f9;
  font-size: 18px;
 padding-top: 4px;
margin-right: 10px;
}


.about-ban{
  background-image: url(./images/about-ban.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  
}
.quality-ban{
  background-image: url(./images/quality-ban.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  
}
.pro-ban{
  background-image: url(./images/pro-ban.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  
}

.contact-ban{
  background-image: url(./images/contact-ban.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  
}
.enquiry-ban{
  background-image: url(./images/enquiry-ban.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.ban-text h1{
   color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}
.ban-text{
  text-align: center;
}
.ban-text ul{
 display: inline-block;
    border: 1px dotted white;
    padding: 4px 15px;
    text-align: center;
    color: #fff;
}
.ban-text ul li {
  list-style: none;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
   
}
.ban-text li a{
   color: #fff;
}
.ban-text li a:hover{
  text-decoration: none;
  color: #efbb27;
}
.inner-matter{
  padding: 40px 0px;
}
.inner-matter h2{
  font-family: 'Montserrat', sans-serif;
font-weight: 600;
  color: #efbb27;
    margin-top: 0;

}
.inner-matter h2::before{
  position: absolute;
content: '';
left: 20px;
top: 35px;
background: #030000;
height: 2px;
width: 60px;
}
  .inner-matter h2::after{
 position: absolute;
    content: '';
    left: 12px;
    top: 32px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #efbb27;
}
.inner-matter p{
      font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #666;
  }
 .inner-matter h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 20px;
}

.inner-box {
    position: relative;
    margin-right: 7px;
    background-color: #ffffff;
    padding: 20px 20px 0px 0px;
    margin-top: 50px;
}
 .inner-box::before {
    position: absolute;
    content: '';
    top: -8px;
    left: 30px;
    right: -8px;
    bottom: 30px;
    z-index: -1;
    background: url(./images/pattern-1.jpg) left top repeat;
}
.icon-box {
    position: relative;
    z-index: 1;
    padding: 35px 30px 35px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    transition: all 300ms ease;
}
.icon-box:hover{
  border: 2px solid #efbb27;
    transition: all 300ms ease;
}
.icon-box i{
  font-size: 40px;
  color: #efbb27;
}


.pro-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pro-box p{
      font-family: 'Poppins', sans-serif;
       color: #fff;
     background:  #ed1c24;
     margin-bottom: 0;
}

.pro-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro-box .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.pro-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}

.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}


.pro-side tr td{
  list-style: none;
  border: 1px solid #dedede;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  width: 246px;

}
.pro-side h5{
  font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #fff;
background: #ed1c24;
text-align: center;
padding: 10px;
margin-top: 20px;
}
.pro-side .btn{
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-size: 15px;
    background: #000;
    color: #fff;
    margin-top: 10px;
   border-radius: 0;
   padding: 10px 20px;
   transform: perspective(1px) translateZ(0);  
} 

.pro-side .btn:hover i{
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.pro-side .btn i{
  padding-right: 8px;
  -webkit-transform: translateZ(0);
transform: translateZ(0);
 }


/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

.product-box{
 border-right: 2px dotted #000;

 
}
table th{
 background: #efbb27;
text-align: center;
color: #fff;
padding: 10px;
border: 1px solid #eaeaea;
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
}

.nxt{
  float: right;
  box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

.nxt i{
  background: #000;
  color: #fff;
  padding: 10px;
  margin-left: 10px;
  margin-right:  10px;
}
.nxt a{
  background:#efbb27;
  width: 100%;
  color: #fff;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
   font-weight: 500;
    transition: .4s;
}
.nxt a:hover{
  background: #000;
  color: #fff;
}



.con-box{
 background: #fff;
    padding: 40px 15px;
    text-align: center;
    height: 210px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
}
.con-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #222;
}
.con-box i{
   font-size: 23px;
    background: #efbb27;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.map{
  padding: 0;
  line-height: 0;
}
.enq-form{
  margin-top: 20px;
   font-family: 'Open Sans', sans-serif;
}
.enq-form .form-control{
  border-radius: 0px;
   height: 45px;
border: 1px solid #e3e3e3;
position: relative;
padding: 6px 30px;
 
}
  textarea .form-control{
  padding: 10px 30px;
}
.enq-form i{
  position: absolute;
z-index: 1;
top: 36px;
left: 23px;
color: #c7c3c3;
}
.enq-form .btn{

 background:#efbb27;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 15px;

}
.f-b{
  border: 1px solid #ebebeb;
padding: 30px;
margin-top: 30px;
}
.enq-m{
  margin-top: 100px;
}
.enq-form textarea.form-control {
height:auto;
}


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

.top-r1 ul li {
margin-right: 5px;
font-size: 12px;

}
.top-r1 {
  text-align: center;
}
.top-r2{
text-align: center;
}

.top-r1 ul {
float: none;
}

.top-r2 ul {
float: none;
}

.top-r2 ul li a {
font-size: 11px;
}

.logo {
width: 100%;
text-align: center;
position: relative;
top: 0;
margin-bottom: 15px;
}

.logo img{
width: 35%;
display: inline-block;
}

.navbar-nav {
margin:0px;
}

.navbar-inverse {
float: none;
background: #efbb27;
}

.navbar-header{
position: relative;
}

.navbar-header .m-name{
display: inline;
color: #000;
font-size: 18px;
top: 10px;
position: absolute;
left: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
color: #fff;
}

.navbar-inverse .navbar-nav > li > a::before {
  display: none;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 13px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
color: #fff;
}
.contact-ban {
background-position: 100% 0%;
}

.enquiry-ban {
background-position: 70% 0%;
}
.sec-2 h4 {
font-size: 14px;
}

.sec-2 h1 {
font-size: 22px;
}

.sec-2 p {
font-size: 13px;
}

.sec-2 a {
font-size: 13px;
}

.wel-right {
margin-top: 15px;
padding-left: 0px;
}

.wel-satisfy {
  right: -20px;
padding: 10px 15px 10px 12px;
}

.wel-satisfy .wel-icon span {
width: 40px;
height: 40px;
min-width: 40px;
line-height: 40px;
font-size: 18px;
}

.wel-satisfy .wel-satis-details h5 {
font-size: 20px;
}

.wel-satisfy .wel-satis-details p {
font-size: 13px;
}

.sec-4 h3 span {
font-size: 14px;
}

.sec-4 h3 {
font-size: 22px;
}

.sec3-title h5 {
font-size: 14px;
}

.sec3-title h2 {
font-size: 22px;
}

.sec3-title span {
font-size: 18px;
}

.sec3-title h2::before {
top: 44px;
left: 30%;
width: 55px;
}

.sec3-title h2::after{
top: 44px;
right: 30%;
width: 55px;
}

.why-left h3 {
font-size: 22px;
}

.why-left p {
margin-right: -34px;
font-size: 13px;
}

.why-matter h3 {
font-size: 18px;
}

.why-matter p {
font-size: 13px;
}

.why-box {
margin-left: 0px;
margin-top: 15px;
}

.why-box span {
height: 45px;
width: 45px;
line-height: 41px;font-size: 15px;
}

.sec1-box i {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 22px;
}

.sec1-box .sec1-details {
margin-top: 20px;
}

.sec1-box p {
font-size: 13px;
}

.sec1-box {height: 255px;
margin-top: 20px;
}

.sec-5 h3 {
 font-size: 22px;
}

.sec-5 p {
font-size: 13px;
}

.sec5-link {
text-align: center;
}

.sec-5 a {
font-size: 13px;
padding: 8px 15px;
}

.f-about h2 {
font-size: 22px;
}

.f-about p {
font-size: 13px;
}

.f-about a {
font-size: 13px;
padding: 5px 10px;
}

.f-links h3 {
margin-top: 20px;
font-size: 22px;
}

.f-links ul li {
font-size: 13px;
}

.f-links p {
    font-size: 13px;
}

.f-links p span {
font-size: 15px;
}

.ban-text h1 {
font-size: 28px;
}

.ban-text ul li {
font-size: 13px;
}

.inner-matter h2 {
font-size: 22px;
}

.inner-matter h2::after {
top: 24px;
}

.inner-matter h2::before {
top: 27px;
}

.inner-matter p {
font-size: 13px;
}

.icon-box {
padding: 10px 20px 10px;
}

.icon-box i {
font-size: 30px;
}

.inner-matter h3 {
font-size: 18px;
margin-top: 8px;
}

.pro-side .btn {
font-size: 13px;
}

.nxt a {
font-size: 13px;
}

.f-b {
display: flex;
}

.enq-m {
margin-top: 50px;
}

.enq-form .btn {
font-size: 13px;
}

.con-box i {
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
}
}



@media (min-width: 480px) and  (max-width: 736px){

.top-r1 ul li {
margin-right: 5px;
font-size: 12px;

}
.top-r1{
  text-align: center;
}
.top-r2{
text-align: center;
}

.top-r1 ul {
float: none;
}

.top-r2 ul {
float: none;
}

.top-r2 ul li a {
font-size: 12px;
}

.logo {
width: 100%;
text-align: center;
position: relative;
top: 0;
margin-bottom: 15px;
}

.logo img{
width: 35%;
display: inline-block;
}

.navbar-nav {
    margin:0px;
}

.navbar-inverse {
float: none;
background: #efbb27;
}

.navbar-inverse .navbar-nav > li > a::before {
  display: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
color: #fff;
}
.navbar-header{
position: relative;
}

.contact-ban {
background-position: 100% 0%;
}

.enquiry-ban {
background-position: 70% 0%;
}

.navbar-header .m-name{
display: inline;
color: #000;
font-size: 18px;
top: 10px;
position: absolute;
left: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 13px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
color: #fff;
}

.sec-2 h4 {
font-size: 14px;
}

.sec-2 h1 {
font-size: 22px;
}

.sec-2 p {
font-size: 13px;
}

.sec-2 a {
font-size: 13px;
}

.wel-right {
margin-top: 15px;
padding-left: 0px;
}

.wel-satisfy {
right: -20px;
padding: 10px 15px 10px 12px;
}

.wel-satisfy .wel-icon span {
width: 40px;
height: 40px;
min-width: 40px;
line-height: 40px;
font-size: 18px;
}

.wel-satisfy .wel-satis-details h5 {
font-size: 20px;
}

.wel-satisfy .wel-satis-details p {
font-size: 13px;
}

.sec-4 h3 span {
font-size: 14px;
}

.sec-4 h3 {
font-size: 22px;
}

.sec3-title h5 {
font-size: 14px;
}

.sec3-title h2 {
font-size: 22px;
}

.sec3-title span {
font-size: 18px;
}

.sec3-title h2::before {
top: 44px;
left: 30%;
width: 55px;
}

.sec3-title h2::after{
top: 44px;
right: 30%;
width: 55px;
}

.why-left h3 {
font-size: 22px;
}

.why-left p {
margin-right: -34px;
font-size: 13px;
}

.why-matter h3 {
font-size: 18px;
}

.why-matter p {
font-size: 13px;
}

.why-box {
margin-left: 0px;
margin-top: 15px;
}

.why-box span {
height: 45px;
width: 45px;
line-height: 41px;font-size: 15px;
}

.sec1-box i {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 22px;
}

.sec1-box .sec1-details {
margin-top: 20px;
}

.sec1-box p {
font-size: 13px;
}

.sec1-box {
height: 255px;
margin-top: 20px;
}

.sec-5 h3 {
 font-size: 22px;
}

.sec-5 p {
font-size: 13px;
}

.sec5-link {
text-align: center;
}

.sec-5 a {
font-size: 13px;
padding: 8px 15px;
}

.f-about h2 {
font-size: 22px;
}

.f-about p {
font-size: 13px;
}

.f-about a {
font-size: 13px;
padding: 5px 10px;
}

.f-links h3 {
margin-top: 20px;
font-size: 22px;
}

.f-links ul li {
font-size: 13px;
}

.f-links p {
    font-size: 13px;
}

.f-links p span {
font-size: 15px;
}

.ban-text h1 {
font-size: 28px;
}

.ban-text ul li {
font-size: 13px;
}

.inner-matter h2 {
font-size: 22px;
}

.inner-matter h2::after {
top: 24px;
}

.inner-matter h2::before {
top: 27px;
}

.inner-matter p {
font-size: 13px;
}

.icon-box {
padding: 10px 20px 10px;
}

.icon-box i {
font-size: 30px;
}

.inner-matter h3 {
font-size: 18px;
margin-top: 8px;
}

.pro-side .btn {
font-size: 13px;
}

.nxt a {
font-size: 13px;
}

.f-b {
display: flex;
}

.enq-m {
margin-top: 50px;
}

.enq-form .btn {
font-size: 13px;
}

.con-box i {
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
}
} 


@media (min-width: 768px) and  (max-width: 1024px){

.top-r1 ul li {
margin-right: 0px;
font-size: 10px;
}

.top-r2 ul li a {
padding: 0px 2px;
font-size: 12px;
}

header {
padding: 5px 0px;
}

 .logo {
    top: -37px;
    width: 75%;
}

.navbar-inverse .navbar-nav > li > a {
padding: 15px 10px;
font-size: 10px;
}

.wel-satisfy .wel-satis-details h5 {
font-size: 20px;
}

.wel-satisfy .wel-satis-details p {
font-size: 13px;
}


.sec-2 h4 {
font-size: 13px;
line-height: 23px;
}

.sec-2 a {
padding: 7px 10px;
}

.sec-2 h1 {
font-size: 20px;
}  

.sec-2 p {
font-size: 13px;
}

.sec-2 a {
  font-size: 13px;
}

.wel-satisfy .wel-icon span {
width: 40px;
height: 40px;
min-width: 40px;
line-height: 40px;
font-size: 18px;
margin-right: 8px;
}

.wel-satisfy {
top: 34px;
right: -32px;
padding: 10px 18px 10px 10px;
}

.sec-4 h3 {
font-size: 22px;
}

.sec3-title h2 {
font-size: 25px;
}

.sec3-title h2::before {
top: 51px;
left: 37%;
width: 70px;
}

.sec3-title h2::after {
top: 51px;
right: 37%;
width: 70px;
}

.why-left {
padding: 20px 10px 20px 20px;
}

.why-left h3 {
font-size: 16px;
}

.why-left p {
margin-right: -25px;
font-size: 13px;
}

.why-box {
    margin-left: -16px;
}

.why-box span {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 15px;
margin-top: 0px;
}

.why-matter {
    padding-left: 54px;
    padding-top: 0px;
}
.why-matter h3 {
  font-size: 14px;
  }

  .why-matter p {
    font-size: 13px;
}

.sec1-box i {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 23px;
    margin-right: 8px;
}

.sec1-box h6 {
padding-top: 8px;
font-size: 11px;
}

.sec1-box {
padding: 10px;
height: 295px;
}

.sec1-box h4 {
font-size: 14px;
}

.sec1-box p {
font-size: 13px;
}

.sec1-box .sec1-details {
margin-top: 15px;
}

.sec-5 h3 {
font-size: 20px;
}

.sec-5 p {
font-size: 13px;
}

.sec-5 a {
padding: 12px 20px;
font-size: 13px;
}

.f-about h2 {
font-size: 18px;
}

.f-about p {
    font-size: 13px;
    line-height: 21px;
}

.f-about a {
padding: 6px 10px;
font-size: 13px;
}

.f-links h3 {
font-size: 20px;
}

.f-links ul li a {
font-size: 13px;
}

.f-links p {
font-size: 13px;
line-height: 21px;
}

.f-links p span {
display: none;
}

.ban-text h1 {
font-size: 30px;
}

.ban-text ul li {
font-size: 13px;
}

.inner-matter h2 {
font-size: 26px;
}

.inner-matter p {
font-size: 13px;
}

.icon-box {
  padding: 20px 20px 20px;
}

.icon-box i {
font-size: 35px;
}

.inner-matter h3 {
font-size: 15px;
}

table th {
padding: 5px;
font-size: 13px;
}

.pro-side tr td {
padding: 5px;
font-size: 13px;
}

.pro-side .btn {
font-size: 13px;
padding: 8px 15px;
}

.nxt a {
 font-size: 13px;
}

.f-b {
padding: 0;
}

.enq-form i {
top: 33px;
font-size: 13px;
}

.enq-form .form-control {
padding: 6px 25px;
font-size: 11px;
height: 35px;
}

.enq-form textarea.form-control {
padding: 6px 25px;
}
.enq-form {
  margin-bottom: 5px;
}
.enq-form .btn {
    font-size: 11px;
    padding: 8px 15px;
}

.enq-form small{
  font-size: 11px;
}


.con-box i {
font-size: 15px;
width: 40px;
height: 40px;
line-height: 40px;
}


.con-box {
    margin: 20px 0px;
    padding: 30px 10px;
}
}




@media (width: 1024px){

.logo {
top: -37px;
}

.top-r2 ul li a {
padding: 0px 5px;
}

.top-r1 ul li {
margin-right: 0px;
font-size: 12px;
}

.navbar-inverse .navbar-nav > li > a {
padding: 15px 20px;
font-size: 12px;
}

.sec3-title h2::before {
left: 40%;
}

.sec3-title h2::after {
right: 40%;
}
.sec-2 h1 {
font-size: 25px;
} 

.sec1-box h4 {
  font-size: 18px;
}

.sec1-box {
height: 260px;
}

.f-links h3 {
font-size: 18px;
}  


.inner-matter h3 {
font-size: 20px;
}
.why-left h3 {
    font-size: 20px;
}
.why-matter h3 {
    font-size: 18px;
}
.why-matter {
    padding-left: 60px;
}
.why-box span {
height: 50px;
width: 50px;
line-height: 47px;
font-size: 18px;
margin-top: 0px;
}
.con-box {
    margin: 20px 0px;
}
.f-links p span {
    display: inline;
}
}

/*
     FILE ARCHIVED ON 09:40:32 Jan 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:10:52 Sep 05, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 226.797
  exclusion.robots: 0.254
  exclusion.robots.policy: 0.233
  cdx.remote: 0.156
  esindex: 0.019
  LoadShardBlock: 152.813 (3)
  PetaboxLoader3.datanode: 70.999 (4)
  CDXLines.iter: 26.939 (3)
  PetaboxLoader3.resolve: 85.277 (2)
  load_resource: 68.038
*/