/*------------------------------------------------------------------
		File Name: style.css
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
		1. IMPORT FONTS
-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&amp;display=swap');

/*------------------------------------------------------------------
		2. IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);

/*------------------------------------------------------------------
		3. BASIC
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}

html,
body {
    color: #898989;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    font-weight: 400;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

    body.demos .section {
        background: url(images/bg.html) repeat top center #f2f3f5;
    }

    body.demos .section-title img {
        max-width: 280px;
        display: block;
        margin: 10px auto;
    }

    body.demos .service-widget h3 {
        border-bottom: 1px solid #ededed;
        font-size: 18px;
        padding: 20px 0;
        background-color: #ffffff;
    }

    body.demos .service-widget {
        margin: 0 0 30px;
        padding: 30px;
        background-color: #fff
    }

    body.demos .container-fluid {
        max-width: 1080px
    }

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #1f1f1f;
    margin: 0
}

h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px
}

.fw_100 {
    font-weight: 200;
}

.fw_200 {
    font-weight: 200;
}

.fw_300 {
    font-weight: 200;
}

.fw_400 {
    font-weight: 200;
}

.small_heading.main-heading h2 {
    font-size: 21px;
}

.small_heading.main-heading::after {
    top: 18px;
}

.small_heading.main-heading {
    margin-bottom: 20px;
    width: 100%;
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #212121;
        text-decoration: none !important;
        opacity: 1;
    }

ol,
ul {
    list-style: none;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.button_section {
    float: left;
    width: 100%;
}

.img-resposive {
    max-width: 100%;
}

a.btn, button.btn {
    min-width: 150px;
    height: 50px;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    line-height: 52px;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    text-shadow: none;
    position: relative;
    background: #54504f;
}

    a.btn:hover, button.btn:hover,
    a.btn:focus, button.btn:focus {
        background: #f5a202;
        color: #fff;
    }

.btn.dark_gray_bt {
    background: #252525;
}

.btn.dark_blue_bt {
    background: #062c4c;
}

a.btn.border_btn {
    border: solid transparent 1px;
    background: transparent;
}

a.btn:hover, button.btn:hover,
a.btn:focus, button.btn:focus {
    background: #f5a202;
    color: #fff;
}

button.btn.white_btn,
a.btn.white_btnbutton.btn.white_btn,
a.btn.white_btn {
    background: #fff;
    padding: 0 50px;
}

.btn.sqaure_bt i {
    margin-left: 8px;
    font-weight: 600;
    top: -1px;
    position: relative;
}

.bottom_info .btn.sqaure_bt {
    margin: 0;
}

.blog_grid .bottom_info .pull-right {
    margin-top: 0 !important;
}

.padding-bottom_0 {
    padding-bottom: 0 !important;
}

.padding-top_0 {
    padding-top: 0 !important;
}

.padding-bottom_1 {
    padding-bottom: 10px !important;
}

.padding-bottom_2 {
    padding-bottom: 20px !important;
}

.padding-bottom_3 {
    padding-bottom: 30px !important;
}

.padding-bottom_4 {
    padding-bottom: 40px !important;
}

.padding-bottom_5 {
    padding-bottom: 50px !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.img-responsive {
    max-width: 100%;
}

.padding_right_0 {
    padding-right: 0;
}

.padding_left_0 {
    padding-left: 0;
}

.light_grey {
    background: #f6f6f6;
}

.color_black p,
.color_black ul,
.color_black ul li {
    color: #000;
}

.black_color {
    color: #000;
}

.semi_bold {
    font-weight: 600;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

.margin_0 {
    margin: 0 !important;
}

.padding_0 {
    padding: 0 !important;
}

h2 {
    font-size: 60px;
    color: #1c1f22;
    line-height: 45px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

h3 {
    font-size: 21px;
    color: #000;
    line-height: normal;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    margin-top: 20px;
}

h4 {
    font-size: 25px;
    color: #1c1f22;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
    margin: 20px 0 10px 0;
}

h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    color: #000;
}

p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    letter-spacing: 0.3px;
    margin-top: 0px;
}

    p.large {
        color: #000;
        font-size: 18px;
        font-weight: 200;
        margin: 0;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    p.large_2 {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }

.heading_with_subtitle p {
    margin-top: 50px;
    line-height: 28px;
}

button,
input,
select,
textarea,
option {
    font-family: 'Poppins', sans-serif;
}

a#submit {
    z-index: 1;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
    padding: 0 15px;
    float: left;
    min-height: 25px;
}

.text-align_left p {
    text-align: left !important;
}

.text-align_right h3 {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 10px;
}

.border_radius_0 {
    border-radius: 0 !important;
}

.span1 {
    width: 10%;
}

.span2 {
    width: 20%;
}

.span3 {
    width: 30%;
}

.span4 {
    width: 40%;
}

.span5 {
    width: 50%;
}

.span6 {
    width: 60%;
}

.span7 {
    width: 70%;
}

.span8 {
    width: 80%;
}

.span9 {
    width: 90%;
}

.span10 {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1240px;
}

.section_padding {
    padding: 80px 0 100px;
}

.layout_2_padding {
    padding: 100px 0 80px;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.top_80 {
    top: 80px;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.right_side {
    float: right;
}

.text_align_right {
    text-align: right;
}

.left_side {
    float: left;
}

.text_align_left {
    text-align: left !important;
}

.text_align_center {
    text-align: center;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-backdrop.show {
    opacity: 1;
}

.border_dotted_circle {
    border: dotted #e1e1e1 3px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .border_dotted_circle:hover,
    .border_dotted_circle:focus {
        border: dotted #e1e1e1 3px;
        animation-name: rotate;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: rotate;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: rotate;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: rotate;
        -ms-animation-duration: 5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: rotate;
        -o-animation-duration: 2s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more,
.white_fonts span.small {
    color: #fff !important;
}

.light_silver_fonts p,
.light_silver_fonts h1,
.light_silver_fonts h2,
.light_silver_fonts h3,
.light_silver_fonts h4,
.light_silver_fonts h5,
.light_silver_fonts h6,
.light_silver_fonts ul,
.light_silver_fonts ul li,
.light_silver_fonts ul li a,
.light_silver_fonts ul i,
.light_silver_fonts .post_info i,
.light_silver_fonts div,
.light_silver_fonts a.read_more {
    color: #ccc !important;
}

/** icon **/

.iconsmind-Over-Time2::before {
    content: "\eb2e";
}

.iconsmind-Money-2::before {
    content: "\eac6";
}

.iconsmind-People-onCloud::before {
    content: "\eb52";
}

.iconsmind-Wallet-2::before {
    content: "\ede5";
}

.iconsmind-Shield::before {
    content: "\ec4f";
}

.iconsmind-Ribbon-2::before {
    content: "\ebf5";
}

.parallax_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dark_gray {
    background-color: #111;
    min-height: 400px;
}

    .dark_gray.white_fonts h2 {
        color: #17a5e9 !important;
    }

    .dark_gray.light_silver_fonts h2 {
        color: #fff !important;
    }

.list_style_1 {
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 30px;
}

    .list_style_1 i {
        float: left;
        margin: 3px 16px 0 0;
    }

.light_silver {
    background: #fcfcfc;
}

.padding-bottom_5 {
    padding-bottom: 50px !important;
}

hr.dottad_border {
    border-top: dotted 3px;
    margin: 80px 0;
}

.margin_bottom_30_all {
    margin-bottom: 30px;
}

.margin_bottom_50_all {
    margin-bottom: 50px;
}

.margin_bottom_20_all {
    margin-bottom: 20px;
}

.margin_bottom_0 {
    margin-bottom: 0px !important;
}

.section {
    float: left;
    width: 100%;
}

.main_heading {
    position: relative;
    margin-bottom: 25px;
}

    .main_heading h3 {
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 0;
    }

    .main_heading h2 span {
        position: relative;
        font-size: 40px;
        font-family: 'Orbitron', sans-serif;
        font-weight: 900;
        line-height: normal;
        color: #1c1f22;
    }

    .main_heading.text_align_left::after {
        margin-left: 0;
    }

    .main_heading.text_align_right::after {
        margin-right: 0;
    }

.icon img {
    width: 100px;
}

.contant_section {
    float: left;
    width: 100%;
}

section.background_bg_bottom {
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
}

.full_layout_without_container {
    padding: 80px 15px 50px;
}

.opacity_half_color {
    opacity: 0.5;
}

.opacity_70_color {
    opacity: 0.7;
}

.padding_75 {
    padding: 75px 0;
}

.topbar-hightlight {
    position: relative;
    top: 1px;
}

.top_btn {
    width: auto;
    height: 48px;
    float: left;
    background: #f5a202;
    text-align: center;
    line-height: 48px;
    color: #fff !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: 1px;
}

.top_0 {
    top: 0 !important;
}

/*------------------------------------------------------------------
		4. LOADER
-------------------------------------------------------------------*/

.bg_load {
    float: left;
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
}

.loader_animation {
    animation-name: rotatey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotatey;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotatey;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotatey;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotatey;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
    from {
        -webkit-transform: rotatey(0deg);
        -moz-transform: rotatey(0deg);
        -ms-transform: rotatey(0deg);
        -o-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    to {
        -webkit-transform: rotatey(360deg);
        -moz-transform: rotatey(360deg);
        -ms-transform: rotatey(360deg);
        -o-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@-moz-keyframes rotatey {
    from {
        -moz-transform: rotatey(0deg);
    }

    to {
        -moz-transform: rotatey(360deg);
    }
}


/*------------------------------------------------------------------
		5. HEADER
-------------------------------------------------------------------*/


/*--------------------------
    => Header fix 
--------------------------*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*--------------------------
    => Header Top 
--------------------------*/

header {
    position: relative;
    z-index: 2;
}

    header.header_style_2 {
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 0;
        left: 0;
    }

    header .right_bt {
        float: right;
    }

        header .right_bt .btn {
            margin: 26px 0 0;
        }

.header_top {
    min-height: auto;
    padding: 15px 0;
}

.header_top {
    background: #fff;
}

.header_style_2 .header_top {
    background: transparent;
    position: absolute;
    padding: 40px 0;
}

.header_bottom {
    min-height: auto;
}

.header_top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

    .header_top ul li {
        font-size: 14px;
        color: #fff;
        float: left;
    }

        .header_top ul li i {
            margin: 0 2px 0 0;
        }

        .header_top ul li i {
            color: #fff;
            transition: ease all 0.2s;
            font-size: 18px;
            margin-right: 5px;
        }

.header_top .social_icon ul li a {
    color: #fff;
}

.top_information.pull-left li {
    margin-right: 20px;
}

.top_information.pull-right li {
    margin-left: 20px;
}

.logo {
}

.header_style_1 .header_top {
    position: relative;
    padding: 15px 0 15px;
}

.home_2 .header_bottom {
    margin-top: 129px;
    border-top: solid rgba(255,255,255,0.1) 1px;
}

.make_appo {
    float: right;
}

    .make_appo .btn.white_btn {
        margin: 0;
        border-radius: 0;
        font-weight: 600;
        padding: 0 35px;
        font-family: 'Raleway', sans-serif;
    }

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
    padding: 9px 0 0;
}

.header_top .topbar-left .list-inline {
    float: left;
    margin: 15px 0 10px;
}

.header_top ul li {
    font-size: 16px;
    float: left;
    font-family: 'Orbitron', sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-right: 40px;
    font-weight: 600;
}

    .header_top ul li:last-child {
        margin-right: 0;
    }

.header_style_2 .top_btn {
    width: 218px;
    height: 222px;
    float: left;
    background: #f5a202;
    text-align: center;
    line-height: normal !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: -88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_top ul li a, .header_top ul li {
    color: #54504f;
    line-height: 48px;
}

    .header_top ul li span.topbar-hightlight {
        margin-left: 11px;
        padding-top: 0;
    }

/*--------------------------
    => Menu 
--------------------------*/

.menu_side {
    float: right;
    width: 100%;
}

#navbar_menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
}

.main_menu div#navbar_menu ul li a i {
    font-weight: 600;
}

#navbar_menu,
#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #navbar_menu ul,
    #navbar_menu ul li,
    #navbar_menu ul li a,
    #navbar_menu #menu-button {
        position: relative;
    }

    #navbar_menu:after,
    #navbar_menu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #navbar_menu > ul > li a.active,
    #navbar_menu > ul > li:hover > a,
    #navbar_menu > ul > li:focus > a {
        border-color: #f5a202;
        color: #f5a202;
    }

    #navbar_menu #menu-button {
        display: none;
    }

#navbar_menu {
    margin: 0;
    float: left;
    width: 100%;
}

    #navbar_menu ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        float: left;
    }

    #navbar_menu > ul > li {
        float: left;
        margin: 0;
    }

        #navbar_menu > ul > li:nth-child(1) {
            margin-left: 0;
        }

        #navbar_menu > ul > li:last-child {
            margin-right: 0;
        }

    #navbar_menu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #navbar_menu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #navbar_menu.align-center ul ul {
        text-align: left;
    }

    #navbar_menu.align-right > ul > li {
        float: right;
    }

    #navbar_menu > ul > li > a {
        padding: 25px 0 25px;
        font-size: 16px;
        border-bottom: solid transparent 3px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.5px;
    }

    #navbar_menu ul ul {
        position: absolute;
        left: -9999px;
    }

    #navbar_menu.align-right ul ul {
        text-align: right;
    }

    #navbar_menu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #navbar_menu li:hover > ul {
        left: auto;
    }

    #navbar_menu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #navbar_menu li:hover > ul > li {
        height: 45px;
    }

    #navbar_menu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #navbar_menu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #navbar_menu ul ul li a {
        padding: 15px 20px 15px;
        font-size: 14px;
        font-weight: 400;
        background: #fff;
        color: #1c1f22;
    }

    #navbar_menu ul ul li:last-child > a,
    #navbar_menu ul ul li.last-item > a {
    }

    #navbar_menu ul ul li:hover > a,
    #navbar_menu ul ul li a:hover {
        color: #ffffff;
    }

    #navbar_menu ul ul {
        width: 250px;
        box-shadow: 0 5px 35px -18px #000;
        border-top: solid #000 2px;
    }

        #navbar_menu ul ul li a:hover,
        #navbar_menu ul ul li a:focus {
            color: #fff !important;
            padding: 15px 20px 15px;
        }

.main_bg {
    margin-top: 0px;
    min-height: 70px;
    position: relative;
}

.menu_icon {
    padding: 22px 0px 0 0px;
}

.header_bottom .info_cont h4 {
    font-size: 14px;
    font-family: poppins;
    font-weight: 500;
}

.header_bottom .information_bottom p {
    color: #737373;
    font-family: poppins;
    font-size: 14px;
}

.header_bottom .information_bottom {
    margin: 45px 0 0;
}

.main_bg #navbar_menu > ul > li > a {
    color: #fff;
}

.main_bg .search_icon ul li a {
    color: #fff;
}

.main_bg .menu_icon ul li a {
    color: #fff;
}

header .header_top,
header .header_bottom,
section,
footer,
.bottom_footer,
.light_silver,
.bottom_silver_section {
    float: left;
    width: 100%;
}

.header_bottom {
    border-bottom: none;
    border-top: 0;
    min-height: auto;
    margin-bottom: 0;
    background: #54504f;
}

.heading_main h2 {
    font-size: 45px;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    line-height: normal;
}

    .heading_main h2::before {
        content: "";
        display: flex;
        width: 65px;
        height: 5px;
        background: #f5a202;
        margin: 0 auto 0;
        position: relative;
        top: 73px;
    }

.heading_main {
    margin-bottom: 30px;
}

#navbar_menu ul::after {
    display: none;
}

/*------------------------------------------------------------------
		6. REVOLUTION SLIDER
-------------------------------------------------------------------*/

.tp-bannertimer {
    bottom: 0 !important;
    top: inherit !important;
}

.zeus.tparrows::before {
    font-size: 25px !important;
    color: #111 !important;
    font-weight: 900 !important;
}

.zeus.tparrows:hover::before,
.zeus.tparrows:focus::before {
    color: #fff !important;
}

#slide-18-layer-112 {
    font-family: 'Montserrat', sans-serif;
}

#slide-18-layer-11 {
    font-family: 'Montserrat', sans-serif;
}

.zeus.tparrows {
    cursor: pointer;
    min-width: 70px !important;
    min-height: 70px !important;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 0 !important;
    overflow: hidden;
    background: #f5a202 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

    .zeus.tparrows::before {
        line-height: 70px !important;
    }

.zeus .tp-arr-imgholder {
    border-radius: 0 !important;
}

/*------------------------------------------------------------------
		7. SECTION
-------------------------------------------------------------------*/

.padding_layout_1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.quality_ser_bg {
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background: url(../images/bg_patter_1.html);
}

.about_info {
    position: relative;
}

    .about_info img {
        position: absolute;
        padding: 48px 42px;
        left: 0;
        z-index: 0;
    }

.qulity_ser {
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

section.dottad_star_bg {
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-image: url('../images/gray_dotts.html');
}

#subscribe_form input {
    width: 540px;
    height: 50px;
    border-radius: 100px;
    border: none;
    padding: 0 26px;
    color: #898989;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

#subscribe_form {
    margin-top: 10px;
}

.grow_business {
    background-position: right bottom !important;
    background: url(../images/bg_patter_2.html);
    background-repeat: no-repeat;
}

.bottom_silver_section {
    padding: 35px 0;
    min-height: 120px;
}

.information_bottom.left-side {
    width: auto;
    float: left;
}

.information_bottom.right-side {
    width: auto;
    float: right;
}

.information_bottom {
    float: left;
    display: flex;
    justify-content: center;
}

.info_cont h4 {
    margin: 0;
}

.info_cont p {
    color: #000;
    float: left;
    width: 100%;
    margin: 0;
}

.icon_bottom {
    width: 30px;
    margin-right: 20px;
    text-align: center;
}

.info_cont {
    float: left;
    padding: 4px 0;
}

.icon_bottom {
    width: 50px;
    margin-right: 15px;
    text-align: center;
    font-size: 30px;
    line-height: normal;
}

.furniture .icon_bottom i {
    width: 50px;
    height: 50px;
    background: #146e6f;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    float: left;
}

.service_style_2 .qulity_ser {
    background: transparent;
    margin-bottom: 60px;
}

.heading_min_small {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.sapport_img {
    margin-top: -30px;
}

.icon_circle {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.feature_contant {
    float: right;
    width: 75%;
}

.heading_feature {
    color: #000;
    font-weight: 600;
}

.feature_icons {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
}

.list_style_2 {
    margin-top: 20px;
}

    .list_style_2 i {
        width: 40px;
        height: 40px;
        background: #632e62;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        line-height: 40px;
        left: 0;
        position: absolute;
        top: 5px;
    }

    .list_style_2 li {
        width: 100%;
        position: relative;
        padding-left: 70px;
        margin-bottom: 20px;
    }

.list_2_head {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.list_style_1.sort li {
    float: left;
    width: 20%;
}

.list_style_1.sort {
    float: left;
    width: 100%;
}

#testimonial_slider {
    padding-right: 70px;
}

    #testimonial_slider .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -45px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        margin-bottom: 0;
    }

.team_info h4 {
    margin-bottom: 0;
}

.testimonial-container {
    position: relative;
    padding-left: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .testimonial-container .testimonial-photo {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

        .testimonial-container .testimonial-photo img {
            border-radius: 100%;
        }

.testimonial_qoute i {
    color: #dfdfdf;
    font-size: 135px;
}

.testimonial_qoute .text_align_left.testmonial_qoute i {
    margin-bottom: 25px;
}

.testimonial_qoute .text_align_right.testmonial_qoute i {
    margin-top: 10px;
}

.testimonial_qoute {
    float: left;
}

.heading_testi h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner_slider .col-lg-7.col-md-7.col-sm-12.col-xs-12.text_align_right.pull-right img {
    margin-top: 50px;
}

.border_dottat {
    border: dotted 2px #704070;
}

.testimonial_slider_2 .testimonial_inner {
    padding: 40px;
}

.testimonial_slider_2 .heading_testi h4 {
    margin: 0;
}

.testimonial_slider_2 .carousel-indicators {
    bottom: -25px;
}

.brand_icons {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .brand_icons li {
        float: left;
        width: 20%;
    }

.member_heading h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.team_section {
    margin-top: 20px;
}

.social_icon_style_2 ul {
    float: left;
}

    .social_icon_style_2 ul li {
        float: left;
    }


.social_icon_style_2 li {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 5px;
    font-size: 18px;
}

.social_icon_style_2 ul li a {
    float: left;
    width: 100%;
    border: solid #e3e3e3 1px;
    border-radius: 100%;
}

    .social_icon_style_2 ul li a:hover,
    .social_icon_style_2 ul li a:focus {
        color: #fff;
    }

.testimonial_simple_say {
    background: #f5a202;
    padding: 50px 100px 35px;
}

    .testimonial_simple_say p {
        font-size: 23px;
        color: #fff;
        font-weight: 800;
    }

.qoute_testimonial {
    font-size: 60px;
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
    color: #fff;
}

.blog_full_width .blog_feature_cantant {
    padding: 40px 70px;
}

.adress_cont .info_cont h4 {
    font-size: 14px;
    font-family: poppins;
    font-weight: 500;
}

.adress_cont .info_cont p {
    color: #737373;
}

.adress_cont > h4 {
    margin: 0 0 20px 0;
}

    .adress_cont > h4 + p {
        margin: 0 0 30px 0;
        font-weight: 500;
        color: #333;
    }

.contact_information .information_bottom {
    display: block;
}

.contact_information {
    float: left;
    width: 100%;
    border-top: solid #e1e1e1 1px;
    border-bottom: solid #e1e1e1 1px;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 15px;
    margin-bottom: 70px;
}

    .contact_information .icon_bottom {
        width: 100%;
    }

.service_style_2 ul li {
    display: inline;
}

.icon_feature {
    width: 70px;
    height: 70px;
    float: right;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
}

.feature_text {
    width: 70%;
    float: left;
}

.icon_feature {
    float: left;
    margin-left: 25px;
    margin-top: 4px;
}

.feauter_list li {
    margin: 45px 0;
    float: left;
    width: 100%;
}

.text_align_left .icon_feature {
    margin-right: 25px;
    margin-left: 0;
}

.stars_dottat {
    background: url('../images/star_dots.html');
}

.only_parallax {
    background-attachment: fixed;
    background-position: center center;
}

.circle_service_layout .service_types {
    float: left;
    width: 20%;
}

.boder_dottat_small {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: dotted 2px;
    text-align: center;
    line-height: 70px;
}

.circle_service_layout .service_types p {
    text-align: center;
    margin-top: 15px;
}

.provide_qty.circle_service_layout {
    min-height: 550px;
    position: relative;
    margin-top: 15px;
}

.left_bottom {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.right_bottom {
    position: absolute;
    bottom: 100px;
    right: 0;
}

.left_top {
    position: absolute;
    bottom: 300px;
    left: 100px;
}

.right_top {
    position: absolute;
    bottom: 300px;
    right: 100px;
}

.service_types.center_ser {
    width: 100%;
}

.service_types.center_ser {
    width: 100%;
    position: relative;
    top: 20px;
}

.mobile_half {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.circle_service_layout_main {
    position: relative;
    overflow: hidden;
}

.service_style_2 .main_heading {
    margin-bottom: 40px;
}

.service_blog_inner {
    margin-top: 40px;
}

.list_box {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
}

    .list_box li {
        border: solid #e1e1e1 1px;
        float: left;
        width: 130px;
        height: 130px;
        line-height: 125px;
        text-align: center;
        margin: 0 -1px -1px 0;
    }

.home_page_5 .simple_slider_img {
    top: 0;
    display: flex;
    align-items: center;
}

.home_page_5 .simple_slider_img {
    top: 115px;
    left: -15px;
}

.process_blog span {
    font-size: 40px;
    font-weight: 700;
}

.info_cont h4,
.info_cont p {
    color: #343434;
}

/**== who we are ==**/

div.large_cont_p p {
    font-size: 17px;
    text-align: right;
    font-weight: 300;
    line-height: 28px;
}



/**== service ==**/

.service_blog {
    overflow: hidden;
    margin: 30px 0 0;
}

.service_img {
    position: relative;
    overflow: hidden;
}

.service_blog:hover img, .service_blog:focus img {
    transition: ease all 0.5s;
    transform: scale(1.2);
}

.service_blog:hover .service_head::after, .service_blog:focus .service_head::after {
    width: 100%;
}

.service_head {
    content: "";
    display: block;
    background: #666;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    transition: ease all 0.5s;
    padding: 15px 0;
    float: left;
    width: 100%;
    border-top: none;
}

    .service_head h5 {
        text-align: center;
        letter-spacing: 2px;
        position: relative;
        color: #fff;
        font-weight: 500;
        background: transparent;
        padding: 0;
        font-family: 'Orbitron', sans-serif;
    }

        .service_head h5 a {
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            text-transform: none;
            position: relative;
            z-index: 1;
        }

    .service_head a {
        color: #fff;
        position: relative;
        z-index: 1;
    }



/**== parallax cont side ==*/

.section_information {
    background: url(../images/layout_img/middel_bg1.html);
    min-height: auto;
    background-size: cover;
    position: relative;
    background-position: center center;
}

    .section_information::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(3,157,174,0.9);
    }

    .section_information h4 {
        margin: 20px 0;
        font-size: 30px;
        color: #fff;
        letter-spacing: -0.5px;
        line-height: 35px;
        font-weight: 400;
    }

/**== Counter ==**/

.counter_blog {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .counter_blog .icon {
        width: 120px;
        margin: 0;
        justify-content: center;
        border-radius: 100%;
        height: 120px;
        align-items: center;
        background: #fff;
        margin-right: 25px;
        display: flex;
    }

    .counter_blog .counter-value {
        font-size: 50px;
        font-weight: 500;
        margin-top: 25px;
        line-height: 40px;
        text-align: left;
    }

    .counter_blog h3 {
        font-size: 18px;
        margin: 5px 0 0 0;
        font-weight: 500;
    }

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

/**== gallery ==**/

.gallery_tab {
    margin-top: 35px;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filter-button {
    font-size: 17px;
    border: solid #ddd 2px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 8px 25px 7px;
    background: #fff;
}

    .filter-button:hover, .filter-button:focus {
        border: solid #f89c35 2px;
        background: #f89c35;
        color: #fff;
    }

    .filter-button:active {
        border: solid #f89c35 2px;
        background: #f89c35;
        color: #fff;
    }

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}


/**== Form ==**/

input.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    min-height: 55px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 0px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}


textarea.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    min-height: 150px;
    padding: 15px 20px;
    line-height: normal;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

.btn.main_bt[type="submit"] {
    background: #f5a202;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px 10px;
    border-radius: 50px;
    width: 210px;
    height: 60px;
    text-transform: none;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

    .btn.main_bt[type="submit"]:hover,
    .btn.main_bt[type="submit"]:focus {
        background: #27292e;
        color: #fff;
    }

/**== Progress Bar ==**/

.progress-bar {
    text-align: left;
    transition-duration: 3s;
}

.progress {
    height: 8px;
    border-radius: 0;
    box-shadow: none;
    background: #efeaef;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.progress-bar {
    box-shadow: none;
}

.progress_bar {
    margin: 20px 0 0 0;
}

span.skill {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.info_valume {
    float: right;
    color: #8e8b82;
    font-weight: 600;
}


/**== Pagination ==**/

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: normal;
    color: #000;
    background-color: #fff;
    border: solid #e1e1e1 1px;
    border-radius: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 28px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li {
    display: inline;
    margin: 0 4px;
    float: left;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        z-index: 2;
        color: #222;
        background-color: #ddd;
        border-color: #ddd;
    }

.pagination {
    margin: 0;
}

/*------------------------------------------------------------------
		8. SLIDER
-------------------------------------------------------------------*/

/**== owl slider ==**/

.owl-carousel .owl-item img {
    display: inline !important;
    width: auto !important;
}

.owl-item:nth-child(2n-2) {
    background: #f6f6f6;
}

.owl-carousel-mousewheel .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background-color: #f5a202;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    background-image: url('../images/layout_img/ar_srcoll.png');
    transition: ease all 0.5s
}

.owl-carousel-mousewheel .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background-color: #f5a202;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    font-size: 0;
    background-image: url('../images/layout_img/ar_srcoll.png');
    transform: rotate(180deg);
    transition: ease all 0.5s;
}

    .owl-carousel-mousewheel .owl-prev:hover,
    .owl-carousel-mousewheel .owl-prev:focus,
    .owl-carousel-mousewheel .owl-next:hover,
    .owl-carousel-mousewheel .owl-next:focus {
        background-color: #1c1f22;
    }

.owl-carousel-mousewheel {
    padding: 0 80px;
    position: relative;
}

/*------------------------------------------------------------------
		9. ACCORDION
-------------------------------------------------------------------*/

#accordion {
    margin: 15px 0 0 0;
    padding: 0;
}

    #accordion .panel.panel-default {
        border: none;
        border-radius: 0;
        margin: 0 0 16px 0;
        box-shadow: none;
        background: transparent;
        float: left;
        width: 100%;
    }

        #accordion .panel.panel-default .panel-heading {
            border: none;
            background: transparent;
            border-radius: 0;
            min-height: 50px;
            padding: 0;
            float: left;
            width: 100%;
        }

    #accordion .panel-collapse {
        float: left;
        width: 100%;
    }

    #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
    #accordion .panel.panel-default:nth-child(1) .panel-heading p a {
        background: #f5a202;
        border-color: #f5a202;
        color: #fff;
    }

        #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
        #accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
            color: #fff !important;
        }

            #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i.fa-angle-down,
            #accordion .panel.panel-default:nth-child(1) .panel-heading p a i.fa-angle-down {
                transform: rotate(180deg);
                transition: ease all 0.5s;
            }

    #accordion .panel.panel-default .panel-heading p a,
    #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
        border: solid #e4e4e4 1px;
        background: #fff;
        border-radius: 0;
        min-height: 50px;
        padding: 17px 25px 15px;
    }

        #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
            color: #000 !important;
        }

            #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i {
                color: #f5a202 !important;
            }

                #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i.fa-angle-down {
                    color: #000 !important;
                }

    #accordion .panel.panel-default .panel-heading p {
        font-size: 15px;
    }

    #accordion .panel.panel-default .panel-body {
        border: none;
        padding: 0 25px;
        margin: 15px 0 0 0;
        box-shadow: none;
        height: auto;
    }

        #accordion .panel.panel-default .panel-body p {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 24px;
        }

    #accordion .panel.panel-default .panel-heading p a {
        float: left;
        width: 100%;
        font-weight: 400;
        position: relative;
        font-size: 16px;
    }

        #accordion .panel.panel-default .panel-heading p a i.fa-angle-down {
            float: right;
            color: #000;
            margin: 0;
        }

        #accordion .panel.panel-default .panel-heading p a > i {
            font-size: 20px;
            color: #f5a202;
            margin: 0 10px 0 0;
        }

.without_border #accordion .panel.panel-default .panel-heading p a,
.without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    border: none;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    padding: 15px 0 12px;
}

    .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
    .without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
        color: #000 !important;
    }

    .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
    .without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a {
        color: #000 !important;
    }

    .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
        color: #000 !important;
    }

    .without_border #accordion .panel.panel-default .panel-heading p a > i {
        color: #000 !important;
    }

/*------------------------------------------------------------------
		10. INNER PAGE BANNER
-------------------------------------------------------------------*/

#default_theme .banner_slider {
    min-height: 270px;
    background-image: url('../images/inner_banner_bg.html');
    background-position: center center;
}

.banner_slider .vertical-center {
    min-height: 270px;
}

.page_inform {
    float: left;
    width: 100%;
}

    .page_inform ul li {
        float: left;
    }

        .page_inform ul li:nth-child(2),
        .page_inform ul li:nth-child(4),
        .page_inform ul li:nth-child(6),
        .page_inform ul li:nth-child(8),
        .page_inform ul li:nth-child(10) {
            margin: 0 12px;
        }

.banner_slider img {
    margin-top: 82px;
}

/*------------------------------------------------------------------
		11. BLOG
-------------------------------------------------------------------*/

.blog_section {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.preview_commt,
.next_commt {
    width: 150px;
}

.blog_feature_img {
    border: none;
    box-shadow: none;
}

.blog_feature_cantant.theme_color_bg {
    padding: 30px;
}

.blog_page_4 .blog_section {
    margin-bottom: 10px;
}

.blog_feature_cantant {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.blog_head {
    font-size: 32px;
    color: #222;
    font-weight: 800;
    width: 100%;
    margin-top: 0 !important;
}

.post_info {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
}

.blog_feature_cantant li {
    font-weight: 200;
    font-size: 15px;
    color: #000;
    float: left;
    margin-right: 15px;
}

    .blog_feature_cantant li a {
        color: #54504f;
    }

        .blog_feature_cantant li a:hover,
        .blog_feature_cantant li a:focus {
            color: #f5a202;
        }

.blog_feature_cantant p {
    width: 100%;
}

.blog_section p {
    line-height: 24px !important;
    float: left;
    width: 100%;
}

.read_more {
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    float: left;
    padding: 18px 22px;
    background: #54504f;
    ;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}

    .read_more:hover,
    .read_more:focus {
        color: #fff;
        background: #f5a202;
    }

.shr {
    display: none;
}

.blog_page_5 .shr {
    font-size: 14px;
    margin-right: 10px;
}

.blog_page_5 .social_icon ul li {
    font-size: 14px;
    margin-right: 8px;
    float: left;
}

.blog_page_5 .blog_feature_cantant {
    padding: 30px 38px;
}

.blog_page_5 .blog_section {
    margin-bottom: 30px;
}

.post_info + p {
    color: #000;
    font-size: 17px;
    font-weight: 200;
    margin: 10px 0 20px 0;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.bottom_info {
    float: left;
    width: 100%;
    margin-top: 10px;
}


.blog_st.long_ver .feature_detail_blog {
    width: 92%;
    margin-left: 4%;
    margin-right: 0;
}

    .blog_st.long_ver .feature_detail_blog ul {
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        float: none;
        margin-top: -11px;
        margin-bottom: -35px;
    }


/**== Blog Detail ==**/

.blog_detail_page .blog_feature_cantant {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #fff;
}

.comment_cantrol {
    font-size: 14px;
    font-weight: 500;
}

    .comment_cantrol span {
        float: left;
        width: 100%;
        margin-top: 15px;
        font-weight: 600;
    }

.comment_section {
    float: left;
    width: 100%;
    border-bottom: dotted 2px;
    padding-bottom: 25px;
    margin-top: 20px;
}

.view_commant {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.command_cont {
    padding: 0;
    min-height: 120px;
}

    .command_cont p {
        font-size: 15px !important;
        line-height: 24px !important;
        color: #000;
        font-weight: 300;
    }

.blog_section p.comm_head {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    color: #222;
}

.blog_section .command_cont p.comm_head + p {
    margin-bottom: 20px;
}

.blog_section p.comm_head span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.blog_section p.comm_head a.rply {
    float: right;
    font-weight: 400;
    text-transform: none;
}

.blog_section .theme_bg p.comm_head a.rply {
    color: #fff;
}

.blog_section .command_cont p {
    line-height: 18px;
}

.command_cont {
    margin-bottom: 30px;
}

.post_commt_form {
    float: left;
    width: 100%;
}

    .post_commt_form h4 {
        padding: 0 5px;
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 18px;
        letter-spacing: 5px;
        font-weight: 600;
    }

/*------------------------------------------------------------------
	   12. Newsletter
-------------------------------------------------------------------*/

.newsletter_form {
    margin-top: 50px;
}

    .newsletter_form h3 {
        font-size: 22px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .newsletter_form form {
        float: left;
        width: 100%;
    }

        .newsletter_form form input {
            background: #fff;
            border: none;
            font-size: 16px;
            font-style: italic;
            padding: 0 30px;
            font-size: 16px;
            float: left;
            height: 55px;
            \
        }

    .newsletter_form button {
        border: none;
        background: #f5a202;
        float: left;
        width: 55px;
        height: 55px;
    }

/*------------------------------------------------------------------
	13. TESTMONIAL 
-------------------------------------------------------------------*/

.testmonial_section {
    background-image: url('../images/layout_img/test_bg.html');
    background-size: cover;
    padding-bottom: 185px;
    background-color: #f5a202;
    background-position: center bottom;
}

.home_2 .testmonial_section {
    background-image: url('../images/layout_img/test_bg2.html');
}

/*------------------------------------------------------------------
		14. FOOTER
-------------------------------------------------------------------*/

footer {
    position: relative;
    background-color: #333;
}

.footer_logo {
    margin: 35px 0 30px;
}

footer h4 {
    margin: 0 0 25px 0;
}

.footer_menu_ul {
    float: left;
    width: 33.33%;
    font-size: 14px;
}

    .footer_menu_ul li {
        margin: 0 0 5px 0;
    }

        .footer_menu_ul li a:hover,
        .footer_menu_ul li a:focus {
            transition: ease all 0.5s;
            margin-left: 8px;
        }

.footer_menu {
    padding-left: 55px;
}

.social_icon ul {
    list-style: none;
    float: left;
}

    .social_icon ul li {
        display: inline;
        font-size: 25px;
        margin-left: 25px;
        margin-right: 0;
    }

.social_icon {
    float: left;
    margin: 2px 0 0 0;
}

.bottom_footer {
    background: #592958;
    padding: 13px 0;
    min-height: 50px;
}

.bottom_menu {
    font-size: 14px;
}

.cpy p {
    margin: 0;
}

.bottom_menu li {
    float: left;
    margin: 0 20px 0 0;
}

.footer_style_2 {
    padding: 0;
    background: #111;
}

.bottom_footer_style_2 {
    background: #f8f8f8;
}

.footer_style_2 .footer_logo {
    margin: 0;
}

.footer_top {
    border-bottom: solid #e1e1e1 1px;
    padding-bottom: 55px;
    padding-top: 18px;
    margin-bottom: 65px;
}

    .footer_top ul.footer_menu {
        padding-left: 0;
        margin: 20px 0 0;
    }

    .footer_top .social_icon {
        margin-top: 20px;
    }

    .footer_top ul.footer_menu li {
        font-weight: 600;
    }

    .footer_top ul.footer_menu li {
        font-weight: 600;
        float: left;
        font-size: 14px;
        margin: 0 14px;
    }

.footer_blog {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
}

footer h2 {
    color: #eee;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

    footer h2::after {
        width: 30px;
        height: 4px;
        content: "";
        margin: 0;
        display: block;
        position: relative;
        top: 7px;
    }

footer p {
    color: #ccc;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding-right: 60px;
}

    footer p a {
        color: #ccc;
        font-size: 16px;
        line-height: 21px;
        font-weight: 300;
    }

        footer p a:hover,
        footer p a:focus {
            color: #f5a202;
        }

.footer-menu li {
    margin: 5px 0;
}

    .footer-menu li a {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

footer ul.social_icons li {
    display: inline;
}

    footer ul.social_icons li a {
        float: left;
        margin-right: 15px;
        text-align: center;
        font-size: 18px;
        border-radius: 100%;
        color: #666;
    }

footer ul.social_icons {
    float: left;
    margin-top: 10px;
}

footer h3 {
    color: #fff;
    text-transform: none;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 0;
}

footer ul {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

    footer ul li {
        display: flex;
    }

footer p.cpy_right {
    border-top: solid #555 1px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0;
}

    footer p.cpy_right a {
        font-size: 13px;
    }

.full.get_in_touch ul li {
    line-height: normal;
    color: #ccc;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

    .full.get_in_touch ul li i {
        font-size: 21px;
        float: left;
        position: absolute;
        top: 0;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        color: #333;
        background: #ccc;
    }

.fleft.location_address {
    padding-left: 50px;
    line-height: 20px;
    padding-top: 5px;
}

.full.get_in_touch ul li i.fa.fa-map-marker {
    width: 40px;
    height: 40px;
    text-align: center;
    border: solid #ccc 2px;
    top: 5px;
    line-height: 36px;
    font-size: 25px;
    border-radius: 100%;
    background: #ccc;
    color: #333;
}

.full.get_in_touch ul li a {
    padding-left: 50px;
    line-height: 40px;
}

.fleft.location_address {
    padding-left: 50px;
}

footer ul li a {
    color: #ccc;
}

    footer ul li a:hover,
    footer ul li a:focus {
        color: #f5a202;
    }

.footer_mail-section {
    margin-top: 10px;
    float: left;
}

    .footer_mail-section .field input {
        border: none;
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 500;
        max-width: 200px;
        width: 100%;
    }

    .footer_mail-section .field button.button_custom {
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding: 8px 8px;
        border: none;
        float: left;
        color: #fff;
    }

    .footer_mail-section .field {
        padding: 0;
        display: flex;
    }

.cpy {
    border-top: solid #86878b 1px;
    margin-top: 45px;
}

    .cpy p, .cpy p a {
        color: #86878b;
        min-height: 50px;
        line-height: 50px;
        font-weight: 300;
    }

        .cpy p a:hover, .cpy p a:focus {
            color: #f5a202;
        }

.cprt {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    float: left;
    height: auto;
    left: 0;
    padding: 20px 0;
    padding-left: 0;
}

    .cprt p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        padding: 0 15px;
        font-weight: 400;
        line-height: 18px;
    }

        .cprt p a {
            margin: 0;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            text-decoration: underline !important;
        }

            .cprt p a:hover,
            .cprt p a:focus {
                text-decoration: none !important;
                color: #fff;
            }

/*------------------------------------------------------------------
		15. SIDEBAR
-------------------------------------------------------------------*/

.side_bar {
    padding-left: 0;
    float: left;
    width: 100%;
    background: #222;
    height: 100%;
}

    .side_bar h4 {
        margin-top: 0;
        font-weight: 300;
        font-size: 16px;
        color: #000;
        margin-bottom: 30px;
        padding-bottom: 10px;
        text-transform: none;
        border-bottom: solid rgba(255,255,255,.2) 1px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 4px;
    }

.side_bar_blog {
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding: 40px 40px 40px;
}

    .side_bar_blog p {
        margin: 0 0 0;
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: 200;
        color: #ccc;
        line-height: 24px;
    }

.post_date {
    margin: 0 !important;
}

.post_head {
    font-weight: 500;
    margin: 0;
}

    .post_head a {
        color: #fff;
    }

.post_date {
    margin-top: 5px;
    font-size: 14px;
}

    .post_date i {
        position: relative;
        top: 0px;
        font-size: 13px;
    }

.recent_post li {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 0px;
    float: left;
}

.categary {
    font-size: 15px;
}

    .categary a {
        color: #666;
        transition: ease all 0.5s;
        font-size: 16px;
        font-weight: 300;
    }

        .categary a i {
            margin-right: 2px;
        }

    .categary li {
        margin-bottom: 5px;
        transition: ease all 0.5s;
        padding: 8px 15px;
        font-weight: 400;
        font-size: 14px;
        margin-top: 0;
    }

        .categary li:hover, .categary li:focus {
            padding-left: 30px;
            background: #f5a202;
        }

            .categary li:hover a,
            .categary li:focus a {
                color: #fff;
            }

.tags a {
    border: solid 1px #e1e1e1;
    border-radius: 50px;
    padding: 0 18px;
    float: left;
    min-height: 45px;
    line-height: 45px;
    color: #e1e1e1;
    font-weight: 200;
}


    .tags a:hover,
    .tags a:focus {
        color: #f5a202 !important;
        border: solid #f5a202 1px !important;
    }

.tags li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}


/**== Sidebar Search ==**/


.side_bar_blog .input-group {
    background: #fff;
    width: 100%;
    border-radius: 50px;
    height: 50px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.product_catery .row.margin_bottom_20_all {
    float: left;
    width: 100%;
}

.side_bar_blog .input-group input.form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 5px 20px;
    height: auto;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.side_bar_blog .input-group span.input-group-addon {
    border: none;
    background: transparent;
    padding: 10px 20px;
}

    .side_bar_blog .input-group span.input-group-addon button {
        background: transparent;
        border: none;
        font-size: 15px;
        color: #000;
        top: 3px;
        position: relative;
    }

/*------------------------------------------------------------------
		16. INNER ALL CSS
-------------------------------------------------------------------*/

.service_blog_inner .icon img {
    width: 65px;
}

.home_2 .service_blog_inner {
    margin-bottom: 35px;
    margin-top: 10px;
    padding: 35px 15px 5px;
}

.gross_layout {
    position: relative;
}

    .gross_layout::after {
        position: absolute;
        background: url(../images/layout_img/dark_bg_img.html);
        width: 35%;
        height: 100%;
        right: 0;
        content: "";
        top: 0;
        background-size: cover;
        background-position: right;
    }

    .gross_layout.right_gross_layout::after {
        position: absolute;
        background: url(../images/layout_img/dark_bg_img2.html);
        width: 35%;
        height: 100%;
        left: 0;
        content: "";
        top: 0;
        background-size: cover;
        background-position: right;
    }

.gross_layout {
    position: relative;
}

.post_time {
    margin: 20px 0 15px;
}

    .post_time p {
        margin: 0;
        font-size: 14px;
    }

.blog_feature_head h4 {
    margin: 10px 0 15px 0;
}

.contact_us_section .call_icon {
    float: left;
    width: 7%;
}

.contact_us_section .inner_cont {
    float: left;
    width: 63%;
}

.contact_us_section {
    padding: 40px 50px;
    margin-top: -75px;
    float: left;
    width: 100%;
}

    .contact_us_section h2 {
        margin: 8px 0 5px 0;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
    }

    .contact_us_section p {
        margin: 0;
        color: #fff;
    }

    .contact_us_section .button_Section_cont {
        width: 30%;
        float: right;
    }

        .contact_us_section .button_Section_cont a {
            float: right;
            border: none;
        }

    .contact_us_section .btn.dark_gray_bt:hover,
    .contact_us_section .btn.dark_gray_bt:focus {
        background: #fff;
        color: #252525;
        text-shadow: none;
    }

.brand_list li {
    float: left;
    width: 19%;
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0;
    margin: 0 .5%;
    border: solid #eee 5px;
}

.map_section {
    float: right;
    width: 100%;
}

#map {
    height: 100%;
    min-height: 380px;
    z-index: 1;
}

.inner_banner_section {
    background-image: none;
    min-height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}

.page-title {
    color: #54504f;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: 0px;
    text-align: center;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #fff;
    justify-content: center;
    display: flex;
    display: none;
}

    .breadcrumb li {
        font-weight: 300;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }

    .breadcrumb > li + li::before {
        position: relative;
        content: '\203A';
        margin: 0 10px;
        font-size: 18px;
        color: inherit;
        opacity: .7;
        display: inline-block;
    }

    .breadcrumb li a {
        color: #f5a202;
    }

.title-holder {
    margin: 50px 0 0;
}

.about_cont_blog {
    padding: 50px;
}

    .about_cont_blog p {
        margin: 0;
        line-height: 24px;
    }

    .about_cont_blog ul {
        margin-top: 15px;
    }

        .about_cont_blog ul li {
            float: left;
            width: 100%;
            margin: 5px 0;
            font-size: 15px;
            color: #333;
            font-weight: 500;
        }

            .about_cont_blog ul li i {
                margin-right: 10px;
            }

.team_feature_head {
    text-align: center;
}

.team_feature_social {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}

    .team_feature_social .social_icon ul li {
        display: inline;
        font-size: 15px;
        margin: 0px 5px;
    }

.team_feature_head h4 {
    margin-bottom: 10px;
}

.team_blog_colum {
    background: #eee;
    padding-bottom: 25px;
    border: solid #eee 1px;
    transition: ease all 0.5s;
}

    .team_blog_colum:hover,
    .team_blog_colum:focus {
        background: #f5a202;
        border-color: #f5a202;
    }

        .team_blog_colum:hover h4,
        .team_blog_colum:focus h4 {
            color: #fff;
            transition: ease all 0.5s;
        }

        .team_blog_colum:hover a,
        .team_blog_colum:focus a {
            color: #fff;
        }

.service_blog_inner2 .icon {
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 92px;
    border-radius: 100%;
    font-size: 40px;
    color: #fff;
    transition: ease all 0.5s;
    border: solid #17a5e9 2px;
    background: #17a5e9;
}

.service_blog_inner2 {
    margin-bottom: 50px;
    transition: ease all 0.5s;
}

    .service_blog_inner2:hover .icon,
    .service_blog_inner2:focus .icon {
        border: solid #17a5e9 2px;
        background: #fff;
        color: #17a5e9;
    }

.topbar-hightlight a {
    color: #fff;
}

.service_cont {
    margin-top: 35px;
}

.service_policy .col-md-12 > div.full {
    margin-bottom: 30px;
}

.service_policy h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-heading {
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

    .product-heading h2 {
        font-size: 31px;
        color: #333;
        padding-bottom: 20px;
        margin: 0;
        font-weight: 500;
        text-transform: none;
        letter-spacing: -0.5px;
    }

.product-detail-side {
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    padding: 15px 0;
}

    .product-detail-side span {
        font-size: 24px;
        font-weight: 300;
        margin-right: 15px;
    }

        .product-detail-side span.new-price {
            color: #222;
            font-weight: 400;
        }

        .product-detail-side span.rating {
            margin-right: 5px;
        }

.rating i {
    color: #eabe12;
    font-size: 18px;
    margin: 0 -2px;
}

.detail-contant {
    text-align: left;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.cart .quantity {
    float: left;
}

.input-text.qty.text {
    background: #fff;
    padding: 5px 10px 5px 15px;
    border: solid #ccc 1px;
    font-size: 20px;
    font-weight: 400;
    width: 65px;
    color: #272727;
    border-radius: 0;
    text-align: center;
}

.share-post {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background: #f3f3f3;
}

.Single-shop-page .share-text {
    font-size: 13px;
    margin: 4px 0 0;
}

.social-icon {
    float: right;
    list-style: none;
    margin: 0;
}

.share-post li {
    float: left;
    margin: 0 0 0 20px;
}

.share-post .social_icons {
    width: auto;
    margin: 0;
    float: left;
}

.share-post a.share-text {
    float: left;
}

.cart button {
    margin-left: 10px;
    margin-top: -2px;
    transition: ease all 0.5s;
}

.product-detail-side span.review {
    font-size: 14px;
}

.product_meta {
    float: left;
    width: 100%;
    margin-top: 25px;
}

    .product_meta > span {
        float: left;
        width: 100%;
        font-weight: 500;
        line-height: 28px;
    }

.product_detail_page .tab_bar_section {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .product_detail_page .tab_bar_section .nav.nav-tabs {
        float: left;
        width: 100%;
        display: block;
        justify-content: center;
        border-bottom: solid #ddd 1px;
    }

    .product_detail_page .tab_bar_section .nav-tabs .nav-item {
        margin-bottom: 0;
        float: left;
    }

    .product_detail_page .tab_bar_section ul.nav.nav-tabs li a {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 0 30px;
        height: 50px;
        border: none !important;
        line-height: 52px;
        background: #f3f3f3;
        border-radius: 0;
    }

    .product_detail_page .tab_bar_section .tab-content {
        float: left;
        width: 100%;
        padding: 35px 0;
    }

        .product_detail_page .tab_bar_section .tab-content h3 {
            font-weight: 500;
            text-transform: none;
        }

.commant-text {
    border-bottom: solid #ddd 1px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.product_review h5 {
    text-transform: none;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 0;
}

.product_review p {
    margin-bottom: 0;
}

    .product_review p.msg {
        margin-top: 10px;
    }

.commant-text .profile {
    text-align: center;
}

.review_bt_section {
    margin: 25px 0;
}

.commant_box textarea {
    font-family: 'Poppins', sans-serif;
    padding: 20px 25px;
    min-height: 150px;
    border-radius: 0;
    font-weight: 300;
    font-size: 15px;
}

.full_bt {
    float: left;
    margin: 25px 0;
    width: 100%;
}

.product_detail .tab_bar_section ul.nav.nav-tabs li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    height: 50px;
    border: none !important;
    line-height: 52px;
    background: #f6f6f6;
    border-radius: 0;
}

    .product_detail .tab_bar_section ul.nav.nav-tabs li a.active {
        background: #f89c35;
        color: #fff;
    }

.product_detail .tab_bar_section .nav-tabs .nav-item {
    margin-bottom: 0;
    float: left;
}

.product_detail .tab_bar_section {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .product_detail .tab_bar_section .tab-content {
        float: left;
        width: 100%;
        padding: 35px 0;
    }

.product_review .rating i {
    font-size: 13px;
}

.product_review .rating {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.shopping-cart tr th {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}

.shopping-cart thead {
    background: #f89c35;
}

    .shopping-cart thead th {
        padding: 18px 25px 18px !important;
    }

.shopping-cart div.media a {
    padding: 0;
    margin-right: 20px;
    border: none;
    border-radius: 0;
}

.shopping-cart table tbody tr td {
    padding: 25px 0;
}

.shopping-cart #Quantity1,
.shopping-cart #Quantity2 {
    width: 45px;
    margin: 32px auto 0;
    box-shadow: none;
    border-radius: 0;
    border: solid #ccc 1px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 0 10px -4px #ccc;
}

.shopping-cart td.price-cnt {
    font-size: 16px;
    font-weight: 400;
    padding-top: 32px;
    color: #333;
}

.coupon {
    float: left;
}

.shopping-cart table tbody tr td.caupon {
    padding: 20px 0 20px;
}

    .shopping-cart table tbody tr td.caupon .coupon #coupon_code {
        border: solid #ccc 1px;
        padding: 9px 15px;
        float: left;
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }

.shopping-cart .button {
    padding: 10px 15px;
    border: none;
    background: #2f2f2f;
    color: #fff;
    margin-left: -1px;
    transition: ease all 0.5s;
}

    .shopping-cart .button:hover,
    .shopping-cart .button:focus {
        color: #fff;
        background: #0163d2;
    }

.product-table {
    float: left;
    width: 100%;
    overflow: auto;
}

.shopping-cart .media-object {
    width: auto;
    height: 110px;
    border: solid #ddd 1px;
    padding: 0;
}

.shopping-cart h4 {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 0;
    line-height: 24px;
}

.product-table table.table input.form-control {
    border-radius: 0;
    width: 50px;
    text-align: center;
    height: 48px;
    font-size: 17px;
    padding: 5px;
    margin-top: 25px;
}

.product-table .media-body span {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

.price_table {
    margin: 44px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: poppins;
}

.product-table table.table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #dee2e6;
    border-top: none;
}

.product-table .bt_main {
    font-size: 13px;
    font-weight: 400;
    min-width: auto;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    margin: 33px 0 0 30px;
}

.shopping-cart table tbody tr.cart-form td {
    padding: 20px 20px 20px;
}

.coupon {
    float: left;
}

.cart-form .coupon input#coupon_code {
    margin-right: 0px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.coupon .input-text {
    float: left;
    border: solid #ccc 1px;
    padding: 8px 15px;
}

.shopping-cart .button {
    padding: 10px 20px;
    border: none;
    background: #2f2f2f;
    color: #fff;
    margin-left: -1px;
    transition: ease all 0.5s;
    float: right;
    font-size: 13px;
    cursor: pointer;
}


.cart-form {
    width: 100%;
    background: #f6f6f6;
    border-top: solid #ddd 2px;
}

.shopping-cart-cart {
    max-width: 350px;
    float: right;
    background: #f8f8f8;
    padding: 25px;
    width: 100%;
}

    .shopping-cart-cart table {
        width: 100%;
    }

.head-table {
    background: #fff;
}

.shopping-cart-cart table tbody tr td {
    padding: 10px 10px;
}

.shopping-cart-cart h4 {
    margin-top: 0;
}

.shopping-cart-cart tbody h5 {
    text-transform: none;
    font-weight: 600;
}

.shopping-cart-cart .button {
    padding: 9px 16px;
    margin-left: 0;
    width: 100%;
}

.shopping-cart-cart h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
}

.layout_padding_new_letter h4 {
    margin: 0;
}

.product-table .bt_main {
    font-size: 13px;
    font-weight: 400;
    min-width: auto;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    margin: 33px 0 0 30px;
    background: #f5a202;
    transition: ease all 0.5s;
    border: none;
    color: #fff;
    cursor: pointer;
}

.shopping-cart .button {
    background: #f5a202;
    color: #fff;
}

    .shopping-cart .button:hover,
    .shopping-cart .button:focus {
        color: #fff;
        background: #222;
    }

.product-table .bt_main:hover,
.product-table .bt_main:focus {
    background: #222;
}

.tab-info.login-section,
.tab-info.coupon-section {
    padding: 5px 15px 4px;
    border-bottom: solid #ddd 2px;
    background: #f6f6f6;
    transition: ease all 0.5s;
    margin-bottom: 10px;
}

    .tab-info.login-section p,
    .tab-info.coupon-section p {
        margin: 0;
        padding: 14px 10px 12px 10px !important;
        font-weight: 400;
        font-size: 15px;
        transition: ease all 0.5s;
    }

        .tab-info.login-section p a:hover,
        .tab-info.coupon-section p a:hover,
        .tab-info.login-section p a:focus,
        .tab-info.coupon-section p a:focus {
            color: #f5a202;
        }

.bt_main {
    color: #fff;
    font-size: 14px;
    min-width: 148px;
    float: left;
    text-align: center;
    height: 48px;
    border-radius: 5px;
    line-height: 50px;
    font-weight: 500;
    border: none;
    padding: 0 35px;
    cursor: pointer;
    background: #f5a202;
}

.btn-login .bt_main {
    height: 42px;
    line-height: 42px;
    min-width: auto;
    margin-right: 15px;
}

.login-form-checkout,
.coupen-form {
    border: solid #ddd 1px;
    padding: 25px 20px;
    margin-bottom: 10px;
}

    .login-form-checkout label {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 5px 0;
    }

    .login-form-checkout input.input-text,
    .coupen-form input.input-text {
        border: solid #ccc 1px;
        width: 100%;
        padding: 8px 10px;
        font-size: 13px;
        margin-bottom: 15px;
    }

.btn-login .remeber input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.btn-login .remeber {
    font-size: 13px;
    margin: 11px 0 0;
    float: left;
}

.btn-login .button {
    float: left;
    margin-right: 20px;
    min-width: 120px;
}

.coupen-form button.button {
    float: left;
    min-width: 120px;
}

.checkout-form {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    background: #fff;
    padding: 25px;
    border: solid #ddd 1px;
}

    .checkout-form .form-field {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

.checkout_page .form-field label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.checkout_page .form-field input,
.checkout_page .form-field select {
    width: 100%;
    border: solid #ddd 1px;
    padding: 5px;
    font-size: 13px;
    padding: 8px 15px;
    margin-top: 0;
    font-weight: 500;
    color: #333;
}

    .checkout_page .form-field input[type="checkbox"] {
        float: left;
        width: auto;
        margin: 5px 10px 5px 0;
    }

.crte-ac {
    font-size: 13px;
    color: #333;
}

.checkout_page .form-field textarea {
    min-height: 90px;
    width: 100%;
    border: solid #ddd 1px;
    padding: 5px;
    font-size: 13px;
    padding: 15px 15px;
    margin-top: 0;
}

.payment-form {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: solid #eee 15px;
    margin-top: 35px;
}

    .payment-form .panel-heading {
        float: left;
        width: 100%;
        border-bottom: solid #ccc 1px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .payment-form .panel-body {
        float: left;
        width: 100%;
        padding: 0;
    }

#payment-form .form-field.cardNumber {
    display: flex;
}

    #payment-form .form-field.cardNumber .input-group-addon {
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: #333;
        color: #fff;
    }

.payment-form .panel-heading .display-tr {
    float: left;
    width: 100%;
}

    .payment-form .panel-heading .display-tr h3 {
        float: left;
        font-size: 18px;
        text-transform: none;
        font-weight: 500;
        margin: 0;
        padding: 7px 0 0;
    }

#payment-form .form-field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.payment-bt {
    margin: 15px 0;
}

.btn-login .bt_main {
    height: 42px;
    line-height: 42px;
    min-width: auto;
    margin-right: 15px;
}

.coupen-form .bt_main {
    height: 42px;
    line-height: 42px;
    min-width: auto;
    margin-top: -2px;
}

.contant_form {
    float: left;
    width: 100%;
}

.adress_cont i {
    color: #f5a202;
}

.contant_form p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.appointment_form {
    margin-top: 0;
}


.list_style_1 li {
    margin: 8px 0;
    font-size: 15px;
    font-weight: 400;
}

.service_blog_2 h2 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}


.furniture .logo img {
    height: auto;
}

.menu_bottom_section {
    float: left;
    width: 100%;
    background: #0d1c32;
}

    .menu_bottom_section .menu_side {
        float: left;
        width: 100%;
    }

    .menu_bottom_section #navbar_menu {
        margin: 0;
        float: left;
    }

        .menu_bottom_section #navbar_menu > ul > li > a {
            padding: 28px 25px 26px;
            font-size: 14px;
            color: #eee;
            font-weight: 600;
            text-transform: uppercase;
        }

    .menu_bottom_section .search_icon {
        float: right;
        margin: 0;
    }

    .menu_bottom_section .search_icon {
        float: right;
        margin: 12px 0 11px;
    }

        .menu_bottom_section .search_icon ul li a {
            font-size: 15px;
            background: #146e6f;
            color: #fff;
            padding: 12px 0;
            float: right;
            border-radius: 100%;
            width: 45px;
            height: 45px;
            text-align: center;
        }

            .menu_bottom_section .search_icon ul li a:focus,
            .menu_bottom_section .search_icon ul li a:hover {
                background: #fff;
                color: #0d1c32;
            }

.left_furniture_img {
    position: relative;
}

.contant_information {
    background: rgba(248, 156, 53, .95);
    padding: 40px 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    transition: ease all 0.5s;
}

    .contant_information h3 {
        margin: 0;
    }

.service_list_furniture .contant_information {
    background: rgba(20, 110, 111, .98);
    padding: 50px 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0;
    top: inherit;
    transition: ease all 0.5s;
    height: 290px;
}

.contant_information a {
    color: #fff;
    border: solid #fff 1px;
    padding: 12px 25px;
    margin-top: 5px;
    border-radius: 50px;
    margin-top: 10px;
    float: left;
}

.service_list_furniture:hover .contant_information,
.service_list_furniture:focus .contant_information {
    height: 100%;
}

.right_furniture_cont {
    padding: 60px 65px;
    background: #f5f5f5;
    min-height: 100%;
}

    .right_furniture_cont h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 25px;
        margin-top: 0;
    }

.furniture .about_blog {
    background: #fff;
    box-shadow: 0 10px 25px -25px #000;
}

.furniture .map_section {
    width: 100%;
}

.furniture .cprt {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    float: left;
    height: auto;
    left: 0;
    padding: 14px 0 13px;
    padding-left: 0;
    margin-top: 70px;
}

    .furniture .cprt p {
        color: #fff;
        margin: 0;
        font-size: 14px;
    }

.furniture .product_img {
    overflow: hidden;
    background: #146e6f;
}

.contact_info_schedule_inner {
    font-size: 18px;
    margin: 5px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333;
}

    .contact_info_schedule_inner i {
        color: #146e6f;
    }

.it_team_img img {
    width: 100%;
}

.about_blog {
    background: #fff;
}

#slider.main_slider .metis .tp-bullet.selected,
#slider.main_slider .metis .tp-bullet:hover {
    background: #fff;
}

#slider.main_slider .metis .tp-bullet-image {
    box-shadow: none;
}

.blog_serv_arrow {
    font-size: 20px;
}

    .blog_serv_arrow i {
        color: #f5a202;
    }

.dark_section {
    background: #666;
}

.welcome_section {
    min-height: 820px;
    position: relative;
}

.theme_color {
    color: #f5a202 !important;
}

.main_heading h2 span.small {
    font-size: 28px;
    font-weight: 300;
    line-height: normal;
}

.dark_section .button.read_more {
    width: 135px;
    height: 45px;
    background: #f5a202;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #1c1f22 !important;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 30px;
}

    .dark_section .button.read_more:hover,
    .dark_section .button.read_more:focus {
        background: #fff;
        color: #1c1f22;
    }

.recent_slider .owl-item {
    opacity: 0.3;
    transform: scale(0.9) !important;
}

.owl-carousel .owl-item.active {
    opacity: 1;
    transform: scale(1) !important;
}

.recent_slider {
    margin-top: 0;
}

    .recent_slider .owl-item img {
        width: 100% !important;
    }

    .recent_slider .owl-carousel {
        display: grid !important;
    }

    .recent_slider .owl-nav {
        position: relative;
        top: 0;
        width: auto;
        margin: 20px auto 20px;
        order: -1;
        display: flex;
        justify-content: flex-end;
        padding: 0 5px;
        left: 0;
    }

        .recent_slider .owl-nav > div {
            background-color: #1c1f22;
            float: left;
            width: 43px;
            height: 43px;
            margin: 0 5px;
            text-align: center;
            line-height: 43px;
            color: #fff;
            background-image: url('../images/layout_img/arrow.png');
            transition: ease all 0.5s;
            font-size: 0;
        }

            .recent_slider .owl-nav > div.owl-next {
                transform: rotateY(180deg);
            }

            .recent_slider .owl-nav > div:hover,
            .recent_slider .owl-nav > div:focus {
                background-color: #f5a202;
            }

.recent_slider_blog {
    width: 100%;
    background: #fff;
    margin: 0 0 10px;
    min-height: auto;
    padding: 0 40px 30px;
    float: left;
    position: relative;
    box-shadow: none;
    background: #666;
}

    .recent_slider_blog h3 {
        font-size: 30px;
        color: #f5a202;
        margin-bottom: 0;
    }

.recent_slider .owl-item:nth-child(2n-2) {
    background: #fff;
}

.home_2 .recent_slider .owl-item:nth-child(2n-2) {
    background: transparent;
}

.recent_slider_blog p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    left: 0;
    position: relative;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.blog_read_more {
    color: #f5a202;
    font-weight: 400;
    text-decoration: underline !important;
}

.padding_b20 {
    padding-bottom: 20px;
}

.step_section {
    min-height: 445px;
    background-color: #27292e;
}

.step_section {
    min-height: 445px;
    background-color: #101113;
    background-image: url(../images/layout_img/stp1_bg.html);
    background-repeat: no-repeat;
}

    .step_section img {
        width: auto;
    }

    .step_section.step1 {
        background-color: #101113;
        background-image: url(../images/layout_img/stp1_bg.html);
        background-position: bottom right;
    }

    .step_section.step2 {
        background-color: #27292e;
        background-image: url(../images/layout_img/stp2_bg.html);
        background-position: bottom right;
    }

    .step_section.step3 {
        background-color: #3e4148;
        background-image: url(../images/layout_img/stp3_bg.html);
        background-position: bottom right;
    }

    .step_section.step4 {
        background-color: #555962;
        background-image: url(../images/layout_img/stp4_bg.html);
        background-position: bottom right;
    }

    .step_section.step5 {
        background-color: #6f747f;
        background-image: url(../images/layout_img/stp5_bg.html);
        background-position: bottom right;
    }

    .step_section .icon {
        margin-top: 80px;
    }

    .step_section h2 {
        font-size: 50px;
        font-weight: 700;
        color: #f5a202;
        margin-top: 35px;
    }

        .step_section h2 span.small {
            font-size: 30px;
            color: #fff;
            font-weight: 200;
        }



.team_img_blog, .team_info_blog {
    position: relative;
}

.dark_section .team_img_blog::after {
    display: none;
}

.dark_section .team_info_blog::after {
    display: none;
}

.dark_section .team_img_blog.right_side::after {
    display: none;
}

.team_img_blog::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/layout_img/arrow_timg.png');
    height: 101%;
    width: 34px;
    transform: rotate(180deg);
    background-size: auto 100%;
    background-position: right right;
    background-repeat: no-repeat;
}

.team_img_blog.right_side::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/layout_img/arrow_timg.png');
    height: 101%;
    width: 34px;
    transform: rotate(0deg);
    background-size: auto 100%;
    background-position: left left;
    background-repeat: no-repeat;
}

.team_info_blog {
    background: #6f747f;
    height: 100%;
    padding: 43px 85px;
}

    .team_info_blog:after {
        background: url('../images/layout_img/arrow_tw.png');
        content: "";
        display: block;
        position: absolute;
    }


    .team_info_blog::after {
        background: url('../images/layout_img/arrow_tw.png');
        content: "";
        display: block;
        position: absolute;
        width: 39px;
        height: 100%;
        background-position: center left;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }

.right-padding_0 {
    padding-right: 0;
}

.left-padding_0 {
    padding-left: 0;
}

.left-padding_15 {
    padding-left: 15px;
}

.left_side .team_info_blog::after {
    right: 0;
    transform: rotate(180deg);
    left: inherit;
}

.team_info_blog h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    line-height: 42px;
}

.team_info_blog p._small_tag {
    font-size: 14px;
    color: #c8d0e0;
    margin: 0;
    letter-spacing: 6px;
    line-height: 15px;
}

.team_info_blog p {
    font-size: 15px;
    color: #d2d7e2;
    font-weight: 300;
}

.social_icon_team ul {
    list-style: none;
}

    .social_icon_team ul li {
        float: left;
        width: auto;
        height: auto;
        text-align: center;
        line-height: 30px;
        margin-right: 20px;
        font-size: 21px;
    }

        .social_icon_team ul li a {
            float: left;
            width: 100%;
            height: auto;
            line-height: normal;
            border: none;
            color: #fff;
        }

            .social_icon_team ul li a:hover,
            .social_icon_team ul li a:focus {
                color: #f5a202;
                border-color: #f5a202 !important;
            }

.section.padding_layout_1.dark_section.white_fonts h2::after {
    background: #3e3e3e;
}

.testimonial_update {
    position: relative;
}

    .testimonial_update p {
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        padding: 0 142px 0 142px;
        margin: 25px 0;
        text-align: center;
        font-weight: 200;
        color: #ddd !important;
    }

    .testimonial_update::before {
        width: 128px;
        content: "";
        background-image: url('../images/layout_img/qoute_1.png');
        height: 96px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .testimonial_update::after {
        width: 128px;
        content: "";
        background-image: url('../images/layout_img/qoute_2.png');
        height: 96px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.client_add {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    text-align: center;
}

.testimonial_name {
    padding-left: 0;
    padding-top: 0;
    min-height: 0;
    text-align: center;
}

    .testimonial_name img {
        float: none;
        margin: 50px auto -5px;
        position: relative;
        left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        border-radius: 100%;
    }

    .testimonial_name h3 {
        font-size: 21px;
        margin: 0;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .testimonial_name p {
        font-size: 17px;
        float: left;
        margin: 0;
        width: 100%;
        font-weight: 200;
        letter-spacing: 2px;
    }

.feature_detail_blog {
    background: #eff1f5;
    padding: 30px;
    position: relative;
}

    .feature_detail_blog ul {
        background: #072b3a;
        height: 35px;
        padding: 0 10px;
        width: 200px;
        float: right;
        position: absolute;
        right: 0;
        top: -35px;
    }

        .feature_detail_blog ul li img {
            position: relative;
            top: -1px;
        }

        .feature_detail_blog ul li {
            float: left;
            color: #fff;
            font-size: 12px;
            line-height: 25px;
            margin: 5px 9px 5px;
        }

.blog_st.long_ver .feature_detail_blog {
    margin-top: -52px;
}

.pagination > li.active a {
    color: #666;
    background: #e1e1e1;
    color: #222;
}

.blog_feature_img img {
    width: 100%;
}

.blog_serv {
    min-height: 380px;
    padding: 60px 0 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    color: #fff;
}

.content_ a {
    color: #f5a202;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.owl_half_slider_2 .service_img img {
    height: 280px;
    width: auto !important;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    background: #f3f3f3;
}

.owl_half_slider_2 .service_img {
    background: #f3f3f3;
    padding-top: 10px;
}

.icon_ img {
    width: 70px;
    margin-top: 10px;
}
