/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/*
Theme Name: veera-steel
Theme URI: https://gds.in.th
Author: GDS
Author URI: https://gds.in.th
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goingstudio
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThaiRungGroup is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@import url(/wp-content/themes/veera-steel/assets/css/bootstrap.min.css);
@import url(/wp-content/themes/veera-steel/assets/css/all.min.css);
@import url(/wp-content/themes/veera-steel/assets/css/animate.css);

/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800;900&display=swap"); */
body,
html {
    font-size: 16px;
    font-family: "Noto Sans Thai", sans-serif;
}

.bg-header {
    /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/05/Vector-Big.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/05/Vector-Big.png.webp');
    background-repeat: no-repeat;
    overflow: hidden;
}

.logo {
    /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/04/Vector-Small.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/04/Vector-Small.png.webp');
    background-repeat: no-repeat;
    /* width:90%;  */
    /* height:auto; */
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
    /* margin-left: 2rem; */
}

.bg-footer-desktop {
    /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/04/footer_baner.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/04/footer_baner.png.webp');

    background-color: #051eff;
    /* background-repeat: no-repeat; */
    /* width:100%; 
  height:200px; */
    background-size: 2200px 300px;
}

.bg-footer-mobile {
    /* background-image: url('/wp-content/themes/veera-steel/assets/assets/img/ImageFix.png'); */
    /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/04/footer_baner.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/04/footer_baner.png.webp');
    /* width:100%; 
  height:200px; */
    background-size: 600px 650px;
}

.bg-footer-desktop-ft {
  /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/09/รูปfooter_02.png'); */
  background-image: url('/wp-content/webp-express/webp-images/uploads/2023/09/รูปfooter_02.png.webp');
  /* background-color: rgb(7, 2, 36); */
  background-size: 2200px auto;
  opacity: 1;
}


.box {
    background: white;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.box:hover {
    background: #2F3FF7;
}

.box:hover a {
    color: white;
}

a {
    color: #000;
}

.clearfloat:after {
    display: table;
    content: "";
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    font-size: 0.9rem;
}

h2 {
    font-weight: 700;
    line-height: 1.3;
}

figure {
    margin: 0;
}

.thumb img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

.nav-flex {
    padding: 10px;
    /* border-radius: 15px; */
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15),
        0 5px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
}

.main-logo img {
    width: 100%;
    height: auto;
}



.main-menu>li {
    display: inline-block;
    margin: 0 20px;
}

.main-menu>li a {
    font-weight: 700;
}

.blog-item-wrap {
    width: calc(50% - 4px);
}

.new-main {
    margin: 1rem 0 2rem;
}

.item-show-pri {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.blog-thd {
    width: calc(50% - 4px);
    height: 100%;
    position: relative;
    z-index: 1;
}

.blog-thd h2 {
    font-size: 1.2rem;
}

.item-show-sec {
    width: 100%;
    height: 225px;
    position: relative;
    z-index: 1;
}

.item-show-sec h2 {
    font-size: 1.2rem;
}

.item-thd {
    width: 100%;
    height: 225px;
}

.caption-main-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
}

.caption-main-blog h2 {
    padding: 5px 0;
}

.hover-overlay:hover .over-lay {
    height: 90%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.over-lay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: block;
    content: "";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(81%, rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.5) 81%,
            rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.5) 81%,
            rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.5) 81%,
            rgba(0, 0, 0, 0.7) 100%);
}

.blog-new-tab {
    margin: 15px 0 0;
}

.blog-new-tab img {
    width: 30%;
}

.blog-new-tab .caotion-tab {
    width: 70%;
    padding: 0 15px;
}

.blog-new-tab .caotion-tab h2 {
    font-size: 0.9rem !important;
    line-height: 1.4;
}

.title-head {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.title-head span:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    z-index: -1;
    content: "";
}

.title-head span:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 2px;
    display: block;
    z-index: -1;
    content: "";
}

.blog-week-item {
    background: red;
    height: 100%;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
}

.week-wrap-main {
    width: 49%;
}

.caption-week {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.caption-week h2 {
    font-size: 1.3rem;
    line-height: 1.2;
}

.author-wrap>li {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 15px;
}

.catgory-wrap {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 10px !important;
    font-size: 0.9rem;
    border-radius: 3px;
}

.post-categories {
    padding: 0;
    margin: 0;
}

.post-categories>li {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.9rem;
    border-radius: 3px;
}

.post-categories>li a {
    color: #fff;
}

.gall-item {
    width: 16%;
    margin: 10px 0 0;
}

.gall-item img {
    width: 100%;
    height: auto;
}

.news-gall {
    padding: 3rem 0;
}

.slide-wrapper {
    margin: 1rem 0;
}

.blog-slide-new {
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
}

.caption-slide-new {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 0;
}

.caption-slide-new h3 {
    font-size: 1rem;
}

.caption-slide-new p {
    font-size: 0.9rem;
}

.lSAction>.lSNext {
    display: none;
}

.lSAction>.lSPrev {
    display: none;
}

.blog-last-wrap {
    margin: 15px 0 0;
}

.blog-last-wrap .thumb {
    width: 40%;
    position: relative;
    z-index: 1;
}

.blog-last-wrap .thumb .category-ab {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px;
}

.blog-last-wrap .caption-last {
    width: 60%;
    padding: 0 15px;
}

.blog-last-wrap .caption-last h2 {
    margin: 5px 0 0;
    font-size: 1.3rem;
    line-height: 1.2;
}

.bttn-main {
    display: inline-block;
    color: #fff;
    margin: 10px 0 0;
    padding: 6px 40px;
}

.bttn-main a {
    color: #fff;
}

i {
    margin-right: 5px;
}

.cat-item-blog>li {
    margin: 10px 0 0;
    display: inherit;
}

.footer-flex {
    margin: 3em 0 0;
    padding: 20px 15px !important;
}

.footer-menu-wrap>li {
    display: inline-block;
}

.item-on-site {
    position: relative;
    z-index: 1;
}

.bg-main-site {
    position: relative;
    z-index: 1;
}

.bg-main-site {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.bg-site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    content: "";
    background-size: cover !important;
    z-index: -1;
}

.item-mobile {
    display: none;
}

.menu-mobile {
    display: none;
}

.blog-most {
    width: 48%;
}

.blog-most .blog-new-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-most .caotion-tab {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.blog-most img {
    width: 100%;
}

.news-slide.-page {
    padding-top: 2rem;
}

.bread-cum {
    margin: 0 0 2rem;
}

.list-wrap-detail>li {
    display: inline-block;
    margin-right: 15px;
    color: #a6a6a6;
}

.content-wrap-single img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}

.blog-item-wrap {
    background-size: cover !important;
    background-position: center !important;
}

.blog-item-wrap h2 {
    margin: 0;
}

.item-show-sec {
    background-size: cover !important;
    background-position: center !important;
}

.item-show-sec h2 {
    margin: 0;
}

.blog-thd {
    background-size: cover !important;
    background-position: center !important;
}

.blog-thd h2 {
    margin: 0;
}

.blog-img-news-item {
    background-size: cover !important;
    background-position: center !important;
}

.gall-item {
    background-size: cover !important;
    background-position: center !important;
}

#lightSlider>li {
    background-size: cover !important;
    background-position: center !important;
}

#lightSlider2>li {
    background-size: cover !important;
    background-position: center !important;
}

.thumb {
    background-size: cover !important;
    background-position: center !important;
}

.bread-cum a {
    color: #000 !important;
}

.bread-cum>li {
    padding: 0px 10px !important;
}

.bread-cum .cat-single a {
    color: #fff !important;
}

.news-blog-gall .ef-count {
    opacity: 0;
}

.wpp-list {
    margin: 15px 0;
}

.wpp-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpp-list>li p {
    font-size: 0.9rem !important;
    font-weight: 700;
}

.stat-wrap {
    color: #808080;
    font-size: 0.9rem;
}

@media only screen and (min-width: 767px) {
    .container {
        max-width: 1250px;
        width: 1250px;
    }
}

@media only screen and (max-width: 991px) {
    .bread-cum {
        margin: 0rem;
    }

    .list-wrap-detail {
        margin: 15px 0 0;
    }

    .tog-menu.openn .menu-ham {
        display: none;
    }

    .tog-menu.openn .menu-ham-close {
        display: block;
    }

    .content-wrap-single {
        margin: 0 0 30px;
    }

    .menu-mobile {
        position: fixed;
        top: 78px;
        right: 0;
        bottom: 0;
        left: 0;
        width: calc(100% - 15px);
        height: 300px;
        margin: 0 auto;
        display: block;
        padding: 30px;
        z-index: 99;
        border-radius: 15px;
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    .menu-mobile.openn {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    .mobile-menu>li {
        padding: 5px 0;
        display: inherit;
    }

    .mobile-menu>li a {
        color: #fff;
    }

    .mobile-menu>li+li {
        border-top: 1px solid #fff;
    }

    .main-logo img {
        width: 100px;
        height: auto;
    }

    .input-group {
        width: 180px;
        margin-right: 15px;
    }

    .item-mobile {
        display: block;
    }

    .menu-ham i {
        font-size: 1.7rem;
    }

    .menu-ham-close {
        display: none;
    }

    .menu-ham-close i {
        font-size: 1.7rem;
    }

    .main-menu {
        display: none;
    }

    .new-blog-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-item-wrap {
        width: calc(100%);
    }

    h2 {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }

    p {
        font-size: 0.8rem !important;
    }

    .item-show-pri {
        width: 100%;
        height: 300px;
    }

    .item-show-sec {
        width: 100%;
        height: 200px;
    }

    .caption-main-blog {
        padding: 10px;
    }

    .tab-content {
        margin: 0 0 3rem;
    }

    .caotion-tab p {
        margin: 5px 0;
    }

    .blog-news-week {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .week-wrap-main {
        width: 100%;
    }

    .blog-week-item {
        height: 250px;
        margin: 1rem 0 0;
    }

    .caption-week {
        padding: 10px;
    }

    .gall-item {
        width: 32%;
    }

    .blog-last-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-last-wrap .caption-last {
        width: 100%;
        padding: 10px 0;
    }

    .blog-last-wrap .thumb {
        width: 100%;
    }

    .cat-item-blog {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1rem 0 0;
    }

    .cat-item-blog>li {
        padding: 2px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
    }

    .blog-last-wrap {
        margin: 15px 0;
    }

    .footer-flex p {
        font-size: 0.5rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        max-width: 691px;
        width: 691px;
    }
}

@media only screen and (min-width: 1367px) {
    .container {
        max-width: 1344px;
        width: 1344px;
    }
}



/*# sourceMappingURL=style.min.css.map */


  @import "/wp-content/themes/veera-steel/assets/css/font_mirt.css";

body {
  line-height: 1.5;
  /* font-family: 'Mitr', sans-serif; */
  font-family: 'Prompt', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* .container-fluid{
	max-width: auto;
	margin:0;
} */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.footer {
  /* background-color: #24262b; */
  margin: 0;
  padding: 0;
  padding: 40px 0;
  height: 460px;
}

.footer2 {
  background-color: #000;
  padding: 30px 0;
}

.footer-col {
  width: 20%;
  padding: 0 15px;

}

/* .footer-col-contact {
  width: 20%;
  padding: 0 15px;

} */

.footer-col2 {
  width: 100%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 50px;
}

/* .footer-col-contact h4 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
} */

/* .footer-col-contact h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 50px;
} */


.footer-col h4#tel::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 5.4em;
}

.footer-col h4#address::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 1.7em;
}

.footer-col h4#addresseng::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 4em;
}

.footer-col h4#addressengmobile::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 4em;
}

.footer-col h4#fax::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  box-sizing: border-box;
  width: 4.4em;
}

.footer-col h4#faxeng::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 1.6em;
}

.footer-col h4#faxengmobile::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 1.6em;
}

.footer-col h4#email::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 2.8em;
}

.footer-col h4#emailengmobile::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 2.5em;
}

.footer-col h4#social::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  box-sizing: border-box;
  width: 7em;
}

.footer-col h4#socialeng::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 6.2em;
}

.footer-col h4#socialengmobile::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 6.2em;
}


.footer-col p {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}

.footer-col p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 3.7em;
}

/* .footer-col-contact p {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
} */

/* .footer-col-contact p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  height: 1.8px;
  box-sizing: border-box;
  width: 3.7em;
} */

.footer-col2 h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
}


.footer-col2 h5 {
  font-size: 18px;
  color: #a5a5a5;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

/* .footer-col-contact ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
} */

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}


.linefooter {
  border-left: 2px solid gray;
  height: auto;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  /* align-items: center; */
  height: auto;
}

.linefooter2 {
  border-left: 2px solid gray;
  height: auto;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  /* align-items: center; */
  height: auto;
}

.more-button::cue {
  position: absolute;
  right: 0;
}

.mt-7 {
  margin-top: 65% !important;
}


.btn-more {
  border-radius: 0 !important;
  width: 120px;
  height: 45px;
  font-size: 1rem;
  background-color: #1452F0;
  color: #fff;
}

/*responsive*/
@media(max-width: 700px) {
  .footer {
    /* background-color: #24262b; */
    margin: 0;
    padding: 0;
    padding: 40px 0;
    height: auto;
  }
  .footer-col {
    width: 100%;
    margin-bottom: 30px;
    /* padding-right: 100px; */
  }
  .footer2 {
    background-color: #000;
    padding: 30px 0;
    margin-top: auto; /* Pushes the footer to the bottom */
  }
  .footer-col2 {
    width: 100%;
    padding: 0 15px;
    
  }
  .footer-col2 h5 {
    font-size: 14px;
  }
  .footer-col2 h6 {
    font-size: 12px;
    text-align: center;
    color: #666;
    
  }
  .btn-more {
    border-radius: 0 !important;
    width: 100px;
    height: 40px;
    font-size: 1rem;
    background-color: #1452F0;
    color: #fff;
  }

  .footer-col p {
    font-size: 20px !important;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
  }

  .mt-8-footer-button {
    margin-top: 750% !important;
  }

}

/* @media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
} */@import "/wp-content/themes/veera-steel/assets/css/font_mirt.css";

body {
  line-height: 1.5;
  font-family: 'Prompt', sans-serif;
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* .container-fluid{
	max-width: auto;
	margin:0;
} */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}


.footer-col-contact {
  width: 25%;
  padding: 0 15px;

}

.footer-col-contact2 {
  width: 25%;
  padding: 0 15px;

}

.footer-col-contact h4 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
}

.footer-col-contact h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col-contact h4#address::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 1.3em;
}

.footer-col-contact h4#addressen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 4.5em;
}


.footer-col-contact h4#tel::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 5.6em;
}

.footer-col-contact h4#telen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 6.8em;
}

.footer-col-contact h4#telen2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 3.4em;
}

.footer-col-contact h4#email::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 2.8em;
}

.footer-col-contact h4#fax::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 4.4em;
}

.footer-col-contact h4#faxen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 2em;
}

.footer-col-contact h4#time::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 4.5em;
}

.footer-col-contact h4#timeen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 7.2em;
}


.footer-col-contact h4#social::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 7em;
}

.footer-col-contact p {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}

.footer-col-contact p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 5.8em;
}

.footer-col-contact p#headen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 6.6em;
}

.footer-col-contact2 p {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}

.footer-col-contact2 p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 8.4em;
}

.footer-col-contact2 p#headen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 13em;
}


.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col-contact ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}


/* .linefooter {
  border-right: 2px solid gray;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 3rem;
  align-items: center;
} */

.more-button::cue {
  position: absolute;
  right: 0;
}

.mt-7 {
  margin-top: 65% !important;
}

/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*MAKE SURE YOUR FONTS POINT TO THE CORRECT FOLDER!*/
@font-face {
  font-family: 'flexslider-icon';
  /*THIS-->*/
  src: url('/wp-content/themes/veera-steel/assets/css/fonts/flexslider-icon.eot');
  /**MIGHT HAVE TO BE THIS- ../ TO GO OUT OF THE CSS FOLDER - THEN INTO A FONTS FOLDER*/
  src: url('/wp-content/themes/veera-steel/assets/fonts/flexslider-icon.eot');
  src: url('/wp-content/themes/veera-steel/assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/veera-steel/assets/fonts/flexslider-icon.woff') format('woff'), url('/wp-content/themes/veera-steel/assets/fonts/flexslider-icon.ttf') format('truetype'), url('/wp-content/themes/veera-steel/assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  content: '\f001';
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  content: '\f001';
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  content: '\f004';
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/wp-content/themes/veera-steel/assets/vendor/light-slider/img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}