@charset "utf-8";
/* CSS Document */

body, html{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#012a56;
	margin: 0;
     padding: 0;
}
.gray-header {
    border-bottom: 1px solid #dfdfdf;
    border-top: 5px solid #012a56;
    font-family: "Montserrat",sans-serif;
}
.phone-info {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
}
.phone-info i {
    font-size: 20px;
}
.mail-info {
      display: inline-block;
    font-size: 14px;
    padding: 10px;
}
.logo {
    float: left;
    padding: 5px 0;
}
.navbar {
    margin: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #012a56;
    color: white;
    text-decoration: none;
}
.top-nav li a {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    padding: 60px 20px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.social-icons > a {
    background-color: #222;
    border: 3px solid #222;
    border-radius: 100%;
    color: white;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 30px;
}
.social-icons > a:hover{
	border-color:#012a56;
	background-color:white;
	color:#012a56;
}
.social-icons {
    float: right;
    margin: 5px 10px;
}
.social-icons > span {
    margin-right: 10px;
    text-transform: uppercase;
}
.slider > img {
    width: 100%;
}

.welcome-text {
    text-align: center;
}
.welcome-text h1 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.welcome-text p {
    letter-spacing: 0.4px;
    line-height: 21px;
}
.welcome-text span {
    color: #444;
}
.Products-wrap::before{
	content:'';
}
.Products-wrap{
	background-color:#012a56;
	padding:20px;
}
.products {
    color: white;
	font-family:"Montserrat",sans-serif;
}
.products h3 {
    margin: 0 0 10px 15px;
    text-transform: uppercase;
}
.prodcut-titile span {
    color: #444;
}
.prodcut-titile {
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.no-mp {
    padding: 0;
}
.product01 {
    margin: 15px 0;
}
.product01 img{
	width:100%;
	border:5px solid white;
}
.experince {
    background-color: #191919;
    background-image: url("../images/experice-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    font-family: "Montserrat",sans-serif;
    font-size: 36px;
    margin: 20px 0;
    padding: 25px;
}
.experince > p {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}
.experince span {
    color: #ffff58;
}
.footer-bg {
    background-color: #111;
    padding: 10px 0;
}
.main-links > h3 {
    border-bottom:1px solid #3f3f3f;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.main-links > ul {
    list-style-type: none;
    padding: 0;
}
.main-links > ul > li a {
    color: #bfbfbf;
}
.main-links li {
    color: #bfbfbf;
    margin-bottom: 18px;
}
.main-links li i {
    margin-right: 5px;
}
.follow-us > ul {
    list-style-type: none;
    padding: 0;
}
.follow-us > ul > li a {
    color: #bfbfbf;
    display: block;
}
.follow-us li {
    color: #bfbfbf;
    margin-bottom: 8px;
}
.follow-us > h3 {
    border-bottom:1px solid #3f3f3f;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.follow-us li a i {
    background-color: #5c5c5c;
    border-radius: 30px 0 30px 30px;
    color: white;
    height: 30px;
    padding: 7px 0;
    text-align: center;
    width: 30px;
	margin-right: 5px;
}
.address > ul {
    list-style-type: none;
    padding: 0;
}
.address > ul > li a {
    color: #bfbfbf;
    display: block;
}
.address li {
    color: #bfbfbf;
    margin-bottom: 8px;
}
.address > h3 {
    border-bottom:1px solid #3f3f3f;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.address li a i {
    background-color: #5c5c5c;
    border-radius: 30px 0 30px 30px;
    color: white;
    height: 30px;
    padding: 7px 0;
    text-align: center;
    width: 30px;
	margin-right: 5px;
}
.address span {
    display: block;
    overflow: hidden;
}
.address li i {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.footer-logo {
    margin-top: 10px;
    text-align: right;
}
.copy-right {
    color: #7e7e7e;
    margin: 10px 0;
    text-align: right;
}
.design {
    color: #7e7e7e;
    text-align: right;
}
.design > a {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu a {
    padding: 12px !important;
    text-transform: capitalize !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #012A56;
    border-color: #337ab7;
	color:white;
}
.navbar-toggle {
    background-color: #012a56;
    background-image: none;
    border: medium none;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 50px;
    padding: 15px;
}
.navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.main-links > ul > li a:hover {
    color: white;
    text-decoration: none;
}
.design a{
	color:#FF6;
}
/*----------Agro Product Start----------*/
.inner-prodcut-title {
    background-attachment: fixed;
    background-image: url("../images/agro-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -11;
}
.inner-prodcut-title span {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.product-head {
    color: white;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 50px 0;
    text-transform: uppercase;
}
.agro-wrap > h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	color:#444;
}
.agro-wrap {
    text-align: center;
}
.agro-wrap > h1 {
    border-bottom: 1px solid #444;
    color: #444;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}
.agro-wrap span {
    background-color: #315a86;
    bottom: -2px;
    height: 4px;
    left: 80px;
    position: absolute;
    width: 100px;
}
.agro-product-wrap {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 15px 0;
    min-height: 460px;
    overflow: hidden;
}
.agro-text > h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.agro-text {
    padding: 10px;
}
.agro-text p {
    line-height: 21px;
    text-align: center;
}
.agro-image > img {
    width: 100%;
}

/*----------Agro Product Start----------*/


/*----------Steel Product Start----------*/
.steel-wrap > p {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.steel-prodcut-title {
    background-attachment: fixed;
    background-image: url("../images/steel-image.jpg");
    background-position: 0 -320px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -11;
}
.steel-prodcut-title span {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.steel-wrap {
    text-align: center;
}
.steel-wrap > h1 {
    border-bottom: 1px solid #444;
    color: #444;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}
.steel-product-wrap {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 15px 0;
    min-height: 400px;
    overflow: hidden;
}
.steel-text > h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.steel-text {
    padding: 10px;
}
.steel-text p {
    line-height: 21px;
    text-align: center;
}
.steel-image > img {
    width: 100%;
}
.steel-wrap span {
    background-color: #315a86;
    bottom: -2px;
    height: 4px;
    left: 80px;
    position: absolute;
    width: 100px;
}

/*----------Steel Product End----------*/

/*----------Contact Us:Begin----------*/
.contact-us-title {
    background-attachment: fixed;
    background-image: url("../images/contact-us-image.jpg");
    background-position: 0 -370px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -11;
}
.contact-us-title span {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.contact-us-head {
    color: white;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 50px 0;
    text-transform: uppercase;
}
.contact-address {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
}
.form-control {
    border-color: #012a56;
    border-radius: 0;
    border-width: 1px 1px 1px 5px;
    box-shadow: none;
    color: #012a56;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.btn {
    -moz-user-select: none;
    background: #012a56 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #1f1f1f;
    color: white;
}
.contact-form > h1 {
    color: #444444;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
}
.map-wrap iframe {
    width: 100%;
}
.map-wrap > ul {
    list-style-type: none;
    padding: 0;
}
.map-wrap > ul > li a {
    color: #bfbfbf;
    display: block;
}
.map-wrap li {
    color: #222;
    margin-bottom: 8px;
}
.map-wrap > h3 {
    border-bottom:1px solid #3f3f3f;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.map-wrap li a i {
    background-color: #5c5c5c;
    border-radius: 30px 0 30px 30px;
    color: white;
    height: 30px;
    padding: 7px 0;
    text-align: center;
    width: 30px;
	margin-right: 5px;
}
.map-wrap span {
    display: block;
    overflow: hidden;
}
.map-wrap li i {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #012A56;
    color: white;
    text-decoration: none;
}
.form-group .required .control-label:after {
  content:"*";color:red;
}
.agro-wrap > p {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
/*----------Contact Us:End----------*/

/*----------Responsive Menu:Begin----------*/
.responsive-menu{
	display:none;
}
.responsive-menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.responsive-menu > ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.responsive-menu ul li a {
    background-color: #012a56;
    border-bottom: 1px solid;
    color: white;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
}
.responsive-menu a:hover {
    background-color: #efefef;
    color: #012a56;
    text-decoration: none;
}
/*----------Responsive Menu:End----------*/



.angle-title {
    font-size: 30px !important;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
}
.angle-wrap p {
    font-size: 14px;
    letter-spacing: 0.4px;
}
.equal-angle h4 {
    border-bottom: 1px solid #afafaf;
    font-weight: 800;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.equal-angle > p {
    font-weight: 700;
    letter-spacing: 0;
}
.equal-angle{
	text-align:center;
}

/*----------Responsive Css Start----------*/
@media only screen and (min-width : 1024px){

}
@media only screen and (min-width : 768px) and (max-width : 800px){
	.welcome-text h1 {
    font-size: 30px;
    margin: 20px 0;
}
.experince{
	background-image:none;
	text-align:center;
}
.footer-logo{
	text-align:center;
}
.copy-right{
	text-align:center;
}

.design{
	text-align:center;

}
.steel-prodcut-title {

    background-position: center center;
}


}
@media only screen and (max-width : 767px){
	.top-nav li a {
    padding: 10px 20px;
}
	.welcome-text h1 {
    font-size: 30px;
    margin: 20px 0;
}
.experince{
	background-image:none;
	text-align:center;
}
.footer-logo{
	text-align:left;
}
.copy-right{
	text-align:left;
}

.design{
	text-align:left;

}
	.phone-info {
    display: block;
    text-align: center;
}
	.mail-info {
    display: block;
    text-align: center;
}
	.phone-info {
    display: block;
    text-align: center;
}
.social-icons {
    float: none;
    text-align: center;
}

.logo {
    float: none;
    padding: 5px 0;
    text-align: center;
}
.responsive-menu{
	display:block;
}
.steel-prodcut-title {

    background-position: center center;
}
.equal-angle > img {
    width: 100%;
}
}
@media only screen and (min-width : 480px) and (max-width : 767px){
}
@media only screen and (max-width : 479px){


	.welcome-text h1 {
    font-size: 25px;
}
.prodcut-titile {
    font-size: 20px;
}
.experince > p {
    font-size: 20px;
}
.footer-logo{
	text-align:center;
}
.copy-right{
	text-align:center;
}

.design{
	text-align:center;

}



}

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/*----------Responsive Css End----------*/