@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
}
ul, li {
	padding: 0px;
    margin: 0px;
    list-style: unset;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6{
	/*font-family: 'Oswald', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
.mB20{
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.mB10{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}   
.active{
    background-color: ;
}
.menuzord-menu>li{
    position: relative;
    transition: ease 0.5s;
}
.menuzord-menu>li:hover>a{
	display:block;
      transition:ease 1s;
}
.menuzord-menu>li:hover:after{
content:'';
    height:2px;
    background:red;
    width: 100%;
    display: inline-block;
position:absolute;
top:55px;
}
.red{
    width: 100%;
    padding: 0 8%;
    box-shadow: 0px 1px 2px 0px #eaeaea;
	z-index:999;
}
.menuzord-menu li a{
	font-family: 'Roboto', sans-serif;
}
.slider{
	width:100%;
}
.slider img{
	width:100%;
}
.welcame{
	text-align:center;
	margin-top:59px;
}
.welcame h3{
	font-family: 'Oswald', sans-serif;
        font-size: 30px;
	}
.welcame p{
	font-family: 'Roboto', sans-serif;
}
.welcame a{
	text-decoration: none;
    border: 1px solid #98001e;
    padding: 5px 15px;
    border-radius: 3px;
    color: #98001e;
	margin-top: 16px;
    display: inline-block;
}
.border_st{
	width: 6px;
	position:relative;
	display:inline-block;
    border-left: 1px solid red;
    border-right: 1px solid red;
    height: 15px;
    padding: 4px 0px;
    margin-bottom: 19px;
}
.border_st:before{
	content: '';
    position: absolute;
    width: 54px;
    border-bottom: 1px solid red;
	/*height: 3px; border-top: 3px solid #cccccc; border-bottom: 1px solid #cccccc;*/
    top: 7px;
    left: 4px;
}
.border_st:after {
    content: '';
    position: absolute;
    width: 54px;
    border-bottom: 1px solid red;
    top: 7px;
    right: 4px;
}
.borderst{width:100%; text-align:center;}
.product{
	margin-top: 4px;
    padding-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 21px;
    background-color: #fff;
}
.productlist{
	width:100%;
}
.productlist ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.productlist ul li{
	width:33.3%;
	float:left;
}
.productlist h3{
	margin: 0px 0px 9px;
    text-align: center;
}
.service{
  
    margin-bottom: 17px;
          min-height: 577px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-bottom: 3px solid #00a0e3;
    border-right: 1px solid #dadada;

}
.service h4{
	text-align:center;
}/*
.service h4:after{
    content: '';
    height: 2px;
    background-color: red;
    width: 17px;
    display: block;
    margin: 10px auto;
    padding-top: 0px;

}*/
/*colorful contact button section*/
.text-center-product:nth-child(2){
    margin:0px 20px;
}
.wrapper_text
{
    text-align: center;
    margin-top: 37px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.sep
{
    height: 2px;
    background-color: red;
    width: 27px;
    text-align: center;
    margin: 0 auto;
}

.service p{
    text-align: justify;
    padding: 10px;
    font-weight: 400;
}
.service img{
	width:100%!important;
}
.service:hover .sep
{
	background-color: #00aff0;
}/*
.service:hover  h4
{
	font-size: 20px;
}*/
.clickable-product
{
	color:#5c6367;

}
.clickable-product:hover
{
	text-decoration: none;
}
.productlight{
	width: 100%;
    margin: 0px 0px 32px;
    padding: 11px 0px;
}
.productrange{
	width:100%;
}
.productrange ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.productrange ul li{
	width: 20%;
    float: left;
	border: 1px solid #ececec;
}
.productrange ul li img{
	width:100%;
}
.productimg{
	position:relative;
}
.producthover{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	visibility:hidden;
}
.productname{
	position: absolute;
    top: 38%;
	width:100%;
	text-align:center;
	z-index:999;
}
.productname i{
	background: #000b63;
    padding: 6px;
    font-size: 24px;
    color: #FFF;
}
.producthed{
	width:100%;
	position:absolute;
	bottom:10%;
}
.producthed h3{
	text-align:center;
	color: #c3c3c3;
}
.productimg:hover .producthover{
	visibility:visible;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	transition:background 2s;
	
}
.producthover:after {
    position: absolute;
    width: 80%;
    height: 80%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.producthover:after {
    top: 10%;
    left: 10%;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
.productimg:hover .producthover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    padding:14px;
    
}

.fa-twitter {
  background: #55ACEE;
  color: white;
  padding:14px;
}

.fa-instagram {
  background: #125688;
  color: white;
  padding:14px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  padding:14px;
}*/

.footersec{
	width: 100%;
    background: #f9ecdf;
    padding: 40px 0;
}
.footerhed{
	width:100%;
}
.footerhed h3{
	margin: 0px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbdbd;
}
.footerhed > h3 > span{
	border-bottom: 1px solid #000;
}
.footerlinks{
	margin: 0px;
    padding: 0px;
    list-style: none;
}
.footerlinks li{
	margin-bottom: 4px;
    width: 100%;
}
.footerlinks li i{
	padding-right: 3px;
}
.footerlinks li span{
}
.footerlinks li span a{
	color:#000;
}
.footeraddress{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.footeraddress li{
	color: #292927;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 2px;
}
.footeraddress li i{
	width: 30px;
    height: 30px;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #292927;
}
.footeraddress li span{
	width: 76%;
    float: left;
    font-family: 'Roboto', sans-serif;
    line-height: 19px;
    font-size: 13px;
}
hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #dedede;
}
.copyright{
	font-family: 'Oswald', sans-serif;
}
.copyright a{
	color:#000;
}
@media only screen and (max-width: 768px) {
	.productlist ul li{
		width:50%;
		padding:6px;
	}
.functionalities li {
    list-style: none;
    text-align: center;
    margin: 60px 0px;
}
#toTop {
    padding: 6px 16px;
    background: #ff2020;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 41px;
    border-radius: 50%;
    display: none;
}

	.service{
		width:100%;
		margin-bottom:0px;
	}
	.productrange ul li{
		width: 50%;
	}
	.slider{
		margin-top:5px;
		    padding-top: 17%;
	}
	.red
	{
		    background-color: #fff!important;
	}
	
}
@media only screen and (max-width: 480px) {
	.productlist ul li{
		width:100%;
	}
    .banner-page{
        margin: -79px 20px;
    }
    .product-left-sidebar {
    background-color: #eeeeee;
    padding: 1px 2px;
    min-height: 174px;
    border: 1px dotted;
    margin-top: 20px;
    margin-bottom: 10p;
    margin-bottom: 15px;
}
    #finol {
    display: inline-block;
    margin: 0 auto;
    margin-top: 102px;
    margin-left: 33%!important;
}
    .catalog {
    padding: 17px 150px!important;
    margin: 3px -55px!important;
}
.finolex-heading h3 {
    padding: 20px;
    margin-top: 95px;
}
.poly-main-product-pg{
    margin-top: 40px;
}
.cantant
{
    background-color: #eee;
    padding: 10px 5px 25px;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 24px;
}

.functionalities
{

    clear: both;
    margin: -18px -38px;
    /* top: 79px; */
    position: relative;
}
.breadcrumb
{

    display: inline-block!important;
        list-style: none;

    font-size: 14px!important;
    padding: 153px 1px!important;
    background-color: #ad353505!important;
    border-radius: 4px!important;
    margin: -192px 52px!important;
    border: 1px solid rgba(0,0,0,0.15)!important;
    /* color: #fff; */
    
    font-weight: bold!important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
	.productrange ul li{
		width: 99%;
		margin:10px 5px;
	}
}
.sponsors-style-one li{
	text-align:center;	
}
.sponsors-style-one li img{
	display:inline-block !important;
	width:auto !important;
	max-width:99% !important;
	background:#FFF;
}
.sponsors-style-one .owl-controls{
	margin:0px !important;	
}
.sponsors-style-one .owl-theme .owl-controls .owl-dots{
	display:none !important;	
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav{
	margin:0px ;
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
	position:absolute;
	left:-40px;
	top:50%;
	display:inline-block;
	margin:-21px 0px 0px 0px ;
	width:42px ;
	height:42px ;
	padding:0px ;
	/*border:1px solid #ebebeb ;*/
	font-size:20px ;
	line-height:40px ;
	text-align:center ;
	border-radius:0px;
	background:none ;
	color:#222222;	
}
.menuzord{
	background: transparent;
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"]{
	position:absolute;
	right:-40px;
	top:50%;
	display:inline-block;
	margin:-21px 0px 0px 0px ;
	width:42px ;
	height:42px ;
	padding:0px ;
	/*border:1px solid #ebebeb ;*/
	font-size:20px ;
	line-height:40px ;
	text-align:center ;
	border-radius:0px ;
	background:none ;
	color:#222222;
}
.sponsors-style-one .owl-controls .owl-nav .owl-prev:hover,
.sponsors-style-one .owl-controls .owl-nav .owl-next:hover{
	background:#2196F3 !important;
	/*border-color:#2196F3;*/
	color:#ffffff !important;	
}
@media only screen and (max-width: 599px){
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"] { left:-5px;}
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"] { right:-5px;}
}
@media only screen and (max-width: 499px) {
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"] { left:-10px;}
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"] { right:-10px;}
}


.menuzord-brand img
{
	width:308px;
}

 
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
#about_name
{
	color:red;
}
#about_name2
{
        color: #049de7;
    text-align: left;
}
/*footer css*/
.footer-top {
    padding: 6px 0;
    background: #333;
    text-align: left;
    color: #aaa;
}
.footer-bottom {
    padding: 7px 0 3px 0;
    background: #444;
    text-align: left;
    color: #aaa;
}
.footer-copyright {
    padding-top: 5px;
}
.footer-social a {
    margin-left: 20px;
    color: #777;
    border: 0;
}
.footer-social i {
    font-size: 24px;
    vertical-align: middle;
}
.footer-top h3 {
    padding-bottom: 10px;
    color: #fff;
}
.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #b9b3b3;
}
.underliine {
    border-bottom: 2px solid #fff;
    display: inline-block;
    color: ;
}
.footerrlink p>a {
    color: #AAAAAA;
    font-family: 'Roboto';
}
.footer-copright{
    text-align: center;
}
.mmark > i
{
    border: 1px solid #b9b3b3;
    padding: 5px;
    min-width: 35px;
    text-align: center;
}
.logo-footer
{
	
    margin-top: 29px;
    width: 237px;
    padding-bottom: 20px;
}
/*Why choose section css*/
.logo {
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    position: relative;
    transition: all 0.5s ease-in;
}

.logoimg img
{
         margin: 0 auto;
    display: block;
    padding: 20px;
}
.logoimg img{
   transition: all 0.5s ease-in;
}
.logoimg p
{
    text-align: center;
    padding: 20px;
}
.logo
{    min-height: 280px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    position: relative;
    transition: all 0.5s ease-in;
}
.logo:hover
{
    border-radius:10px;
}
.sep
{
    height:2px;
    background-color: orange;
    width:20%;
    display: block;
    margin:0 auto;
    transition: all 0.5s ease-in;
}
.mb30 {
    margin-bottom: 51px;
}
.logo:hover .sep
{
    background-color:blue;
    width:30%;
}
.logo:hover .logoimg img
{
     transform: rotate(360deg);
}
.contact_wrapper
{
	background: #00a0e3;
	height: 100px;
}
.button a{
    color:#fff;
}
            .button {
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 2px 47px;
    border: 1px solid #ffffff42;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
      background-color: #f30f24;;
    /* border: none; */
    border-radius: 15px;
    box-shadow: 0 6px #999;
            }

            .button:hover {background-color: transparent;}

            .button:active {
              background-color: red;
              box-shadow: 0 5px #666;
              transform: translateY(4px);
            }

#toTop {
    padding: 6px 16px;
    background: #ff2020;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    border-radius: 50%;
    display: none;
}
#home-abt-para
{

    padding: 3px;
    text-align: justify;
    /* float: right; */
    font-size: 16px;
        margin-top: 20px;
}
/*breadscrumb code*/
body{

}

/* ----------------------------------
-----functionalities breadcrumb------/*
----------------------------------- */

.functionalities{
    clear: both;
    
    
}
.functionalities li{
    list-style: none;
    float: left;
    
}
.funcionalidades.container {
    width: 90%;
    margin: auto;
}
.functionalities ul.breadcrumb{
    /* background-color: #ee6e73; */
    padding: 0 1.5em;
    clear: both;
    height: 40px;
}
.functionalities ul.breadcrumb li{  
    background-color: #ee6e73;
    border-right: 3px solid #fff;
    transform: skewX(-25deg);
    height: 40px;
    padding: 0 46px;
    position: relative;
    top: 55px;
    line-height: 41px;


}
.functionalities ul.breadcrumb li:first-child {
    display: none;
}
.functionalities ul.breadcrumb li:nth-child(2) {
    border-left: 3px solid #fff;
}
.functionalities ul.breadcrumb li:last-child {
    border-right: none;
}
.functionalities ul.breadcrumb li a{    
    color: #fff;
    transform: skewX(25deg);
    display: inline-block;
}
.functionalities ul.breadcrumb li a:hover, .functionalities ul.breadcrumb li a:focus{
    text-decoration: none;
    color: #7b4446;
}
.functionalities ul.breadcrumb li strong {
    color: #fff;
    text-decoration: none;
    transform: skewX(25deg);
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.functionalities ul.breadcrumb i{
    position: relative;
    
    float: none;
}
.beardcruumb-pagename
{
    background-image: url(../img/varun-electical-finolex-wire-cable-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
    
}
.breadcrumb
{

    /* display: inline-block!important; */
    padding: 0px -1px!important;
    list-style: none;
    background-color: #ad353505!important;
    border-radius: 4px!important;
    margin: -126px 52px!important;
    border: 1px solid rgba(0, 0, 0, 0)!important;
    /* color: #fff; */
    position: absolute;
    font-weight: bold!important;
}
.breadcrumb>li>a{
   color: #777777!important;
    text-decoration: none;
}
.breadcrumb>li+li:before
{
        padding: 0 5px;
    color: #000;
    content: "/";
}
.heading-text{
    text-align: center;
        margin-top: 44px;
}
.functionalities ul.breadcrumb li a:hover{

    color:blue;
}*/
.button a{
    color:#fff;text-decoration:none;
}
.decorativeline
{
    height: 3px;
    width: 20px;
    margin: 0 auto;
    background-color: red;
    width: 55px;
}
.decorativeline-2
{
     height: 3px;
    width: 20px;
    background-color: red;
    width: 55px;
}
.main-cards{
    margin-top: 45px;
    background-color: #fbfbfb;
    height: 200px;
    width: 100%;
    text-align: center;
    -ms-transform: rotate(20deg);
    transform-box: 150%;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    box-shadow: 3px 3px 5px 6px #ccc margin-bottom:83px;
    margin-bottom: 83px;
    border-left: 2px solid #388BD1;
    border-right: 2px solid #388BD1;
    border-radius: 7%;BD1;
    border-radius: 7%;
}
   .main-cards i
   {
/*     border: 2px solid #667582d9; */
  /*   border-radius: 50%; */
    padding: 12px;
    font-size: 22px;
    color:#667582d9;
   }       
   .main-cards p
   {
    font-weight: bold;
    font-size: 16px;
    margin-top: 19px;
    color:#667582d9;
   } 
   .main-cards p a{
    color: #667582d9!important;
   }
    .main-cards h2
    {
    color: #ff0000cf;
    font-size: 24px;
    margin-bottom: 0px;
    padding: 15px;
    }
    /*contact form*//**/

input[type=text],input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container1 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px
}

 .about-us-headers h4
 {

    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #177bb0;
    margin: 0 0 15px;
    width: 100%;
    padding: 3px 10px;
    border-left:2px solid red;;
    display: inline-block;
    text-shadow:-2px 1px 5px #c3c3c3;;
 }
 .about-us-headers p{
    text-align: justify;
    font-size: 16px;
 }
  .about-us-headers
  {
    margin-top: 41px;
  }
  .about-us-headers ul li
  {
    margin-left:17px;
        font-size: 16px;
 
  }
    .about-us-headers ul li::before{

  content: "\2022";
  color: red;
  font-weight: bold;
  margin-left: -1em;
  width: 1em;
    }
 .feedback
    {
        margin-bottom: 104px;
    }
    .finolex-heading
    {
            
    text-align: center;
    color: #4c3f3f;
    background: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(53, 29, 29, 0.5);
    }
    .finolex-heading h3
    {
     padding: 20px;
    }
    /*RIBBON ON FINOLEX PAGE*/
    .enquire-button
    {
    background-color: red;
    text-align: center;
    padding: 12px 0px;
    /* border-radius: 20px; */
    color: #fff;
    font-weight: bold;
    /* margin: 47px 42px; */
    }
    .enquire-button:hover,active{
        color:#fff;
    }
    .fino-wire a:hover{
    text-decoration: none;
    color:#fff;

    }
    .parag p
    {    margin-top: 28px;
        margin-bottom: 0px;
    line-height: 28px;
    text-align: justify;
}
    
    .fino-wire>img
    {
    width: 100% !important;
    margin-top: 71px;
    height: 240px;
    border: 1px solid #1912120d;
    }
    #finol
    {
    display: inline-block;
    margin: 0 auto;
    margin-top: 102px;
    margin-left: 50%;
    }
    .bannerr
    {
            margin-top: 50px;
    }
    .finolex-heading-2{
      text-align: center;
    }
    .decoorativ-1
    {
    height: 2px;
    background-color: #00a0e3;
    width: 20px;
    margin: 22px auto;
    padding: 2px 108px;
    }
     .decoorativ-2
     {
    height: 2px;
    background-color: #00a0e3;
    width: 20px;
    margin: 22px auto;
    padding: 2px 108px;
     }
     .multiple-lighting-product
     {
        margin-top:50px;
        margin-bottom: 50px;
     }
     .lighting-prodct-name
     {
         background: rgb(0,35,36);
     background: -webkit-linear-gradient(left, rgba(0,35,36,1) 0%, rgba(9,58,121,1) 0%, rgba(14,141,207,1) 58%);
     background: -o-linear-gradient(left, rgba(0,35,36,1) 0%, rgba(9,58,121,1) 0%, rgba(14,141,207,1) 58%);
     background: linear-gradient(to right, rgba(0,35,36,1) 0%, rgba(9,58,121,1) 0%, rgba(14,141,207,1) 58%);
         max-width: 308px;
         min-width: 285px;
         text-align: center;
         font-weight: bold;
         color: #FFF;
         padding:20px;
     }
.product-left-sidebar
{
    background-color: #eeeeee;
    padding: 1px 2px;
    min-height: 174px;  
}
.product-left-sidebar p
{
text-align: center;
    background-color: #d92024;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.product-left-sidebar ul{

    list-style-type: none;
    text-decoration: none;
    color: black;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    background: #eee;
}
.product-left-sidebar ul>a{    
    color: #101010b3;
    width: 100%;
    display: inline-block;
        text-decoration: none;
    /* padding: 5px; */
    font-weight: bold;
}
.product-left-sidebar ul li{
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    margin: 4px 7px;
    padding: 10px 20px;
    text-transform: uppercase;

}
.product-left-sidebar ul li a:hover{
     color: #fff!important;
    text-decoration: none;
    margin-left: 5px;
}
.product-left-sidebar ul li:hover{
   background:#00a0e3;
   color:#fff;
}
.enquire-button-2 {/*
    background-color: red;
    text-align: center;
    padding: 12px 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    margin: 47px 42px;*/
    background-color: #d92024;
    text-align: center;
    padding: 12px 12px;
    border-radius: 20px;
    color: #fff;
    width: 28%;
    font-weight: bold;
    margin: 47px 0px;
}
.fino-product-content p
{
    line-height: 25px;
    text-align: justify;

}
.product-enq{
        transition: 0.5s ease;
    /* border: 1px solid; */
    padding: 11px;
    background-color: hsl(198, 74%, 38%);
    /* height: 200px; */
    text-align: center;
    color: 100%;
    color: #000;
    font-weight: bold;
    /* border-radius: 44px; */

}
.product-enq a
{
    color:#fff;
    text-decoration:none;
}
.product-img p
{
    text-align: center;
}
.product-enq:hover{
    background-color:hsl(198, 100%, 45%);
}
#poly-para{
    text-decoration: underline;
    font-weight: bold;
    text-underline-position: under;
    color: red
}
.fino-wire p
{
    font-weight: 500;
    margin-top: 8px;
    text-align: center;
    text-transform: capitalize;
}
.fino-fans-types
{
    margin-bottom: 50px;
}
.beardcruumb-pagename-pricision{
        background-image: url(../img/uppar-banner/varun-electical-PRECISION-inner-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
.beardcruumb-pagename-fino-wires{
        background-image: url(../img/uppar-banner/varun-electical-finolex-wire-cable-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
.beardcruumb-pagename-braco{
        background-image: url(../img/uppar-banner/varun-braco-lugs-inner-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}

.beardcruumb-pagename-bhairav{

        background-image: url(../img/uppar-banner/varun-electical-bhairav-inner-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
.beardcruumb-pagename-poly-wires{

        background-image: url(../img/uppar-banner/varun-electical-polycab-wire-cable-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
.beardcruumb-pagename-about{
        background-image: url(../img/uppar-banner/varun-electical-about-us-inner-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
.beardcruumb-pagename-contact{
     background-image: url(../img/uppar-banner/varun-electical-contact-us-inner-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
.beardcruumb-pagename-fan{
    background-image: url(../img/uppar-banner/varun-electical-finolex-FAN-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
}
    .beardcruumb-pagename-fino-led{

    background-image: url(../img/uppar-banner/varun-electical-finolex-lighting-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;

    }
    .beardcruumb-pagename-poly-led{
    background-image: url(../img/uppar-banner/varun-electical-polycab-LED-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;

    }
    .beardcruumb-pagename-syska-led{
    background-image: url(../img/uppar-banner/varun-electical-syska-LED-product-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
    }
.beardcruumb-pagename-pricelist
        {
    background-image: url(../img/uppar-banner/varun-electical-price-list-inner-banner.jpg);
    background-size: cover;
    padding-top: 20%;
    /* margin-top: 5%; */
    clear: both;
    position: relative;
    }
    .pricelist-heading
    {
        text-align: center;
    }
    .divider{
    background-color: red;
    height: 2px;
    width: 10px;
    /* display: inline-block; */
    margin: 0 auto;
    width: 148px;
    }

    .divider2{
    background-color: #00a0e3;
    height: 2px;
    width: 10px;
    /* display: inline-block; */
    margin: 13px auto;
    width: 110px;
    }
   /* .fino-wire{
    margin: 61px 0px;;
    }*/
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        color: #fff!important;
            background-color:#d92024!important;
            font-weight: bold;
    }
    .nav-tabs>li>a{
            border: 1px solid #0000002b!important;
            color:#000;
            font-weight: bold;
    }


.downloadlink {
    width: 100%;
    background: #00a0e3;
    text-align: center;
}
.pricelistt {
    border: 1px solid #b1999921;
    margin-bottom: 20px;
}
.pricelistt img{
    width: 150px;
    margin: 0px auto;
}
.downloadlink a{
    font-size: 14px;
    color: #fff;
    padding: 11px 0;
    display: inline-block;
    min-height: 8px;
    /* padding: 8px; */
    text-align: center;
}
.brandcontant>p {
    font-size: 15px;
    margin-top: 33px;
    text-align: justify;
}
.head {
    border-bottom: 1px dotted blue;
    padding-bottom: 7px;
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
}
.product-image{

    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.prod-detail{
    width: 100%;
    background: #f2591d;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-image{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}/*
.fino-wire>img:hover {

box-shadow: 0 0 10px #000;     
}*/
.fino-wire:hover{
    box-shadow: 0 0 10px #0000003d;
}
.hr{ 
  height: 1px;
  color: red;
  background-color: red;
  border: none;
}
.finolex-heading hr
{
    height: 2px;
    background-image: linear-gradient(to bottom, #ece4e452, #f06d06);
    border: none;
}
/*polycbb-left-menu*/

.vertical-menu {
    width: 266px;
    margin-bottom:20px;
    
}

.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 4px 15px;
    text-decoration: none;
    border-bottom: 1px solid #00000030;
}

.vertical-menu a:hover {
        color: #130f0f;
}

.vertical-menu a.active {
   background-color: #00a0e3;;;
    color: white;
}
.produ-desc p
{
    margin-top: 22px;
    text-align: justify;
    line-height: 31px;
}
.produ-desc{
    margin-top: 20px;

    color: #000;
    padding: 11px;
}
.proheading {

    margin-top: 8px;
    background: #337ab70d;
    color: #403838;
    padding: 0px;
    /* border-top: 2px solid #00000038; */
    text-align: center;
    background-image: linear-gradient(to right,#9cc8d4,#f9f9f9);
}
.catalog{
margin-top:20px;
}
.catalog a
{
    /* min-width: 133px; */
    /* display: inline-block; */
    margin: 17px 213px;
    margin-: 10px 10px;
    margin-top: 10px 10px;
    display: inline-block;
    background: linear-gradient(to right, rgba(0,35,36,1) 0%, rgba(9,58,121,1) 0%, rgba(14,141,207,1) 58%);
    padding: 13px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#catalog-2{
     min-width: 133px;
    display: inline-block;
    margin: 10px 82px;
    margin-: 10px 10px;
    margin-top: 10px 10px;
    display: inline-block;
        background: linear-gradient(to right, rgba(0,35,36,1) 0%, rgba(9,58,121,1) 0%, rgba(14,141,207,1) 58%);
    padding: 13px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;

}
.prooduct-image{
    text-align: center;
}
.prooduct-image img{
height:200px;
width:200px;
      
        }
.button-1{
    margin-left:50px;
}

.right-content-area{
        background: #dbdbdb;
}
.product-info p {
    text-align: justify;
    line-height: 29px;
    margin-top: 24px;
}
.cantant {
    background-color: #eee6;
    padding: 10px 5px 25px;
    display: inline-block;
    margin-bottom: 25px;
}
a{
    color:#fff;
   
}
.abcd{
    text-align: center;
    background-color: #c71818;
    color: #fff;
    margin: 16px -10%;
}
.desc-area{
  
}
#left-side-pr{
    background-color: #000;
    color: white;
}
.toppn{
    background: #c71818;
    border: 1px solid #504949;
    padding: 8px;
    color: #fff7f7;
    font-weight: bold;
    text-transform: uppercase;
}
.product-page-buttons{
    display: inline-block;
  list-style-type: none;
}
.product-page-buttons li{
    float: left;
    /* margin-left: -38px; */
    padding: 16px;
}
.product-page-buttons a
{
    color:#fff;
}
.cantant{
min-height: 297px;
}
.breadcrumb {
    background-color: transparent!important;
}
.image-button 
{
        margin-top: 47px;
        margin-bottom: 32px;
}
.enquire-button-22{
    background-color:#00a0e3;
    text-align: center;
    padding: 12px 0px;
    /* border-radius: 20px; */
    color: #fff;
    font-weight: bold;
    /* margin: 47px 42px; */
}
.finolex-st{
    border:1px solid #00a0e3!important;
}

.vertical-menu1 {
  width: 299px;
}

.vertical-menu1 a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
      border-bottom: 1px solid #dad4d2;
}

.vertical-menu1 a:hover {
  background-color: #ccc;
}

.vertical-menu1 a.active {
  background-color: #00a0e3;
    color: white;
    font-weight: bold;
}
.top-header2{
    background: #c71818;
    border: 1px solid #504949;
       padding: 8px 107px;
    color: #fff7f7;
    font-weight: bold;
}

/*left-accordian*/
.fino-produt-desc h3{
    border-bottom:1px solid #31242421;
}
.fino-produt-desc ul{
    list-style-type:disc;
    margin-left: 50px;
}
.mainfooterwRAPPER{
    margin-top:50px;
}
.our-pro{
    background-color: #c71818;
    position: absolute;
    margin: -19px -15px;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
        font-size: 18px;
    font-weight: bold;
    padding: 9px 0px;
    padding: 43px -35px;
}
.highlight {
  background: green;
}
.top-margin{
    margin-top: 20px;
}
a.button1{
    border-radius: 15px;
    background: #83CD41;
    color: #fff;
    display: inline-block;
    padding: 11px 70px;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    margin-bottom: 55px;
    font-weight: 700;
    text-decoration: none;
    transition: ease 0.5s;
}      
a.button1:hover{
        box-shadow: 0px 7px 10px #8e8988;
} 
/*pipe and fittins section*/
/*braco section starts*/
.pro-list{
    list-style-type: none;
}
.heating-img {
    padding: 13px;
    border: 1px solid #b9babc38;
    margin: 4px -12px;
    min-height: 432px;
}
.heating-img img {
    width: 100%;
    transition: 0.5s ease;
}
.heating-img h2{
    color: #333333;
    font-size: 14px;
}
.product-enqs {
    background: #00a0e3;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold;
}
/*braco section ends*/
a:focus, a:hover{
    text-decoration: none!important;
}

.whatsapp-se {
         right: 20px;
    bottom: 50px;
    width: 50px;
    z-index: 999;
    position: fixed;
}