@import url('https://fonts.googleapis.com/css?family=Lato:300');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');


*{
  margin:0px;
  padding: 0px;

}

.navbar{
  background-color:#2753bc !important;
}
.navbar-brand{
  font-size: 25px;
  color: brown;

}

.sitename h3{
  margin-top: 10px;
}

.navbar-light .navbar-brand{
  color: brown;
}

.navbar-light .navbar-nav .nav-link {
  color:white !important;
  font-family: 'Abel', sans-serif;
  font-size:20px;
  text-transform: uppercase;
  padding-left: 30px;
  border-left: 1px solid white;
  padding-right: 30px;
  border-right: 1px solid white;

}

.navbar-light .navbar-nav .nav-link:hover{
  color: #f15a23 !important;
}

.carousel-item img{
  width: 100%;
}


.carousel-caption{
    left: 0;
    position: absolute;
    top: 37%;
    text-align: left;
    margin-left: 10%;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Abel', sans-serif;
    height: 200px;
    width: 300px;
    border-top-right-radius: 50px;
    padding: 20px;
    border-bottom-left-radius: 50px;

}
}


.carousel-caption h2{
  font-size: 20px !important;
  color: black;
  font-weight: 500px;

}


.carousel-caption p{
  font-size: 16px;
  margin-top: 15px;
  color: white;
  font-weight: 300px;

  }



  .carousel-caption input{
    border-radius: 20px;
    width: 110px;
    color: white;
      margin-top: 15px;
  }

  .aboutfrst{
    margin-top: 150px;
  }

  .content{
    margin-top: 0px;
  }

  .content h3{

    font-family: 'Lato', sans-serif;
    font-size: 45px;
    }

  
  .content p{

    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.9em;
    text-align: justify;
   margin-top: 30px;
  

  }

  .content button{
    border-radius: 15px;
    margin-top: 20px;
  }



.drops .dropmenu{
  background-color: rgba(0, 0, 0, 0.7);

}

.dropmenu a{
  color: white;
  font-family: 'Abel', sans-serif;
  font-size: 20px;


}



./*drops:hover .dropmenu {
  display: block;
  
}
*/


.navbar-toggler{
  background-color: wheat !important;
}

.text-center{
  text-align: center;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}


.main-common-banner {
    background: url(../images/common.jpg);
    background-position: center;
    background-size: cover;
    padding:50px 0px;

  }
  .main-common-banner li{
    display: inline-block;
    font-weight: bold;
    font-size:20px;
  }
  .main-common-banner li a:hover{
    color:#f28201;
  }
  .company-profile{
    background:#dff0d8;
  }
  .company-profile p{
    color:#333;
    font-size:16px;
    font-family:Poppins,sans-serif;
    line-height:30px;
  }
  .company-detail p{
    padding:10px 0px;
    color:#f28201;
    font-weight:bold;
  }
  .contact-section{
    background:#dff0d8; 
  }
.contact-section h2{
  font-weight:600;
  color:#000;
  font-size:32px;
}
.contact-section  .form-section h2{
  color:#00008b;
  font-weight:600;
  font-size: 25px;
}
.form-section .form-control{
  margin-bottom:15px;
  padding:10px;
  border:none;
  background-color: #f3f3f3;
}
.form-section input::placeholder,.form-section textarea::placeholder{
  color:#000;
}
.form-section .btn{
  margin-bottom:20px;
  padding:10px 25px;
  background: #00008b;
  font-weight: bold;
  color:#fff;
}
.contact-detail-page li{
  font-family: sans-serif;
  font-size:17px;
}
.contact-detail-page li span{
  margin-left:20px;
  font-size: 25px;
  font-weight: bold;
}
.contact-detail-page .list-item-detail{
  margin-left:50px;
  padding-top:5px;
  padding-bottom:20px;

}
.contact-detail-page li i{
  border-radius:100%;
  background: #00008b;
  color:#fff;
  margin-top:4px;
  height:30px;
  width:30px;
  line-height:30px;
  text-align: center;
}
.map-section iframe{
  border:none;
}
.company-profiles{
    background:#dff0d8;
  }
  .company-profiles p{
    color:#333;
    font-size:14px;
    font-family:Poppins,sans-serif;
    line-height:20px;
  }


  .product-contents {
  margin-bottom: 20px;
}
.product-contents h2 {
  color: #639709;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-contents li {
  line-height: 34px;
  padding: 4px 15px 3px;
  background: #d0e0b5;
  margin-bottom: 5px;
  border-left: 3px solid #002060;
}
.product-contents li:hover {
  border-bottom: 2px solid #002060;
}
.product-contents li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 14px;
}
.image-detail {
  margin-top: 50px;
}
.image-detail img {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 250px;
}
.image-detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  color: #639709;
}
.image-detail a {
  background: #fff;
  color: #639709;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #639709;
}
.image-detail a:hover {
  background: #639709;
  border: 1px solid #fff;
  color: #fff;
}
.product-details {
  margin-top: 50px;
}
.product-details h2 {
  font-family: "Montserrat", sans-serif;
}
.product-details p {
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  text-align: justify;
}
.detail-page h3 {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  color: #3e3e3e;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.detail-page p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.img-thumbnail {
  display: inline-block;
}




.main{
  margin-top: 100px;
  background-image: url('images/shreeriddhisiddhimetalindustries.jpg');
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  line-height: 1.7em;
  overflow: hidden;
}


.hsec h2{
  margin-top: 4%;
  color: white;
  text-align: center;

}

.mainsec{
  background-color: rgba(0, 0, 0, 0.9);
  height: 700px;
}


/*contact us style*/

.form{
  margin-top: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Lato', sans-serif;
}

.form h3{
  font-size: 35px;
    font-family: 'Abel', sans-serif;
  color: black;
  text-align: center;
}

.conform label{
  font-size: 25px;
  color: white;
  font-family: 'Abel', sans-serif;
}

.conform input{
  font-size: 25px;
  color: black;
  border-radius: 0px;
}

.conform .submitbtn{
   font-size: 30px; color: white; background-color: red; border:none; padding: 2px; border-radius: 100px; width: 100px;
}

.conform .submitbtn:hover{
  background-color: blue;
  color: white;
}

.footer{
     font-family: 'Lato', sans-serif;

}


.aboutus{
  background-image: url('images/aboutusback.jpg');
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
}

.bgcolor{
 background-color: rgba(39, 83, 188, 0.71);
  
}


h2{
  color: #dc1506;
}


h3{
  color: #dc1506;
}



.form h3{
  color: #dc1506;
}








.footerProduct h3{
  font-family: 'Roboto Condensed', sans-serif;
}

.footerProduct a{
  line-height: 1.7em;
  display: block;
  color: white;

    font-family: 'Lato', sans-serif;
  margin-left: 10px;
}


.footerProduct p{
  color: white;
  font-size: 18px;
    font-family: 'Lato', sans-serif;
  text-align: justify;
}

.background{
  background-color: rgba(39, 83, 188, 0.75);
  color: white;
  height: 150px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.background h3{
   padding-top: 40px;
   margin-left: 30px;
}

.background p{
   padding-top: 0px;
   margin-left: 30px;
}


.gallery{
  background-image: url('images/shreeriddhisiddhimetalindustries.jpg');
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
}




.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}