        * {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        .container {
            max-width: 1170px;
            width: auto;
            margin: auto;
            padding: 0px 15px;
        }
        /*  */
        
        a,
        a:hover,
        a:active,
        a:visited,
        a:focus {
            text-decoration: none;
        }
        
        ul {
            margin-bottom: 0px;
        }
        
        a.site_a {
            position: relative;
            position: relative;
            z-index: 99;
            overflow: hidden;
            background-color: #ffd200;
            color: rgb(0, 0, 0) !important;
            font-size: 16px;
            text-align: center;
            display: inline-block;
            padding: 13px 15px !important;
        }
        
        a.site_a:hover {
            color: #fff;
        }
        
        a.site_a:after {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            background-color: #f1c706;
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: 0px;
            width: 0px;
            height: 100%;
            content: '';
            display: block;
            z-index: 9;
        }
        
        a.site_a span {
            position: relative;
            z-index: 99;
        }
        
        a.site_a .te_btn {
            font-size: 17px;
        }
        
        a.site_a span .fa-angle-double-right:before {
            content: "\f101";
            margin-left: 6px;
            font-size: 14px;
        }
        
        a.site_a:hover:after {
            width: 100%;
        }
        
        a.site_b:hover {
            color: #fff;
        }
        
        a.site_b:after {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            background-color: #253d84;
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: 0px;
            width: 0px;
            height: 100%;
            content: '';
            display: block;
            z-index: 9;
        }
        
        a.site_b span {
            position: relative;
            z-index: 99;
        }
        
        a.site_b .te_btn {
            font-size: 17px;
        }
        
        a.site_b span .fa-angle-double-right:before {
            content: "\f101";
            margin-left: 6px;
            font-size: 14px;
        }
        
        a.site_b:hover:after {
            width: 100%;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
        }
        
        hgroup h2 {
            position: relative;
            font-size: 36px;
            color: #f47920;
            font-weight: 700;
            text-transform: capitalize;
        }
        
        .owl-carousel .owl-item img {
            margin: auto;
        }
        
        a.site_link {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            font-size: 16px;
            color: #f47920;
            font-weight: 500;
            display: inline-block;
        }
        
        a.site_link i {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            display: inline-block;
            margin-left: 5px;
        }
        
        a.site_link:hover {
            color: #000;
        }
        /* a.site_link:hover i{ margin-right: -6px;} */
        
        a.site_mnlink {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            font-size: 18px;
            color: #f47920;
            font-weight: 700;
        }
        
        a.site_mnlink svg {
            width: 20px;
            display: inline-block;
            margin-left: 10px;
        }
        
        a.site_mnlink svg path {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            fill: #000;
        }
        
        a.site_mnlink:hover {
            color: #000;
        }
        
        a.site_mnlink:hover svg path {
            fill: #f47920;
        }
        
        .modal-body {
            position: relative;
        }
        
        .modal-body .close {
            position: absolute;
            right: -18px;
            top: -18px;
            z-index: 99;
            height: 36px;
            width: 36px;
            border-radius: 50%;
            background-color: #fff;
            color: #f47920;
            line-height: 36px;
            opacity: 1;
            box-shadow: none;
        }
        
        .modal-body .close:focus {
            outline: none;
        }
        
        #Trade_Enquiry input {
            background-color: #eee;
            border: none;
            padding: 22px 15px;
            margin: -5px 0;
            width: 100%;
            font-size: 14px;
        }
        
        #Trade_Enquiry select#inputState {
            background-color: #eee;
            border: none;
            padding: 10px 15px;
            margin: 5px 0;
            width: 100%;
            font-size: 14px;
        }
        
        .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            box-shadow: none;
        }
        
        #Trade_Enquiry .popup_btn {
            border: none;
            background-color: #dc2728;
            color: #FFFFFF;
            font-size: 17px;
            width: 100%;
            font-weight: bold;
            padding: 10px 45px;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: transform 80ms ease-in;
            margin-top: 15px;
        }
        
        .modal-header .close {
            padding: 1rem 1rem;
            margin: -1rem -1rem -1rem auto;
            background: #e8e8e8;
            height: 36px;
            width: 36px;
            line-height: 36px;
            border-radius: 50%;
            top: 10px;
            position: absolute;
            right: 0px;
            opacity: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        button:focus {
            outline: none;
            outline: none;
        }
        /* =======header=======
============================ */
        /* header {
            position: fixed;
            width: 100%;
            z-index: 999;
            top: 0;
        } */
        
        header .header_tp {
            background-color: #232323;
        }
        
        header .header_tp ul li a {
            display: inline-block;
            font-size: 16px;
            color: #fff;
            font-weight: 500;
        }
        
        header .header_tp .social_ul {
            margin: 0px 25px;
        }
        
        header .header_tp .social_ul li {
            margin-right: 15px;
        }
        
        header .header_tp ul li a span {
            display: inline-block;
            margin-left: 5px;
            font-size: 14px;
            font-weight: 400;
        }
        
        header .navbar-toggler {
            border: none;
        }
        
        header .header_tp .info_ul li {
            margin-right: 15px;
        }
        
        header .header_tp .shopp_cart {
            display: block;
            background-color: #000;
            font-size: 18px;
            line-height: 42px;
            color: #fff;
            padding: 6px;
            height: 42px;
            width: 42px;
            text-align: center;
        }
        
        header .header_tp .shopp_cart i {
            position: relative;
            display: inline-block;
            vertical-align: 5px;
        }
        
        header .header_tp .shopp_cart i .cart_count {
            background-color: #f47920;
            height: 16px;
            width: 16px;
            line-height: 16px;
            border-radius: 50%;
            color: #fff;
            font-size: 14px;
            position: absolute;
            right: -8px;
            top: -8px;
        }
        
        header .head_btm ul li a {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            color: #231f20;
            font-size: 15px;
            padding: 3px 11px;
        }
        
        header .head_btm {
            background-color: #fff;
        }
        
        header .head_btm .navbar-brand img {
            width: 130px;
        }
        
        header .head_btm .navbar-brand {
            padding-top: 0px;
            padding-bottom: 0px;
        }
        
        header .head_btm ul li a:hover {
            color: #f47920;
        }
        
        header .head_btm ul li a.dropdown-item {
            padding: 10px;
        }
        
        .head_btm .logo {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        .header_tp {
            line-height: 0;
        }
        
        header .head_btm ul li a:hover {
            color: #db2b2a !important;
            border-bottom: 1px solid #da2625;
            background-color: #da262520;
        }
        
        header .bg-light {
            background-color: transparent!important;
        }
        
        header .navbar-nav .nav-link {
            color: rgba(0, 0, 0, .8);
        }
        
        header .navbar-nav a.nav-link {
            padding: 28px 10px !important;
            border-bottom: 1px solid transparent;
            color: #333 !important;
        }
        
        .navbar-collapse {
            margin: 0px;
        }
        
        .dropdown-menu {
            padding: 0px !important;
            margin: 0px !important;
            border-radius: 0px !important;
        }
        /* =========slider_sec==========
======================================= */
        
        /* #slider_sec {
            position: relative;
        } */
        
        #slider_sec h1 {
            font-size: 60px;
            font-weight: 700;
            color: #ffd200;
            text-align: left;
            margin-top: 20px;
        }
        
        #slider_sec h4 {
            font-size: 32px;
            font-weight: 700;
            color: #ffffff;
            text-align: left;
            margin-bottom: 0px;
        }
        
        #slider_sec p {
            font-weight: 700;
            color: #ffffff;
        }
        
        #slider_sec h1 small {
            display: block;
            font-size: 32px;
            font-weight: 300;
            text-align: left;
        }
        
        #slider_sec p {
            font-size: 22px;
            text-align: left;
            color: #ffd200;
            font-weight: 500;
        }
        
        #slider_sec .owl-item {
            position: relative;
        }
        
        #slider_sec .slider_overlay {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            background-color: rgba(0, 0, 0, .5);
            z-index: 99;
        }
        
        #slider_sec .owl-item img {
            min-width: 100%;
        }
        
        #slider_sec .owl-item .slider_overlay .container,
        #slider_sec .owl-item .slider_overlay .container .row {
            height: 100%;
        }
        
        #slider_sec .slide_imgdv img {
            display: block;
            float: right;
        }
        
        #slider_sec .owl-dots {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 50px;
            text-align: left;
            max-width: 1170px;
            margin: auto;
            z-index: 99;
            padding: 0px 15px;
        }
        
        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background-color: #f47920;
        }
        
        .owl-theme .owl-dots button:focus {
            outline: none;
        }
        
        #slider_sec .owl-item.active a {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation-name: fadeInDown;
            animation-delay: 0.3s;
        }
        
        #slider_sec .owl-item.active h1 {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation-name: fadeInDown;
            animation-delay: 0.3s;
        }
        
        #slider_sec .owl-item.active .slide_imgdv img {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation-name: fadeInRight;
            animation-delay: 0.3s;
        }
        
        #slider_sec .owl-item.active p {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation-name: fadeInUp;
            animation-delay: 0.3s;
        }
        
        .slider_txt.wow.fadeInLeft {
            border-left: 6px solid #ffd200;
            padding-left: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            background: rgb(0, 0, 0);
            background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
            width: max-content;
            padding-right: 100px;
            margin-top: 110px;
        }
        
        a.site_b {
            position: relative;
            position: relative;
            z-index: 99;
            overflow: hidden;
            background-color: #dc2728;
            color: rgb(255 255 255) !important;
            font-size: 16px;
            text-align: center;
            display: inline-block;
            padding: 11px 27px !important;
        }
        #slider_sec {
            overflow: hidden;
            position: relative;
            height: auto;
        }
        #slider_sec video {
            width: 100%;
            margin-top: -280px;
            display:block;
        }


        /* ==========about_sec==========
==================================== */
        
        #about_sec {
            padding: 50px 0px;
            background-color: #fff;
        }
        
        #about_sec .about_img {
            width: 100%;
            padding-right: 10px;
        }
        
        #about_sec p {
            color: #231f20;
            text-align: justify;
            line-height: 28px;
            font-size: 16px;
            margin-bottom: 0px;
        }
        
        #about_sec h5 {
            font-size: 18px;
            color: #231f20;
            text-align: left;
            margin-top: 30px;
        }
        
        #about_sec h5 small {
            font-size: 18px;
            display: block;
            color: #f47920;
            font-weight: 700;
        }
        
        #about_sec h1 {
            font-size: 96px;
            color: #f2f2f2;
            font-weight: bold;
            margin-bottom: -80px;
            margin-left: 30px;
        }
        
        #about_sec h4 {
            font-size: 26px;
            color: #202020;
            margin-bottom: 20px;
        }
        
        #about_sec h4 span {
            font-size: 50px;
            color: #202020;
            font-weight: 700;
            display: block;
        }
        
        #about_sec .about_txt h2 {
            font-size: 26px;
        }
        
        #about_sec .about_txt h2 {
            font-size: 40px;
            font-weight: 700;
            text-align: left;
            color: #233f86;
            margin-bottom: 8px;
        }
        
        #about_sec .about_txt h4 {
            display: block;
            font-size: 36px;
            font-weight: 300;
            margin-bottom: 8px;
            text-align: left;
            margin-bottom: 10px;
        }
        
        #about_sec .about_txt {
            border-left: 6px solid #233f86;
            padding-left: 20px;
        }
        
        #about_sec ul {
            list-style: none;
            margin-top: 10px;
        }
        
        #about_sec ul li {
            font-size: 17px;
            font-weight: 500;
            /* padding: 3px 0px; */
            padding-top: 6px;
        }
        
        #about_sec ul li i {
            list-style: none;
            color: #233f86;
            font-weight: 900;
            font-size: 10px;
            margin-bottom: 5px;
            margin-right: 5px;
        }
        
        #about_sec .Success {
            margin-top: 40px;
            border-bottom: 4px solid rgba(0, 0, 0, .1);
            border-top: 4px solid rgba(0, 0, 0, .1);
        }
        
        #about_sec .Success h3 {
            font-size: 88px;
            color: #233f86;
            padding-left: 20px;
            margin-bottom: -14px;
            font-weight: bold;
        }
        
        #about_sec .Success h6 {
            padding-left: 20px;
        }
        
        #about_sec .Success .years {
            border-right: 4px solid #e5e5e5;
            margin: 10px 0px;
        }
        /* =======service_sec=======
============================== */
        
        .heading {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .heading h1 {
            font-size: 96px;
            color: #f2f2f2;
            font-weight: bold;
            margin-bottom: -78px;
        }
        
        #price .heading h2 {
            font-size: 50px;
            font-weight: 800;
            color: #fed200;
            margin-bottom: 0px;
        }
        
        .heading h2 {
            font-size: 50px;
            font-weight: 800;
            color: #333;
            margin-bottom: 0px;
        }
        
        #service_sec {
            padding: 16px 0px 50px 0px;
        }
        
        #service_sec .service_bx .service_img {
            width: 115px;
            height: 115px;
            line-height: 115px;
            margin: auto;
            text-align: center;
            overflow: hidden;
            border-radius: 50%;
            text-align: center;
            border: 1px dashed #898989;
        }
        
        #service_sec .service_bx .service_img img {
            display: inline-block;
            text-align: center;
            line-height: 115px;
        }
        
        #service_sec h4 {
            font-size: 18px;
            color: #231f20;
            text-align: left;
            font-weight: 500;
            margin-top: 6px;
            min-height: 45px;
        }
        
        #service_sec p {
            font-size: 15px;
            color: #231f20;
            text-align: justify;
            text-align-last: center;
            -moz-text-align-last: center;
            -ms-text-align-last: center;
            /* line-height: 28px; */
            margin-top: 11px;
        }
        
        #service_sec hgroup h2:after,
        #testimonial_sec hgroup h2:after {
            left: 0px;
            top: calc(100% + 4px);
            right: 0px;
            margin: auto;
        }
        
        #service_sec hgroup h2:before,
        #testimonial_sec hgroup h2:before {
            left: calc(50% - 6px);
            top: calc(100% - 2px);
        }
        
        #service_sec hgroup,
        #testimonial_sec hgroup {
            text-align: center;
            margin-bottom: 40px;
        }
        
        #service_sec .owl-dots {
            margin-top: 30px;
        }
        
        #service_sec .owl-item .service_bx {
            position: relative;
        }
        
        #service_sec .owl-item .Used_Here {
            background-color: white;
            height: 113px;
            width: 119px;
            position: absolute;
            bottom: 0px;
            border-left: 4px solid #fed205;
            padding: 22px 25px;
            color: aliceblue;
        }
        /* =================
================================ */
        
        #counter .counter_box {
            text-align: center;
            color: #fff;
            margin: 15px;
            border-radius: 10px;
        }
        
        #counter .steel_road {
            position: absolute;
            right: 0;
            text-align: right;
            bottom: 0;
        }
        
        #counter {
            margin: 40px 0px;
            position: relative;
            width: 100%;
            height: 100%;
            background-image: url(../images/counter_boxbg.jpg);
            background-size: cover;
            margin: 0;
            padding: 0;
        }
        
        #counter .counter_box i {
            font-size: 50px;
            color: #ffffff;
            padding-top: 30px;
        }
        
        #counter .counter_box p {
            font-size: 20px;
            margin-bottom: 30px;
        }
        
        #counter .counter-value {
            font-size: 30px;
            font-weight: 500;
        }
        
        .Project_bx.wow.fadeInLeft {
            border: 2px solid #e5e5e5;
        }
        
        #Project_sec {
            padding: 40px 0px;
        }
        /* =================== */
        
        #Contact_us {
            position: relative;
        }
        
        .contact_map {
            position: absolute;
            left: 0;
        }
        
        #Contact_us h3 {
            margin-bottom: 20px;
        }
        
        #Contact_us .contact_form {
            padding: 30px;
            text-align: center;
            background-color: #f3f3f3;
        }
        
        #Contact_us .contact_form .form-control {
            background-color: transparent;
            border: none;
            border-radius: 0rem;
            padding: 13px 19px;
            background-color: white;
            height: auto;
            font-size: 14px;
        }
        
        #Contact_us .contact_form .form-group {
            margin-bottom: 1.2rem;
        }
        
        #Contact_us .contact_form label {
            text-align: center
        }
        
        #Contact_us .btn-primary {
            background-color: #dc2728;
            border: none;
        }
        
        #Contact_us .btn-primary:focus {
            box-shadow: none;
        }
        
        #Contact_us .form-control:focus {
            box-shadow: none;
        }
        
        #Contact_us .form-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            margin: 21px 0;
        }
        
        #Contact_us .btn-primary {
            padding: 6px 25px;
        }
        
        #Contact_us .content_inf {
            padding: 9%;
            height: 100%;
        }
        
        #Contact_us .info li a {
            text-align: left;
            color: #FFF;
        }
        
        #Contact_us .content_inf h2 {
            color: #FFF;
            font-size: 32px;
            font-weight: 300;
            text-align: left;
            margin-bottom: 20px;
        }
        
        #Contact_us .content_inf p {
            color: #fff;
        }
        
        #Contact_us .info li {
            height: 50px;
            margin-bottom: 49px;
            position: relative;
            padding-left: 41px;
            list-style: none;
        }
        
        #Contact_us .content_inf .btn {
            color: #1bbc9b;
            background-color: #fff;
        }
        
        #Contact_us .info {
            margin-top: 30px;
        }
        
        #Contact_us .info i {
            left: 0;
            position: absolute;
            color: #c9c9c9;
            border-color: #fff;
            font-size: 20px;
        }
        
        #Contact_us.info li a {
            color: #CCC
        }
        
        #Contact_us .info span {
            color: #424242;
        }
        
        #Contact_us i.fas.fa-angle-double-right {
            font-size: 15px;
        }
        
        #Contact_us .contact_form {
            padding: 60px 35px;
            text-align: center;
            background-color: #f3f3f3;
        }
        /* =========footer========
================================ */
        
        footer {
            margin: 40px 0px;
            position: relative;
            width: 100%;
            height: 100%;
            background-image: url(../images/footer-bg.jpg);
            background-size: cover;
            margin: 0;
            padding: 0;
            padding: 60px 0px 0px;
        }
        
        footer .foot_bx h5 {
            font-size: 18px;
            color: #fff;
            font-weight: 500;
            margin-bottom: 20px;
        }
        
        footer .foot_bx .foot_linksul li {
            width: 48%;
            float: left;
            text-align: left;
        }
        
        footer .foot_bx ul li {
            margin-bottom: 15px;
        }
        
        footer .foot_bx ul li a {
            transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -webkit-transition: .5s;
            font-size: 16px;
            color: #fff;
            display: inline-block;
        }
        
        footer .copyright_dv {
            margin-top: 30px;
            background-color: #09205a;
            padding: 8px 0px;
        }
        
        footer .copyright_dv p {
            text-align: center;
            margin-bottom: 0px;
            font-size: 14px;
            color: #fff;
        }
        
        footer .foot_bx img {
            max-width: 20%;
        }
        
        footer .copyright_dv p a {
            display: inline-block;
            color: #fff;
        }
        
        footer .social_ul li {
            margin-right: 6px !important;
        }
        
        footer .foot_bx ul li a:hover {
            color: #f47920;
        }
        
        footer .foot_bx ul.foot_linksul li a:hover {
            padding-left: 8px;
        }
        
        footer .foot_bx ul.foot_linksul:after {
            content: '';
            display: block;
            clear: both;
        }
        
        footer ul.list-unstyled.info_ul {
            background-color: #fff;
            padding: 19px;
            height: 160px;
            margin-right: 23px;
            overflow: auto;
        }
        
        footer .info_ul .fa-circle:before {
            content: "\f111";
            font-size: 10px;
            margin-right: 10px;
        }
        
        footer .foot_bx .info_ul ul li {
            margin-bottom: 8px;
        }
        
        footer .foot_bx .info_ul p {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 14px;
        }
        
        footer .foot_bx .fab {
            padding-top: 11px;
            text-align: center;
            color: #333;
            border-color: #fff;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            background-color: #fff;
            border-color: #1bbc9b;
            font-size: 18px;
        }
        
        @font-face {
            font-family: 'DevLys 010';
            src: url('../fonts/DevLys-010Bold.woff2') format('woff2'), url('../fonts/DevLys-010Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'DevLys 010';
            src: url('../fonts/DevLys-010.woff2') format('woff2'), url('../fonts/DevLys-010.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        /*-----------------about us--------------------
  ---------------------------------------------*/
        
        #inner_slider img {
            width: 100%;
        }
        
        #inner_slider {
            position: relative;
        }
        
        #inner_slider .inner_slider_contant {
            position: absolute;
            color: #1bbc9b;
            top: 50%;
            left: 0px;
            right: 0px;
            -webkit-transform: translate(0px, -50%);
            -moz-transform: translate(0px, -50%);
            -ms-transform: translate(0px, -50%);
            -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
        }
        
        #inner_slider .inner_slider_contant .breadcrumb {
            background-color: transparent;
            padding: 0px;
        }
        
        #inner_slider .inner_slider_contant .breadcrumb-item.active {
            color: #ffffff;
        }
        
        #inner_slider .inner_slider_contant .breadcrumb-item a {
            color: #ebebeb;
        }
        
        #inner_slider .inner_slider_contant h1 {
            font-size: 26px;
            margin: 10px 0;
            color: #ffffff;
        }
        
        #inner_slider hr {
            margin-top: 1rem;
            margin-bottom: 1rem;
            width: 224px;
            border: 0;
            border-top: 2px solid rgb(255 255 255 / 100%);
        }
        
        #about_page {
            padding: 70px 0px 14px;
            background-color: #fff;
        }
        
        #about_page .about_img {
            width: 100%;
            padding-right: 10px;
        }
        
        #about_page p {
            color: #231f20;
            text-align: justify;
            line-height: 28px;
            font-size: 16px;
        }
        
        #about_page h5 {
            font-size: 18px;
            color: #231f20;
            text-align: left;
            margin-top: 30px;
        }
        
        #about_page h5 small {
            font-size: 18px;
            display: block;
            color: #f47920;
            font-weight: 700;
        }
        
        #about_page h1 {
            font-size: 83px;
            color: #f2f2f2;
            font-weight: bold;
            margin-bottom: -66px;
            margin-left: 42px;
        }
        
        #about_page h4 {
            font-size: 26px;
            color: #202020;
            margin-bottom: 28px;
        }
        
        #about_page .about_txt h2 {
            font-size: 26px;
        }
        
        #about_page .about_txt h2 {
            font-size: 40px;
            font-weight: 700;
            text-align: left;
            color: #233f86;
            margin-bottom: 8px;
        }
        
        #about_page .about_txt h4 {
            display: block;
            font-size: 36px;
            font-weight: 300;
            margin-bottom: 8px;
            text-align: left;
            margin-bottom: 10px;
        }
        
        #about_page .about_txt {
            padding-bottom: 20px;
        }
        
        #about_page ul {
            list-style: none;
        }
        
        #about_page ul li {
            font-size: 17px;
            font-weight: 500;
        }
        
        #about_page ul li i {
            list-style: none;
            color: #233f86;
            font-weight: 900;
            font-size: 10px;
            margin-bottom: 5px;
            margin-right: 5px;
            margin-top: 10px;
        }
        
        #about_page .about_p {
            margin-top: 20px;
        }
        /* ======================Certifications_page===================== */
        
        #Certifications_page {
            padding: 70px 0px 14px;
        }
        
        #Certifications_page .Certi-p {
            margin-top: 0;
            color: #231f20;
            text-align: justify;
            line-height: 28px;
            font-size: 16px;
            text-align-last: center;
            margin-bottom: 8px;
            text-align: justify;
            margin-bottom: 2rem;
        }
        
        #Certifications_page .all_Certificat {
            background-color: #f6f6f6;
            padding-top: 50px 0px;
            padding: 50px 0px;
        }
        
        #Certifications_page .btn-primary {
            padding: 6px 25px;
        }
        
        #Certifications_page .btn-primary {
            background-color: #dc2728;
            border: none;
            padding: 10px 22px;
        }
        
        #Certifications_page .btn-c {
            text-align: center;
            margin-top: 20px;
        }
        
        .btn:focus {
            box-shadow: none;
        }
        
        .btn-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: none;
        }
        /* ======================================Advantage=============== */
        
        #Advantage {
            padding: 50px 0px 14px;
            position: relative;
        }
        
        #Advantage .Advantage-bg {
            position: absolute;
            right: 0;
            bottom: 63px;
        }
        
        #Advantage h4 {
            font-size: 24px;
            color: #233f86;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        #Advantage p {
            font-weight: 500;
            color: #231f20;
            text-align: justify;
            line-height: 28px;
            font-size: 18px;
        }
        
        #Advantage ul li i {
            list-style: none;
            color: #233f86;
            font-weight: 900;
            font-size: 10px;
            margin-right: 9px;
            margin-top: 10px;
        }
        
        #Advantage ul li {
            list-style: none;
        }
        /* ================================ */
        
        #Kiran_Infra {
            padding: 50px 0px 14px;
            background-color: #f6f6f6;
            text-align: center;
            margin-bottom: 50px;
        }
        
        #Kiran_Infra h4 {
            font-size: 24px;
            color: #233f86;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        #Kiran_Infra p {
            font-weight: 500;
            color: #231f20;
            text-align: justify;
            line-height: 28px;
            font-size: 16px;
            text-align-last: center;
            line-height: 28px;
            font-size: 16px;
        }
        
        #Contact_us_page .map {
            padding-bottom: 50px;
        }
        /* =====================project links pages================== */
        
        #Project_sec .project_l {
            text-align: center;
        }
        /* =====================Distributors_page================= */
        
        #Distributors_page {
            padding: 50px 0px 14px;
            position: relative;
        }
        
        #Distributors_page .Distributors-bg {
            position: absolute;
            right: 0;
            bottom: 63px;
        }
        
        #Distributors_page .d_Network {
            background-color: #233f86;
        }
        
        #Distributors_page .d_Network h2 {
            font-size: 20px;
            color: #fff;
            padding: 10px;
            margin-left: 20px;
        }
        
        #Distributors_page .Network_info {
            border: 2px solid #cccccc;
        }
        
        #Distributors_page .Network_info ul {
            margin-bottom: 0px;
            margin: 26px;
        }
        
        #Distributors_page .Network_info span {
            font-size: 14px;
        }
        
        #Distributors_page .Network_info i {
            font-size: 20px;
            color: #5f5f5f;
            padding-right: 4px;
        }
        
        #Distributors_page .Network_info ul li {
            margin-bottom: 18px;
        }
        /* =====================Specifications_page================= */
        
        #Specifications_page {
            padding: 50px 0px 14px;
        }
        
        #Specifications_page .table-striped tbody tr:nth-of-type(odd) {
            background-color: #fff !important;
        }
        
        #Specifications_page .table-striped tbody tr:nth-of-type(even) {
            background-color: #e9ebf3 !important;
        }
        
        #Specifications_page .bis_specisecond_tbl tbody tr:nth-last-child(2) td {
            background-color: #233f86;
            color: #fff;
            text-align: center;
        }
        
        #Specifications_page .table thead th {
            font-size: 14px;
            vertical-align: center;
            width: 23%;
            border-bottom: none;
            vertical-align: inherit;
            text-align: center;
        }
        
        #Specifications_page .table thead th:first-child {
            width: 31%;
        }
        
        #Specifications_page .table-bordered td,
        .table-bordered th {
            border: 1px solid #dee2e6;
            font-size: 13px;
            text-align: center;
        }
        
        #Specifications_page th.isi_sta {
            width: 46%;
        }
        /* =====================Specifications_page================= */
        
        #Save_Gemini {
            padding: 50px 0px 14px;
        }
        
        #Save_Gemini .table-striped tbody tr:nth-of-type(odd) {
            background-color: #fff !important;
        }
        
        #Save_Gemini .table-striped tbody tr:nth-of-type(even) {
            background-color: #e9ebf3 !important;
        }
        
        #Save_Gemini .bis_specisecond_tbl tbody tr:nth-last-child(2) td {
            background-color: #233f86;
            color: #fff;
            text-align: center;
        }
        
        #Save_Gemini .table thead th {
            font-size: 14px;
            vertical-align: center;
            width: 16.66%;
            border-bottom: 2px solid #dee2e6;
            vertical-align: inherit;
            text-align: center;
        }
        
        #Save_Gemini .table-bordered td,
        .table-bordered th {
            border: 1px solid #dee2e6;
            font-size: 13px;
            text-align: center;
        }
        
        #Save_Gemini .bis_specisecond_tbl tbody tr:nth-last-child(2) td {
            background-color: #233f86;
            color: #fff;
            text-align: center;
        }
        
        .Gemini_tmt .hr_line {
            width: 3px;
            height: 80px;
            background-color: #ffffff;
            margin: 3px 40px;
        }
        
        .Gemini_tmt {
            background-color: #233f86;
            padding: 30px;
            margin-top: 0px;
            color: #fff;
            align-items: center;
        }
        
        .Gemini_tmt span {
            font-size: 25px;
        }
        
        #Specifications_page h5 {
            color: #295191;
            font-size: 23px;
            padding-bottom: 8px;
        }
        
        #Save_Gemini h5 {
            color: #295191;
            font-size: 23px;
            padding-bottom: 8px;
        }
        
        #price {
            /* background: #f5f5f5; */
            background: url(../images/priceChartBg.jpg) no-repeat center center;
            background-attachment: fixed;
            padding: 60px 0px;
        }
        
        #price table {
            background: #fff;
            margin-bottom: 0px;
        }
        
        #price table td,
        #price table th {
            font-weight: 700;
            font-size: 18px;
            padding: .3rem;
            text-align: left;
        }
        
        #price ol li {
            font-size: 18px;
            padding-bottom: 10px;
            margin-left: 40px;
            color: #fff;
        }
        
        #price p {
            font-size: 22px;
            margin-bottom: 0px;
            font-weight: 700;
            color: #fff;
        }
        
        .sariya {
            position: absolute;
            right: 0px;
            bottom: -1px;
            z-index: 99;
            width: 70%;
        }
        
        .siteButton {
            background-color: #dc2728;
            padding: 8px 20px;
            color: #fff !important;
            display: block;
            width: max-content;
            margin-bottom: 10px;
            margin-top: 15px;
        }
        /* .directorMessage {
            background: url(../images/priceChartBg.jpg);
            border-radius: 0px;
            padding: 50px 0px;
            display: flex;
            margin-bottom: 3rem;
            background-attachment: fixed;
        } */
        
        #about_page .directorWords h3 {
            font-size: 32px;
            color: #333;
            font-weight: 700;
        }
        
        #about_page .directorWords p {
            font-size: 16px !important;
            color: #333 !important;
            margin-bottom: 10px;
            /* line-height: inherit !important; */
        }
        
        #about_page .directorWords p:last-child {
            margin-bottom: 0px;
        }
        
        .missionVision {
            background: #233f86;
            background: -moz-linear-gradient(left, #233f86 50%, #3463db 50%);
            background: -webkit-linear-gradient(left, #233f86 50%, #3463db 50%);
            background: linear-gradient(to right, #233f86 50%, #3463db 50%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#233f86', endColorstr='#3463db', GradientType=1);
            padding: 50px 0px;
        }
        
        .missionVision h4 {
            color: #fff !important;
            font-size: 36px;
        }
        
        .missionVision p {
            color: #fff !important;
            margin-bottom: 0px;
            text-align: justify;
        }
        
        #rollingMills .productContainer {
            padding: 50px 0px;
        }
        
        #rollingMills .productContainer h5 {
            font-size: 32px;
            margin-top: 0px;
            margin-bottom: 15px;
        }
        
        #rollingMills .productContainer p {
            font-size: 16px;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        
        #rollingMills .productContainer ul {
            margin-left: 20px !important;
        }
        
        #rollingMills .productContainer:nth-child(odd) {
            background: #f2f1f1;
        }
        
        #advantage {
            padding: 60px 0px;
        }
        
        #advantage .card {
            border: 1px solid #ccc8;
            margin-bottom: 10px;
        }
        
        #advantage .card-header {
            padding: 0;
            background: #ccc4;
            border: none;
        }
        
        #advantage .card-header a {
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #333 !important;
            font-size: 14px !important;
            font-weight: 700;
        }
        
        #advantage h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        #advantage p {
            font-size: 16px;
            margin-bottom: 15px;
        }
        
        .rollingProcessHeading {
            background: url(../images/priceChartBg.jpg) no-repeat center center;
            background-size: cover;
            padding: 60px 0px;
        }
        
        .rollingProcessHeading h1 {
            color: #ffffff10;
        }
        
        .rollingProcessHeading h2 {
            color: #fff;
        }
        
        .rollingProcessHeading .heading {
            margin-bottom: 0px;
        }