/**************** extend css start ****************/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,400i,500,600,700,800|Roboto");
/* line 8, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_extends.scss */
.btn_4 {
    background-image: -webkit-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
    background-image: -o-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
    background-image: linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
}

/**************** extend css start ****************/
/**************** common css start ****************/
/* line 3, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
body {
    font-family: "Barlow Condensed", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid white;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* line 9, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.message_submit_form:focus {
    outline: none;
}

/* line 12, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
input:hover, input:focus {
    outline: none !important;
}

/* line 15, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.gray_bg {
    background-color: #f7f7f7;
}

/* line 18, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_padding {
    padding: 130px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 18, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_padding {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 18, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 576px) {
    /* line 18, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 18, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

/* line 33, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.single_padding_top {
    padding-top: 130px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 33, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 33, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media (max-width: 576px) {
    /* line 33, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 33, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .single_padding_top {
        padding-top: 80px !important;
    }
}

/* line 48, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.padding_top {
    padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 48, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .padding_top {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 48, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media (max-width: 576px) {
    /* line 48, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 48, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

/* line 63, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 66, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
a:hover {
    color: #ff7e5f;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.linkAtivo{
    color: #ff7e5f !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/* line 74, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
    color: #171717;
    font-family: "Barlow Condensed", sans-serif;
}

/* line 78, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
p {
    color: #777;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 0px;

}

/* line 87, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
h2 {
    font-size: 44px;
    line-height: 28px;
    color: #171717;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 576px) {
    /* line 87, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 87, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}

/* line 104, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 576px) {
    /* line 104, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    h3 {
        font-size: 20px;
    }
}

/* line 114, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
h5 {
    font-size: 18px;
    line-height: 22px;
}

/* line 119, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
img {
    max-width: 100%;
}

/* line 122, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 129, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_tittle {
    margin-bottom: 94px;
}

@media (max-width: 991px) {
    /* line 129, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 129, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle {
        margin-bottom: 50px;
    }
}

/* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_tittle h2 {
    font-size: 50px;
    color: #171717;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
}

/* line 145, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_tittle h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 100px;
    height: 1px;
    background-color: #fe5c24;
}

/* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */

.section_tittle_white {
    margin-bottom: 94px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 129, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle_white {
        margin-bottom: 50px;
    }
}

.section_tittle_white h2 {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
}

/* line 145, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_tittle_white h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 100px;
    height: 1px;
    background-color: #ffffff;
}

@media (max-width: 576px) {
    /* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

/* line 171, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_tittle p {
    color: #777;
    font-weight: 400;
}

/* line 176, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 181, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.mb_110 {
    margin-bottom: 110px;
}

@media (max-width: 576px) {
    /* line 181, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mb_110 {
        margin-bottom: 220px;
    }
}

/* line 188, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.mt_130 {
    margin-top: 130px;
}

@media (max-width: 576px) {
    /* line 188, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 188, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 188, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 188, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

/* line 203, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.mb_130 {
    margin-bottom: 130px;
}

@media (max-width: 576px) {
    /* line 203, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 203, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 203, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 203, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

/* line 218, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.pt_100 {
    padding-top: 100px;
}

@media (max-width: 576px) {
    /* line 218, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 218, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 218, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 218, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

/* line 234, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.padding_less_40 {
    margin-bottom: -50px;
}

/* line 237, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.z_index {
    z-index: 9 !important;
    position: relative;
}

@media (max-width: 576px) {
    /* line 243, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    /* line 249, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
    .container {
        max-width: 1170px;
    }
}

/* line 253, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_common.scss */
.section_bg {
    background-color: #f7f7f7;
}


/* line 1, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu {
    background-color: #171717;
    padding: 14px 0px;
}

/* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu .sub_menu_right_content a {
    color: #fff;
}

/* line 8, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu .sub_menu_right_content i {
    color: #fe5c24;
    margin-right: 13px;
}

/* line 12, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu .sub_menu_right_content span {
    color: #757785;
    margin: 0px 20px;
}

@media (max-width: 576px) {
    /* line 4, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
    .sub_menu .sub_menu_right_content {
        text-align: center;
    }
}

/* line 20, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon {
    float: right;
    text-align: right;
}

@media (max-width: 576px) {
    /* line 20, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
    .sub_menu .sub_menu_social_icon {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
}

/* line 28, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon a {
    color: #fff;
    margin-right: 20px;
}

/* line 31, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon a:hover {
    color: #fe5c24;
}

/**************menu part start*****************/
/* line 4, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.main_menu .navbar-brand {
    padding-top: 0rem;
}

.main_menu .navbar-brand img {
    max-width: 300px;
    padding-top: 10px;
}

@media (max-width: 576px) {
    /* line 7, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 7, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 7, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 7, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

/* line 26, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.main_menu .navbar {
    padding: 0px;
}

/* line 30, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.main_menu .main-menu-item {
    text-align: right !important;
    justify-content: right;
}

/* line 35, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link {
    color: #2f373d;
    font-size: 18px;
    padding: 45px 34px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

/* line 41, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link:hover {
    color: #fe5c24;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 35, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .main-menu-item ul li .nav-link {
        padding: 35px 16px;
    }
}

/* line 52, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

/* line 67, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
.menu_fixed span {
    color: #000 !important;
}

@media (max-width: 991px) {
    /* line 100, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu_iner {
        padding: 20px 0px;
    }

    /* line 104, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    /* line 108, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 97px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    /* line 133, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .main-menu-item {
        text-align: left !important;
    }

    /* line 136, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }

    /* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_menu.scss */
    .main_menu .main-menu-item .nav-item a {
        padding: 8px 15px !important;
    }
}

/**************** service_part css start ****************/
@media (max-width: 576px) {
    /* line 2, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part {
        padding: 70px 0px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part {
        padding: 70px 0px 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part {
        padding: 70px 0px 55px;
    }
}

/* line 15, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part {
    text-align: center;
    padding: 38px 20px 43px;
    border: 1px solid #eaebed;
    -webkit-transition: 1s;
    transition: 1s;
}

@media (max-width: 576px) {
    /* line 15, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 15, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part {
        margin-bottom: 15px;
        padding: 25px 10px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 15, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part {
        margin-bottom: 15px;
    }
}

/* line 33, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part i {
    font-size: 42px;
    color: #fe5c24;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 38, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 63px;
    margin-bottom: 28px;
    -webkit-transition: 1s;
    transition: 1s;
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 38, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 38, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 38, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* line 59, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part p {
    font-weight: 300;
    line-height: 1.875;
    color: #777;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part .line {
    position: relative;
    z-index: 1;
}

/* line 68, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part .line:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 59px;
    background-color: #fe5c24;
    width: 60px;
    height: 2px;
    -webkit-transition: 1s;
    transition: 1s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 68, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part .line:after {
        top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 68, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
    .service_part .single_service_part .line:after {
        top: 35px;
    }
}

/* line 86, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part:hover {
    background-color: #fe5c24;
}

/* line 88, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part:hover i {
    color: #fff;
}

/* line 91, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part:hover h3 {
    color: #fff;
}

/* line 94, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part:hover p {
    color: #fff;
}

/* line 98, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_service.scss */
.service_part .single_service_part:hover .line:after {
    background-color: #fff;
}

/**************** learn_about css start ****************/
/* line 2, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part {
    margin-bottom: -20px;
}

/* line 4, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns {
    overflow: hidden;
}

/* line 7, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part p {
    color: #fff;
    margin-bottom: 25px;
}

/* line 12, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-title {
    font-size: 30px;
    color: white !important;
    font-weight: 700;
    line-height: 1.833;
    margin-bottom: 20px;
}

/* line 20, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

@media (max-width: 576px) {
    /* line 20, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 20, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/* line 46, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .blockquote {
    padding: 0px 10px 54px 0px;
}

@media (max-width: 576px) {
    /* line 46, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote {
        padding: 0px 10px 10px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 46, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote {
        padding: 0px 10px 10px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 46, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote {
        padding: 0px 10px 10px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 46, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote {
        padding: 0px 10px 0px 0px;
    }
}

/* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .blockquote h2 {
    font-size: 45px;
    margin-bottom: 13px;
    position: relative;
}

/* line 70, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .blockquote h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 50px;
    height: 1px;
    background-color: #fe5c24;
}

@media (max-width: 576px) {
    /* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .portfolio_part .card-columns .blockquote h2 {
        font-size: 36px;
        line-height: 1.2;
    }
}

/* line 101, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .blockquote p {
    margin-bottom: 8px;
    color: #fff !important;
}

/* line 108, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .portfolio_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fe5c24;
}

/* line 112, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .portfolio_btn img {
    width: 20px;
    height: 5px;
}

/* line 117, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .overlay {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 121, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .overlay:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 100%;
    background: url(../img/portfolio_overlay.png);
    content: "";
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 136, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card {
    border: 0px solid transparent;
    position: relative;
    margin-bottom: 20px;
}

/* line 141, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card .card-body {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 40px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 153, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card .card-body:hover h5 {
    color: #fe5c24;
}

/* line 158, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card .card-body h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 166, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card .card-img-top {
    border-top-left-radius: calc(0px);
    border-top-right-radius: calc(0px);
}

/* line 172, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card:hover .card-body {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    top: 20px;
}

/* line 179, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.portfolio_part .card-columns .card:hover .overlay:after {
    opacity: 1;
}

/* line 189, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.see_more_project {
    background-color: #191d34;
    height: 225px;
    text-align: center;
}

/* line 193, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
.see_more_project .btn_1 {
    margin-top: 15%;
}

@media (max-width: 576px) {
    /* line 193, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_portfolio.scss */
    .see_more_project .btn_1 {
        margin-top: 30%;
    }
}

/* line 1, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
.our_industries {
    padding: 130px 0px 55px;
}

@media (max-width: 991px) {
    /* line 1, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
    .our_industries {
        padding: 70px 0px 55px;
    }
}

@media (max-width: 991px) {
    /* line 6, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
    .our_industries .single_industries {
        margin-bottom: 15px;
    }
}

/* line 10, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
.our_industries .single_industries h3 {
    margin-top: 33px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    /* line 10, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
    .our_industries .single_industries h3 {
        margin-top: 20px;
    }
}

/* line 19, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
.our_industries .single_industries h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 50px;
    height: 1px;
    background-color: #fe5c24;
}

/* line 28, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
.our_industries .single_industries h3 a {
    color: #191d34;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 31, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
.our_industries .single_industries h3 a:hover {
    color: #fe5c24;
}

/* line 36, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
.our_industries .single_industries p {
    color: #777;
    margin-top: 27px;
}

@media (max-width: 991px) {
    /* line 43, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_our_industries.scss */
    .our_industries .single_industries img {
        width: 100%;
        height: auto;
    }
}

/* line 1, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part {
    margin-top: 94px;
    position: relative;
    z-index: 1;
    height: 720px;
}

.faq_part h2 {
    font-size: 20px;
    padding: 10px 0;
}

@media (max-width: 991px) {
    /* line 1, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part {
        height: auto;
        margin-top: 0;
    }
}

/* line 12, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 80%;
    top: 10%;
    right: 0;
    background-image: url(../img/faq_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 991px) {
    /* line 12, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part:after {
        display: none;
    }
}

/* line 31, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .col-lg-6 {
    padding: 0;
}

/* line 35, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_img {
    background-image: url(../img/faq.jpg);
    width: 100%;
    height: 720px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    /* line 35, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_img {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 35, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_img {
        height: 450px;
    }
}

/* line 52, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content {
    padding: 90px 0 90px 20px;
}

@media (max-width: 991px) {
    /* line 52, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content {
        padding: 70px 0 70px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 52, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content {
        padding: 100px 0 100px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 52, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content {
        padding: 115px 0 1150px 50px;
    }
}

/* line 67, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    /* line 67, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content h1 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 67, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 67, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

/* line 85, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item {
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: background-color 0.2s ease-in 0.3s;
    border-bottom: 1px solid #e1e1e1;
}

/* line 92, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item:last-child {
    border-bottom: 0px solid transparent;
}

/* line 96, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item h2 {
    font-size: 20px;
    position: relative;
    font-weight: 400;
}

@media (max-width: 991px) {
    /* line 96, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content .accordion-item h2 {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 96, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content .accordion-item h2 {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 96, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content .accordion-item h2 {
        padding-right: 25px;
    }
}

/* line 109, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item h2:before {
    font-family: 'themify';
    position: absolute;
}

/* line 116, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item.active {
    transition: background-color 0.2s ease-in 0s;
}

/* line 120, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item.active .accordion-body {
    max-height: 900px;
    transition: max-height 0.3s ease-in 0s, padding 0.2s ease-in 0s;
}

/* line 125, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item.active .accordion-body p {
    opacity: 1;
    transition: opacity 0.2s ease-in 0.2s;
}

/* line 130, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-header {
    color: white;
    border-radius: 5px;
    padding: 25px 15px 25px 0;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 130, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
    .faq_part .faq_content .accordion-header {
        padding: 10px 10px 10px 0;
    }
}

/* line 141, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-item .accordion-header h2:before {
    right: 0;
    top: calc(50% - 1px);
    border-radius: 50%;
    background-color: #191d34;
    width: 28px;
    height: 28px;
    content: "\e61a";
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    top: 0;
}

/* line 157, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .active .accordion-header h2:before {
    right: 0;
    top: calc(50% - 1px);
    border-radius: 50%;
    background-color: #fe5c24;
    width: 28px;
    height: 28px;
    content: "\e622";
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    top: 0;
}

/* line 173, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s, padding 0.1s ease-out 0.2s;
}

/* line 178, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_faq_part.scss */
.faq_part .faq_content .accordion-body p {
    color: #777;
    transition: opacity 0.2s ease-in 0s;
    margin-bottom: 30px;
}

/* line 139, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_subscribe_area.scss */
input:focus {
    outline-offset: 0px;
}

/* line 142, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_subscribe_area.scss */
.form-control:focus {
    box-shadow: 0 0 0 0rem;
}

/**************** copyright part css start ****************/
/* line 2, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part {
    background-color: #191d34;
    padding: 26px 0px;
}

/* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part p {
    color: #8a8a8a;
}

/* line 9, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part a {
    color: #fe5c24;
}

@media (max-width: 576px) {
    /* line 12, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
    .copyright_part .footer-social {
        margin-top: 20px;
    }
}

/* line 25, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ff7e5f;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}

/* line 35, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part .footer-social a:hover {
    background-color: #ff7e5f !important;
    color: #fff !important;
}

/* line 40, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part .footer-social a i:hover {
    color: #fff;
}

@media (max-width: 576px) {
    /* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 52, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 58, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

/* line 65, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_copyright_part.scss */
.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

/*=================== contact banner start ====================*/

/* Contact Success and error Area css
============================================================================================ */
/* line 97, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

/* line 106, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* line 112, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

/* line 121, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

/* line 126, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

/* line 133, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.contact-section {
    padding: 130px 0 100px;
}

@media (max-width: 991px) {
    /* line 133, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
    .contact-section {
        padding: 70px 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 133, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
    .contact-section {
        padding: 80px 0 50px;
    }
}

/* line 141, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
}

/* line 146, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_contact.scss */
.contact-section .btn_2:hover {
    background-color: #fe5c24;
}

/**************** project_datails css start ****************/
/* line 3, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_content {
    padding: 40px 0px 0px;
}

/* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.406;
    color: #2f373d;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    /* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 5, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h3 {
        font-size: 30px;
    }
}

/* line 24, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_content p {
    color: #666666;
    font-weight: 400;
}

/* line 28, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_content h4 {
    color: #2f373d;
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0px 25px;
}

@media (max-width: 576px) {
    /* line 28, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h4 {
        margin: 15px 0px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 28, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h4 {
        margin: 15px 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 28, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_content h4 {
        margin: 15px 0px 15px;
    }
}

/* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_widget {
    padding: 40px 0px 0px;
}

@media (max-width: 576px) {
    /* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget {
        padding: 20px 0px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget {
        padding: 20px 0px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget {
        padding: 20px 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget {
        padding: 30px 0px 0px;
    }
}

/* line 61, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_widget .single_project_details_widget {
    position: relative;
    padding-left: 36px;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    /* line 61, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget .single_project_details_widget {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 61, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget .single_project_details_widget {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 61, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget .single_project_details_widget {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 61, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .project_details_widget .single_project_details_widget {
        margin-bottom: 20px;
    }
}

/* line 77, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_widget .single_project_details_widget span {
    color: #ff7e5f;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

/* line 84, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_widget .single_project_details_widget h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
}

/* line 89, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_widget .single_project_details_widget h6 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}

/* line 94, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .project_details_widget .single_project_details_widget p {
    font-weight: 300;
    color: #777;
}

/* line 101, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .single_project_details_text {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    /* line 101, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .single_project_details_text {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 101, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
    .project_details .single_project_details_text {
        width: 50%;
        float: left;
        margin-top: 50px;
    }
}

/* line 112, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .single_project_details_text h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}

/* line 118, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_project_details.scss */
.project_details .single_project_details_text p {
    color: #777;
}

@media (max-width: 991px) {
    /* line 2, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area {
        padding: 0px 0px 0px;
    }
}

/* line 11, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

@media (max-width: 991px) {
    /* line 17, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }
}

/* line 22, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget p {
    color: #777;
    line-height: 1.8;
}

/* line 27, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget h4 {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    /* line 27, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    /* line 27, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .single-footer-widget h4 {
        margin-bottom: 15px;
    }
}

/* line 41, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li {
    margin-bottom: 10px;
}

/* line 43, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

/* line 47, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a:hover {
    color: #fe5c24;
}

/* line 53, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px;
}

/* line 56, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget input {
    height: 40px;
    border: none;
    width: 67% !important;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    font-size: 13px;
    color: #999999;
    border: 0px solid transparent;
}

/* line 66, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

/* line 71, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget .click-btn {
    background-color: #fe5c24;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    left: 0;
}

/* line 83, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 375px) {
    /* line 71, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .single-footer-widget .click-btn {
        margin-top: 10px;
    }
}

@media (min-width: 400px) {
    /* line 71, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .single-footer-widget .click-btn {
        left: -50px;
    }
}

/* line 98, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_1 img {
    margin-bottom: 35px;
}

@media (max-width: 576px) {
    /* line 98, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 98, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 98, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

/* line 113, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_1 p {
    margin-bottom: 15px;
}

/* line 117, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .social_icon {
    margin-top: 27px;
}

/* line 119, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .social_icon a {
    color: #cccccc;
    font-size: 14px;
    margin-right: 20px;
}

/* line 123, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .social_icon a:hover {
    color: #fe5c24;
}

/* line 132, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img {
    width: 31.33%;
    float: left;
    margin: 1%;
    position: relative;
    z-index: 2;
}

@media (max-width: 576px) {
    /* line 132, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    /* line 140, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 132, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    /* line 146, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 132, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }

    /* line 152, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 132, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }

    /* line 158, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 132, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    /* line 164, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

/* line 168, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 179, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img i {
    text-align: center;
    position: absolute;
    top: 41%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    opacity: 0;
}

/* line 191, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
    opacity: 0.5;
}

/* line 194, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
    opacity: 1;
}

/* line 202, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .contact_info {
    position: relative;
    margin-bottom: 20px;
}

/* line 205, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .contact_info:last-child {
    margin-bottom: 0px;
}

/* line 208, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .contact_info p {
    margin-bottom: 10px;
}

/* line 210, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .contact_info p span {
    color: #2c3033;
    font-size: 16px;
}

/* line 216, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .btn {
    background-color: #fe5c24;
    color: #fff;
    width: 49px;
    border-radius: 0px;
    height: 40px;
}

/* line 223, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

/* line 227, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .copyright_part_text {
    background-color: #101010;
    padding: 32px 15px;
}

/* line 231, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .copyright_part_text p {
    color: white;
}

@media (max-width: 576px) {
    /* line 227, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .copyright_part_text {
        text-align: center;
    }

    /* line 238, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 227, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .copyright_part_text {
        text-align: center;
        padding: 32px 15px;
    }

    /* line 246, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 227, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer-area .copyright_part_text {
        text-align: center;
    }
}

/* line 256, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .copyright_part_text a {
    color: #fe5c24;
}

/* line 260, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .input-group {
    border: 1px solid #45556a;
    padding: 5px;
}

/* line 265, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_icon p {
    margin-bottom: 22px;
    font-size: 16px;
    color: #999;
}

/* line 271, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_icon ul li {
    margin-bottom: 20px;
}

/* line 273, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer-area .footer_icon ul li i {
    margin-right: 15px;
}

@media (max-width: 991px) {
    /* line 281, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_icon {
        margin-top: 20px;
    }
}

/* line 286, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer_menu {
    float: right;
}

@media (max-width: 576px) {
    /* line 286, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 286, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 286, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 286, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

/* line 309, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer_menu ul li {
    display: inline-block;
}

/* line 311, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer_menu ul li a {
    color: #777 !important;
    padding: 0px 22px;
}

/* line 314, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
.footer_menu ul li a:hover {
    color: #fe5c24 !important;
}

@media (max-width: 576px) {
    /* line 311, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 311, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 311, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 311, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

/* line 75, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}

/* line 80, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

/* line 85, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
b,
sup,
sub,
u,
del {
    color: #fe5c24;
}

/* line 93, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h1 {
    font-size: 36px;
}

/* line 97, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h2 {
    font-size: 30px;
}

/* line 101, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h3 {
    font-size: 24px;
}

/* line 105, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h4 {
    font-size: 18px;
}

/* line 109, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h5 {
    font-size: 16px;
}

/* line 113, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h6 {
    font-size: 14px;
}

/* line 117, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}




/* line 1086, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.mt-10 {
    margin-top: 10px;
}

/* line 1089, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

/* line 1093, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.mb-30 {
    margin-bottom: 30px;
}

/* line 1096, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.mt-30 {
    margin-top: 30px;
}

/* line 1099, ../../01 cl html template/New folder/May 2019/175  Supreme Industry/Supreme Industry Html/sass/_elements.scss */
.switch-wrap {
    margin-bottom: 10px;
}

#googleMaps {
    height: 550px;
}

.backgroundOrange {
    padding: 50px 0;
    background-image: url("../img/bckOrange.png");
}

.form-contato-1 ::placeholder {
    color: white;
}

.form-contato-1 input {
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: white;
    color: white;
}

.form-contato-1 input:focus,
.form-contato-1 input:active {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    background-color: rgba(255, 255, 255, 0.2);
    height: 50px;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: white;
    color: white;
}

.form-contato-1 textarea {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: white;
    color: white;
    resize: none;
}

.form-contato-1 textarea:focus, .form-contato-1 textarea:active {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin-bottom: 20px;
    border-color: white;
    color: white;
    resize: none;
}

.form-contato-1 button {
    height: 50px;
    margin-bottom: 20px;
    border-color: white;
    border-radius: 0;
    color: white;
    background-color: transparent;
}

.form-contato-1 button:hover, .form-contato-1 button:active, .form-contato-1 button:focus {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white !important;
    border-radius: 0 !important;
}

.backgroundOrange ul {
    padding-top: 10px;
}

.backgroundOrange ul li {
    display: block;
    margin-bottom: 35px;
}

.backgroundOrange ul li a i {
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 45px;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.backgroundOrange ul li a i:hover {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    background-color: rgba(255, 255, 255, 0.2);
}

.backgroundOrange ul li a {
    color: white;
    font-size: 20px;
    line-height: 2.5;
}

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