@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');
@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
@import url('https://fonts.googleapis.com/css?family=Roboto');

header{
    padding: 10px 0;
    border-top: 5px solid #d02828;
}


header .header-name h1{
    font-family: 'Oleo Script', cursive;
    font-weight: 700;
    font-size: 40px;
    color: #d02828;
    margin-bottom: 0;
    margin-top: 10px;
}

header .logo{
    padding-top: 15px;
}

header .header-name h1 span{
  color: #191414;

}


header .header-name p{
  
   margin: 0;
text-align: center;
width: 50%;

}


.logo_right_icon
{
  margin-top: 9px;
}
.logo_right_button
{
  margin-top: 9px;
}
.logo_right_icon_heading
{
font-family: 'PT Sans', sans-serif;
 font-size: 16px;
 font-weight: bold;

}
.logo_right_icon_heading i
{
  color: #d02828;
  font-size: 20px;
 font-weight: bold; 
 margin-right: 5px;
}
.logo_right_icon_dtl
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  
}
.logo_right_icon_dtl a
{
font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
}

.logo_right_icon_dtl a:hover {
text-decoration: none;
color: #d02828;
}

.logo_right_button .btn-default
{
border-radius: 0;
font-size: 14px;
font-weight: 900;
letter-spacing: 0.5px;
text-align: center;
color: #fff;
border: none;
border-radius: 4px;
padding: 10px;
text-transform: uppercase;
background-color: #d02828;
float: right;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
font-family: 'PT Sans', sans-serif;
}

.logo_right_button .btn-default:hover{
background:#333; 
}

.mail-item{
    margin-left: -14px;
    margin-top: 26px;
}

.mail-item span{
    float: left;
font-size: 27px;
border: 1px dashed #634796;
border-radius: 40px;
padding: 8px 10px 8px 5px;
margin-right: 6px;
animation: ease-in-out;
transition: 0.5s;
}
.navigation{
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 999999;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #d02828;
}

.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
     min-height: 45px;
}

.navbar-inverse {
    border:none;
    background: none;
}

.navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 12px;
    border-top: 1px solid #fff;
    font-size: 14px;
font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  border-top: 1px solid #d02828;
color: #d02828;
}

.dropdown-menu > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #333;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: -1px;
}

.dropdown-submenu {
    position: relative;
    left: 0;
    top: 0;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
border-top: 1px solid #d02828;
color: #d02828;
background: none;
font-family: 'Roboto', sans-serif;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d02828;
}

.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: 60px 0;
}

.image-box figure {
    margin: 0;
}

.image-box figure img {
    width: 100%;
}

.box-in .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.box-in .lower-content {
    position: relative;
}


.box-in .lower-content .outer-link {
    position: relative;
    margin-top: -25px;
}

.box-in .lower-content .outer-link .service-title {
    position: relative;
    display: inline-block;
    padding: 13px 15px 13px 60px;
    line-height: 24px;
    color: #ffffff;
    background: #d02828;
    font-weight: 600;
    font-size: 20px;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.box-in .lower-content .service-title span {
    color: rgb(255, 137, 137);
    font-size: 20px;
    position: absolute;
    left: 28px;
    top: 12px;
    padding: 0px;
}

.box-in .lower-content .outer-link .service-title {
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

.box-in .lower-content .service-title::after {
    position: absolute;
    content: '';
    right: -21px;
    top: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 22px solid #d02828;
    border-bottom: 21px solid transparent;
}

.box-in .lower-content .text {
 position: relative;
margin: 20px 0px 15px 0px;
font-size: 15px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}

.box-in .lower-content .link-box a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
   font-family: 'Open Sans', sans-serif;

}

.box-in:hover .lower-content .service-title {
    background-color: #333;
    color: #fff;
}

.box-in:hover .lower-content .service-title span {
    color: #fff;
}

.box-in:hover .lower-content .service-title::after {
    border-left: 22px solid #333;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

.box-in .lower-content .outer-link a:hover{
   text-decoration: none;
}

.box-in .lower-content .link-box a:hover {
 text-decoration: none;
}

.sec-2{
  background: rgb(239, 239, 239);
padding: 50px 0;
text-align: center;
}

.sec-2 h1{
  font-family: 'Oleo Script', cursive;
  margin-top: 0px;
  margin-bottom: 20px;
}



.sec-2 h1::after{
content: "";
position: absolute;
background: #d02828;
height: 1px;
left: 45%;
top: 20%;
width: 70px;
}

.sec-2 h1::before{
content: "";
position: absolute;
background: #333;
height: 1px;
left: 47%;
top: 22%;
width: 70px; 
}

.sec-2 h1 span{
  color: #d02828;
  }

  .sec-2 p{
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .sec-2 a{
background: #333;
  font-family: 'Open Sans', sans-serif;
padding: 12px 15px;
border-radius: 30px;
transition: .4s;
color: #fff;
  }

    .sec-2 a:hover{
background:#d02828; 
text-decoration: none;
    }

    .sec-3{

  background: url(../images/sec-3-bg.jpg);
  background-repeat: repeat;
background-size: cover;
background-attachment: scroll;
background-position: 50% 100%;
position: relative;
}

.sec-3 .bg-sec-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(208, 40, 40, 0.89);
}

.sec-3 .single-our-feature {
    text-align: center;
    color: #fff;
    padding: 100px 0;
    position: relative;
    transition: all 0.5s ease;
}

.sec-3 .single-our-feature:hover .overlay {
    opacity: 1;
    background: url(../images/single-featured-bg.jpg);
}

.sec-3 .overlay::before {
    background: rgba(62, 62, 62, 0.9);
}

.sec-3 .single-our-feature .overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all 0.5s ease;
}

.sec-3  .single-our-feature .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    transition: all 0.5s ease;
    opacity: 0;
    border-bottom: 3px solid #d02828;
    overflow-y: hidden;
}

.sec-3 .single-our-feature .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.sec-3 .single-our-feature .overlay .box .box-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.sec-3 .single-our-feature .overlay .box .box-content a {
    color: #fff;
    text-transform: uppercase;
    background: #d02828;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    padding: 0 55px;
    position: relative;
    top: 3px;
    transform: translate3d(0,45px,0);
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
}

.sec-3 .single-our-feature .overlay .box .box-content a:hover {
  text-decoration: none;
  }

.sec-3 .single-our-feature:hover .overlay .box .box-content a {
    transform: translate3d(0,0px,0);
}

.sec-3 .single-our-feature .overlay .box .box-content a::before {
    left: -17px;
    transform: skew(-37deg);
}

.sec-3 .single-our-feature .overlay .box .box-content a::before, .sec-3 .single-our-feature .overlay .box .box-content a::after {
    content: '';
    background: #d02828;
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    transition: all 0.5s ease;
}

.sec-3 .single-our-feature .icon-box {
    width: 98px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 98px;
    line-height: 98px;
    margin-bottom: 36px;
    transform: translate3d(0,0,0);
    transition: all 0.5s ease;
}

.sec-3 .single-our-feature .icon-box i {
 font-size: 40px;
display: block;

position: absolute;
top: 31px;
left: 25px;
}

.sec-3 .single-our-feature .icon-box .icon-position {
  left: 30px !important;
}

.sec-3 .single-our-feature .icon-box .icon-position2 {
  left: 33px !important;
}

.sec-3 .single-our-feature h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
   font-family: 'PT Sans', sans-serif;
}

.sec-3 .single-our-feature h3, .sec-3 .single-our-feature p {
   
    position: relative;
    transform: translate3d(0,0,0);
    transition: all 0.5s ease;
}

.sec-3 .single-our-feature:hover h3, .sec-3 .single-our-feature:hover p {
    transform: translate3d(0,-20px,0);
    transition: all 0.5s ease;
}

.sec-3 .single-our-feature:hover .icon-box {
    transform: translate3d(0,-20px,0);
}

.sec-3 .single-our-feature .overlay .box .box-content a::after {
    right: -17px;
    transform: skew(37deg);
}

.sec-3 .single-our-feature p {
    font-size: 16px;
    color: #c8c8c8;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}


.sec-4{
padding: 50px 0;
}

.sec-4 .feature h1{
font-family: 'PT Sans', sans-serif;
color: #d02828;
font-size: 24px;
font-weight: 600;
margin-top: 0px;
}

.sec-4 .feature h1::after{
content: "";
position: absolute;
background: #333;
height: 4px;
left: 16px;
top: 35px;
width: 70px;
}

.sec-4 .feature h1::before{
content: "";
position: absolute;
background: #d02828;
height: 1px;
left: 16px;
top: 37px;
width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
 padding: 8px 12px;
background: #e6e6e6;
border-radius: 4px;
color: #000;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
right: 7px;
top: -43px;
position: absolute;
padding: 10px 12px;
background: #d02828;
opacity: 1;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
right: -34px;
top: -43px;
position: absolute;
padding: 10px 12px;
background: #d02828;
opacity: 1;
}

.owl-pagination{
  display: none;
 }


.owl-carousel .item{
  text-align: center;
margin: 2px 10px;
}



.owl-carousel .item img{
    display: inline-block;
    transition: all 300ms ease;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
width: 100%;
}

.owl-carousel .item p{
  background:#333;
  color: #fff; 
      font-family: 'Open Sans', sans-serif;
      padding: 5px 0px;
      transition: all 0.5s ease 0s;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    margin-top: 15px;
}


.overlay-style-one {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
height: 201px;
left: 10px;
top: 0;
width: 93%;;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .content a, a:hover, a:active, a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.overlay-style-one .box .content a i {
    opacity: 1;
   
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 40px;
    transition: all 500ms ease;
    background: #d02828;
    color: #fff;
}

.overlay-style-one .box .content a i:hover 
{
background:#333;
}

.owl-carousel .item:hover .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.owl-carousel .item:hover p{
  background:#d02828;
}


.about-banner{
    background-image: url(../images/about-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.about-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(208, 40, 40, 0.70);
}


.product-banner{
      background-image: url(../images/product-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.product-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(208, 40, 40, 0.70);
}

.infra-banner{
      background-image: url(../images/infrastructurte-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.infra-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(208, 40, 40, 0.70);
}

.quality-assurance-banner{
      background-image: url(../images/quality-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.quality-assurance-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(208, 40, 40, 0.70);
}

.enquiry-banner{
      background-image: url(../images/enquiry-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.enquiry-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(208, 40, 40, 0.70);
}

.contact-banner{
      background-image: url(../images/contact-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.contact-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(208, 40, 40, 0.70);
}






.banner-title h1{
    font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color: #fff;
position: relative;
text-align: center;
font-weight: 600;
font-size: 30px;
}


.main-bar{
    position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding: 12px 0px;
background-color: rgba(208, 40, 40, 0.85);
}

.main-bar .bread-crumb{
    padding-left: 0;
list-style: none;
font-family: 'Open Sans', sans-serif;
}

.main-bar li{
    float: left;
    padding-right: 6px;
color:rgb(198, 198, 198);
}

.main-bar li a{
font-size: 14px;
color: #fff;
}

.matter{
    padding: 30px 0;
}

.matter h1{
    font-size: 25px;
text-transform: uppercase;
font-weight: 600;
color: #333;
font-family: 'Roboto', sans-serif;
margin-bottom: 18px;
    }

.matter h4{
        font-family: 'Open Sans', sans-serif;
    color: #d02828;
    font-weight: 600;
    margin: 25px 0 20px 0px;
}

    .matter h1::after{
content: "";
position: absolute;
background: #d02828;
height: 3px;
left: 14px;
top: 52px;
width: 40px;
    }

.matter p{
font-family: 'Open Sans', sans-serif;
line-height: 28px;
font-size: 14px;
    }

.side-products h2{
font-family: 'Roboto', sans-serif;
background: #d02828;
color: #fff;
font-size: 25px;
padding: 6px 8px;
border-left: 4px solid #333;
letter-spacing: 1px;
}

.side-products ul{
padding-left: 0px;
list-style: none;
border-bottom: 1px solid #ccc;
}
.side-products ul li{
    border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.side-products ul li i {
padding-right: 4px;
color: #d02828;
transition-duration: 0.3s;
}

.side-products ul li a:hover i{
    color: #fff;
}

.side-products ul li a {
    font-size: 15px;
    display: block;
    color: #333;
    padding: 10px 12px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: 'Open Sans', sans-serif;
}

.side-products ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.side-products ul li a:hover {
    color: #fff;
    background-color: #333;
}

.side-products ul li a:hover::before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.owner-pic{
    border: 1px solid #d1d1d1;
    padding: 4px;
    border-radius: 8px;
    display: block;
position: relative;
overflow: hidden;
}

.owner-pic img{
    width: 100%;
    transition: .9s;
}

.owner-pic img:hover{
-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;
}

.c-pic{
    padding-left: 0px;
}

.pro-box{
box-shadow: 0 0px 1px rgb(159, 159, 159);
padding: 7px;
border-bottom: 2px solid #d1d1d1;
  overflow: hidden;
  position: relative;
  transition: .4s;
  margin-bottom: 25px;
  height: 235px;
}

.pro-border:hover .pro-box{
    border-bottom: 2px solid #333;
}

.pro-box img {
    width: 100%;
    transition: all 0.9s ease 0s;
}

.pro-box:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.pro-box:hover p{
color: #d02828;
}



.pro-box p{
    line-height: 20px;
text-align: center;
font-weight: 600;
font-size: 13px;
margin: 0;
  transition: .4s;
  position: relative;
  overflow: hidden;
  color: #333;
  padding: 15px 0 0;
}

.pro-detail{
border-bottom: 1px solid #d1d1d1;
margin-bottom: 20px;
}

.pro-detail h2{
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: #d02828;
}

.pro-detail h3{
    color: #333;
font-family: 'Roboto', sans-serif;
font-size: 20px;
margin-top: 0px;
}

.product-specf-table table {
   
    text-align: center;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 10px;
}

.product-specf-table table tr:nth-child(2n+1) {
    background: #FFF;
}

.product-specf-table table tr td {
    border:1px solid #eaeaea;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.product-specf-table table tr th {
    text-align: center;
      border:1px solid #fff;
       padding: 8px;
       background: #d02828;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}

.product-specf-table table tr:nth-child(2n) {
    background: #f0f0f0;
}

.product-specf-table h2
{
color: #333;
font-family: 'Roboto', sans-serif;
font-size: 20px;  
margin-top: 0px;
}


.single-pro {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    padding: 5px;
}

.single-pro .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.single-pro .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.single-pro img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}

.single-pro .thumb:hover img {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}
.form .table tr th,td{
    border: none;
}

.form .table tr td{
    border: none;
}
.enquiry-btn
{
   background-color: #d02828;
border-color: #d02828;
color: #fff;
border-radius: 0px;
font-size: 16px;
transition: .4s;
}

.enq-table{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}


.enq-table .btn:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
    border-color:#333; 
}

.conttable tr td span{
    color: #d02828;
padding-right: 15px;
}

.conttable tr td{
    line-height: 40px;
}

.conttable tr td a{
   color: #333;
   transition: .4s;
}

.conttable tr td a:hover{
color: #d02828;
}

.conttable tr td p{
margin: 0;
}

footer{

    padding: 50px 0px;
    background: #333;
   
}


footer h2{
    font-family: 'PT Sans', sans-serif;
color: #fff;
margin-bottom: 25px;
}

footer h2::after{
    position: absolute;
content: '';
left: 15px;
width: 55px;
height: 2px;
background-color: #b9b9b9;
top: 60px;
}

footer ul{
    padding-left: 0;
list-style: none;
}

footer ul li{
  line-height: 25px;
  font-size: 15px;
}


footer ul li a{
font-family: 'Open Sans', sans-serif;
color: #a5a5a5;
text-decoration: none;
transition: .4s;
}

footer ul li a:hover{
    color: #d02828;
text-decoration: none;
}

footer p{
font-family: 'Open Sans', sans-serif;
color: #a5a5a5;
line-height: 25px;
 font-size: 15px;

}


