@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-style: normal
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #252525;
    margin-top: 0;
    font-style: initial;
    font-weight: 500;
    text-transform: normal
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500
}

h2 {
    font-size: 28px;
    line-height: 32px
}

h3 {
    font-size: 24px;
    line-height: 28px
}

h4 {
    font-size: 22px;
    line-height: 26px
}

h5 {
    font-size: 18px;
    line-height: 22px
}

h6 {
    font-size: 16px;
    line-height: 20px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    line-height: 18px;
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #0098db;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

.logo img { 
    margin-bottom: -4px;
    margin-top: -6px;
    width: 204px;
    padding:8px;
}

.footer-logo {
    border-radius: 10px;
    box-shadow: -2px 4px 11px 1px #1382cd;
    width: 330px !important
}

img#logo-img {
    width: 330px;
    height: 70px
}

.btn {
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0 0 no-repeat padding-box;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all .3s ease 0;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    box-shadow: 3px 4px 15px #EB3449A6;
    z-index: 998
}

h1.main {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
}

.btn:hover {
    color: #fff
}

.btn:hover::before {
    opacity: 0
}

.breadcrumb > .active {
    color: #888
}

.btn-after {
    width: 100%;
    height: 45px;
    border: 1px solid #707070;
    border-radius: 8px;
    margin-top: -28px;
    margin-left: 15px;
    position: absolute;
    transition: all .3s ease 0
}

.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0
}

#scrollUp {
    background: #6e202c;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s
}

#scrollUp:hover {
    background: #6fc4ea
}

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6
}

.header-cta ul li {
    display: inline-block;
    margin-left: 35px
}

.header-cta ul li:first-child {
    margin-left: 0
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #1f1e20
}

.main-menu ul li {
    display: inline-block;
        margin-left: 28px;
    position: relative
}

.main-menu ul li.active a {
    color: #049adb
}

.main-menu ul li a {
    display: block;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 0;
    position: relative
}

.main-menu ul li:first-child {
    margin-left: 0
}

.menu-area .menu-tigger {
    cursor: pointer;
    display: block
}

.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: .3s
}

.main-menu ul li:hover > a {
    color: #000 !important
}

.main-menu ul li:hover > a::before {
    width: 100%
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
}

.header-social a:hover {
    color: #fff
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 999;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0 normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0 normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.responsive {
    display: none
}

#mobile-menu {
    display: block
}

.menu-area {
    background: #fff
}

.menu-area::before {
    content: "";
    width: 33%;
    height: 62px;
    position: absolute;
    top: 52px;
    transform: skew(30deg);
    left: -34px
}

.menu-search a {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 35px;
    background: #ffffff4a;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #FFF
}

.top-btn {
    background: transparent linear-gradient(90deg, #1f1e20 0%, #aadcf2 100%) 0 0 no-repeat padding-box;
    padding: 16px 30px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 50px
}

.top-btn:hover {
    background: transparent linear-gradient(90deg, #aadcf2 0%, #fff 100%) 0 0 no-repeat padding-box;
    color: #1f1e20
}

.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto
}

.sticky-menu::before {
    height: 78px;
    top: 0;
    left: -20px
}

.slider-content {
    position: relative;
    z-index: 2
}

.sticky-menu ul li a {
    padding: 2px 0
}

.slider-area {
    border-bottom: 10px solid #6e202c
}

.slider-btn {
    display: inline-block;
    position: relative
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    right: 22%
}

.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #049adb;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    width: 0
}

.slider-active .slick-dots li.slick-active button {
    width: 50px;
    background: #049adb
}

.slider-active .slick-dots li.slick-active button::before {
    background: url(../img/bhansali-steel/dot.png);
    opacity: 1
}

.slider-active .slick-dots li button::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/bg/dote.png);
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center
}

.second-header {
    border: none;
    padding-bottom: 1px;
    background: #6e202c;
    padding-top: 1px
}

.second-menu {
    position: relative;
    z-index: 9
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0
}

.sticky-menu .second-menu::before {
    content: none
}

/*
.second-menu .main-menu ul li {
	margin-left: 30px
}
*/

.second-menu .main-menu ul li:first-child {
    margin-left: 0
}

.second-menu .main-menu ul li a::before {
    content: none
}

.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 998;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: .5s;
    transform: translateX(100%)
}

.offcanvas-menu.active {
    transform: translateX(0)
}

.menu-close i {
    font-size: 18px;
    color: #fff;
    transition: .3s;
    cursor: pointer
}

.menu-close:hover i {
    color: #049adb
}

.offcanvas-menu ul {
    margin-top: 30px
}

.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38
}

.offcanvas-menu ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 0;
    display: block
}

.offcanvas-menu ul li:hover a {
    color: #049adb
}

.offcanvas-menu form {
    position: relative;
    margin-top: 30px
}

.offcanvas-menu form input {
    width: 100%;
    background: none;
    border: 1px solid #2d3547;
    padding: 7px 10px;
    color: #fff
}

.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #049adb;
    padding: 8px 14px;
    top: 0;
    cursor: pointer
}

.offcanvas-menu form button i {
    color: #fff
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible
}

.breadcrumb-area {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    position: relative
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    font-size: 16px;
    color: #ddd
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    color: #ddd;
    content: ">"
}

.breadcrumb-title h2 {
    font-size: 44px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    text-shadow: 4px 2px 6px #000
}

.breadcrumb-title p {
    margin-bottom: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 16px
}

.breadcrumb > .active {
    color: #049adb;
    font-weight: 500
}

.slider-bg {
    min-height: 485px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: -1
}

.slider-content > span::before {
    content: "";
    background: #fff;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 10px;
    margin-right: 15px
}

.slider-content > span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px
}

.slider-content h2 {
    font-size: 45px;
    color: #fff;
    letter-spacing: .8px;
    line-height: 50px;
    margin-bottom: 40px;
    text-shadow: 4px 4px 4px #000
}

.slider-content h1 {
    font-size: 45px;
    color: #fff;
    letter-spacing: .8px;
    line-height: 50px;
    margin-bottom: 40px;
    text-shadow: 4px 4px 4px #000
}

.slider-content h2 span {
    color: #fff
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #049adb;
    margin-right: 20px;
    position: relative;
    top: -4px
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0
}

.slider-btn .btn {
    background: #fff;
    color: #049adb
}

.slider-btn .btn::before {
    content: none
}

.slider-btn .btn {
    box-shadow: 3px 3px 0 0 #049adb
}

.slider-btn .btn:hover {
    box-shadow: none
}

.p-relative {
    position: relative
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    height: 60px;
    width: 60px;
    color: #049adb;
    font-size: 18px;
    line-height: 65px;
    border: none;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    box-shadow: 4px 2px 0 0 transparent;
    transition: .5s
}

.slider-active .slick-next {
    right: 70px;
    left: auto
}

.slider-active .slick-arrow:hover {
    box-shadow: 4px 2px 0 0 #049adb
}

.s-slider-content h2 {
    margin-bottom: 25px
}

.s-slider-content p {
    font-size: 16px
}

.btn.ss-btn {
    background: transparent linear-gradient(90deg, #aadcf2 0%, #6e202c 100%) 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px #0f9edc;
    color: #fff
}

.btn.ss-btn:hover {
    background: transparent linear-gradient(90deg, #6e202c 0%, #aadcf2 100%);
    color: #fff
}

.about-img {
    margin-left: -50px
}

.about-title > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #049adb;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px
}

.about-title h2 {
    font-size: 38px;
    line-height: 1.4;
    /* margin-bottom: 35px */
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #049adb;
    margin-right: 20px;
    position: relative;
    top: -5px
}

.about-title p {
    font-size: 18px;
    margin-bottom: 0
}

.about-content p {
    margin-bottom: 45px
}

.second-atitle > span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6e202c;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent
}

.s-about-content p {
    margin-bottom: 15px;
    line-height: 1.8rem
}

.circle-right {
    display: inline-block
}

.s-btn {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 30px;
    border-radius: 50px
}

.s-btn:hover {
    background: #049adb;
    border-color: #049adb;
    color: #fff
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #153851;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px
}

.section-title h2 {
    font-size: normal;
    padding-bottom: 17px;
    margin-bottom: 0;
    position: relative;
    font-family: 'Poppins', sans-serif
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #049adb;
    margin: auto;
    transition: .3s;
    display: none
}

section:hover .section-title h2::before {
    width: 100px
}

.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-services {
    background: #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .07);
    position: relative
}

.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #049adb;
    z-index: -1;
    transition: .3s;
    opacity: 0
}

.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #049adb;
    transition: .3s;
    margin-bottom: 55px
}

.services-content {
    padding: 60px 40px;
    padding-bottom: 55px
}

.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px
}

.services-content h4 {
    font-size: 24px;
    margin-bottom: 23px
}

.services-content h4:hover a {
    color: #049adb
}

.services-content p {
    margin-bottom: 0
}

.single-services:hover .services-content span {
    background: #049adb
}

.single-services:hover::before {
    opacity: 1
}

.services-icon i {
    font-size: 48px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center
}

.services-two .services-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #153851;
    margin-bottom: 20px;
    box-shadow: 3px 2px 8px #00000040;
    border-radius: 20px;
    padding: 10px
}

.services-two .second-services-content {
    float: left;
    width: 100%
}

.services-two .s-single-services {
    transition: .3s;
    padding: 30px 15px;
    border: none;
    margin-bottom: 30px;
    border-radius: 10px;
    float: left;
    width: 100%;
    text-align: center
}

.second-services-content h5 {
    font-weight: 600;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    color: #252525
}

.second-services-content p {
    margin-bottom: 0;
    line-height: 1.7rem
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0
}

.s-single-services {
    transition: .3s;
    padding: 30px;
    border: 5px solid #f5f8fa
}

.s-single-services .active-icon {
    display: none
}

.s-single-services .d-active-icon {
    display: block
}

.s-single-services:hover {
    background: #fff
}

.s-single-services:hover .second-services-content h5 {
    color: #fff
}

.s-single-services:hover .second-services-content a {
    color: #049adb
}

.s-single-services.active {
    box-shadow: 3px 4px 15px #153851
}

.s-single-services.active .services-icon {
    background: #fff
}

.s-single-services.active .second-services-content h5 {
    color: #212529
}

.s-single-services.active .second-services-content a {
    color: #000
}

.s-single-services.active .second-services-content p {
    color: #000;
    line-height: 1.7rem
}

.s-single-services.active .active-icon {
    display: block
}

.s-single-services.active .d-active-icon {
    display: none
}

.services-bg {
    background-position: center;
    background-size: cover
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.chosse-img {
    background-size: cover;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.choose-area {
    background-size: cover;
    background-position: center
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }
}

.team-active .slick-dots {
    text-align: center
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.team-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s
}

.team-active .slick-dots li.slick-active button::before {
    background: url(../img/bhansali-steel/dot.png);
    opacity: 1
}

.team-active .slick-dots li button::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/bg/dote.png);
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%
}

.team-thumb img {
    max-width: 100%;
    display: inline-block
}

.team-info {
    background: #fff;
    transform: translateY(0);
    padding: 30px 20px;
    transition: .3s;
    box-shadow: 3px 4px 8px #00000026;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.team-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: .3s
}

.team-info h4 a:hover {
    color: #049adb
}

.team-info span {
    font-size: 16px;
    transition: .3s
}

.team-thumb .brd {
    border: 1px solid #70707042;
    border-bottom: none;
    display: inline-block;
    padding: 30px 10px 0;
    position: relative;
    margin-top: 5px
}

.team-thumb .brd::before {
    content: "+";
    position: absolute;
    top: -12px;
    left: -5px;
    font-weight: 200;
    color: #595B6B
}

.team-thumb .brd::after {
    content: "+";
    position: absolute;
    top: -12px;
    right: -5px;
    font-weight: 200;
    color: #595B6B
}

.single-team:hover .team-thumb .brd {
    border: 1px solid #153851
}

.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
    color: #153851
}

.single-team:hover .team-info {
    transform: translateY(-15px)
}

.single-team:hover .team-info::before {
    content: "";
    height: 20px;
    background: transparent linear-gradient(90deg, #aadcf2 0%, #6e202c 100%) 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px #153851;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0
}

.team-t h2 {
    top: 50px
}

.single-team:hover .team-info h4 {
    color: #153851
}

.slick-slide {
    outline: none
}

.project h2 {
    color: #fff
}

.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #049adb;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 40px;
    line-height: 80px
}

.single-counter img {
    margin-bottom: 15px
}

.count {
    font-size: 35px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block
}

.counter small {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    position: relative;
    font-family: 'Rubik', sans-serif
}

.single-counter p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff
}

.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #000;
    margin-bottom: -5px;
    margin-top: 10px
}

.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease
}

.author-one.now-in-view {
    top: -25px;
    left: 110px
}

.author-two.now-in-view {
    top: 21%;
    left: 69%
}

.author-three.now-in-view {
    left: 67%;
    top: 66%
}

.author-four.now-in-view {
    top: 77%;
    left: 53px
}

.author-five.now-in-view {
    left: 50px;
    top: 41%
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden
}

.testimonial-avatar .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease
}

.avatar-one.now-in-view {
    top: 0;
    left: 28%
}

.avatar-two.now-in-view {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.avatar-three.now-in-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.avatar-four.now-in-view {
    top: 20%;
    left: 70%
}

.avatar-five.now-in-view {
    top: 70%;
    left: 25%
}

.avatar-six.now-in-view {
    top: 59%;
    left: 64%
}

.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
    display: none
}

.testimonial-avatar.p-relative {
    min-height: 455px;
    display: block;
    overflow: hidden
}

.home-blog-active .slick-dots {
    text-align: center;
    margin-top: 30px
}

.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.home-blog-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s
}

.home-blog-active .slick-dots li.slick-active button::before {
    background: url(../img/bg/active-dote.png);
    opacity: 1
}

.home-blog-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/bg/dote.png);
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center
}

.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    cursor: pointer
}

.blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto
}

.blog-active .slick-arrow:hover {
    opacity: 1
}

.widget {
    padding: 35px 25px;
    box-shadow: 3px 4px 15px #00000026;
    overflow: hidden;
    border-radius: 10px
}

.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative
}

.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0
}

.details__content p {
    margin-bottom: 18px
}

.details__content blockquote {
    background: #dee2e6;
    padding: 30px;
    padding-left: 62px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #153851;
    z-index: 1;
    border-radius: 25px;
    box-shadow: 1px 5px #0198da
}

.details__content blockquote::before {
    position: absolute;
    content: "";
    left: 19px;
    top: 6px;
    background: url(../img/bhansali-steel/left-quotes-sign.png);
    height: 32px;
    width: 32px;
    z-index: -1
}

.details__content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600
}

.details__content-img {
    margin: 45px 0
}

.details__content-img img {
    width: 100%
}

.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px
}

.details__content figure img {
    float: left;
    width: 255px;
    margin-right: 30px
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
    line-height: 1.8rem
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    display: inline-block;
    margin-right: 20px
}

.footer-social a {
    font-size: 16px;
    color: #ddd;
    margin-right: 15px;
    display: inline-block
}

.about-social a {
    font-size: 25px;
    color: #035FA5;
    margin-right: 15px;
    display: inline-block;
}

.footer-social a:hover {
    color: #000
}

.f-widget-title h5 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative
}

.f-widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60px;
    background: url(../img/bhansali-steel/home/arrow-right.png) no-repeat
}

.footer-link ul li i {
    color: #6e202c;
    margin-right: 5px
}

.footer-link ul li a {
    color: #ddd;
    font-size: 14px;
    display: inline-block
}

.footer-link ul li a:hover {
    padding-left: 5px;
    color: #000
}

.footer-link ul li {
    margin-bottom: 10px
}

.footer-link ul li:last-child {
    margin-bottom: 0
}

.portfolio .col2 .grid-item {
    width: 49%;
    padding: 15px
}

.portfolio .col3 .grid-item {
    width: 33.33%;
    padding: 15px;
    margin: 0
}

.gallery-image figcaption {
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    opacity: 0;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 500
}

.gallery-image:hover figcaption {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.button-group {
    padding-bottom: 15px
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    font-size: 14px;
    margin: 0 15px;
    padding-bottom: 15px;
    cursor: pointer;
    outline: none;
    color: #000a2d;
    font-weight: 500;
    text-transform: uppercase;
    position: relative
}

.button-group button:hover {
    color: #049adb
}

.button-group button.active {
    background: transparent;
    color: #049adb;
    box-shadow: inset 0 -2px 0 #049adb
}

.main-menu ul li.has-sub .current a {
    color: #222
}

.main-menu ul li.current a {
    color: #049adb
}

.main-menu .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    z-index: 1;
    transition: all .3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #6e202c;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.main-menu .has-sub li a {
    padding: 8px 15px
}

.main-menu .has-sub li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left
}

.main-menu .has-sub a:hover {
    color: #6e202c !important
}

.main-menu .has-sub:hover > ul {
    display: block;
    margin-top: 0
}

.main-menu .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 253px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px
}

.main-menu .has-sub > ul > .has-sub:hover > ul {
    display: block
}

.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px
}

.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {
    display: block
}

.main-menu .has-sub ul li a {
    color: #000
}

.main-menu .has-sub ul li a:hover {
    color: #6e202c
}

.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
    font-size: 14px
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: #049adb
}

.main-menu .mega-menu-column.has-sub a {
    color: #333
}

.main-menu .mega-menu-column.has-sub a:hover {
    color: #049adb
}

@media screen and (min-width:600px) {
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%)
    }
}

@media screen and (min-width:992px) {
    li.mega-menu-column {
        flex: 1 0 calc(33.333%)
    }
}

.main-menu .has-sub .mega-menu-column li {
    flex: 1 0 calc(25%);
    border: none
}

.sidebar-widget a {
    color: #777
}

.sidebar-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6
}

.sidebar-widget a.rsswidget {
    color: #252525
}

.sidebar-widget .widget li .children {
    border-top: 1px solid #f6f6f6;
    margin-top: 10px;
    padding-bottom: 0;
    display: inline-block;
    width: 100%
}

.sidebar-widget .widget li.page_item_has_children {
    padding-bottom: 0
}

.sidebar-widget .widget .children {
    padding-left: 15px
}

.sidebar-widget .widget .children ul.children {
    padding-left: 30px
}

.sidebar-widget .page_item_has_children li {
    padding-top: 10px;
    display: block
}

.sidebar-widget .widget .children li {
    padding-top: 10px
}

.sidebar-widget .widget .children .children li {
    padding-top: 10px
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.sticky .bsingle__content,
.tag-sticky-2 {
    background: #f6f6f6
}

.sticky .bsingle__content ul li {
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 10px
}

.sidebar-widget .widget a {
    width: 85%;
    text-align: left
}

.sidebar-widget .widget a:hover {
    color: #049adb;
    padding-left: 10px
}

.sidebar-widget .widget .widget_archive li:hover,
.widget_categories li:hover,
.sidebar-widget .widget_archive li:hover {
    color: #049adb
}

.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px
}

.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px
}

video {
    width: 100%
}

figure.aligncenter {
    width: 100% !important;
    text-align: center;
    float: left
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    overflow-wrap: break-word;
    color: #000
}

p {
    overflow-wrap: break-word;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    color: #6e202c
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1)
}

.error-body a {
    margin-top: 30px;
    margin-bottom: 100px
}

.tag-markup-2 li > ul,
li > ol,
li > ol {
    padding-left: 1.5em
}

.tag-markup-2 ul li,
.tag-markup-2 ol li {
    margin-top: 10px;
    margin-bottom: 0
}

ol {
    padding-left: 15px;
    line-height: 2rem
}

iframe {
    width: 100%;
    height: auto
}

.footer-widget .widgettitle,
.footer-widget .cat-item,
.footer-widget .widget ul li {
    text-align: left;
    color: #fff
}

.footer-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6
}

.footer-widget p {
    color: #fff; font-size:13px;
}

.footer-widget td {
    padding: 5px;
    text-align: center
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5
}

.footer-widget th {
    background: #f6f6f6;
    padding: 10px 5px;
    text-align: center;
    color: #252525
}

pre {
    padding: 30px;
    background: #f6f6f6
}

pre cite {
    color: #000
}

.posted_in a {
    color: #595B6B;
    font-weight: 400
}

.number {
    font-size: 55px;
    font-weight: 600;
    color: #153851
}

.product:hover .product-action a {
    margin: 0 5px;
    opacity: 1;
    visibility: visible
}

.additional-info .table td,
.additional-info .table th {
    padding: .75rem 0;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
    font-weight: 400
}

.table td,
.table th {
    border-top: 1px solid #eaedff
}

.services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, .03)
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    z-index: 9
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #5fbee8;
    content: "";
    opacity: 0;
    visibility: hidden
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-categories li a {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    padding: 5px 10px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #fff
}

.services-categories li a:before {
    position: absolute;
    left: 20px;
    top: 6px;
    font-size: 13px;
    line-height: 30px;
    color: #222;
    font-weight: 900;
    font-family: 'FontAwesome5Pro';
    content: "\f0d9";
    /* font-family: "Font Awesome 5 pro"; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #fff
}

.services-categories li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #153851;
    z-index: -1;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.services-categories li.active a:after,
.services-categories li:hover a:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.brochures-box {
    position: relative;
    margin-bottom: 50px
}

.brochures-box .inner {
    position: relative;
    background-color: #2a2e48;
    padding: 35px 30px 25px
}

.brochures-box h4 {
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center
}

.brochures-box .text {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 20px
}

.brochures-box .theme-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.brochures-box .theme-btn i {
    margin-right: 3px
}

.service-detail {
    position: relative;
    padding-left: 20px
}

.service-detail .images-box {
    position: relative;
    margin: 0 -5px
}

.service-detail .images-box .column {
    padding: 0 5px
}

.service-detail .images-box .image {
    position: relative;
    margin-bottom: 10px
}

.service-detail .images-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.service-detail .content-box {
    position: relative;
    padding: 20px 0 0
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
	    margin-top: 20px;
}

.service-detail .content-box span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #6e202c;
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #6e202c;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: revert;
    margin-top: 12px
}

.service-detail .content-box p {
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.8rem
}

.service-detail .two-column {
    position: relative
}

.service-detail .two-column .title {
    margin-bottom: 40px
}

.service-detail .two-column p {
    margin-bottom: 25px
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 26px
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0
}

.service-detail .two-column .text-column {
    position: relative
}

.service-detail .prod-tabs {
    position: relative
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #252525;
    background: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 20px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #153851;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
    left: 0
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #153851;
    background: #fff
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #ddd
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    margin-bottom: 10px
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.8rem
}

.list-style-one li {
    position: relative;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px
}

.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #6e202c;
    content: "\f101";
    font-weight: 900;
    font-family: 'FontAwesome5Pro';
}

.working-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 30px
}

.working-style-two {
    position: relative;
    padding: 103px 0 104px
}

.working-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 140px;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 48px;
    box-shadow: 0 0 0 20px red
}

.working-style-two .working-block:first-child .working-block-two .inner-box .border-box {
    top: 175px
}

textarea.form-control {
    width: 100%;
    border: 1px solid #6e202c;
    margin-bottom: 20px
}

.input-form {
    background: #f8f9fa;
    padding: 20px;
    border: 3px solid #6e202c;
    height: 540px;
}

td,
th {
    border: 1px solid gray;
    text-align: center;
        padding: 5px 5px;
}

table {
    border-bottom: 1px solid gray;
    text-align: center;
    background-color: #fff;
    width: 100%
}

.whatsapp-float img {
    width: 65px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 -1px 20px #49d849
}

.whatsapp-float {
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;
    padding: 0 !important;
    border-radius: 100%
}

.copyright {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 36px
}

.breadcrumb-title.mb-30 span {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 1px #000
}

.breadcrumb-title.mb-30 h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 1px #000
}

.footer-link ul li:last-child {
    margin-bottom: 0;
    color: #fff
}

.accordion .accordion-item .accordion-header.active .title {
    background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
    color: #fff
}

.accordion .accordion-item .accordion-header .title {
    cursor: pointer;
    color: #253c61;
    position: relative;
    background: #edf0fa;
    margin: 0;
    padding: 24px 20px 20px 70px;
    font-size: 18px;
    line-height: 1.7rem
}

.row.align-items-center.type-product {
    text-align: center
}

img.img-fluid {
    border: 4px solid #b3b3b3
}

table > tbody > tr:nth-of-type(1) {
    background-color: #153851 !important;
    color: #fff
}

@media (max-width:700px) {
    .logo img {
                width: 161px;
        margin-left: -40px;
        margin-bottom: -20px;
    }
}

.bg-12345 { 
    background: #222;
}

.bg-123456 {
    background-image: linear-gradient(315deg, #68a5bf 0%, #6e202c 74%);
    background-size: 1583px 279px
}

.ftr-img-bg {
    background-color: #fff;
    border-radius: 14px;
    padding: 0 5px;
    box-shadow: -4px 4px 14px 1px #6e202c;
    width: 272px !important
}

.footer-bottom-area a {
    color: #fff
}

.footer-bottom-area a:hover {
    color: #000
}

.main-menu .has-sub ul li a {
    color: #000 !important
}

.main-menu .has-sub ul li a:hover {
    color: #6e202c !important
}

.bg-sub-h {
    background-image: linear-gradient(to bottom, #007bff59, #0000004d), url(../img/bhansali-steel/subheader.jpg);
    background-repeat: no-repeat;
    background-position: center center
}

.fix-menu-bar li {
    margin-bottom: -4px
}

.fa-chevron-right:before {
    content: "\f054";
    color: #fff
}

.contact-widget-wrapper li i {
    color: #fff !important
}

.footer-text {
    color: #000
}

table > tbody > tr {
    color: gray
}

.box-border {
    border: 4px solid #6e202c
}

.co-line {
    border: none;
    height: 3px;
    width: 224px;
    color: #6e202c;
    background-color: #6e202c;
    margin: 0 10px
}

.col-md-4 h3.otherProductTitle {
    font-size: 16px;
    line-height: 20px
}

@media screen and (min-width:600px) {
    .single-counter-img.text-center.fadeInUp.animated {
        margin-bottom: -20px
    }
}

h1.one {
    color: #fff
}

.main-menu .has-sub > ul > .has-sub > ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa
}

.main-menu .has-sub > ul > .has-sub > ul::-webkit-scrollbar-thumb {
    background: #000
}

.main-menu .has-sub > ul::-webkit-scrollbar-thumb {
    background: #000 !important
}

.main-menu .has-sub > ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa
}

img.coun {
    width: 25px;
    height: 100%
}

td.ali {
    padding: 10px 5px;
    text-align: left;
    font-size: 11px;
}

td.maziya {
    padding: 10px 5px;
    text-align: center;
    font-size: 11px
}

td.ali a {
    display: flex
}

th.f-co {
    color: #fff;
    font-size: 21px;
}

table.country-flag {
    border: 1px solid #7c7c7c
}

.error-404-area {
    background: #242424 url(../img/bhansali-steel/home/silder-3.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 175px;
    padding-top: 150px;
    position: relative;
    font-size: 60px
}

.error-404-area a:hover {
    color: #00a04f;
    font-size: 60px
}

.error-404-area h3 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #f3f5f3;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center
}

.error-404-area .thm-container {
    position: relative
}

.error-404-area:before {
    content: '';
    background: #242A34;
    opacity: .68;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

h2.dq {
    font-size: 200px;
    color: #b22222
}

a.d-1 {
    color: #23B46F;
    transition: all .3s ease;
    text-decoration: none !important;
    outline: none !important;
    font-size: 15px
}

.a2 {
    padding-top: 49px
}

tr.no {
    display: none
}

th {
    text-align: inherit;
    background: #6e202c
}

td.ali strong {
    padding-left: 5px
}

td.ali a img {
    align-self: center
}

input.form-control,
textarea.form-control {
    width: 100%;
    border: 1px solid #4682b4;
    margin-bottom: 20px
}

ul.sub-porduct li {
    padding: 6px 0;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #000
}

ul.sub-porduct li a {
    color: #000;
    letter-spacing: .8px
}

ul.sub-porduct li:last-child {
    border-radius: 0 0 8px 8px
}

h4.sub-pro-head {
    color: #000;
    border-radius: 8px 8px 0 0;
    background: #fff;
    margin: 0;
    padding: 10px 0;
    border-bottom: 3px solid #049adb
}

.modal-img {
    height: 38px;
    padding-right: 8px;
    padding-bottom: 10px;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    border-left: #000000 1px solid;
    padding-left: 12px;
    color: #6e202c;
}

.leadbtnclose {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.leadbtnclose .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.leadbtnclose .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.active {
    display: block;
}

.tee {
    text-align: center;
}

.ifchan {
    height: 445px;
}

.icon {
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
}

.icon-svg {
    background-image: url("../svg-file/gmb.svg");
}

.icon-svg:hover {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

.inli-blo a {
    display: inherit;
}

i.icon.icon-svg.ison-chan {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

i.icon.icon-svg.ison-chan:hover {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

.nicon {
    width: 26px;
    height: 25px;
    background-size: cover;
    display: inline-block;
}

.icon-png {
    background-image: url("../svg-file/about-social.png");
}

.my-element:hover {
    display: inline-block;
    margin: 0 0.5rem;
    animation: bounce;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.5s;
    /* don't forget to set a duration! */
}

/* toc */
Today at 6:06 PM.toc-item {
    display: block;
    font-size: 8px;
    line-height: 18px;
}

.toc-item a {
    padding-left: 4px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.list-ul li::marker {
    display: none;
    list-style: none;
    list-style-type: none;
    color: grey;
}

.table-view {
    /* width: 70%; */
    margin: 32px auto 32px;
    border: 1px black solid;
    padding: 12px;
    transition: linear 1s;
    padding: 10px 24px 10px 32px;
}

.tocTitle {
    color: #0273ba;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: linear 1s;
    margin-right: 31pc
}

.tocHeader {
    display: flex;
    justify-content: space-between;
}

#hidebtn {
    padding: 0px 6px;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    border: 1px solid #e0e0e0;
    transform: translateY(-4px);
    cursor: pointer;
}

.toc-collapse {
    height: 50px !important;
}

.toc-collapse-hide {
    display: none !important;
}

ul.list-ul.my-cs li {
    display: list-item;
}

ul.list-ul.my-cs {
    font-size: 13px;
    list-style-type: square;
    color: #bc5832;
    padding: 10px 14px;
}

.table-view.my-tab {
    padding: 10px 15px;
    /*This here*/
    -webkit-transition: 3s ease-out;
    -moz-transition: 3s ease-out;
    -ms-transition: 3s ease-out;
    transition: 3s ease-out;
    padding-bottom: 36px !important
}

.srcoll-side {
    overflow-y: scroll;
    display: block;
    height: 453px;
}

th {
    color: #fff;
}

p.colorfont {
    color: black;

}

p.colorfont a {
    color: #6e202c;


}

.ann-table {
    background-color: #6e202c59;
    opacity: 0.7;
    color: black;
    font-weight: 500;
    margin-bottom: 2em;
    padding: 1em;
    line-height: 2em;
    border-radius: 0.2em;
}

.ann-table li {
    list-style-type: decimal;
}

.ann-table a:hover {
    color: white;
}

.ann-table span {
    text-decoration: underline solid white 3px;
    font-weight: bold;

}

.content-box a {
    color: #6e202c;
}

.content-box a:hover {
    color: black;
}

.cntr {
    text-align: center;
}

.flw h3 {
    font-size: 2em;
    letter-spacing: 0.1em;
}

.main-menu.text-right li.has-sub.pet a {
    margin: -8px;
}

td.tabletd {
    font-size: 14px;
}

span.a2a a {
    color: white;
}

p.para {
    color: #6e202c;
}

section.bg-123456 {
    background: #5b59590d;
}

ul.sub-prooduct li {
    padding: 6px 0;
    background: linear-gradient(315deg, #3985a7 0%, #049adb 74%);
    text-align: center;
    border-bottom: 1px solid #000;
    margin: 5px;
}

ul.sub-prooduct li a {
    color: white;
}

h3#Wire-Mesh a {
    color: white;
}

h3#Perforated-Sheet a {
    color: white;
}

.main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-menu nav > ul > li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    border-top: 3px solid rgb(0, 152, 218);
    text-align: left;
}


.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.sub-menu li {
    display: block;
}

.main-menu li:hover .sub-menu {
    display: block;
}

/* Style nested sub-menu */
.nested-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.sub-menu li:hover .nested-sub-menu {
    display: block;
    margin-top: 5px;
    width: 235px;
    height: 300px;
    overflow-y: scroll;
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
            img {
        max-width: 100%;
        height: auto;
    }
*/
/*
            section {
                padding: 60px 0;
                min-height: 100vh;
            }
*/
.testimonials {
    padding: 120px 0 80px;
}

.testimonials .heading {
    margin-bottom: 60px;
}

.testimonials .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.testimonials .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}

.testimonials .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.testimonials .box {
    box-shadow: 0 10px 30px #ddd;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.testimonials .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313e4b;
}

.testimonials .box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 1px 7px -2px #153851;
}

.testimonials .box h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #02a2c4;
    margin-left: 10px;
}
.whrrss{
    color:#fff !important;
}
.testimonials .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
}
.featured-services .service-item .icon {
    margin-right: 20px; display: inline-block; float: left;
    font-size:30px;
}
.featured-services .service-item .description {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    line-height:30px;
}

.call-to-action{
    background-image: url('../img/about1.jpg');
    padding-top:90px;
    padding-bottom:90px;
}
.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff; margin-bottom:20px;
}
.call-to-action p {
    color: #fff; margin-bottom:20px; line-height:30px;
}
.testimonials .box .icon {
    border: 1px solid #eee;
    color: #777777;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.call-to-action .cta-btn {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.testimonials .box .icon:hover {
    color: #ffffff;
    border: 1px solid #02a2c4;
    background: #02a2c4;
}


section.testimonials {
    margin-top: -37px;
}




$bullet: 10px;
$c-bullet: deeppink;
$c-star: gold;

.labels {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto 50px;
}

.label-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: $bullet;
    height: $bullet;
    padding: $bullet;

    border-radius: 10 * $bullet; // just to make sure...

    font-size: 1.4em;
    font-weight: 700;

    color: #fff;
    background: $c-bullet;

    cursor: pointer;
}

.stars {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}

.star-check {
    display: none;

    & ~ .star-icon::after {
        content: "\2605"; // full star 
    }

    &:checked ~ .star-icon::after {
        /*    content: "\f006"; // empty star*/
        color: #6c757db5;
    }

    // overloads the checked ~ .star-icon for the currently checked radio
    &:checked + .star-icon::after {
        content: "\f006";
    }
}

.star-icon {
    font-family: "FontAwesome";
    font-size: 1.6em;
    color: #ffc107;
    cursor: pointer;

    &:hover {
        color: lighten($c-star, 20%);
    }
}


// not relevant for the demo
//========================================
html {
    font-family: "Passion One", "Helvetica Neue", "Arial Black", sans-serif;
}

body {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    margin: 0;
}

main {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

blockquote {
    /*
  width: 50%;
  max-width: 15rem;
*/
    margin: 100px auto;
    padding: 1.4em;

    font-size: 1.2rem;
    letter-spacing: 1px;

    color: #fff;
    background: linear-gradient(135deg, $c-star, $c-bullet) 50% no-repeat;
}



/* 14 */
.btn-14 {
    background: #6e202c;
    border: 2px solid black;
    border-radius: 31px;
    padding: 16px;
    margin: auto;
    font-weight: 500;
    z-index: 1;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5);
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-14:hover {
    color: #6e202c;
    border: 2px solid #007bff;
    transition-duration: 1s;
    background-color: #f6f6f6;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-14:active {
    top: 2px;
}

.laka i {
    flex-shrink: 0;
    font-size: 48px;
    color: #13384f;
    margin-right: 20px;
    line-height: 0; display: inline !important;
    float: left;
}
.footer-bottom-area p{
    color:#fff; font-size:13px;
}
.mkss{
    border: 1px solid #f1f1f1;
    text-align: center;
}
.mkss img{
    margin:auto; width:40%;
    margin-bottom:15px;
}
.mkss h4{
    font-size:17px;
}
.card-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.card { 
    margin-bottom:30px !important;
}

.services .card h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.services .card p {
    padding: 0 30px;
    margin-bottom: 30px;
    color: #000;
    font-size: 15px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative; text-align: center;
    z-index: 2;
}
.section-title p {
    margin-bottom:20px;
    position: relative; text-align: center;
    z-index: 2;
}
.bx1 {
    background: #f8f8f8;
    box-shadow: 0 0 10px rgb(204 204 204 / 67%);
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.bx1 p{
    line-height:30px;
}