
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'CenturyGothic', sans-serif !important;
  scroll-behavior: smooth;
}
body{font-family: 'CenturyGothic', sans-serif !important;background: url(../img/bg-equipment.png);}
a{text-decoration: none;}
img {
    padding: 0;
    margin: 0;
    border: none;
    max-width: 100%;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.logo {
    position: relative;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: #fff;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
header {
    background: #000;
    color: #e1e0e0;
    padding: 0 63px;
}
.head-left ul li,.head-right ul li {
    display: inline-block;font-size: 11.5px; 
}

.head-left ul li img{
    width: 14px;
    margin-right: 4px;
  }
  .header-left{
    padding-left: 0px;
  }

  .header-left img{
   
    margin-bottom: 5px;
    padding-left: 58px
  }

@media (min-width: 1200px)
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-top: 4px;
}


.head-right ul li a
{ color: #e1e0e0;
  text-decoration: none; 
  padding-top: 16px;
}


.logo .logo-main {
    padding-right: 0;
}
.manu {
    position: relative;
    z-index: 9999;
    height: 100px;
    background:#fff;
    padding: 15px 43px 15px 63px;
}
.navbar-dark .navbar-toggler-icon{
  background-image: none;
}
.nav-item.active{   
 width: 35px;
    margin-top: -4px;
  }

.button-1{
  background-color: red;
  text-decoration: none;
  margin-top: -9px;
  /*margin-bottom: -2px;
    position: absolute;
    margin-left: 84%;*/


}

 .button1{
   
    padding: 5px 5px 4px 9px;
    color: white;
    line-height: 40px;
    font-size: 18px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
   /* font-weight: bold;*/
}


.carousel {
    position: relative;
    width: 100%;
}
.emergency-txt .toll-free a {
    color: #bf4c58;
    text-decoration: none;
}
.social {
    float: right;
   
}

  
.social ul {
    float: left;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 5px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.social ul li a {
    color: #c80720;
    font-size: 15PX;
    letter-spacing: 1px;
}
.social img{
    width: 30px;
}
.banner-a .carouselExampleIndicators1{
  position: absolute;
    padding-top: 50px;
    padding-top: 59px;
    margin-left: -71px;
}
/*****************************Navber*************************/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
nav.navbar.navbar-expand-md.navbar-light {
    margin-left: -91px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 15px;
}

.manu2{
  /*background-color: white;*/
  font-size: 16px;
  padding-right: 0;
  margin-top: 3px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    font-weight: bold;
}
.banner .carousel-control-next-icon {
    background-image: url(../img/right.png);
    width: 40px;
    height: 40px;
}
.banner .carousel-control-prev-icon {
    background-image:  url(../img/left.png);
    width: 40px;
    height: 40px;
  }

.manu1{margin-top: 7px;}


/************************Product Listing Start-Home-Page***********************************/
.product-list .carousel-indicators li{
      background-color: #76121E;
}
.product-list .carousel-indicators{margin-top: 20px;}
#carouselExampleIndicators3
  img{
    width: 100%;
  }
.product-list .carousel-inner {
   
    min-height: 300px;
}
.product-list a {
  color: #000;
}
.product-list h3{
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  padding: 17px 18px;
}
.product-list h2{
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  padding: 30px;
}
section.product-list img {
    width: 200px;
    margin: 0 auto;
    background: #ddd;
    /* padding: 10px; */
}

/************************Product Listing End-Home-Page***********************************/

/***************************************about-us*************************************/
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: -88px;
    background-color: white;

}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: black;

}
.display-4 span{
    color: red;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: black;
}
.service1 {
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  padding: 52px 20px 49px 20px;

}
.service1:hover{
 background-color: #f9f8f8;
  color: black;
}



/*************************parallax***********************************/


.bgimg-1 {
     width: 100%;
    background-image: url(../img/about-bg.jpg);
    position: relative;
   height: 478px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 63px;
    
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption span.border1 {
    color: red;
    border:none;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 1px;
}
.bgimg-1 img{
    width: 100%;
}

.border1 p{
    text-align: center;
    margin-top: -70px;
   padding: 0px 180px 0px 180px;
}
.header {
  padding-top: 25px;
  padding-bottom: 25px;
}
.first-column{
  width: 100%;
}
.first-column {
    
    font-size: 2rem;
    border-width: 2px;
    border-color: #000;
    margin-bottom: 30px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.81);
    width: 33%;
    align-items: center;
    position: absolute;
    right: 0;
    height: 469px;
}
.first-column h1{
        font-size: 30px;
    width: 50%;
    margin-left: 11%;
    /* margin-right: 25%; */
    margin-top: 74px;
    font-weight: 600;
}
.first-column p{
    margin-top: 32px;
    font-size: 15px;
       padding: 3px 64px 0px 50px;
    text-align: justify;
}

.second-column {

  border-width: 2px;
}
.second-column img{
  height: 334px;
    margin-left: 60px; 
    margin-bottom: 30px;
    margin-top: 29px;
}

.button-index{
  background-color: red;
  columns: white;
  width: 100px;
  font-size: 20px;
}
.button-index a{
  columns: white;
  text-decoration: none;
} 


.button1 img{
      width: 30px;
    padding-left: 8px;
}
.head-left ul,.head-right ul{margin-block-start:5px;margin-block-end: 5px;}
.head-right ul{float: right;}

/*****************************contact****************************************/
.colum-left{
  margin-left: -30px;
}
.colum-left h5{
  margin-top: 13px;
    text-align: center;
    font-size: 25px;
}
.colum-left img{
      width: 65px;
    margin-top: 15px;
    margin-bottom: 24px;
}
.colum-left p{
  text-align: center;
}
.colum-left .btn-5 span{
 display: block; 
 padding: 6px 20px;
 background-color: #e5232c;
}
.colum-left .btn-5{
  margin-right: 112px;

}
.service {
    padding: 63px 63px;
    }

.colum-middle{
  margin-left:11px;
}
.colum-middle h5{
  margin-top: 13px;
    text-align: center;
    font-size: 25px;
}
.colum-middle img{
      width: 168px;
    margin-top: 15px;
    margin-bottom: 24px;
}
.colum-middle p{
  text-align: center;
}
.colum-middle .btn-5 span{
    display: block; 
    padding: 6px 20px;
    background-color: #e5232c;
}
.colum-middle .btn-5{
    margin-right: 112px;
}
.colum-right{
    margin-left: 19px;
}
.colum-right h5{
    margin-top: 13px;
    text-align: center;
    font-size: 25px;
}
.colum-right img{
      width: 168px;
   
    margin-top: 15px;
    margin-bottom: 24px;
}
.colum-right p{
  text-align: center;
}
.colum-right .btn-5 span{
 display: block; 
 padding: 6px 20px;
 background-color: #e5232c;
}
.colum-right .btn-5{
  margin-right: 112px;

}
.contact-a{
width: 100%;
float: left;
padding: 0 15px;
} 
.contact-a{background: url(../img/cont-bg.jpg) no-repeat;position: relative;
    height: 478px;
    background-position: center;    
    background-size: 100%;
    margin-bottom: 1px;
  }
.button-d{

    padding: 10px 10px 10px 10px;
    color: white;
    background-color: #fb0000;
    width: 150px;
    font-size: 15px;
   text-align: center;
    margin-bottom: 15px; 
    margin-left: 49px;
        border-radius: 5px;
}
.contact2{
     float: right;
      padding-left: 0;
}
.contact1{
 
    /* background-color: #f4f4f4; */
    font-size: 2rem;
    border-width: 2px;
    border-color: #000;
    margin-bottom: 30px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.81);
    width: 33%;
    /* align-items: center; */
    position: absolute;
    left: 0;
    height: 469px;
    padding-left: 61px;
}


.contact1 h5{
  font-size: 30px;
    padding: 72px 80px 16px 0px;
        font-weight: 600;
}
.contact1 h6{
 font-size: 16px;
    padding: 0px 60px 0px 0px;
    line-height: 25px;
}

.contact1 img{
  width: 26px;
  padding: 0px 7px 0px 3px;
  position: absolute;
  left: 0;
}
.contact1 p{
  font-size: 15px;
  position: relative;
  padding: 19px 12px 0px 34px;
}
.contact2{
 
    /* background-color: #f4f4f4; */
    font-size: 2rem;
    border-width: 2px;
    border-color: #000;
    margin-bottom: 30px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.81);
    width: 33%;
    /* align-items: center; */
    position: absolute;
    left: 404px;

    height: 469px;
  padding-left: 61px;
}
.contact2 h5{
  font-size: 30px;
    padding: 72px 80px 16px 0px;
        font-weight: 600;
}
.contact2 h6{
 font-size: 16px;
    padding: 0px 60px 0px 0px;
    line-height: 25px;
}

.contact2 img{
  width: 26px;
  padding: 0px 7px 0px 3px;
  position: absolute;
  left: 0;
}

.contact2 p{
  font-size: 15px;
  position: relative;
  padding: 19px 12px 0px 34px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/****************************Slider***************************/
.read-more
{
      padding: 10px 20px 10px 20px;
    /* border: 1px solid red; */
    color: white;
    background-color: #e9302b;
    border-radius:5px;
}


.contact-end{
  margin-top: 50px;
background: #edebeb;
}
.carousel-control-prev {
    left: 0;
}

/********************************footer***********************************/

.footer3 h5{margin-top: 15px;}
.footer{
  background-color: #fff;
  padding: 73px 29px 46px;
  
}
.ftr-social li {
    font-size: 14px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 30px;
}
.ftr-social li img{position: absolute;left: 0;}
.footer .container-fluid{
      padding-top: 0px;
    padding-bottom: 34px;
    padding-left: 52px;
    padding-right: 52px
}

.firstpart{
    background: url(../img/footer-navigation-img.png) no-repeat right 0;
    height: 220px;padding-right: 55px;
    margin-left: -41px;
  }

.footer1 h5{
color: white;
padding: 1px 0px 0px 65px;
font-size: 20px;
}


.footer1 p{
color: #000;
padding: 0px 0px 0px 66px;
font-size: 15px;
}

.footer3{
  color: #000;
}

.footer-stipe{
background-color: #f1f1f1;
text-align: left;
color: white;
padding: 39px 63px 23px;
position: relative;
}
.footer-stipe a {
    color: #000;
}
.footer-stipe{
    color: #000;
}
.footer3 p{
  padding: 1px 4px 0px 25px;
font-size: 15px;
}

.ftr-social li img {
    width: 18px;
}
.read-button{
 padding-left: 68px;

}

.read-more1{
  padding: 5px 20px 10px 20px;
    border: 1px solid white;
    color: white;
}

.read-more1:hover{
  color: white;
  background-color: red;
  text-decoration: none;
  border:none;
}

.Quick-link{
  color: #7c7b7b;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}
.footer3 h5{font-weight: 600;color: #4f4e4e;}
.Quick-link a:hover{
background-color: none;
border:none;
}

.footer3 a:hover{color: #000;}
.Quick-link img{
  width: 30px;
}

/************************Back to top**************************************/
.back-top {
    position: absolute;
    right: 40px;
    top: -25px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px;
}

.back-top img{
  width:30px;
}



.banner-a h5{
  text-align: center;
  font-size: 30px;
  color: black;
  padding-top: 5px;
  
}
/********************************contact-end******************************/
.carousel-item .col-md-2{
      float: left;
      padding-bottom: 41px;
}


  .banner-c {
    text-align: center;
   
    width: 106px;
    background-color: red;
    color: white;
    padding: 4px;
    border-radius: 5px;
    margin: 0 auto;
   }

.banner-c a{
  font-size: 20px;
  
  text-decoration: none;
  color: white;
  position: relative;

}
.bgimg-2 {
    width: 100%;
    
}
.banner-a {
    padding: 5% 0;
}
.bgimg-2 {
    
    background-image: url(../img/banner-d.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
      padding: 10px 63px 0px;
}
.bgimg-2 img{
  width: 100%;
}
.bgimg-2 h5{
  padding: 36px 0px 36px 0px;
    font-size: 33px;
    color: white;
}
.box{
   padding: 42px 37px 34px 85px;
}

.box a {
       background: #fff;
    font-size: 20px;
    padding: 8px 26px;
    text-decoration: none;
    color: black;
    text-align: center;
        border-radius: 5px;
  }
  .box a:hover{
    background-color: red;
    color: white;
  }


/***********************************************/

/****************************feedback&****************/
.fdbk{position: relative;}
.fdbk-inr{position: fixed;right: 0;top: 40%;}
/******************************************************/

  /******************************About us****************************/


.verticals {
    padding: 40px 0;
}

 .vert-head h5{
  padding-bottom: 15px;
 }

.an-inst-inr img {
    float: left;
  /*  width: 100%;*/
    padding: 52px 0px 0 0;
    margin-right: 20px;
    height: 378px;

}

.verticals .row{
  padding-left: 35px;
  padding-right: 55px;
}

.vert-head h2{
  text-align: center;
}

.an-inst-inr p{
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.banner1{
  background-image: url(../img/banner-a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  text-align: center;
}

.banner1 h2{
 text-align: center;
 padding: 10% 0% 0% 0%;
 font-size: 40px;
 color: white;
 font-weight: bold;
}

.banner1 p{
 text-align: center;
/*padding: 14% 0% 0% 0%;*/
 font-size: 22px;
/*margin-left: -187px;*/
 color: white;
}

.banner1 img{
  width: 30px;
  padding: 6px;
}



/************************************Our project*************************************/
.our-project{
  padding:58px 40px; 
}
.our-project h5{
  font-size: 30px;
  color: #ff0000;

}
.our-project p{
  font-size: 20px;
  
}
.our-project img{
 padding-left: 200px;
  
}
.table{
  padding:40px 40px; 
  border-collapse: collapse;
}
.table h5{
  text-align: center;
  font-size: 30px;
  color: #ff0000;
  padding-bottom: 5px;
}
.mobile-our-project1 h5{
  padding-top: 40px;
  font-size: 30px;
    color: #ff0000
}
.mobile-table h5{
text-align: center;
 font-size: 30px;
    color: #ff0000;
     padding-top: 30px;

}
/*.dtHorizontalVerticalExampleWrapper 
table.scroll {
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }

thead tr th { 
    height: 30px;
    line-height: 30px;
     text-align: left; 
}

table.scroll tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 2px solid black; }

tbody td, thead th {
    width: 20%; Optional
    border-right: 1px solid black;
    white-space: nowrap; 
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}*/
/***************************check-genuinty**************************/


.service h5{
  font-size: 23px;
  color: #ff0000;
}
.service h6{
  font-size: 20px;
  color: black;
}
.check-genuinty1{
  color: black;
  font-size: 18px;
  padding-top: 60px;
  padding-left: 41px
}
.check-genuinty1 h5{
  color: black;
  font-size: 20px;
  padding-top: 15px;
}
.check-genuinty1 h3 {
    color: #ff0000;
}

 .Check-Genuinity input[type=text] {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .check-genuinty-from{
  background-color:#ecebeb;
  margin-top: 65px;
  padding: 25px 25px 15px;
  box-shadow: 0 9px 12px -5px;

}

.check-genuinty2{
 padding-right: 41px;
}

.check-genuinty-from h6{
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.check-genuinty2 h5{
font-size: 19px;
color: #0a89c2;

}

 .btn-check {
    cursor: pointer;
    background-color: red;
    border: none;
   border-radius: 0;
}
.check-btn
{
  text-align: right;
}


/****************************feedback*******************************/


.feedback{
    padding-left: 41px;
    padding-right: 41px;
}
.feedback {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 0 15px;
    padding-left: 0;
    padding-right: 0
}
/*.feedback .row {
    margin-left: 2px;
}*/
.Feedback-form {
    
    background-color: #f4f2f2;
        margin-bottom: -31px;
        margin-left: 50px;
        margin-right: 50px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: white;
    color: black;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    background-color: #83abcf;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    color: #dd1e1e;
    background-color: white;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background-color: #83abcf;
    margin-bottom: 11px;
}
.btn-link {
    font-weight: 400;
    color: #fefeff;
    background-color: transparent;
    text-decoration: none;
}
.btn-link:hover {
     color: #fefeff; 
    text-decoration: none;
}

.Feedback-form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-top: 20px;
    margin-left: 14px;
}

 .Feedback-form input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 2px 0;
    box-sizing: border-box;
}
.text1{
  background-color: #83abcf;
    padding: 12px 33px;
    color: white;
}
.feedback h1{
  padding-left: 48px;
  color: #d40511;
}
.feedback .feedback-text{
  padding-left: 48px;
}
.feedback h3{
  padding: 22px 16px;
  font-size: 30px;
  color:#83abcf;
}
.form-group {
    margin-bottom: 15px;
   
    overflow: hidden;
}
.frm {
   /* padding: 0 30px 0 0;*/
}

.feedback-b input[type=text] {
    width: 100%;
    padding: 3px 8px;
    margin: 6px 0;
    margin-top: -1px;
    box-sizing: border-box;
    color: #898181;
}
.feedback .feedbac-a{
  margin-bottom: 16px;
}

 .feedback .feedbac-b{
  margin-bottom: 16px;
}
.feedback-c .col-md-6{
 float: left;
}
 




/****************************contact*******************************/

.address{
    padding-left: 41px;
    padding-right: 41px;
}
.address {
    width: 100%;
    float: left;
    margin: 40px 0;
    padding: 0 15px;
    text-align: center;
}
.address .row {
    padding-left: 22px;
    background-color: #f4f4f4;
    margin-left: 11px;
     margin-right:11px;
    
         padding-bottom: 24px;
}
.address h1{
  text-align: center;
  font-size: 32px;
    padding: 19px 0px;
    /*color: #0a52bf;*/
    color: black;
  

}
 .display-4 {
    color: #b50b21;
    padding-top: 10px;
    text-align: center;
    padding-left: 20px;
}
.address h6{
  color: #f34747;
  font-size: 15px;
}
.address-a{
 
 margin-top: 30px;
}

.address .col-md-4{
   text-align: center;
}
.address .col-md-3{
   text-align: center;
}
.contact-a h1{
 font-size: 30px;
 text-align: center;

}
.contact-a h{
 font-size: 30px;
 
}
.stipe{
  width: 100%;
  background-color: white;
  margin-top:50px;
}

.mobile-contact{
  background-color: #f4f4f4;
   font-size: 1rem;
  padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: 13px;

    margin-top: 70px;
   /* background-color: rgba(255, 255, 255, 0.81);*/
    padding-left: 61px;

}
.mobile-our-project1{
margin-right: 26px;
}
.mobile-our-project1 h5{
color: black;
font-size: 25px;
}
.mobile-our-project1 h6{

font-size: 14px;
}
.mobile-our-project1 p{
font-size: 13px;
}
.contact-img {
  padding-right: 2px;
    padding-left: 25px;
}

/******************Contact -Form Sec*********(Madhumanti Paul)********************************/
/*Contact sectiom*/
.contact-form{
 padding: 50px 0;
}
.contact-form h2{
  text-align: center;

}
section#contact {
    background: #eaeaea;
    padding-bottom: 60px;
}
.col-md-12 .contact-form h2{
  text-align: center;
}

.content-header{
  /*font-family: 'Oleo Script', cursive;*/
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}

/*.contact-section{
  padding-top: 40px;
}*/
/*.contact-section .col-md-4{
  width: 100%;
}*/
#contact .btn.btn-default{
  background: #d40511;
    color: #fff;
    padding: 6px 15px;
}
.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
 
}
label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
.form-control{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
   /* margin-top: px;*/
}

.submit{
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff;

}

/*****************************Pressure-gauge****************************/
.Pressure-gauge{
margin-left: 50px;
    margin-right: 50px;
}
.Pressure-gauge h1{
  padding-top: 50px;
  padding-bottom: 20px;
  color: #0e62e0;
}
/*.Pressure-gauge img{
  width: 200px;
}*/
.Pressure-gauge .col-md-5{
  float: left;

}
.Pressure-gauge .col-md-7{
  float: left;

}
.Pressure-gauge p{

}
.ord-inr a {
    float: left;
    margin-top: 10px;
    margin-right: 105px;
    background-color: #0e62e0;
    color: #fff;
   
}
.ord-inr a:hover{
  background-color: blue;
  color: white;
}

.ord-inr {
    /*border-bottom: 1px solid #e2e1e1;*/
    overflow: hidden;
    padding: 22px 0;
    background-color: #d0e2f3;
   /* height: 220px;*/
}
.ord-inr p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.ord-inr  img {
    float: left;
    max-width: 160px;
    padding: 0 8px 0 0;
}




/***********************Pressure-gauge-detalis******************/
.Pressure-gauge-detalis {
    padding: 48px 100px;
    margin-bottom: -70px;
}
.Pressure-gauge-detalis-head h2 {
    margin-bottom: 15px;
    color: #0e62e0;
}
.order1 {
    padding-left: 0;
}
.Pressure-gauge-detalis .an-inst-inr img {
    float: left;
    width: 100%;
    width: 150px;
    padding: 52px 0px 0 0;
    margin-right: 20px;
}
.order .table-bordered, .order1 .table-bordered {
    border: 1px solid #fff;
    background: ;
}
.order table thead tr th, .order1 table thead tr th {
    background: #1784f5;
    color: #fff;
    text-align: center;
}
.table-responsive {
   
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
  }




/****************************mobile-top-header*************************/
.mobile-top .btn.btn-primary {
    background-color: #d40511;
    border-color: #d40511;
    border-radius: 0;
    width: 50%;
    float: right;margin-right:10px;
}
.mobile-top{border-bottom: 8px solid #d40511;}
.mobile-top #demo {
    padding: 11px;
    background: #d40511;
    color: #fff;
}
.mobile-top .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
   background-color: #d40511;
    border-color: #d40511;
    box-shadow: none;outline:none;
}
.mobile-top .btn-primary.focus, .btn-primary:focus{box-shadow: none;}
.mobile-top #demo ul li img {
    position: absolute;
    left: 0;
    width: 25px;
}
.mobile-top #demo ul li:first-child{padding-top:0;}
.mobile-top #demo ul li:last-child{border-bottom:none;padding-bottom: 0;}
.mobile-top #demo ul li {
    position: relative;
    padding: 15px 0 15px 35px;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    
}

  /*************************Pressure Instruments-Pressure Gauge****************/

  .Pressure-instruments{
    /*margin-left: 80px;
    margin-right: 80px;*/
  }
  .vrti {
    margin-bottom: 15px;
}
.vert-cont {
    background: #fff;
    padding: 5px 15px;
    min-height: 0px;
}
.img-hvr {
    position: relative;
    border: 1px solid #cf2c2d;
    margin-top: 15px;
}
.middle1 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.text {
    color: white;
    font-size: 16px;
    padding: 12px 23px;
}
    
.modal1-content {
    position: relative;
    color: #0e62e1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

}
.Standard-Pressure{
  padding-left: 18px;
    margin-top: -40px;
    padding-bottom: 21px;
}
.Standard-Pressure a.btn.btn-info.btn-lg {
    font-size: 12px;
    padding: 4px 4px 4px 4px;
}
.Standard-Pressure .btn-info {
    color: #fff;
    background-color: #cf2c2d;
    border-color: #cf2c2d;
}


/*********************************************Enquiry********************************************************/

.Enquiry{
  margin-top: 80px;
  width: 100%;
    float: left;
    padding: 0 15px

}
.Enquiry {
    background: url(../img/a.jpg) no-repeat;
    position: relative;
    height: 600px;
}
.Enquiry1 {
    /* background-color: #f4f4f4; */
    font-size: 2rem;
    border-width: 2px;
    border-color: #000;
    background-color: rgba(255, 255, 255, 0.81);
    width: 40%;
    position: absolute;
    height: 600px;
    padding-left: 31px;
     padding-right: 31px;
}
.Enquiry1-a h2 {
  padding: 20px 0px 0px 0px;
  text-align: center;
}


#Enquiry1-b label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: -15px;
    font-weight: bold;
    font-size: 20px;
}
#Enquiry1-b label {
    display: inline-block;
    /* margin-bottom: .5rem; */
    font-size: 20px;
}
.button-enquiry button.btn.btn-default {
    color: #fff;
    background-color: #0a52bf;
    border-color: #0a52bf;
}

/********************************************************about-us*********************************************/
.mobile-bgimg-1 img{
  width: 100%;
}
.mob-bgimg-1{
 padding: 30px 10px 30px 5px;
  text-align: center;
}
.mob-bgimg-1 .button-d{
  margin-left: 35%;
}
.mob-contact-a img{
width: 100%;
}
.mobile-contact-a{
padding: 0px 0px 17px 5px;
}
.mobile-contact-a p {
    position: relative;
    padding-left: 30px;
}
.mobile-contact-a p img {
    position: absolute;
    left: 0;
    top: 3px;
}
.mobile-contact-ab h5 {
   text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.mobile-contact-ab h6 {
    font-size: 16px;
  line-height: 25px;
}
.mobile-banner-ab h5{
 text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
}

/***********************************************************responsive start************************************8*/

/*  Large devices (desktops, 992px and up)*/
@media(min-width: 992px) and (max-width: 1199.98px)
 {
.mobile-logo {
   padding:0;
    margin-top: -15px;
    margin-bottom: 15px;
}
.service{
    padding: 63px 30px;
}
 .Feedback-form{
    
    margin-left: -4px;
    margin-right: -8px;
}
.feedback h1 {
    padding-left: 0px;
}
.feedback .feedback-text {
    padding-left: 0px;
}
/*.banner1 h2{
padding: 30% 0% 0% 0%;
}*/
#Standard-text-size{
  font-size: 37px;
}
#Standard-text{
  font-size: 28px;
}
.Pressure-gauge p {
    text-align: center;
}
.Pressure-gauge .ord-inr {
    margin-bottom: 30px;
}
.Pressure-gauge .modal-text{
  text-align: center;
  font-weight: normal;
}
.ord-inr img {
    max-width: 141px;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 8px;
}
.first-column {
    width: 46%;
}
.contact1 {
    width: 41%;
}
div#navbarNavDropdown {
  margin-left: 52px;
}
.bgimg-1 {
    margin-bottom: 28px;
}
.button1 {
    font-size: 15px;
}
.contact2 {
    width: 37%;
    left: 486px;
    height: 469px;
    padding-left: 11px;
}
.contact1 p {
    font-size: 13px;
    position: relative;
    padding: 11px 0px 0px 33px;
}
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px)
{

.banner-a.carousel-control-prev1,
 .banner-a.carousel-control-next1
{
  padding-top: 25px !important;
}
.first-column, .contact1{
  width: 53%;
}
.button-d a{
  color: #fff;
}
.footer{
  padding: 73px 0px 46px;
}
   .ftr-social li {
    font-size: 10px;
    position: relative;
    padding-left: 19px;
    padding-bottom: 15px;
}
    .ftr-social li img{
      position: absolute;left: 0;top: 1px;
    }
    .Quick-link {
    color: #7c7b7b;
    font-size: 9px;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
.footer3 h5{
  font-size: 17px;
}
.button1{
  padding: 0 5px;
  font-size: 13px
}
.nav-item.active{
  width: 30px;
  margin-top:0;
}
.navbar-light .navbar-nav .nav-link{  
  font-size: 10px;
}
nav.navbar.navbar-expand-md.navbar-light{
  margin-left: 0;
}
.manu1 {
    margin-top: 18px;
}
.manu2{
  padding: 0;
}
.manu1 img{
  width: 79px;
}
.manu{
  padding: 10px;
}
.mobile-logo {
   padding:0;
    margin-top: -15px;
    margin-bottom: 15px;
}
.service {
    padding: 63px 30px;
}
.mobile-about-us{
  padding-top: 30px;
  text-align: center;
}

.banner1 h2{
  padding-top: 140px;
  padding-left: 40%;
}
.banner1 h2{
 
padding: 30% 0% 0% 0%;
}
 .Feedback-form {
    
    margin-left: -4px;
    margin-right: -8px;
}
.feedback h1 {
    padding-left: 0px;
}
.feedback .feedback-text {
    padding-left: 0px;
}
#Standard-text-size{
  font-size: 36px;
}
#Standard-text{
  font-size: 24px;
}
.Pressure-gauge p {
    text-align: center;
}
.Pressure-gauge .ord-inr {
    margin-bottom: 30px;
}
.Pressure-gauge .ord-inr img {
   
    margin-left: 105px;
}
.Pressure-gauge .btn-primary {
    margin-left: 138px;
}
.Pressure-gauge .modal-text{
  text-align: center;
    font-weight: normal;
}
header
{
  padding: 0 17px;
}
.footer3 p {
    padding: 1px 4px 0px 25px;
    font-size: 10px;
}
.contact1 h5 {
    font-size: 27px;
    padding: 109px 64px 3px 0px;
    font-weight: 600;
}
.contact1 h6 {
    font-size: 12px;
    padding: 0px 16px 0px 0px;
    line-height: 25px;
}
.contact1 p {
    font-size: 11px;
    position: relative;
    padding: 9px 52px 0px 31px;
}
.first-column, .contact1 {
    width: 52%;
}
.contact2 h5 {
    font-size: 21px;
    padding: 112px 70px 2px 0px;
    font-weight: 600;
}
.contact2 p {
    font-size: 13px;
    position: relative;
    padding: 18px 13px 0px 33px;
}
.first-column p {
    margin-top: -7px;
    font-size: 15px;
    padding: 0px 16px 0px 46px;
    text-align: justify;
}
.first-column h1 {
    font-size: 30px;
    margin-top: 110px;
    font-weight: 600;
}
.contact2 {
    left: 399px;
    height: 469px;
    padding-left: 20px;
}
.contact-a {
   
    margin-top: -135px;
}
.bgimg-1 {
    margin-top: -68px;
}
nav.navbar.navbar-expand-md.navbar-light {
    margin-left: -44px;
}
.service {
    padding: 63px 30px;
}
.mobile-about-us{
  padding-top: 30px;
  text-align: center;
}
.mobile-about-us h2{
border-bottom: 2px solid black;
padding: 5px;
}

 .mobile-menu .mobile-logo img 
 {
    margin: 32px 0px -19px 19px;
    width: 90px !important;

}

.mobile-nav {
    text-align: right;
    margin-top: -52px;
    margin-bottom: 33px;
}
.mobile-nav button.ma5menu__toggle img
 {
    width: 100px;
}
.check-genuinty-from {
    
    margin-left:32px;
}
.Feedback-form {
    margin-left: 13px;
    margin-right: 7px;
}
 .Feedback-form {
    
    margin-left: -4px;
    margin-right: -8px;
}
.feedback h1 {
    padding-left: 0px;
}
.feedback .feedback-text {
    padding-left: 0px;
}
.banner1 h2{
 
padding: 13% 0% 0% 0%;
}
.an-inst-inr p {
    line-height: 20px;
    font-size: 13px;
}
#Standard-text-size{
  font-size: 33px;
}
#Standard-text{
  font-size: 20px;
}
.Pressure-gauge p {
    text-align: center;
}
.Pressure-gauge .ord-inr {
    margin-bottom: 30px;
}
.Pressure-gauge .ord-inr img {
    margin-left: -21px;
}
.Pressure-gauge .btn-primary {
    margin-left: 14px;
}
.Pressure-gauge .modal-text{
  text-align: center;
    font-weight: normal;
}
.ord-inr p {
    font-size: 14px;
}
.button-1 {
  
    margin-left: 30px;
}
.an-inst-inr img {
    float: left;
    width: 100%;
    padding: 52px 0px 0 0;
    margin-right: 20px;
    height: 468px;
}
.ord-inr img {
    float: left;
    max-width: 128px;
    padding: 0 8px 0 0;
}
.box {
    padding: 42px 37px 34px 33px;
}
.our-project h5 {
    font-size: 26px;
    color: #ff0000;
}
.our-project p {
    font-size: 13px;
}

}


@media (min-width:360px) and (max-width:575.98px){
.mobile-top .btn.btn-primary{width: 52%;}
.service {
    padding: 63px 30px;
}
.mobile-logo {
    padding:0;
    margin-top: -0px;
    margin-bottom: 20px;
}
.mobile-about-us{
  padding-top: 30px;
  text-align: center;
}
.mobile-about-us h2{
border-bottom: 2px solid black;
padding: 5px;
}

.banner1 h2{
 
padding: 28% 0% 0% 0%;
}
.check-genuinty2{
  padding-left: 10px;
}

.mobile-menu .mobile-logo img
{
  width:70px !important;
}

.mobile-nav{
  text-align: right;
  margin-top: -55px;
  margin-bottom: 15px;
}
.mobile-nav button.ma5menu__toggle img
 {
    width: 100px;
}
.check-genuinty-from {
    
    margin-left:32px;
}

.Feedback-form .btn .btn-primary{
    margin: 20px 0px 50px 90px;
}
.address {
  
    padding: 0 0px;
  }
  .Feedback-form {
    
    margin-left: -4px;
    margin-right: -8px;
}
.feedback h1 {
    padding-left: 0px;
}
.feedback .feedback-text {
    padding-left: 0px;
}
#Standard-text-size{
  font-size: 30px;
}
#Standard-text{
  font-size: 17px;
}
.Pressure-gauge {
    margin-left: 5px;
    margin-right: 5px;
}
.Pressure-gauge p {
    text-align: center;
}
.Pressure-gauge .ord-inr {
    margin-bottom: 30px;
}
.Pressure-gauge .ord-inr img {
   
    margin-left: 85px;
}
.Pressure-gauge .btn-primary {
    margin-left: 118px;
}
.Pressure-gauge .modal-text{
  text-align: center;
    font-weight: normal;
}
#Pressure-center{
  margin-top: -30px;
}
.service1{margin-bottom: 20px;}
.mobile-bgimg-1 {
    padding: 0 17px;
}
.mobile-contact-a {
    padding: 0px 17px 17px;
}
.mob-contact-a img {
    width: 100%;
    padding: 0 6px;
}
.mobile-banner-a{text-align: center;}
.mobile-banner-a img{padding-left: 0 !important; margin: 0 auto;}
.bgimg-2{    padding: 10px 13px 0px;text-align: center;}

.box {
    padding: 0;
    margin-bottom: 50px;
}
.an-inst-inr p {
    
    margin-right: -39px;
    margin-left: -13px;
    margin-bottom: 17px;
   
}
.an-inst-inr img {
    margin-right: 20px;
    /* height: 378px; */
    margin-left: -13px;
    max-width: 288px;
}
.contact-img {
    padding-right: 2px;
    padding-left: 41px;
}
.footer{    padding: 22px 27px 46px;}
.footer .container-fluid{padding: 0 10px;}
.footer-stipe{padding: 39px 17px 23px;text-align: center;}
.social{float: none;margin-top: 20px;}


}
/****************************************************************/