/*******ESPL Front page css start******/
body {
    font-family: "Syncopate", system-ui;
    font-family: "Rajdhani", sans-serif;
    overflow-x: hidden !important;
    background-color: #f9f9f9;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
p {
    font-family: "Rajdhani", sans-serif;
}
h1 {
    font-family: "Syncopate", system-ui;
    font-weight: 700;
}
h2 {
    font-family: "Syncopate", system-ui;
    font-weight: 700;
    font-size: 2rem;
    color: #DD0002;
    text-transform: uppercase;
}
h3 {
    text-transform: uppercase;
    color: #ffffff;
}
h4 {
    text-transform: uppercase;
    color: #ffffff;
}
span {
    color: #4C4C4C;
    text-transform: uppercase;
    font-size: 34px;
    font-size: 2rem;
}
.cmn-btn{
    width: fit-content;
    height: fit-content;
    background: #DD0002;
    border-radius: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 6px 10px 6px 30px;
    border: none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #DD0002
}
/******* Header Section Start******/

/******* Navbar ******/
.navbar{
    background: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding: 0px 18px;
}
.navbar-brand img{
    height: 80px;
}
/******* Navbar ******/

.herobanner {
    background: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 95vh;
    padding-bottom: 20px;
    width: auto;
    position: relative;
}
.banner-headings {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80vw;
}
.banner-headings h1 {
    color: #DD0002;
    font-size: 4.4rem;
    text-transform: uppercase;
}
.banner-headings h2 {
    color: #ffffff;
    font-size: 3.8rem;
}
.banner-headings p {
    color: #ffffff;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-top: 20px;
}
button.bannerbtn {
    width: fit-content;
    height: fit-content;
    background: transparent;
    border-radius: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #DD0002;
    margin-top: 30px;
    font-size: 16px;
    padding: 6px 10px 6px 30px
}
.btncontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.btntext {
    font-weight: 200;
}
.strips {
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}
.strip h3{
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300;
    font-family: 'Syncopate';
    margin: 0px;
   
}
.strip{
    background: #0000003d;
    padding: 8px 35px;
    border-right: 1px solid #dd0002;
    width: 30%;
    margin-top: 5%;
}
.contact-vector{
    background-color: #e74e4e !important;
}
.check-vector{
    background-color: #585656 !important;
}
/******* Header Section END******/
/******* About US Section Start******/
.about-us{
    background: #ffffff;
}
.about-us-content h2 {
    line-height: 1.4;
}
.about-us-creative img {
    height: auto; 
    width: 100%; 
    padding: 5px;
}
.about-us-creative h3 {
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.creatives {
    position: relative;
}
.steel-certified img{
    height: auto;
    width: 100%;
}
.showDesktop{
    display: block;
}
.showMobile{
    display: none;
}
.certified-img{
    margin-top: 50px;
}
.certified-heading h3{
    text-align: left;
    color: #ffffff;
    font-size: 1.5rem;
    width: 35%;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.steel-certified{
    position: relative;
}
/******* We Offer Section Start******/
.we-offer {
    background: url(../images/all-steel-bg.png);
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.steel-offer {
    background: #ffffff;
    position: relative;
}
button.offer-btn {
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.offering-heading p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Syncopate";
    font-size: 16px;
}
.arrow-right-vector{
    background-color: #e74e4e !important;
}
.steel-img h3 {
    color: #DD0002;
    font-family: "Syncopate", system-ui;
    font-size: 16px;
    font-weight: 700;

}
.steel-img img {
    width: 100%;
    height: auto;
}
.steel-img {
    display: flex;
    justify-content: space-around;
}
.industries-img img {
    width: 100%;
    height: auto;
}
.steel-offering {
    padding: 90px;
    position: absolute;
    margin: 0 10%;
    background-color: white;
}
.our-industries {
    padding: 196px 80px 50px 80px;
}
.industries-img h3 {
    font-family: "Syncopate", system-ui;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.industries-img {
    position: relative;
}
.industries-content {
    position: relative;
}

/******* We Offer Section End******/

/******* Why us Section Start******/
.why-us .why-img{
    height: 100%;
}
.why-us .why-img img{
    width: 100%;
    height: 100%;
}

.why-us-content {
    background: #ffffff;
}
.why-choose-content h4 {
    font-family: 'Syncopate';
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}
.why-choose-content h3 {
    color: #4C4C4C;
    font-size: 1.2rem;
    font-weight: 400;
}
.why-choose-head {
    padding: 80px 80px 0px 80px;
}
.our-usps img{
    height: auto;
    width: 18%;
}
.usp-card{
    text-align: center;
    padding: 20px 60px;
}
.usp-card h3{
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    padding-top: 20px;
}
.our-usps {
    padding: 20px 40px;
}
/******* Why us Section End******/

/******* Dealers Logo Section Start******/
.dealers-heading h2{
    margin-bottom: 40px;
}

.dealers-img {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.dealers-all img {
    width: 100%;
    height: auto;
}
/******* Dealers Logo Section End******/

/******* Announce bar Section Start******/

.announce-bar{
    background: #000000;
}
.announce-bar span{
    color: #ffffff;
}
.announce-bar h3{
    font-family: "Syncopate", system-ui;
    font-size: 1.1rem;
    font-weight: 700;
}
button.announce-bar-btn.cmn-btn {
    border: none;
}
.container.announce-content {
    display: flex;
    justify-content: space-between;
}
/******* Announce bar Section End******/


/******* Footer Section Start******/

.form-control {
    border: 1px solid #000000;
    border-radius: 30px;
    height: 40px;
    font-size: 1.2rem;
}
.footer-form{
    padding-bottom: 0px;
}
.errormsg {
    color: #ff0000;
    text-transform: none;
    font-size: 11px;
    padding: 0px 10px;
}
.col-auto button {
    border: 1px solid #dd0002;
    border-radius: 30px;
    height: 40px;
    background-color: unset;
    color: #000000;
    padding: 5px 5px 5px 20px;
    display: flex;
    align-items: center;
}
.form-control::placeholder{
    color: #dd0002;
}
.arrow-r-up {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #000000;
    margin-left: 20px;
    position: relative;
}
.arrow-r-up img {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-address-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address {
    width: 40%;
}
.address p {
    color: #000000;
    font-weight: 400;
    font-size: 1.2rem;
}
.footer-logo img {
    height: 120px;
    width: auto;
}
.copyright {
    padding: 40px;
}
.copyright-text{
    border-top: 1px solid #000000;
}
.copyright-text p {
    color: #dd0002;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 40px;
    font-size: 1.2rem;
}
/******* Footer Section End******/

/******* Whatsapp float Section start******/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:16px;
}

/******* Whatsapp float Section end******/

@media only screen and (max-width: 767px) {
    .hideMobile{display: none;}
section{
    padding: 30px 10px;
}
h2 {
    font-size: 1.4rem;
}
span {
    font-size: 1.4rem;
}
p{
    font-size: 16px!important
}
p span{
    font-size: 16px!important
}
/******* Header Section start******/
.herobanner{
    padding-top: 0;
    height: 80vh;
}
.banner-headings h2 {
    font-size: 1.4rem;
}
.banner-headings {
    top: 50%;
}
.banner-headings h1 {
    color: #DD0002;
    font-size: 2.2rem;
}
button.bannerbtn{
    margin-top: 10px;
}
.strips{
    padding-top: 30px;
}
.strip h3 {
    font-size: 1rem;
}
.strip {
    padding: 10px 10px;
}
.our-industries {
    padding: 50px 30px;
}
.showDesktop{
    display: none;
}
.showMobile{
    display: block;
}
/*******Offer Section start******/
.steel-offer{
    background: transparent;
}
.steel-img {
    display: block;
    justify-content: space-around;
}
.we-offer {
    height: 100%;
}
.steel-offering {
    padding: 30px;
    position: relative;
}
/******* Why us Section start******/

.why-choose-head {
    padding: 30px;
}
.why-img img{
    display: none;
}
.our-usps img {
    width: 50px;
    height: auto;
}
.steel-offering .offer-btn{
    border: none;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
    margin-top: 20px;
}
.usp-card{
    padding: 0;
    padding-bottom: 20px;
}
.our-usps>.row>.col-lg-6{
    padding: 0;
}
.usp-card p {
    margin-bottom: 0;
    font-size: 14px !important;
}
/******* About usSection start******/

.about-us-creative h3 {
    font-size: 1rem;
}
.certified-heading h3 {
    color: #ffffff;
    font-size: 1rem;
    padding-top: 10px;
    width: 70%;
    top: 70%;
    left: 7%;
    transform: translateY(-50%);
}
.about-us-creative.d-flex {
    padding-top: 20px;
}
.why-us{
    padding-top: 0;
    padding-bottom: 0;
}
.announce-bar h3{
    font-size: 1rem;
    font-weight: 500;
}
.industries-img .row .col-lg-3{
    padding: 0;
}
.industries-img h3{
    font-weight: 800;
    font-size: 12px;
}
/******* footer Section start******/

.logo-address-wrapper{
    display: block;
}
.address {
    width: 100%;
    padding-top: 20px;
    text-align: center !important;
}
.dealers-all img {
    width: 80%;
    height: auto;
}
.container.announce-content {
   display: block;
}
.footer-form{
    padding-top: 20px;
}
.footer-logo {
    text-align: center;
}
.copyright {
    padding: 0px;
}
.copyright-text p{
    padding: 10px 40px;
}
.navbar-light .navbar-toggler-icon {
    background-image:url(../images/burger-menu.svg);
}
}
/******* XL Screen ******/
@media (min-width: 1500px) {
    .herobanner{
        height: 80vh;
    }
    .steel-offering{
        position: relative;
    }
    .banner-headings{
        max-width: 1320px;
    }
    .we-offer{
        height: relative;
    }
}