/* ============================

Template Name: Construction Html Template
Template URI: 
Description: This is an Html Template
Author: Tausif Ahmed
Author URI:
Version: 1.0

============================ */

/* ============================

    Css Index:-
    ---------------------
    *Base Css
    *Header Css
    *Hero Area Css
    *Breadcrumb css
    *Menu & Dropdown Menu Css
    *Section title css
    *Service Css
    *Expert Item css
    *News Section Css
    *Product Section Css
    *Featured area css
    *Works css
    *Counter section css
    *News css
    *Testimonial css
    *owl-dots customized css
    *logo section css
    *cta Section
    *Pagination Css
    *Contact Form Css
    *Career Section Css
    *cart Css
    *404 css
    *Footer css
    *Copyright Section Css
    *Hover effect Css
    *Preloader Css
    *Colors Css

============================ */

/* ============================
Base Css
============================ */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 500;
    overflow-x: hidden;
}
a:hover { text-decoration: none; }
select:focus,
button:focus,
input:focus,
textarea
{
    outline: none;
}
.margin-top-150 {margin-top: 150px;}
.margin-bottom-150 {margin-bottom: 150px;}
.padding-bottom-0 {padding-bottom: 0;}
.padding-top-0 {padding-top: 0;}
.section-padding {padding: 40px 0;}
a.boxed-btn {
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    margin-top: 10px;
    border-radius: 3px;
    transition: 0.3s;
}
.gray-bg {background-color: #F8F7FD;}
html,body {
    height: 100%;
}

/* ============================
Header Css
============================ */
.header-area {
    padding: 25px 0;
    transition: 0.3s;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a {
    color: #656565;
    display: block;
    padding: 10px;
    font-size: 20px;
    transition: 0.3s;
}
.search-section a,
.search-section span {
    color: #656565;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    margin-left: 10px;
    padding-right: 0;
    transition: 0.3s;
}
.search-section span {cursor: pointer;}
.header-top-area {
    border-bottom: 1px solid;
}
.logo a {
    display: inline-block;
    padding: 6px 0;
}
.logo a img {
    max-width: 200px;
    transition: 0.3s;
}
.social-icons ul li:first-child a {
    padding-left: 0;
}
.search-window-wrap.search-active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.search-window {
    display: table;
    width: 100%;
    height: 100%;
}
.search-window-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0; 
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}
.search-window-tablecell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.search-window-tablecell input[type=search] {
    border: 1px solid #ddd;
    padding: 15px;
    width: 400px;
    border-radius: 3px;
}
.search-window-tablecell h1 {
    font-size: 45px;
    margin: 0;
}
.search-window-tablecell p {
    line-height: 1.8;
    margin: 20px 0;
}
.search-window-wrap span {
    position: absolute;
    right: 3%;
    top: 5%;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}
.search-window-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffdd00;
    content: "";
    z-index: -1;
    opacity: 0.9;
}
.search-window-tablecell input[type=submit] {
    border: none;
    font-weight: 700;
    background-color: #333;
    color: #ffdd00;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sticky-wrapper.is-sticky .header-area#sticker {
    z-index: 99!important;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
}

/* ============================
Hero Area Css
============================ */
.homepage-bg-1 {background-image: url(../img/homepage-slide-bg/slide-bg-1.jpg);}
.homepage-bg-2 {background-image: url(../img/homepage-slide-bg/slide-bg-2.jpg);}

.single-homepage-slide {
    background-size: cover;
    background-position: center;
    background-color: #F6BE51;
    position: relative;
    z-index: 1;
}
.single-homepage-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.8;
}
.homepage-text p.subtitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-size: 14px;
    margin: 0;
}
.homepage-text h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0;
}
.homepage-text .home-content {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
.home-content{
	color: #FFFFFF;
}
.homepage-text a.boxed-btn {
    background-color: #FFFFFF;
	border: 1upx solid #ffdd00;
    color: #FFC107;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    margin-top: 15px;
    transition: 0.3s;
}
.homepage-slides {
    position: relative;
}
.homepage-slides .owl-controls {
    height: auto;
}
.homepage-slides .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.homepage-slides .owl-nav div {transition: 0.3s;}
.homepage-slides .owl-nav div.owl-prev {
    position: absolute;
    left: 3%;
    top: 0;
    font-size: 45px;
    line-height: 45px;
    margin-top: -22.5px;
}
.homepage-slides, .homepage-slides div.owl-nav {
    height: auto;
}
.homepage-slides .owl-nav div.owl-next {
    position: absolute;
    right: 3%;
    top: 0;
    font-size: 45px;
    line-height: 45px;
    margin-top: -22.5px;
}
.homepage-area-wrap {
    height: 400px;
}

.homepage-slides, .homepage-slides div {
    height: 100%;
}

.homepage-area-wrap div.homepage-text-tablecell {
    height: 100%;
}

.homepage-area-wrap div.homepage-text-tabelcell {
    height: auto;
    display: table-cell;
    vertical-align: middle;
}
.homepage-text-tabelcell h1{
	color: #FFFFFF;
}
.homepage-text {
    display: table;
    height: 100%;
    width: 100%;
}

/* ============================
Breadcrumb css
============================ */
.bread-crumb-bg-1 {background-image: url(../img/breadcrumb-bg/breadcrumb-bg-1.jpg);}
.bread-crumb-bg-2 {background-image: url(../img/breadcrumb-bg/breadcrumb-bg-2.jpg);}
.bread-crumb-bg-3 {background-image: url(../img/breadcrumb-bg/breadcrumb-bg-3.jpg);}
.bread-crumb-bg-4 {background-image: url(../img/breadcrumb-bg/breadcrumb-bg-4.jpg);}
.breadcrumb-area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 130px 0;
}
.breadcrumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
}
.breadcrumb-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
	color: #FFFFFF;
}
.breadcrumb-text p a {
    color: #333;
}
.breadcrumb-text i.fa.fa-angle-right {
    margin: 0 7px;
}
.breadcrumb-text h1 {
    line-height: 1.3;
	color: #FFFFFF;
}
.breadcrumb-text {
    max-width: 550px;
    margin: 0 auto;
}

/* ============================
Menu & Dropdown Menu Css
============================ */
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu ul li {
    display: inline-block;
}
.mainmenu ul li a {
    display: block;
    color: #656565;
    font-weight: 700;
    font-size: 16px;
    padding: 16px;
    transition: 0.3s;
}
.mainmenu ul li a.bordered-btn {
    border: 2px solid #656565;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    margin-left: 15px;
}
.mainmenu > ul > li {
    position: relative;
}
.mainmenu ul > li ul.dropdown {
    position: absolute;
    z-index: 2;
    background-color: #232323;
    width: 240px;
    text-align: left;
    padding: 20px 0px;
    border-radius: 2px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.mainmenu ul > li ul.dropdown li a {
    font-size: 15px;
    padding: 0;
    color: #9d9d9d;
    font-weight: 600;
    padding: 0px 20px;
}
.mainmenu ul > li ul.dropdown li {
    display: block;
    margin-bottom: 16px;
    position: relative;
}
.mainmenu ul > li ul.dropdown li:last-child {
    margin: 0;
}
.mainmenu ul > li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}
ul.dropdown.multilevel li a {
    position: relative;
}
ul.dropdown.multilevel li a:after {
    position: absolute;
    right: 20px;
    font-family: fontAwesome;
    content: "\f105";
}
ul.dropdown > ul.dropdown {
    position: absolute;
    right: -200px;
    background-color: #232323;
    width: 200px;
    top: -5px;
    padding: 20px 0;
    border-radius: 2px;
}
.mainmenu ul > li ul.dropdown > li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}
.mainmenu ul > li ul.dropdown > li ul.dropdown {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    left: 100%;
    top: 0;
}
.mainmenu ul > li ul.dropdown > li ul.dropdown li a:after {
    display: none;
}
ul.dropdown li a i {
    margin-right: 10px;
}
.slicknav_menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: #ffdd00;
    color: #333;
    border-radius: 1px;
}
.slicknav_nav .slicknav_row:hover > a {
    color: #333;
}

/* ============================
Section title css
============================ */
.section-title p:first-child {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #656565;
    font-weight: 700;
}

.section-title h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}
.section-title h3:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    margin-left: -30px;
    border-radius: 5px;
}
.section-title p:nth-child(3) {
    font-size: 17px;
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
}
.section-title {
    margin-bottom: 40px;
}

/* ============================
Service Css
============================ */
.service-wrap {
    display: table;
    width: 100%;
    height: 100px;
}
.service-wrap .service-icon-tablecell {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.service-icon-tablecell img {
    max-width: 50px;
}
.service-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.service-text h3:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #333;
    content: "";
    margin-left: -10px;
    border-radius: 5px;
    transition: 0.3s;
}
.service-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
}
.single-service-item {
    padding: 20px;
    /* margin-bottom: 30px; */
	/* border: 1px solid #cac9c9; */
	/* border-radius:4px; */
	/* border-bottom: 1px solid #cac9c9; */
	background-color: #FFFFFF;
	border: 1px solid #ededed;
}
.single-service-item:hover{
	box-shadow: 0 0 15px 4px rgba(0,0,0,.1);
	transition: all .3s;
}
.single-service-item a.read-more {
    color: #333;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
}
.single-service-item a.read-more i.fa {
    margin-left: 5px;
    transition: 0.3s;
}
.right-service-text h3 {
    font-size: 25px;
}

.right-service-text p {
    font-size: 15px;
    color: #666;
    line-height: 2;
}

.right-service-text p:last-child {
    margin: 0;
}

.right-service-text {
    padding: 80px 30px;
}

.left-renovation-list h3 {
    font-size: 25px;
}

.left-renovation-list p {
    font-size: 15px;
    line-height: 1.8;
}

.single-renovation-item h3 {
    font-size: 23px;
}

.single-renovation-item h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f1ce";
    font-family: fontAwesome;
}

.single-renovation-item {
    padding-left: 40px;
}

.single-renovation-item {
    position: relative;
    margin-bottom: 20px;
}

.renovation-items {
    margin-top: 30px;
}

.left-renovation-list {
    padding: 50px 40px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.single-renovation-item p {
    color: #666;
}

.right-renovation-form {
    background-color: #F8F7FD;
    padding: 50px 40px;
    border-radius: 3px;
}

.renovation-form-header h3 {
    font-size: 25px;
}

.renovation-form-header p {
    font-size: 15px;
}

form.renovation-form p {
    width: 100%;
}

form.renovation-form p input,form.renovation-form p textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px;
}

form.renovation-form p textarea {
    height: 120px;
    resize: none;
}

form.renovation-form p input[type=submit] {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
}

form.renovation-form p:last-child {
    margin: 0;
}

form.renovation-form {
    margin-top: 30px;
}

/* ============================
Expert Item css
============================ */
.expert-img img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.expert-meta h3 {
    font-weight: 500;
    font-size: 22px;
}
.expert-meta h3 span {
    display: block;
    font-size: 70%;
    margin-top: 10px;
    color: #656565;
}
.single-expert-item {
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 0 15px #e0e0e0;
    transition: 0.3s;
}
.single-expert-item:hover {
    box-shadow: none;
}

/* ============================
News Section Css
============================ */
.news-bg-1 {background-image: url(../img/work/news/news1/1.jfif);}
.news-bg-2 {background-image: url(../img/work/news/news2/1.png);}
.news-bg-3 {background-image: url(../img/work/news/news3/1.jpg);}
.news-bg-4 {background-image: url(../img/work/news/news4/p1.jpg);}
.news-bg-5 {background-image: url(../img/work/news/news5/p5.jpg);}
.news-bg-6 {background-image: url(../img/work/news/news5/1.webp.jpg);}
.news-bg-7 {background-image: url(../img/work/news/news5/6.jpg);}
.news-bg-8 {background-image: url(../img/work/news/news5/13.png);}

/* .news-details-bg {background-image: url(../img/single-news-bg.jpg);} */
.news-bg {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    transition: 0.3s;
}
.single-news-wrap .news-text h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}
.single-news-wrap .news-text p.date {
    color: #888;
    position: relative;
    margin: 15px 0;
}
.single-news-wrap .news-text p.date:after {
    position: absolute;
    left: 20%;
    top: 50%;
    content: "";
    width: 45px;
    height: 2px;
    margin-top: -1px;
}
.single-news-wrap .news-text p:last-child {
    color: #888;
    line-height: 2;
    font-size: 15px;
}
.single-news-wrap {
    margin-bottom: 50px;
}
.news-details-bg {
    height: 500px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.news-details-text-section {
    padding: 40px 30px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 3px;
}
.news-details-meta-wrap .news-details-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-details-meta-wrap .news-details-meta li {
    display: inline-block;
}
.news-details-meta-wrap .news-details-meta li a {
    display: block;
    color: #777;
    margin-right: 15px;
    font-size: 15px;
    transition: 0.3s;
}
.news-details-meta-wrap .news-details-meta li a i.fa {
    margin-right: 5px;
}
.news-details-text-section p {
    color: #666;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}
.news-details-text-section img {
    display: flex;
    margin: auto;
}
.news-details-meta-wrap {
    margin-bottom: 15px;
}
ul.social-share-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.social-share-list li {
    display: inline-block;
}
ul.social-share-list li a {
    display: block;
    margin-right: 10px;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    transition: 0.3s;
}
.social-share-section {
    margin-top: 25px;
}
.single-news-wrap a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.single-news-wrap {
    position: relative;
}


/* ============================
Product Section Css
============================ */
.product-bg-1 {background-image: url(../img/product/single-product-1.jpg);}
.product-bg-2 {background-image: url(../img/product/single-product-2.jpg);}
.product-bg-3 {background-image: url(../img/product/single-product-3.jpg);}
.product-bg-4 {background-image: url(../img/product/single-product-4.jpg);}
.product-bg-5 {background-image: url(../img/product/single-product-5.jpg);}
.product-bg-6 {background-image: url(../img/product/single-product-6.jpg);}
.product-bg-7 {background-image: url(../img/product/single-product-7.jpg);}
.product-bg-8 {background-image: url(../img/product/single-product-8.jpg);}
.product-bg {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-top-box {
    border: 1px solid #EEEEEE;
    padding: 35px 15px;
    border-radius: 3px;
    position: relative;
    transition: 0.3s;
}
.product-meta h4 {
    font-size: 20px;
}
.product-meta h4 span {
    display: block;
    color: #888;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
}
.product-meta {
    margin-top: 20px;
}
.product-bg a {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    transition: 0.3s;
}
.single-product-item {
    margin-bottom: 70px;
}
.product-sort-wrap select {
    border: none;
    background-color: #f5f5f5;
    font-weight: 500;
    display: inline-block;
    padding: 15px;
    border-radius: 2px;
}
.products-result-text p {
    padding: 13px 0;
    margin: 0;
}
.product-section .container .row:first-child {
    margin-bottom: 30px;
}
ul.star-ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.star-ratings li {
    display: inline-block;
}
.product-details p:nth-child(3) {
    color: #888;
    margin: 15px 0;
}
.product-details p:nth-child(4) {
    color: #888;
    line-height: 1.8;
}
.product-quantity-wrap a.boxed-btn {
    margin: 0;
    margin-right: 20px;
}
.product-quantity-wrap a.boxed-btn i.fa {
    margin-right: 10px;
}
.product-quantity-wrap select {
    border: none;
    background-color: #eee;
    padding: 13px;
    font-weight: 500;
}
.product-quantity-wrap {
    margin-top: 25px;
}
.product-details {
    padding: 42px 0;
}
.product-img {
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.product-review h4.review-title,
.comment-section h4.comment-section-title {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product-review-img img,
.comment-avater-img img {
    max-width: 60px;
    border-radius: 50%;
}
.product-review-comment h4,
.single-comment-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.product-review-comment h4 span.date,
.single-comment-text h4 span.date {
    font-size: 15px;
    color: #888;
    font-weight: 500;
    letter-spacing: 1px;
}
.product-review-comment p,
.single-comment-text p {
    color: #888;
    line-height: 1.8;
    margin-top: 15px;
}
.single-product-review,
.single-comment-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.single-product-review:last-child,
.single-comment-item:last-child {
    border-bottom: none;
}
.add-review-content p {
    margin: 0;
    color: #888;
    margin-right: 15px;
}
.add-review-content ul.star-ratings li {
    color: #888;
}
.add-review-content p, .add-review-content ul {
    display: inline-block;
}
.review-form-wrap,
.comment-form-wrap {
    margin-top: 30px;
}
.review-form-wrap form p textarea,
.comment-form-wrap form p textarea {
    border: 1px solid #eee;
    resize: none;
    width: 100%;
    height: 180px;
    padding: 15px;
    border-radius: 3px;
}
.review-form-wrap form p,
.comment-form-wrap form p {
    width: 100%;
    margin-bottom: 25px;
}
.review-form-wrap form p input[type=text],.review-form-wrap form p input[type=email],
.comment-form-wrap form p input[type=text],.comment-form-wrap form p input[type=email] {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 3px;
    width: 48.2%;
}
.review-form-wrap form p input[type=email],
.comment-form-wrap form p input[type=email] {
    margin-left: 3%;
}
.review-form-wrap form p input[type=submit],
.comment-form-wrap form p input[type=submit] {
    border: none;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.product-section h4 {
    margin-bottom: 20px;
}
a.reply-btn {
    color: #333;
    font-weight: 700;
    transition: 0.3s;
    letter-spacing: 1px;
}
.product-section.padding-bottom-0 {
    padding-bottom: 0;
}

/* ============================
Featured area css
============================ */
.featured-bg {background-image: url(../img/featured-img.jpg);}
.featured-bg {
    position: absolute;
    left: 40px;
    width: 40%;
    height: 80%;
    background-size: cover;
    background-position: center;
    top: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 20px #bfbfbf;
}

ul.featured-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.featured-list li {
    position: relative;
    line-height: 1.8;
    padding-left: 80px;
    color: #555;
    margin-bottom: 10px;
}
ul.featured-list li:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f00c";
    font-family: fontAwesome;
} 
.right-featured-text {
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    padding: 37px 0;
}
.featured-section {
    padding: 60px 0;
	margin: 0 0 80px 0;
}
.featured-section {
    position: relative;
}
.right-featured-text p {
    font-size: 16px;
    line-height: 2;
    color: #777;
}

/* ============================
Works css
============================ */
.work-bg-1 {background-image: url(../img/work-bgs/project-bg-1.jpg);}
.work-bg-2 {background-image: url(../img/work-bgs/project-bg-2.jpg);}
.work-bg-3 {background-image: url(../img/work-bgs/project-bg-3.jpg);}
.work-bg-4 {background-image: url(../img/work-bgs/project-bg-4.jpg);}
.work-bg-5 {background-image: url(../img/work-bgs/project-bg-5.jpg);}
.work-bg-6 {background-image: url(../img/work-bgs/project-bg-6.jpg);}
ul.work-titles {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}
ul.work-titles li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
}
.work-hover, .work-hover-table {
    height: 100%;
}
.work-hover-table {
    display: table;
    width: 100%;
}
.work-hover-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.work-hover {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}
.work-hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0.9;
}
.single-work-item:hover .work-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.single-work-item {
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.row.work-row .col-md-4:nth-child(2) .single-work-item,
.row.work-row .col-md-4:nth-child(4) .single-work-item,
.row.work-row .col-md-4:nth-child(5) .single-work-item
 {
    height: 500px;
}
.work-hover .hover-text h4 {
    font-weight: 800;
    font-size: 22px;
    margin: 10px 0;
}
.work-hover .hover-text p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin: 0;
}
.works a.boxed-btn {
    margin-top: 30px;
}
.project-bg-1 {background-image: url(../img/project-backgrounds/project-bg-1.jpg);}
.project-bg-2 {background-image: url(../img/project-backgrounds/project-bg-2.jpg);}
.project-bg-3 {background-image: url(../img/project-backgrounds/project-bg-3.jpg);}
.project-bg-1 {
    height: 630px;
}
.project-bg-2, .project-bg-3 {
    height: 300px;
}
.single-project-bg {
    background-size: cover;
    background-position: center;
}
.project-bg-3 {
    margin-top: 30px;
}
.work-details-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.work-details-text p {
    line-height: 2;
    color: #777;
    margin-bottom: 20px;
}
.project-details h3 {
    font-size: 30px;
}
.project-details p {
    color: #777;
    font-weight: 700;
    margin-bottom: 30px;
}
.project-details p span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}
.project-details p:last-child {
    margin: 0;
}
.project-details {
    background-color: #F8F7FD;
    padding: 50px 30px;
}
.project-gallary h3 {
    margin-bottom: 40px;
}
a.work-link {
    color: #333;
}

/* ============================
Counter section css
============================ */
.counter-bg {background-image: url(../img/counter-bg.jpg);}
.counter-bg {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.counter-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
    z-index: -1;
}
.single-counter-item i.fa {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    background-color: #333;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
}
.single-counter-item h3 {
    font-weight: 900;
    margin: 15px 0;
}
.single-counter-item p {
    font-weight: 500;
    margin: 0;
}
.counter-section {
    padding: 80px 0;
}

/* ============================
News css
============================ */
.single-news-item {
    padding: 45px 30px;
    border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
    border-radius: 3px;
    transition: 0.3s;
}
.news-top-text p.tip {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50px;
}
.news-top-text h3 {
    font-size: 25px;
    line-height: 1.3;
}
.news-top-text p:nth-child(3) {
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
}
.news-bottom-text {
    position: relative;
    margin-top: 20px;
}
.news-bottom-text p.date {
    color: #656565;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.news-bottom-text a.read-more {
    position: absolute;
    right: 0;
    color: #656565;
    transition: 0.3s;
}
.news-bottom-text a.read-more i.fa {
    margin-left: 5px;
}
.news-top-text {
    border-bottom: 1px solid #E0E0E0;
    transition: 0.3s;
}
.news-section.two-column .single-news-wrap .news-bg {
    height: 300px;
}
.news-section.two-column .single-news-wrap .news-text p.date:after {
    left: 80px;
}
.news-section.two-column .single-news-wrap {
    padding: 15px;
}

/* ============================
Testimonial css
============================ */
.single-testimonial-item img {
    max-width: 70px;
    margin: 0 auto;
    border-radius: 50%;
}
.single-testimonial-item p {
    color: #888;
    font-weight: 500;
    line-height: 2;
    margin: 20px 0;
}
.testimonial-meta h4 {
    font-size: 20px;
}
.testimonial-meta h4 span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #656565;
    margin-top: 10px;
}

/* ============================
owl-dots customized css
============================ */
.news-section .owl-dots div,
.testimonial-section .owl-dots div {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #656565;
    margin: 8px;
    border-radius: 50%;
    background: transparent;
    transition: 0.3s;
}
.news-section .owl-dots,
.testimonial-section .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -40px;
}
.news-section .owl-dots div.active,
.testimonial-section .owl-dots div.active {
    background-color: #656565;
}

/* ============================
logo section css
============================ */
.single-logo-slide img {
    max-width: 200px;
}
.logo-carousel-section {
    padding: 40px 0;
	/* margin: 40px 0; */
}
.single-logo-slide img {
    margin: 0 auto;
    transition: 0.3s;
}

/* ============================
cta Section
============================ */
.left-cta-text p {
    margin: 0;
}
.right-cta-btn a.boxed-btn {
    margin: 62px 0;
    margin-right: 45px;
}
.left-cta-text {
    position: relative;
    padding: 50px;
    padding-right: 0;
}
.left-cta-text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
}
.cta-section .container {
    box-shadow: 0 0 20px #e6e5e5;
    padding-left: 0;
    padding-right: 0;
}

/* ============================
Pagination Css
============================ */
ul.pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pagination-list li {
    display: inline-block;
}
ul.pagination-list li a {
    display: block;
    background-color: #F6F6F6;
    color: #333;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 3px;
    transition: 0.3s;
}
.pagination-wrap {
    margin-top: 30px;
}


/* ============================
Contact Form Css
============================ */
.contact-form-wrap {
    background-color: #F8F7FD;
    padding: 60px 35px;
}
form.contact-form p input[type=text], form.contact-form p input[type=email],form.contact-form p input[type=tel] {
    border: none;
    border-bottom: 2px solid #CCCCCE;
    background-color: #F8F7FD;
    padding: 15px 0;
    width: 45%;
    font-weight: 500;
    transition: 0.7s;
}
form.contact-form p textarea {
    border: none;
    border-bottom: 2px solid #CCCCCE;
    background-color: #F8F7FD;
    width: 100%;
    height: 90px;
    resize: none;
    font-weight: 500;
    transition: 0.3s;
}
form.contact-form p {
    margin-bottom: 45px;
}
form.contact-form p:last-child {
    margin: 0;
}
form.contact-form p input[type=submit] {
    border: none;
    color: #333;
    font-weight: 700;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
}
.contact-form-wrap h4 {
    margin-bottom: 45px;
}
form.contact-form p input[type=email] {
    margin-left: 9%;
}
form.contact-form p input[type=email]:focus, 
form.contact-form p input[type=text]:focus, 
form.contact-form p input[type=tel]:focus, 
form.contact-form p input[type=url]:focus, 
form.contact-form p textarea:focus {
    outline: none;
}
.contact-information {
    padding: 62px 35px;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
}
.contact-information h2 {
    margin-bottom: 40px;
}
.address-wrap {
    margin-top: 40px;
}
.phone-number-wrap h4, .email-id-wrap h4, .address-wrap h4 {
    font-size: 20px;
}
.phone-number-wrap p, .email-id-wrap p, .address-wrap p {
    color: #777;
}

/* ============================
Career Section Css
============================ */
.career-icon-wrap {
    display: table;
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
}
.carrer-icon-tablecell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.carrer-icon-tablecell i.fa {
    font-size: 25px;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
}
.career-text p {
    color: #888;
    line-height: 1.8;
}
.single-career-item {
    padding: 15px;
}
ul.job-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.job-lists li {
    line-height: 2.5;
    color: #888;
}
.left-job-list-wrap h4 {
    position: relative;
    padding-bottom: 20px;
}
.left-job-list-wrap h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
}
.left-job-list-wrap {
    background-color: #F8F7FD;
    padding: 40px 30px;
}
.single-job-detailed-item p {
    color: #888;
    line-height: 2;
}
.single-job-detailed-item {
    margin-bottom: 80px;
}
.single-job-detailed-item ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.single-job-detailed-item ul li {
    margin-bottom: 15px;
    line-height: 1.9;
    color: #888;
    position: relative;
    padding-left: 40px;
}
.single-job-detailed-item ul li:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f00c";
    font-family: fontAwesome;
    font-size: 20px;
    top: 0;
}
.single-job-detailed-item h4 {
    margin-bottom: 30px;
}
.job-deteils-wrap > p {
    font-size: 16px;
    color: #888;
}

/* ============================
cart Css
============================ */
.cart-details img {
    max-width: 55px;
}
.cart-details img, .cart-details p {
    display: inline-block;
}
.cart-header-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}
.cart-header-wrap {
    border-bottom: 1px solid #eee;
}
.cart-table-row {
    border: 1px solid #eee;
}
.single-cart-item .row .col-md-2:last-child p, .single-cart-item .row .col-md-2:last-child a {
    display: inline-block;
}
.single-cart-item-wrap {
    border-bottom: 1px solid #eee;
    padding: 40px 0;
}
.single-cart-item-wrap:last-child {
    border: none;
}
.single-cart-item p {
    padding: 8px 0;
    margin: 0;
}
.single-cart-item select {
    margin: 6px 0;
    border: none;
    background-color: #eee;
    padding: 5px;
    border-radius: 2px;
    font-weight: 500;
}
.cart-details img {
    margin-right: 35px;
}
.cart-top-heading {
    padding: 10px 0;
}
.single-cart-item .row .col-md-2:last-child a {
    color: #333;
    margin-left: 40px;
}
.cart-coupon {
    margin-top: 30px;
}
form.coupon-form input[type=text] {
    border: 1px solid #eee;
    padding: 15px;
}
form.coupon-form input[type=submit] {
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}
.cart-buttons {
    margin-top: 30px;
}
.cart-buttons a.borderd-btn {
    color: #333;
    display: inline-block;
    border: 1px solid #E4E4E4;
    padding: 15px 30px;
}
.cart-buttons a.borderd-btn:last-child {
    margin-left: 15px;
}
.cart-total-wrap {
    margin-top: 50px;
}
.single-total-item p {
    margin: 0;
}
.single-total-item {
    border-bottom: 1px solid #eee;
}
.single-total-item:last-child {
    border-bottom: none;
}
.single-total-item {
    padding: 15px;
    text-align: center;
}
.total-items {
    border: 1px solid #eee;
}
.cart-total-wrap a.boxed-btn {
    margin-top: 30px;
}
p.total {
    font-weight: 700;
}


/* ============================
404 css
============================ */
.error-icon i.fa {
    font-size: 100px;
}
.error-text h1 {
    margin: 20px 0;
    font-size: 45px;
}
.error-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

/* ============================
Footer css
============================ */
.footer-box h3 {
    font-size: 25px;
    margin-bottom: 30px;
}
.footer-box.contact p {
    font-size: 15px;
    font-weight: 500;
    color: #656565;
    margin: 5px;
}
.footer-box.useful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box.useful-links ul li {
    line-height: 2;
}
.footer-box.useful-links ul li a {
    color: #656565;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    transition: 0.3s;
}
.footer-box.useful-links ul li a:before {
    position: absolute;
    left: 0;
    font-family: fontAwesome;
    content: "\f105";
}
.footer-box.newslatter p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    color: #656565;
}
.newsletter-form form p input[type=email] {
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 63%;
}
.newsletter-form form p input[type=submit] {
    border: none;
    font-weight: 600;
    width: 35%;
    display: inline-block;
    padding: 11px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}
.newslatter ul.social-icons {margin: 0;padding: 0;list-style: none;}
.newslatter ul.social-icons li {
    display: inline-block;
}
.newslatter ul.social-icons li a {
    color: #656565;
    font-size: 20px;
    display: block;
    margin: 10px;
    transition: 0.3s;
}
.newslatter ul.social-icons li:first-child a {
    margin-left: 0;
}
.footer {
    padding: 50px 0;
    border-top: 1px solid;
}
.footer-box.contact p a {
    color: #999;
}
.footer-box.contact p:last-child {
    line-height: 1.8;
}

/* ============================
Copyright Section Css
============================ */
.copyright-section p {
    margin: 0;
    color: #656565;
    font-weight: 500;
}
.copyright-section {
    padding: 15px 0;
}

/* ============================
Hover effect Css
============================ */

.logo a img:hover {
    opacity: 0.7;
}
.mainmenu ul > li ul.dropdown  li:hover > a {
    color: #fff;
}
.mainmenu ul li:hover a.bordered-btn {
    background-color: #ffdd00;
    color: #333333;
}
.homepage-text a.boxed-btn:hover {
    background-color: #ffdd00;
	color: #333333;
}
.homepage-slides .owl-nav button:hover {
    opacity: 0.7;
}
.single-service-item a.read-more:hover i.fa {
    margin-left: 10px;
}
a.boxed-btn:hover {
    background-color: #333;
}
.single-logo-slide img:hover {
    opacity: 0.7;
}
.newsletter-form form p input[type=submit]:hover {background-color: #333;}
form.coupon-form input[type=submit]:hover {background-color: #333;}
form.contact-form p input[type=submit]:hover {background-color: #333;}
.single-news-wrap:hover .news-bg {opacity: 0.9;}
.review-form-wrap form p input[type=submit]:hover {background-color:#333;}
.product-bg a:hover {
    background-color: #333;
}
.comment-form-wrap form p input[type=submit]:hover {
    background-color: #333;
}
form.renovation-form p input[type=submit]:hover {
    background-color: #333;
}
ul.social-share-list li:hover a {
    background-color: #333;
}

/* ============================
Preloader Css
============================ */
.preloader-wrap {
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: #ffdd00;
    z-index: 9999;
    text-align: center;
}
.preloader-wrap .spinner {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  display: inline-block;
  margin: 0;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.Switcher.Switcher--show h5 {
    font-family: raleway;
}
ul#colors {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

ul#colors li {
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}


/* ============================
Colors Css
============================ */
.header-top-area, .footer, .single-news-item:hover,.single-news-item:hover .news-top-text,
form.contact-form p input[type=email]:focus, form.contact-form p input[type=text]:focus,
form.contact-form p input[type=tel]:focus, form.contact-form p input[type=url]:focus, 
form.contact-form p textarea:focus,.product-top-box:hover {
    border-color: #ffdd00;
}
/* .single-homepage-slide:before, *//* .section-title h3:after, */ul.work-titles li.active,.work-hover:before,a.boxed-btn,.counter-bg:before,
.news-top-text p.tip,.left-cta-text:before,.newsletter-form form p input[type=submit],

/* .single-service-item:hover */ /* 解决方案div文字 */

/* .service-text h3:after */,.breadcrumb-area:before,form.renovation-form p input[type=submit],.news-bg,
.single-news-wrap .news-text p.date:after,.news-details-bg,ul.social-share-list li a,.product-bg a,
.review-form-wrap form p input[type=submit],.comment-form-wrap form p input[type=submit],.featured-bg,.counter-bg,
ul.pagination-list li.active a,form.contact-form p input[type=submit],.carrer-icon-tablecell i.fa,.left-job-list-wrap h4:after,
form.coupon-form input[type=submit],ul.pagination-list li:hover a {
    background-color: #ffdd00;
}
ul.featured-list li:before,.single-counter-item i.fa.social-icons ul li:hover a,.search-section a:hover,.mainmenu ul li:hover a,
.mainmenu ul li.active a,.search-section span:hover,.single-service-item a.read-more:hover,a.boxed-btn:hover,
ul.featured-list li:before,.single-counter-item i.fa,.social-icons ul li:hover a,.search-section a:hover,.mainmenu ul li:hover a,
.search-section span:hover, .news-bottom-text a.read-more:hover,.footer-box.useful-links ul li:hover a,
.newsletter-form form p input[type=submit]:hover,.newslatter ul.social-icons li:hover a,.single-renovation-item h3:before,
ul.star-ratings li,.single-job-detailed-item ul li:before,form.coupon-form input[type=submit]:hover,
form.contact-form p input[type=submit]:hover,.review-form-wrap form p input[type=submit]:hover,.product-bg a:hover,
a.reply-btn:hover,.comment-form-wrap form p input[type=submit]:hover,form.renovation-form p input[type=submit]:hover,
.news-details-meta-wrap .news-details-meta li:hover a,ul.social-share-list li:hover a, p.total {
    color: #ffdd00;
}
.single-homepage-slide:before{
	background-color: rgba(0,0,0,0.3);
}
.breadcrumb-area:before{
	background-color: rgba(0,0,0,0.5);
}
.lw_add_p{
	font-size: 20px;
}
.lw_add_t,.lw_add_t div{
	display: flex;
}
.lw_add_t{
	flex-direction: column;
	/* margin: 0 0 20px 0; */
}
.lw_add_t_row{
	/* border: 1px solid red; */
	padding: 4px 0;
	/* flex-direction: column; */
}
.lw_add_t_row2{
	/* border: 1px solid red; */
	padding: 4px 0;
	flex-direction: column;
}
.lw_add_t_item{
	flex: 1;
	margin: auto;
	/* border: 1px solid red; */
}
.lw_add_t_item div{
	/* border: 1px solid red; */
	margin: auto;
	color: #666666;
}
.container{
	/* margin: 40px 0 0 0; */
}
.services{
	margin: 80px 0 0 0;
}
.right-featured-text{
	margin: 40px 0;
}
.cta-section_relative{
	position: relative;
	top: -40px;
}
.footer{
	border-color: transparent;
}
.lw_add_margin{
	margin: 16px 0;
}
.footer-box h3{
	/* color: #666666; */
}
.lw_add_center{
	text-align: center;
}
.lw_code_f{
	/* border: 1px solid red; */
	text-align: center;
	margin: 24px 40px 0 40px;
}
.lw_code_f h6{
	color: #333333;
	border-bottom: 2px solid #FFC107;
	padding: 0 0 4px 0;
}
.lw_add_datat{
	color: #333333;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	/* border-bottom: 2px solid #FFC107; */
}
.lw_add_datat div{
	font-size: 20px;
	display: flex;
	margin: 0 auto 16px auto;
	border-bottom: 2px solid #CAC9C9;
}
.lw_add_t_row_t{
	/* border: 1px solid red; */
}
.lw_add_t_row_t div:first-child{
	width: 14px;
	height: 12px;
	margin: auto 8px auto 0;
	border-radius: 12px;
	background-image: url(../img/slt_textIcon.png);
	/* background-color: #FFC107; */
	/* border: 1px solid red; */
}
.lw_add_t_row_t:nth-child(1){
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.lw_add_t_row_b{
	color: #65697f;
}
.services2{
	padding: 40px 0 0 0;
	margin: 0;
}
.lw_sd{
	/* border-bottom: none; */
	/* margin-bottom: 0; */
	height: 100%;
}
.lw_add_fc{
	flex-direction: column;
	padding: 16px 32px;
}
.col-sm-lw{
	/* flex: 0 0 25%; */
	/* max-flex:25%; */
	margin-bottom: 32px;
}
.lw_jc_c{
	justify-content: center;
}
/* .section-title p{
	text-align: left;
} */
.text-left{
	text-align: left;
}
.lw_min_width{
	min-width: 100%;
	margin-bottom: 24px;
}
.lw_mgb{
	margin-bottom: 32px;
}