/*==============fonts area ==============*/
@font-face {
    font-family: 'Karla-SemiBold';
    src: url('../fonts/Karla-SemiBold.woff2') format('woff2'),
        url('../fonts/Karla-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-Bold';
    src: url('../fonts/Karla-Bold.woff2') format('woff2'),
        url('../fonts/Karla-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla-Medium';
    src: url('../fonts/Karla-Medium.woff2') format('woff2'),
        url('../fonts/Karla-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-ExtraBold';
    src: url('../fonts/Karla-ExtraBold.woff2') format('woff2'),
        url('../fonts/Karla-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-Regular';
    src: url('../fonts/Karla-Regular.woff2') format('woff2'),
        url('../fonts/Karla-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-Light';
    src: url('../fonts/Karla-Light.woff2') format('woff2'),
        url('../fonts/Karla-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla-ExtraLight';
    src: url('../fonts/Karla-ExtraLight.woff2') format('woff2'),
        url('../fonts/Karla-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*==============end fonts area ==============*/

body{
    font-family: Karla-Regular;
    background: #fff6ea;
    overflow-x: hidden;
}
ul{
	margin: 0px;
}
a{
	text-decoration: none;
}
button:focus, button:a{
	outline: none;
	box-shadow: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

html{
    scroll-behavior: smooth;
}
.container{
  width: 100% !important;
  max-width: 1192px;
}
.btn-primary {
    background: #009ee3;
    border: 0;
    color: #FFF;
    padding: 8px 30px 8px;
    display: inline-block;
    border-radius: 40px;
    font-size: 15px;
    transition: background 1s ease-out;
    font-size: 17px;
}
.btn-primary:hover{
    color: #fff;
}
.btn.btn-white{
  background: #FFF;
  color: #000;
}
.btn.btn-white:hover{
  background: #000;
  color: #FFF;
}

.heading h4{
    color: #959595;
    font-size: 1rem;
    text-transform: uppercase;
}
.heading h2{
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: 'Karla-ExtraBold';
}
.heading hr {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #ffe700;
    opacity: 1;
    margin: 15px 0;
    border:0;
    outline: 0;
}
.heading p {
    color: #000;
}
.heading2 h2,
.heading2 h3{
    color: #000;
    font-size: 1.75rem;
    margin-bottom: 0;
    font-weight: 600;
}
.heading2 h2{
  font-size: 2.25rem;
}
.heading2 hr {
    display: inline-block;
    width: 52px;
    height: 2px;
    background-color: #009ee3;
    opacity: 1;
    margin: 10px 0;
    border:0;
    outline: 0;
}

.text-yellow{
  color: #ffe700 !important;
}

.owl-carousel .owl-dots{
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
  width: 22px;
  height: 4px;
  background-color:#808080;
  margin-right: 16px;
}
.owl-carousel .owl-dots .owl-dot.active{
    background-color: #cc0100;
}
.owl-carousel .owl-dots .owl-dot:last-child{
  margin-right: 0;
}
.owl-carousel .owl-nav{
    margin-top: 15px;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border: 2px solid #262498;
  border-radius: 50%;
  color: #262498;
}
.owl-carousel .owl-nav button.owl-prev{
  margin-right: 10px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
  background: #262498;
  color: #FFF;
}


/* ============= hader area ==============*/

.header-area {
    padding: 15px 0 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 4px #e4008a17;
}
.header-area .navbar-brand {
    padding: 0px;
}
/*.header-area .navbar-brand img {
    width: 185px;
}*/
.main-header .navbar-dark .navbar-nav .nav-link {
    color: #010305;
    font-size: 1rem;
    transition: all 0.5s;
    padding: 5px 5px 0;
    position: relative;
    text-transform: uppercase;
    margin-right: 15px;
}
.main-header .navbar-dark .navbar-nav li:last-child .nav-link{
   padding-right: 0;
   margin-right: 0;
}
.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}

.header-area h5{
  font-size: 1.3rem;
  font-weight: 600;
}
.header-area h5 span{
  display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #009ee3;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    font-size: .7rem;
    margin-right: 10px;
}

.social_icons a{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #009ee3;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  font-size: .7rem;
  margin-right: 5px;
}
.social_icons a:last-child{
    margin-right: 0;
}



/* ============ end hader area =============*/

/*===========  home banner area ===========*/
.home-banner-area{
    background-color: #edfaff;
    position: relative;
}
.home-banner-area .item {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    height: 85vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-intro h1{
	font-size: 4rem;
	color: #fff;
	font-weight: 600;
}
.banner-intro p{
	color: #FFF;
	font-size: 1.4rem;
}
.home-banner-area .owl-nav{
    display: flex;
    width: 150px;
    height: 50px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    right: 15%;
}
.home-banner-area .owl-nav:before{
  content:'';
  display: block;
  width: 2px;
  background: #000;
  position: absolute;
  left:0;right:0;
  margin: auto;
  top: 10px;bottom: 10px;
}

.home-banner-area .owl-nav button.owl-next,
.home-banner-area .owl-nav button.owl-prev{
  width: 50%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 0;
  background: transparent;
}
.home-banner-area .owl-nav .owl-prev{
  background: url('/new/images//arrow_left.png') no-repeat center !important;
}
.home-banner-area .owl-nav .owl-next{
  background: url('/new/images//arrow_right.png') no-repeat center !important;
}
/*===========  end home banner area ===========*/

.about_spng_carousel .item .img_box{
  padding: 5px;
  background: #FFF;
}


.uspes_strip{
  width: auto;
  margin-left: -140px;
  padding: 10px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 2px #e7ebf0;
  position: relative;
  z-index: 99;
}



.business_verticle{
   position: relative;
}
.business_verticle_carousel:before{
    content: '';
    background: #ffe700;
    height: 235px;
    position: absolute;
    top:0;bottom:0;
    margin:auto;
    left:-100%;right:-100%;
    z-index: -1;
}
.business_verticle_carousel .item{
  padding: 50px 20px 60px;
  background: #252525;
  color: #fff;
  text-align: center;
  background-size: cover !important;
}
.business_verticle_carousel .item .icon_box img{
  width: auto;
  display: inline-block;
}
.business_verticle_carousel .item hr{
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #ffe700;
    opacity: 1;
    margin: 15px 0;
    border:0;
    outline: 0;
}
.business_verticle_carousel .item h2{
   font-weight: 600;
   margin: 15px 0 0;
}
.business_verticle_carousel .item p{
  color: #FFF;
  max-width: 296px;
  margin: 0 auto;
}
.business_verticle_carousel .item:hover{
  background: #003691 !important;
}
.business_verticle_carousel .item .icon_btn{
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
  line-height: 22px;
  margin: 15px auto 0;
  border-radius: 50%;
}


.featured_product_inner{
  background: #001b48;
  padding-bottom: 80px !important;
}
.fp_tabs a{
  display: inline-block;
  padding: 4px 10px;
  color: #FFF;
  border: 2px solid transparent;
  border-radius: 4px;
}
.fp_tabs a.active,
.fp_tabs a:hover{
  color: #ffe700;
  border: 2px solid #ffe700;
}
.fp_nav a{
  display: inline-block;
  padding: 5px;
}
.fp_nav .divider{
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #FFF;
  margin: 0 10px;
}

.industrial_news{
    background: url(/new/images//news_bg.jpg) no-repeat center top 160px;
    background-size: cover;
    padding-bottom: 80px;
}
.news_carousel .owl-dots{
  margin-top: 50px;
  margin-bottom: 0;
}
.news_carousel .item h4{
  font-weight: 600;
  font-size: 1.3rem;
}



@media screen and (min-width: 992px){
  .free_quote{
    background: url(/new/images//free_quote_bg.jpg) no-repeat left center;
  }
}
.free_quote{
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  background-color: #FFF;
  padding: 30px;
  margin-top: -40px;
}
.free_quote .inner{
   max-width: 526px;
}
.free_quote h2 span{
    color: #cc0100;
}

/*========= suit of services ============*/
/* Style the tab */
.benifit-row .tab {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* Style the buttons that are used to open the tab content */
.benifit-row .tab button {
    display: inline-block;
    background-color: inherit;
    color: #000;
    padding: 14px 20px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
}
.benifit-tab span {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 8px;
}
.benifit-tab span:after {
    width: 13px;
    height: 13px;
    background-color: #d6d6d6;
    display: block;
    content: '';
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    top: 7px;
}
.benifit-row .tab button.active span:after {
    background-color: #00a651;
}
.tab.benifit-tab:after {
    content: '';
    border: dashed 1px #d6d6d6;
    width: 100%;
    display: block;
    top: 28px;
    position: absolute;
    z-index: -1;
}

/* Change background color of buttons on hover */
.benifit-row .tab button:hover,
.benifit-row .tab button.active {
    font-weight: bold;
}

/* Style the tab content */
.benifit-row .tabcontent {
    display: none;
}
.on-hover-benefit .tabcontent h3 {
    font-size: 34px;
    font-family: 'Quicksand-Bold';
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.on-hover-benefit .tabcontent hr {
    background-color: #eb4f56;
    opacity: 1;
    width: 110px;
    height: 1.5px;
    margin: 15px auto;
}

.benifit-row .wd-btn-new {
    margin-top: 30px;
}
.suite-of-service {
    padding: 60px 0px 40px;
}
.suit-service-cnt >  img {
    position: relative;
    bottom: -40px;
    left: -60px;
    z-index: -1;
}
.suit-service-cnt {
    padding-left: 70px;
}
.suit-service-img {
    text-align: center;
    padding-top: 0px;
}
/*========= end suit of services ============*/


.certification_carousel .item{
  text-align: center;
}
.certification_carousel .item img{
  width: auto;
  display: inline-block;
}

.industrial_news .container{
  max-width: 1100px;
}
.industrial_news .owl-stage-outer{
    padding-bottom: 20px;
}
.industrial_news .item .info{
  width: auto;
  margin: -20px 13px 0;
  background: #FFF;
  text-align: center;
  position: relative;
  padding: 30px 10px;
}
.industrial_news .item .info hr{
   width: 100px;
   height: 3px;
   background: #009ee3;
   margin: 14px auto;
   border: 0;
   opacity: 1;
}
.industrial_news .item .info a{
  display: block;
  width: 40px;height: 40px;
  border-radius: 50%;
  background: #FFF;
  color: #009ee3;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.raq_sec_box{
  background: url(/new/images/raq_bg.jpg) no-repeat center;
  background-color: #009ee3;
}
.raq_sec_box h2{
    font-weight: 600;
}
.raq_sec_box input,
.raq_sec_box select{
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  border-radius: 0;
  height: 40px;
}
.raq_sec_box input:focus{
  background: transparent;
  color: #FFF;
}
.raq_sec_box select:focus,
.raq_sec_box select:active{
  background: #009ee3;
}

.raq_sec_box input::placeholder,
.raq_sec_box select::placeholder{
  color: #FFF;
}


/*============= footer area ===========*/
.footer-area {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
}

.footer-head {
    color: #009ee3;
    font-size: 22px;
    margin-bottom: 35px;
}
.footer-form {
    padding-right: 60px;
}
.footer-form p {
    color: #fff;
    font-size: 14px;
}

.foot-social {
    margin-top: 30px;
}
.footer-menu ul {
    padding: 0px;
}
.footer-menu ul li{
    list-style: none;
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #000;
    text-transform: uppercase;
}

.address-phone {
    margin-top: 37px;
}
.address-phone p {
    color: #fff;
    margin-bottom: 11px;
}
.address-phone a i{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #909090;
    color: #fff;
    text-align: center;
    line-height: 27px !important;
    margin-right: 10px;
}
.address-phone a{
    color: #000;
}

.bottom-footer {
    background-color: #fff;
    padding: 15px 0px;
}
.foot-prcy p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.foot-prcy p a{
    color: #000;
}
/*============= end footer area ===========*/

/*====== New Sustainibility Page ======*/
.inner-collection {
    background-color: #fff;
    padding: 40px;
}
.pd-rw {
    margin: 40px 0px;
}
.inner-collection {
    background-color: #fff;
    padding: 0px 40px;
    display: inline-block;
}
.botl {
    padding-left: 0px;
    list-style: none;
}
.botl li {
    font-family: 'Karla-Bold';
    position: relative;
}
.botl li span{
    font-family: 'Karla-Regular';
}
.botl {
    padding-left: 25px;
    list-style: none;
}
.botl li:after {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #fff111;
    position: absolute;
    left: -23px;
    top: 11px;
}

.heading-mrt {
    margin-top: 40px;
}
.point {
    padding: 0px;
}
.point li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.point li img {
    width: 53px;
}
.point li span {
    padding-left: 12px;
}

.waste-to-wealth {
    background-image: url(/new/images/waste-bg.jpg);
    padding: 50px 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.waste-bx .heading h2 {
    color: #fff;
}
.waste-bx .heading h2 {
    color: #fff;
    font-family: 'Karla-Bold';
}
.waste-bx .botl li:after {
    background-color: #009ee3;
    top: 20px;
}
.waste-bx .heading hr {
    background-color: #009ee3;
}
.waste-bx .botl li{
    color: #fff;
}
.waste-bx .botl li {
    color: #fff;
    font-family: 'Karla-Regular';
    padding: 8px;
    font-size: 18px;
}
.collection-process {
    position: relative;
}
.pro-shape-1 {
    position: absolute;
    left: 0;
}
.pro-shape-3 {
    position: absolute;
    right: 6%;
    top: 38%;
    z-index: -1;
}
.alt-row.pd-rw {
    position: relative;
}
.pro-shape-2 {
    position: absolute;
    right: -20px;
    bottom: -30px;
}
.pro-shape-5 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.pro-shape-4 {
    position: absolute;
    left: 0;
    top: 10%;
}
.newbg-banner .bread-inner-content h1 {
    font-size: 71px;
    font-family: 'Karla-Bold';
}
.main-banner-area.newbg-banner {
    height: 85vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
}
.barnd-slide-bx img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
.barnd-slide-bx {
    background-color: #fff;
    border-radius: 10px;
}
.our-brands-area {
    padding: 50px 0px 10px;
}

/*======== our school tab========*/

.our-product-area {
    padding: 50px 0px;
    position: relative;
    z-index: 9;
    background-color: #001b48;
}
.product-tab-nav {
    background-color: #001b48;
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    top: 140px;
}
.product-tab-nav .heading h4 {
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-family: 'Karla-Bold';
}
.product-tab-nav .nav-pills .nav-link {
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-family: 'Karla-Bold';
    padding: 8px 10px;
    background-color: #e31e24;
    margin: 8px 0px;
}
.product-tab-nav .nav-pills .nav-link.active {
    background-color: #fff;
    color: #009ee3;
    position: relative;
}
.product-tab-nav .cmn-head h4 {
    font-family: 'Karla-ExtraBold';
}
/*.product-tab-nav .nav-pills .nav-link.active:after {
    content: '';
    background-color: #fff;
    width: 120px;
    height: 41.5px;
    position: absolute;
    display: block;
    right: -60px;
    top: 0px;
}*/
/*.our-product-tab .col-lg-3 {
    padding-right: 0px;
}
.our-product-tab .col-lg-9 {
    background-color: #fff;
}*/
.school-tab-content {
    background-color: #fff;
    padding: 20px 35px;
    height: 100%;
    border-radius: 10px;
}
.steel-pro-inner img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}
.steel-pro-inner h3 {
    font-family: 'Karla-Bold';
    font-size: 41px;
    margin-bottom: 19px;
}
.steel-pro-inner .botl li {
    font-family: 'Karla-Bold';
    position: relative;
    color: #000;
}
.steel-pro-inner .botl {
    margin-bottom: 16px;
}
.steel-pro-inner p {
    color: #000;
}

/*======== end our school tab========*/


/*steel page */
.steel-saving-area img {
    width: 70%;
}
.steel-saving-area {
    text-align: center;
    margin-top: 30px;
}
.steel-table-area p {
    margin-top: 20px;
}
.steel-table-area .table {
    min-height: 360px;
}

@media screen and (max-width:992px){
    .newbg-banner .bread-inner-content h1 {
        font-size: 43px;
        font-family: 'Karla-Bold';
    }
    .turni-waste .heading h2 br {
        display: none;
    }
    .inner-collection {
        padding: 0px 10px;
    }
    
    .collection-process .heading h2 br {
        display: none;
    }
    .process-bx p {
        text-align: justify;
    }
    .process-bx .heading {
        text-align: center;
    }
    .process-bx .heading h2{
        font-size: 38px;
    }
    .alt-row.pd-rw {
        flex-direction: column-reverse;
    }
    .process-bx {
        margin-bottom: 30px;
    }
    .pro-shape-1, .pro-shape-2, .pro-shape-3, .pro-shape-4, .pro-shape-5 {
        display: none;
    }
    .waste-to-wealth {
        background-position: 50%;
        background-color: #1e1e1f;
        background-blend-mode: overlay;
    }
    .process-img {
        text-align: center;
    }
    .main-banner-area.newbg-banner {
        height: 55vh;
    }
    .home-banner-area .item {
        height: 75vh;
    }
    .banner-intro h1 br{
        display: none;
    }
    .home-banner-area .item {
        padding: 100px 10px;
    }
    .product-tab-nav .nav-pills .nav-link {
        display: inline-block;
    }
    .product-tab-nav #v-pills-tab {
        white-space: nowrap;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }
    .product-tab-nav {
        padding: 0px 0px 20px;
        text-align: center;
    }
    .steel-pro-inner h3 {
        font-size: 28px;
    }
    .school-tab-content {
        padding: 20px 15px;
    }
    .seeting-area .heading {
        margin-top: 30px;
        text-align: center;
    }
    .product-tab-nav .heading h4 {
        font-size: 40px;
    }
    .py-5.steel-table-area {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .steel-table-area .table-responsive {
        margin-top: 30px;
    }
    .steel-saving-area img {
        width: 100%;
    }
    .textile .row.mt-5.flex-md-row-reverse.align-items-center {
        flex-direction: column-reverse !important;
    }
    .about-stl .row {
        flex-direction: column-reverse;
    }
    .steel-saving-area {
        margin-bottom: 60px;
    }
    .about-stl .img_box {
        margin-top: 20px;
    }

}


/*====== end New Sustainibility Page ======*/