/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.19.4.1672727719
Updated: 2023-01-03 06:35:19

*/


.wpcf7 {
background: #342c93;
padding: 25px 25px 25px 25px !important;
}
.wpcf7 {
     border: 5px solid #000;
 }
/* .wpcf7 {
	 box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.3);
 } */
.wpcf7 {
     border: 5px solid #342c93;
     box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.3);
 } 
.wpcf7 { width: 500px;} 

@media screen and (max-width: 500px) {
.wpcf7 { width: auto;}
}
.wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="textarea"],
 .wpcf7 input[type="tel"],
 .wpcf7 input[type="submit"],
 textarea {
	 width:100%;
	 height:50px;
	 padding-left:20px;
     font-size: 16px;
     font-family: Raleway;
     font-weight: bold;
     background-color:#f5f5f5;
     border: 2px solid #000000;
/*      box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.3); */
 }
.wpcf7-form textarea {
    height: 150px;
	width:100%;
	 font-family: Raleway;
}
.wpcf7 input[type="submit"] {
   width: 60%;
   position:relative;
   left:20%;
	 font-family: Raleway;
}
.wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     background: #000;
     padding: 15px 25px 15px 25px;
     border: none;
     border-radius: 33px;
     text-transform: uppercase;
     letter-spacing: 5px;
	 font-family: Raleway;
 }

 .wpcf7 input:hover[type="submit"] {
   background: #f5f5f5;
	 color: #000;
     transition: all 2.0s;
	  font-family: Raleway;
 }
 
.wpcf7 input:active[type="submit"] {
     background: #092AE4;
	 font-family: Raleway;
 }


/* top header css */
#contact_ul{
	float:right;
list-style: none;
display:inline-flex;
-webkit-padding-start: 170px;
}
 .bi-telephone-forward::before {
    content: "\f5b6";
    color: white;
	 padding-right:5px;
} 
.bi-envelope-at::before {
    content: "\f84c";
	color:white;
	padding-right:5px;
}
.bi-alarm-fill::before {
    content: "\f101";
	color:white;
	padding-right:5px;
}
li#li_email {
	padding-right:20px;

}

.logo-haed img {
    float: left;
    left: -154px;
}
.main-menu ul li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #342c93;
    bottom: 0;
    transition: 1s;
}
.main-menu ul li a:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #342c93;
    bottom: 0;
    transition: 1s;
}
li#li_phone{
	padding-right:20px;
	
}



#contact_ul a{
	color:white;
	font-weight:700;
	font-family:Roboto;
	text-decoration: none;
}




/* hover effect css */
.social_symbol li a:hover:after {
    height: 100%;
    transition: 1s;
    top: 0;
	
}
.social_symbol li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    background: #342c93;
    left: 0;
    right: 0;
	
}
.social_symbol li a{
	overflow:hidden;
	
}
.social_symbol li a:hover:before {
    transform: rotatey(360deg);
    transition: 1s;
}
.main-menu ul li a {
    padding: 0px 4px;
}
 .head-bnnr {
    position: relative;
    /* top: -130px; */
/*       bottom: 131px;  */
}

.metallurgy {
    box-shadow: 0 0 12px #7c7c7c;
    padding: 20px;
    border-radius: 30px;
}

.metallurgy h2 {
    background: #ab093a;
    padding: 5px 5px 7px 5px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    border-left: 10px double;
    margin-bottom: 15px;
    border-radius: 0 20px 20px 0;
    text-shadow: 2px 2px 1px #000;
    box-shadow: 1px 2px 2px #000;
}

.metallurgy p {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000;
    padding-left: 2%;
}

.metallurgy img {
    border: 11px double #ac093b;
    padding: 3px;
}

.med .et_pb_gallery_item {
    background: #ab093a;
    padding: 5px;
    box-shadow: 0 0 5px #000;
    /* border-radius: 10px; */
}
