*
{
    margin: 0;
    padding: 0;
}
/* Navigation Bar-----*/
.top-header
{
    overflow: hidden;
    background: #000000;
    color:white;
    font-family:"Arial Nova Light";
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#top-head-left1, #top-head-left1
{
    float: left;
    padding-right: 10px;
}
#top-head-right
{
    float: right;
}
#Navig-Bar
{
    position:sticky;
    top: 0px;
    z-index: 99;
}
.nva-bar
{
    position:absolute;
   
}
.navbar-brand img
{
    height: 60px;
    width:300px;
    padding-left: 30px;
}
.navbar-nav
{
    margin-right: 10%;
}
.navbar-nav li
{
    padding: 0 10px;
    float:right;
}
.navbar-nav li a
{
    text-align: left;
}
#Navig-Bar ul li a:hover
{
    color: #ff0000!important;
}
.navbar
{
    background: #fff;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 15px;
}
.dropdown-menu
{
    background-color: #e60004;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset; */
}
.dropdown-menu a
{
    font-weight: 450;
    color: white;
}
.dropdown:hover>.dropdown-menu {
    background: #e60004;
    display: block;
}
.dropdown-item{
    font-weight: 600;
    font-size: 14px;
    color: white;
}
.dropdown-item:hover>.dropdown-menu {
  display: block;
}


/*------Main Footer -------*/
.footer-container
{
    position:sticky;
    width: 100%;
    height: auto;
    padding: 30px 0;
    font-family:"Arial Nova Light";
    background: #555;
}
.footer-row
{
    padding-left: 40px;    
}

.footer-box h2
{
    color:#fff;
    font-size: 18px;
    font-family:"Arial Nova Light";
    padding-top: 10px;
}

.footer-box h2:before
{
    content: '|';
    color:#ff0e0e;
    padding-right: 4px;
}

.footer-box ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box ul li
{
    
    font-size: 13px;
    margin: 0px;
}
.footer-box ul li a
{
    color:#ffffff;
    /*text-decoration: none;*/
}
.footer-box ul li a:hover
{
    text-decoration: none;
    color:#ff0000;
}

.footer-box p
{
    color:#ffffff;
    font-size: 10px;
    margin: 0px;
}
.footer-followus a
{
    background: #494848;
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 50%
}
.footer-followus a i
{
    font-size: 19px;
    color:#fff;
    padding-left: 8px;
    padding-top:8px;
}
.footer-bottomtext
{
    background: #000;
    color:#999;
    text-align: center;
    font-size: 10px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 20px;
}
/*------------ End Footer------------*/

/*----- General --------*/
 /*--btn link----*/
.btn-primary, button.btn-lg, input[type="submit"].btn-lg, .button.btn-lg {
    border-radius: 1px;
    font-size: 18px;
    background: #ef4a4a!important;
}
.btn-primary:hover
{
     background: #ff0000!important;
}
  /*--- Figure with hover link----*/

.figure-container
{
    width: 100%;
    background-color: rgba(255, 0, 0, 0.7);
}
.figure-container img
{
    width: 100%;
}
.figure-container {
   
}
.figure-container:hover img {
    opacity: 0.30;
}
.figure-caption-description
{
    position:absolute;
    width: 100%;
    margin-top:-21%;
    left:0px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}
.figure-caption-description a {
    background-color: white;
    padding: 1% 3%;
    color: red;
    text-align: center;
    box-sizing: border-box;
    border-radius: 40px;
    z-index: 1;
}
.figure-caption-description a:hover
{
    background-color: rgba(240,240,240,7);
    text-decoration:none;
    color: red;
}
.figure-container:hover > .figure-caption-description {
    
    opacity: 1;
}

.button-round
{
    width: 100%;
    text-align:left;
}
.button-round a {
    background-color: #ef4a4a;
    padding: 2% 5%;
    color: white;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 40px;
}
.button-round a:hover
{
    background-color: #ea1515;
    text-decoration:none;
    color: white;
}
/*----- General List format----*/
.list-normal
{
   padding-left:16px; 
}
.list-decimal
{
    list-style: decimal;
    padding-left:12px;
}

.go-top
{
    position: fixed;
    width: 30px;
    height: 30px;
    
    bottom: 3px;
    right: 0px;
    text-decoration:none;
    text-align: center;
    line-height: 25px;
    color:#ea1515;
    font-size: 20px;
    z-index: 100;
}
/*----------------- End Of Gemeral ---------------*/

/*---- Home------*/
#sec-home-1
{
    font-family:"Arial Nova Light";
    margin-bottom: 30px;
    padding-bottom: 20px;
    z-index: 1;
}
.carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-caption {
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 80%;
}
#sec-home > .container > .row
{   
    padding-top: 20px;
    margin-top:30px;
}
.home-head
{
    text-align: left;
    width: 100%;
    height:2px;
    background-color: #ef4a4a;
    color:white;
    font-family:"Arial Nova Light";
    font-size: 25px;
}
.home-left-line1
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 82%;
    height:2px;
    background-color: #ef4a4a; 
}
.home_img01
{
    margin-bottom: 10px;
    width: 100%;
}
.home_img01 img
{
    width: 100%
}
.home-left-col
{
   width: 30%;
    float: left;
    margin-bottom:10px;
    height: 1%;
   overflow: hidden;
}
.home-right-col
{
   width: 70%;
    padding-left: 30px;
    float: right;
    margin-bottom:10px;
    height: 1%;
   overflow: hidden;
}
.home-right-1
{
   width: 45%;
    float: left;
    margin-bottom:10px;
    height: 1%;
    
   overflow: hidden;
}
.home-right-2
{
   width: 45%;
    padding-right: 10px;
    float: right;
    margin-bottom:10px;
    height: 1%;
    padding-left: 25px;
   overflow: hidden;
}
.home-product-container
{
    overflow: hidden;
}
.home-prduct
{
    position: absolute;
    top:0;
    left:0;
}
.home-product img
{
   margin-bottom: 20px;
    -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.home-product-container:hover .home-product img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-about
{
    width: 100%;
    background: #000!important;
    color:white;
    padding: 30px;
}
.home-about h2
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.home-about p
{
    text-align: center;
}
.home-about a
{
    margin-left:46%
}
.home-whyus
{
    margin-top:30px;
}
.home-whyus-line
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 23%;
    height:2px;
    background-color: #ef4a4a; 
}
.whyus-content-box-container
{
    height: 100%;
}
.whyus-content-box
{
    padding-top:25px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(247, 247, 247);
    padding-right: 20px;
    height: 330px;
    transition: all 700ms ease 0s; margin: 0px
}
.whyus-content-box > ul li
{
    list-style: none;
    margin-top:20px;
    margin-bottom:20px;
}
.whyus-content-box > ul li h3
{
    padding-bottom: 10px;
}
.speciality-list-icon
{
    width: 25%;
    background-color:rgb(247, 247, 247);
    height: 70px;
    float: left;
    padding-left:0px;
    margin-right: 30px;
    margin-top:80px;
    margin-bottom: 80px;
    padding-bottom: 10px;
}
.speciality-list-icon i
{
    color:#ea1515;
    padding: 30%;
}
.whatmakes
{
    width: 100%;
    height:300px;
    background-color: red;
    background-image:url("../sadafImg/shomeparall.jpg");
    background-repeat:no-repeat; 
    background-size:cover;
    background-attachment:no-scroll; 
    background-position: 50% 0%;
    color:white;
    padding-left:10%;
    padding-right:10%;
    padding-top:50px;
    
}
.whatmakes-content-box1 h3
{
    font-weight:800;
}

.whatmakes-content-box1, .whatmakes-content-box2, .whatmakes-content-box3, .whatmakes-content-box4
{
    padding-top:25px;
    padding-bottom: 40px;
    padding-right: 20px;
    height: 200px;
    text-align: center;
}
.whatmakes-content-box2, .whatmakes-content-box3, .whatmakes-content-box4
{
    padding-top:20%;
    background-color: #ef4a4a;
}
.homeclients
{
    width: 100%;
    height:300px;
    padding-left:10%;
    padding-right:10%;
    padding-top:50px;
    
}
.homeclients h3
{
    width:100%;
    text-align:center;
    margin-bottom: 20px;
}
.homeclients-content-box
{
    padding: 20px;
    height: 100px;
    text-align: center;
}
.homeclients-content-box img
{
    width: 100%;   
}

/*------------------ Chairman Message ------------------*/
#sec-chairman
{
    margin-top: 30px;
    padding-bottom: 50px;
    font-family:"Arial Nova Light"; 
    color: #555;
    position: relative;
    z-index: -1000
} 

#sec-chairman > .container
{
    position: relative;
    width: auto;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,.2);
}
.chairman-banner
{
    width:100%;
    height:50px;;
    background-color:#ef4a4a;
    color:white;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.chairman-banner h4
{
    font-weight:600;
    padding:10px;
}
.chairman-head
{
    width: 30%;
    float:left;  
    margin-right: 10px;
}
.chairman-head img
{
    width: 97%;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    border-radius: 20px;
    
}
.chairman-text p
{
    font-size: 15px;
    text-align: justify;
}
/* -------------------- About Us ----------------- */
#sec-about-head, #sec-about-text, #sec-about-card
{
    font-family:"Arial Nova Light";
}
.about-back-media
{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:no-scroll;
    background-position: 50% 0%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/abt01.jpg") center/100% no-repeat;
}
.about-hd-text
{
    padding: 8%;
}
.about-text
{
    padding-top: 50px;
}
.about_figure
{
    width: 98%;
}
.figure-image img
{
    width:100%
}
.about-card-text h4 
{
    padding-top:20px;
    text-align: center;
    font-family:'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase; 
    color: #2b2c2d;
    letter-spacing: 1.5px;
}
.about-card-text p
{ 
    text-align: center;
    padding-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300 !important;
    color: #3c3939;
}
.ult-content-box
{
    background-color: rgb(255, 255, 255);
}


/* -------------------- Exothermic Welding----------------- */
.sec-exother-2
{
    font-size: 15px;
}
.exother-back-media
{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:no-scroll;
    background-position: 50% 0%;
    background-image:url("../sadafImg/exotherm5.jpg");
      /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/Earthing01.jpg") top/100% no-repeat; */
   
}
.exother-hd-text
{
    padding:8%;
}
.divider-border
{
    border: 2px solid #ff0000;
}
.exother-img2 img
{
    padding-bottom: 20px;
}
.exother-img2 img
{
    width:100%;
}

.figure-image 
{
   
}
.figure-image img
{
    width:100%;
     padding: 5%;
}
.col-list-1 ol
{
    padding-left:12px;
}
.col-list-1
{
    padding:15px;
    background:#eff0f4;
    overflow: auto;
}

/* -------------------- Earthing----------------- */
.sec-earth-1, .sec-earth-2
{
    font-family:"Arial Nova Light";
    font-size: 15px;
}
.earthing-back-media
{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:no-scroll;
    background-position: 50% 0%;
    background-image:url("../sadafImg/Earthing01.jpg");
      /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/Earthing01.jpg") top/100% no-repeat; */
   
}
.earthing-hd-text
{
    padding:8%;
}
.sec-earth-2
{
    margin-top:30px;
}
.earth-categ-img
{
    padding-bottom: 15px;
}


.earth-col-list ul
{
    padding-left: 12px;
}
.earth-list-icon1
{
    padding:20px;
    font-size:30px;
   text-align: center;
    color: #ef4a4a;
}
.earth-list-icon2
{
     padding:20px;
    font-size:15px;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    color:#ef4a4a;
}

.earth-three-cogs {
  position: relative;
    
}
.earth-three-cogs > .fa:nth-child(1) {
    animation-duration: 4s;
     
  }
  .earth-three-cogs > .fa:nth-child(2),
  .earth-three-cogs > .fa:nth-child(3) {
    position: absolute;
    top: -0.2em;
    right: -0.45em;
    animation-direction: reverse;
    animation-duration: 2s;
  }
 .earth-three-cogs > .fa:nth-child(3) {
    top: auto;
    bottom: -0.2em;
  }

.earth-icon-descr
{
    padding-top:30px;
}
.earth-icon-descr h5
{
    font-size: 17px;
}
.earth-icon-descr-text{
    font-size:14px;
    text-align: center;
}

/* -------------------- Lightning Protection System----------------- */
.sec-lightpro-1, .sec-lightpro-2
{
    font-family:"Arial Nova Light";
    font-size: 15px; 
}
.lightpro-features-list
{
    padding-left: 7px;
}
.lightpro-features-list li
{
    padding-left: 4px;
}
/* -------------------- Conductors---------------- */
.sec-conduct-1, sec-conduct-2
{
    font-family:"Arial Nova Light";
    font-size: 15px; 
}
.conductor-figure
{
    margin-bottom: 10px;
}
.conductor-img
{
    padding: 5%;
}
.conductor-img img
{
    width:70%;
}

/*---------------------Earthing Protection System---------------*/
.sec-earthpro
{
   font-family:"Arial Nova Light";
    font-size: 15px;  
}
.earthpro-image
{
    padding:5%;
}
.earthpro-image img
{
    width: 100%;
}

/* -------------------- SURGE PROTECTIVE DEVICES ----------*/
.sec-surgepro
{
    font-family:"Arial Nova Light";
    font-size: 15px;  
}

/* -------------------- Cable Glands----------------- */
.sec-cabgland-1
{
    font-family:"Arial Nova Light";
    font-size: 15px; 
    margin-top:60px;
}
/* -------------------- Cable Lugs----------------- */
.sec-cablug-1
{
    font-family:"Arial Nova Light";
    font-size: 15px; 
    margin-top:60px;
}


/* -------------------- Projects ----------------- */
.sec-proj-1,sec-proj-2,sec-proj-3
{
    font-family:"Arial Nova Light";
    font-size: 15px;  
}
.proj-back-media
{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:no-scroll;
    background-position: 50% 0%;
    background-image:url("../sadafImg/industry01.jpg");
      /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/Earthing01.jpg") top/100% no-repeat; */
}
.proj-hd-text
{
    padding:8%;
}
.proj-text
{
    padding-top:30px;
}
.proj-row
{
    margin: 8px -16px;
}
.proj-row,
.proj-row > .column 
{
  padding: 8px;
}
.proj-row > .column 
{
    float: left;
    width: 25%;
}
.proj-row:after {
  content: "";
  display: table;
  clear: both;
}

.proj-item
{
    padding-bottom: 10px;
}
.proj-item img
{
  width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .portfolio-row > .column  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .portfolio-row > .column  {
    width: 100%;
  }
}
.proj-ref-link a
{
    font-size: 15px;
}
.proj-container
{
    width: 100%;
    background-color: rgba(255, 0, 0, 0.7);
    position: relative;
}
.proj-container img
{
    width: 100%;
}
.proj-container h4
{
    text-transform: uppercase;
}
.proj-container:hover img {
    opacity: 0.30;
}
 .proj-caption
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .35s ease;
}
.proj-caption a {
    text-transform:uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
    z-index: 1;
}
.proj-caption a:hover
{
    color: white;
}
.proj-container:hover > .proj-caption {
    
    opacity: 1;
}

.project-modal-col {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.project-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.project-close:hover,
.project-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.project-slides {
  display: none;
}

.project-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.project-prev,
.project-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.project-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.project-prev:hover,
.project-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.project-numbertext {
  color: #ff0000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.project-caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.project-demo {
  opacity: 0.6;
}

.project-active,
.project-demo:hover {
  opacity: 1;
}

.proj-h6 {
    text-align: center;
    background-color: #757c83;
    color: #fff;
    text-align: center;
    padding: 5px;
    
    font-size: 1.1rem;
    
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

#proj-table {
    width: 100%;
    border-collapse: collapse;
    
}

#proj-table th, table td {
    padding: 5px 5px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 13px
}
.proj-tick
{
    font-size: 16px;
    font-weight:bold;
    color: green!important;
}

#proj-table th {
    background-color: #ef4a4a;
    color: white;
    font-weight:normal;
}

#proj-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#proj-table tr:hover {
    background-color: #f1f1f1;
}

.proj-pagination {
    text-align: right;
    margin: 10px 0px 20px 0px;
    
}

.proj-pagination button {
    padding: 5px 15px;
    margin: 0 5px;
    background-color: #f32c2c;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.proj-pagination button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.proj-pagination span {
    font-size: 15px;
    padding: 10px 15px;
}

/* -------------------- Partners ----------------- */
.partner-back-media
{
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/partner1.jpg") top/100% no-repeat;
    height: 50%;
}
.partner-hd-text
{
    padding: 8%;
}
.partner-figure
{
    padding:20px;
}
.partner-figure img
{
    width: 60%;
}

/* -------------------- Group Companies ----------------- */
.grpc-back-media
{
    background-repeat:repeat-y;
    background-size:cover;
    background-attachment:no-scroll;
    background-position: 50% 0%;
    background-image:url("../sadafImg/grp.jpg");
      /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/Earthing01.jpg") top/100% no-repeat; */
}
.grpc-hd-text
{
    padding:8%;
}
.group-comp-logo
{
    width: 100%;
    height: 200px;
}
.group-comp-logo img
{
    padding:60px;
    width:100%;
}

.group-companies
{
    padding-bottom: 80px;
}
.card-group
{
    padding: 0px;
}
.card
{
    margin: 10px;
    font-size: 14px;
    justify-content: center;
}
.card-img-block
{
    width: 90%;
    height: 150px;
    padding: 20px;
    margin-bottom: 0px;
    justify-content: center;
}
.card-img-top
{
    height: 100%;
    width: 100%;
    object-fit:scale-down;
    /*
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    */
}
.card-title
{
    font-size: 18px;
    font-weight: 500;
}

.card18, .card19, .card20
{
    visibility: hidden;
}

/* -------------------- Contact Us ----------------- */
#contact-head
{
    margin-top: 70px;
}
.contact-text i
{
    font-size:24px;
    color:#ef4a4a;
    padding-bottom: 8px;
}
.contact-back-media
{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position: 50% 0%;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../sadafImg/contact01.jpg") center/100% no-repeat;
}


