@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
    display: block
}

.padd0, a, hr {
    padding: 0
}

.AboutText, .header-top {
    align-items: center
}

.menu, nav ul, ol.commentlist {
    list-style: none
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

ins, mark {
    background-color: #ff9;
    color: #000
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

.ImgCommentCustomer img, .ImgCommentCustomer p, .MenuTop ul li, .nav-toggle .icon-menu, input, select {
    vertical-align: middle
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

html {
    font-size: 15px
}

body {
    font-family: IRANSans, Tahoma, Geneva, sans-serif;
    line-height: 30px;
    color: #3c3c3c
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

.m-top10 {
    margin-top: 10px
}

.m-top20 {
    margin-top: 20px
}

.paddL0 {
    padding-left: 0
}

.paddR0 {
    padding-right: 0
}

.Logo h1, .Logo h2, .title-h {
    display: none
}

.nav-container ul li a .caret {
    float: left;
    padding-top: 10px;
    margin-top: 13px;
    margin-right: 10px;
    transform: rotate(0);
    position: absolute;
    left: 5px
}

.MenuTop ul li, .nav-toggle .icon-menu {
    position: relative;
    display: inline-block
}

.nav-container ul li ul li .caret {
    float: left;
    padding-top: 0;
    margin-top: 12px;
    margin-right: 10px;
    transform: rotate(90deg)
}

.header-top {
    display: inline-flex;
    width: 100%;
    justify-content: center
}

.Logo img {
    margin: 0 auto
}

.MenuTop ul li {
    margin: 5px 8px;
    width: 30%;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #767676;
    text-align: right;
    line-height: 1.7
}

.MenuTop ul li:before {
    content: " ";
    font-family: FontAwesome;
    font-size: 25px;
    color: #fec731;
    position: absolute;
    right: 0;
    font-weight: 400;
    top: -10px
}

.nav-container, .navigation {
    position: fixed;
    right: 0;
    width: 100%
}

.MenuTop ul li:first-child:before {
    content: "\f017"
}

.MenuTop ul li:nth-child(2):before {
    content: "\f095"
}

.MenuTop ul li:last-child:before {
    content: "\f0e0"
}

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px
}

.HeaderPage {
    border-top: 3px solid #3A526A
}

.navigation {
    top: 0;
    z-index: 10000
}

.nav-container {
    top: 60px;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    margin: 0;
    padding: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: all .25s cubic-bezier(.645, .045, .355, 1) 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #3a526a;
    -webkit-overflow-scrolling: touch;
    float: right
}

.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: #f5b315
}

.nav-toggle .icon-menu {
    width: 28px;
    height: 20px;
    fill: none
}

.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    background-color: #fff
}

.icon-menu .line-1 {
    top: 0
}

.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg)
}

.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px
}

.is-active .icon-menu .line-2 {
    opacity: 0
}

.icon-menu .line-3 {
    bottom: 0
}

.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg)
}

.menu {
    margin: 0;
    padding: 0
}

.nav-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-menu .menu-item {
    border-top: 1px solid #bbb
}

.nav-menu > .menu-item:last-child {
    border-bottom: 1px solid #bbb
}

.nav-menu .menu-item:hover > a {
    color: #f5b315
}

.nav-menu .menu-link {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: .75rem 1rem
}

.has-dropdown {
    position: relative;
    cursor: pointer;
    z-index: 10
}

.has-dropdown > .menu-link {
    display: inline-block
}

.has-dropdown.is-active:after {
    content: "\2013"
}

.nav-dropdown {
    display: none;
    background-color: #3a526a40
}

.has-dropdown.is-active > .nav-dropdown {
    display: block
}

.has-dropdown.is-active > .nav-dropdown a {
    padding-right: 30px
}

.nav-dropdown .nav-dropdown {
    background-color: #aaa
}

.nav-dropdown .menu-item {
    border-color: #a0a0a0
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: transparent;
    border-color: transparent
}

.content .wrapper {
    padding: 1rem 0
}

@media (min-width: 960px) {
    .nav, .nav-container, .nav-container.is-visible {
        position: static;
        top: auto;
        right: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .nav-container, .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible
    }

    .nav-toggle {
        display: none
    }

    .nav-menu > .menu-item, .nav-menu > .menu-item.is-active {
        display: inline-block;
        background-color: transparent;
        border: 0
    }

    .nav-menu > .menu-item:last-child {
        border: 0
    }

    .nav-menu .menu-item {
        -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
        transition: background-color .15s ease-in-out, color .15s ease-in-out
    }

    .has-dropdown:after {
        content: "" !important
    }

    .nav-menu > .has-dropdown ul .has-dropdown:after, .nav-menu > .has-dropdown:after {
        width: 0;
        height: 0;
        margin-top: -2px;
        content: "";
        border-style: solid;
        border-color: #fff transparent transparent;
        position: absolute
    }

    .nav-menu > .has-dropdown:after {
        top: 50%;
        left: 3px;
        border-width: 5px 5px 0
    }

    .nav-menu > .has-dropdown ul .has-dropdown:after {
        top: 42%;
        left: 5px;
        border-width: 6px 5px 5px;
        transform: rotate(90deg)
    }

    .nav-dropdown {
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 200px;
        margin: 0;
        padding: .5rem 0;
        background-color: #3a526a;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, .15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear .25s, opacity .25s linear;
        transition: visibility 0s linear .25s, opacity .25s linear
    }

    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .nav-dropdown .menu-item {
        border: 0
    }

    .nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown, .nav-dropdown .nav-dropdown .menu-item, .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: transparent
    }

    .nav-dropdown .nav-dropdown {
        z-index: 9998;
        top: 0;
        right: 100%
    }
}

.social-nav {
    margin-left: 25px !important;
    margin-top: 10px;
    float: left
}

.social-nav li {
    margin: 0 10px;
    border-top: none !important
}

.social-nav li a {
    font-size: 16px;
    padding-right: 7px;
    padding-bottom: 0 !important
}

.navbar-collapse.collapse {
    display: inline-block !important;
    padding: 0;
    margin-right: 20px
}

.SearchPart button {
    background-color: #3a526a;
    color: #fbc813;
    margin-top: 8px
}

#search {
    clear: both;
    border-top: 1px solid #9adacd;
    text-align: right
}

#search form {
    width: 500px;
    margin: 20px auto;
    padding-bottom: 0;
    max-width: 100%
}

#search form .btn-primary {
    color: #fff;
    background-color: #fbc813;
    border-color: #fbc813;
    padding: 10px 15px
}

#search input.form-control {
    height: 42px
}

.SearchPart .btn.active:focus, .SearchPart .btn:active:focus, .SearchPart .btn:focus, .SearchPart .btn:hover {
    color: #fbc813;
    outline: 0
}

.SliderMain {
    position: relative
}

.BackLight, .MenuMain {
    position: absolute;
    width: 100%;
    top: 0
}

.MenuMain {
    z-index: 100
}

.BackLight {
    height: 100%;
    bottom: 0;
    z-index: 5;
    right: 0;
    left: 0
}

.tp-banner-container {
    position: relative;
    padding: 0;
    height: 600px
}

.tp-banner {
    width: 100%;
    position: relative
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.PartAbout > div, .PartAbout > div > div, .PartServic > div, .TxtServic {
    display: flex
}

.CostumerUs, .ImgCommentCustomer img, .ImgCommentCustomer p, .MoreWork a, .TitlePart h3, .TitleWork h1, .TitleWork h3, .blog-btn, .btn-sm, .moreDetails, .single_bar_title {
    display: inline-block
}

.AboutImg img {
    width: 100%
}

.service-offer-content {
    padding: 15px 35px
}

.single_bar_title {
    font-size: 30px;
    margin: 8px 10px
}

.levelServic {
    padding: 50px 25px 0
}

.levelServic .media-body {
    padding: 0 12px 0 0
}

.levelServic .media-body p {
    height: 130px;
    overflow: hidden
}

.levelServic h4 a {
    color: #000;
    font-weight: 600;
    font-size: 16px
}

.levelServic h4:hover a {
    color: red
}

.levelServic .media-left {
    width: 100px;
    padding-left: 10px;
    padding-right: 0;
    overflow: hidden
}

.levelServic .media-left img {
    height: 90px;
    width: 100%
}

.levelServic:hover .media-left img {
    -moz-transform: scale(1.3) rotate(0);
    -webkit-transform: scale(1.3) rotate(0);
    -o-transform: scale(1.3) rotate(0);
    -ms-transform: scale(1.3) rotate(0);
    transform: scale(1.3) rotate(0);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.business-progress-right {
    position: relative;
    z-index: 1
}

.business-progress-right:before {
    content: "";
    background: url(images/dot.png) 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.TitleWork h1, .TitleWork h3 {
    padding: 30px 0 10px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000
}

#work .work-wrapper {
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#work .work-wrapper img {
    width: 100%
}

#work .work-wrapper:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    -moz-animation: flash 1.5s;
    animation: flash 1.5s
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

#work .work-wrapper a {
    background: rgba(122, 117, 109, .55)
}

.btn-sm {
    position: relative;
    vertical-align: top;
    padding: 12px 20px 10px;
    background-color: initial;
    border: none;
    border-bottom: 2px #d9d9da solid;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #171c30;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.btn-info.active, .btn-info:focus, .btn-info:hover {
    border-color: #3a526a;
    background-color: transparent;
    box-shadow: none;
    color: #171c30;
    outline: 0
}

.more_infor {
    padding: 5px;
    color: #727272;
    font-size: 13px;
    font-weight: 400
}

.MoreWork a, .Servic-work h5, .TextSectionServic h3, .moreDetails {
    font-weight: 600
}

#work .work-wrapper h4 {
    padding: 5px;
    color: #000;
    height: 50px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px
}

.caegories {
    padding-bottom: 40px
}

.MoreWork {
    margin-top: 35px
}

.MoreWork a {
    background: #171c30;
    color: #fff;
    padding: 5px 13px
}

.MoreWork a:hover {
    background: #010101 !important;
    transition: 1s
}

.moreDetails {
    background: #fec731
}

.Section-ServiceUs {
    position: relative;
    margin-top: 50px
}

.Servic-work {
    margin: 0 auto -70px
}

.Part-last, .Part-middle, .Part-right {
    margin: 0;
    padding: 38px 25px 38px 97px;
    background-position: 17px 47px !important;
    background-repeat: no-repeat !important
}

.Part-last {
    color: #fff
}

.TextSectionServic {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 150px 0 120px
}

.TextSectionServic h6 {
    font-size: 21px;
    line-height: 2;
    width: 80%;
    margin: 0 auto
}

.TextSectionServic h3 {
    font-size: 32px;
    padding: 40px 0
}

.moreDetails {
    vertical-align: top;
    text-align: center;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    padding: 14px 35px;
    line-height: 25px;
    letter-spacing: 1px;
    font-style: normal;
    color: #010101;
    font-size: 14px;
    border-radius: 30px
}

.blog-btn:hover, .moreDetails:hover {
    background-color: #010101 !important;
    color: #fff;
    transition: 2s;
    border-color: #000
}

.singleBlog {
    margin: 10px 0;
    position: relative;
    overflow: hidden
}

.Blogcontent {
    position: absolute;
    top: 60%;
    padding: 0 10px;
    width: 100%;
    height: auto;
    left: 0;
    transition: .4s
}

.singleBlog:hover .Blogcontent {
    position: absolute;
    top: 4%
}

.singleBlog:hover .image-scale:after {
    background: rgba(0, 46, 91, 1)
}

.image-scale {
    position: relative;
    transform: scale(1);
    display: block;
    transition: .5s;
    text-align: center
}

.image-scale img {
    width: 100%
}

.image-scale::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s ease-in
}

.Blogcontent h2, .sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 {
    line-height: 1.2
}

.Blogcontent h2 a, .Blogcontent h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px
}

.blog-meta span {
    font-size: 12px;
    font-weight: 300;
    padding-right: 10px;
    color: #fff
}

.blog-text {
    opacity: 0
}

.singleBlog:hover .blog-text {
    opacity: 1
}

.singleBlog:hover .image-scale {
    transform: scale(1.2);
    transition: .5s
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px
}

.blog-btn, .blog-text p {
    color: #fff;
    font-size: 14px
}

.blog-text p {
    line-height: 1.7;
    margin: 0 0 8px
}

.blog-btn {
    font-weight: 700;
    position: relative;
    background: #FFC323;
    width: 130px;
    border: 1px solid #FFC323;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 0
}

.TitlePart h3 {
    font-weight: 600;
    border-bottom: 2px solid #fec731;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px
}

.OurTeam-Customer {
    background-color: #f6f6f6;
    margin-top: 50px;
    padding: 50px 0
}

.CostumerUs {
    width: 32%;
    margin: 15px 0 0
}

.lSSlideWrapper {
    direction: ltr
}

.CommentCustomer {
    position: relative;
    margin: 15px 0 40px;
    padding: 22px 20px 35px;
    background-color: rgba(0, 0, 0, .03)
}

.CommentCustomer:before {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 0;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-top-color: rgba(0, 0, 0, .03);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.ImgCommentCustomer img {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(1, 1, 1, .25);
    border-radius: 50%
}

.ImgCommentCustomer p {
    padding-right: 10px
}

.CommentCustom .lSAction a:after, .Costumer .lSAction a:after {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    top: 0;
    font-size: 35px;
    line-height: 30px;
    color: #6d6d6d;
    border: 1px solid #6d6d6d
}

.CommentCustom .lSAction > .lSPrev:after, .Costumer .lSAction > .lSPrev:after {
    content: "\f104"
}

.CommentCustom .lSAction > .lSNext:after, .Costumer .lSAction > .lSNext:after {
    content: "\f105"
}

.OurTeam-Customer .lSAction {
    top: 20px;
    position: absolute;
    width: 100%
}

.OurTeam-Customer .lSAction > .lSPrev {
    left: 21px
}

.OurTeam-Customer .lSAction > .lSNext {
    left: 55px;
    right: auto
}

.OurTeam-Customer .lSSlideOuter, .OurTeam-Customer .lSSlideWrapper {
    direction: ltr !important;
    position: unset
}

.lSSlideOuter .lSPager.lSpg {
    display: none
}

.CommentCustom, .Costumer {
    position: relative
}

.footer-main {
    border-bottom: 1px solid #3d4755;
    padding-top: 90px !important;
    padding-bottom: 40px !important
}

.wraper_footer {
    background-color: #16171b;
    background-size: cover;
    background-position: right top
}

.wraper_footer .widget-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 30px
}

#go-top i, .sidebar-inner .sidebox .widg-content, .sidebar-inner .widget .widg-content {
    padding: 10px
}

.wraper_footer .widget-title:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: 38px;
    height: 5px;
    background-color: #f5b315
}

.footer_main_item p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 28px
}

.footer_main_item .MenuTop ul li {
    display: block !important;
    width: 100%;
    font-weight: 500;
    margin: 5px 0;
    color: #fff;
    line-height: 2
}

.footer_main_item ul li a {
    color: #fff
}

.footer_main_item .MenuTop ul li.loction-icon:before  {
    content: "\f041"
}
.footer_main_item .MenuTop ul li.call-icon:before {
    content: "\f095"
}

.footer_main_item .MenuTop ul li.email-icon:before {
    content: "\f0e0"
}
.menu-services ul li a {
    line-height: 2.5
}

.menu-services ul li:hover a {
    color: #fec731
}

.footerCopyRight p, .menu-services ul {
    display: inline-block;
    color: #ffff
}

.social-nav li {
    display: inline-block
}

#go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fec731;
    display: none;
    cursor: pointer;
    transition: all .4s;
    text-align: center;
    border-radius: 50%
}

#go-top i {
    color: #fff
}

.ArshiveArticle img {
    margin: 0 auto
}

.section_comment {
    margin-top: 20px
}

.section_comment, .sidebar-inner .sidebox, .sidebar-inner .widget {
    float: right;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    margin-bottom: 15px
}

.relateproduct h3:before, .sidebar-inner .sidebox .widg-title:before, .sidebar-inner .widget .widg-title:before {
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #3a526a
}

.DisProduct h3, .SinglePage .wrapper-content .content header .title-post, .TitleHeadCart, .relateproduct h3, .sidebar-inner .sidebox .widg-title, .sidebar-inner .widget .widg-title, .t_section {
    position: relative;
    font-size: 16px;
    padding: 4px 28px 4px 5px;
    color: #000;
    border-bottom: 2px solid #fec731;
    line-height: 30px;
    font-weight: 600
}

.t_section:before {
    content: "\f086";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #fbc813
}

.sidebar-inner .widget ul li {
    width: 100%;
    margin-bottom: 5px
}

.sidebar-inner .widget ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 5px 17px 5px 5px;
    color: #555;
    font-weight: 600
}

.sidebar-inner .widget ul li:hover a {
    color: #2c3c4c;
    font-weight: 600
}

.sidebar-inner .widget ul li a:before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 13px;
    color: #777
}

.MenuPageInto, .TitleSingle, .breadcrumb a {
    position: relative
}

.sidebar-inner .sidebox ul.sidebox-post-thumb li {
    float: right;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #d5d3d3
}

.sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb {
    display: block;
    float: right;
    margin: 5px 0 5px 5px
}

.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 a {
    font-size: 12px;
    color: #555;
    font-weight: 600
}

.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content {
    margin-top: 10px
}

.sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb img {
    width: 90px;
    height: 80px;
    padding: 3px;
    border: 1px solid #ddd
}

.MenuPageInto {
    margin-top: 25px
}

.MenuPageInto .MenuMain {
    position: relative;
    width: auto
}

.wp-pagenavi a, .wp-pagenavi a.larger, .wp-pagenavi span.current {
    width: 30px;
    vertical-align: bottom;
    text-align: center;
    height: 30px
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li span {
    color: #000;
    font-weight: 600;
    font-size: 12px
}

.breadcrumb a {
    padding: 0 4px 0 15px;
    color: #727272;
    font-weight: 600;
    font-size: 12px
}

.breadcrumb {
    margin-top: 20px;
    background-color: #eee;
    box-shadow: 0 0 6px #fff;
    padding: 10px 15px
}

.breadcrumb a:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: -5px;
    font-size: 15px;
    font-weight: 400;
    color: #999
}

.paginatArshive {
    margin: 35px 0
}

.wp-pagenavi {
    display: table;
    margin: 5px auto
}

.wp-pagenavi a, .wp-pagenavi a.larger {
    display: inline-block;
    color: #fff;
    line-height: 25px;
    background: #3a526a;
    margin: 0 2px !important;
    font-size: 11px;
    border: 1px solid #3a526a;
    border-radius: 2px
}

.wp-pagenavi span.current, .wp-pagenavi span.pages {
    background: #fbc813;
    font-size: 11px;
    margin: 0 2px;
    display: inline-block
}

.wp-pagenavi a.larger:hover, .wp-pagenavi a.page:hover {
    background: #fbc813;
    color: #2c3c4c
}

.wp-pagenavi span.pages {
    color: #333;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #2c3c4c;
    padding: 0 8px
}

.wp-pagenavi span.current {
    color: #2c3c4c;
    line-height: 25px;
    border: 1px solid #fbc813;
    border-radius: 2px
}

a.nextpostslink, a.previouspostslink {
    font-family: tahoma;
    display: inline-block;
    padding: 0 4px !important
}

.content-arshive {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    margin-bottom: 15px
}

.PrintArticle {
    position: absolute;
    left: 35px;
    top: 5px;
    font-weight: 600
}

.PrintArticle:hover, .PrintArticle:hover:before {
    color: #fbc813
}

.PrintArticle:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 18px;
    color: #3a526a;
    padding-left: 10px
}

.SinglePage .wrapper-content, .SinglePage .wrapper-content .content {
    float: right;
    width: 100%
}

.SinglePage .wrapper-content .content-body {
    padding: 0 10px;
    width: 100%
}

.meta-head-post {
    padding: 0 35px;
    display: inline-block
}

.SinglePage .wrapper-content .content header .title-post {
    font-size: 18px;
    color: #555;
    padding-bottom: 10px;
    padding-right: 0
}

.SinglePage .wrapper-content .meta-head-post ul li {
    position: relative;
    float: right;
    padding: 5px 22px 5px 15px;
    color: #777;
    font-size: 12px;
    display: inline-block
}

.SinglePage .wrapper-content .meta-head-post ul li.comment_count:before {
    content: "\f086"
}

.SinglePage .wrapper-content .meta-head-post ul li.share-post span:before, .SinglePage .wrapper-content .meta-head-post ul li:before {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    color: #888
}

.SinglePage .wrapper-content .meta-head-post ul li.publish-post:before {
    content: "\f133"
}

.SinglePage .wrapper-content .content-body p {
    color: #666
}

.SinglePage .footer_meta {
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
    border-top: 1px solid #ccc
}

.SinglePage .footer_meta .cat_link_post, .SinglePage .footer_meta .tag_link_post {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9
}

.SinglePage .footer_meta .cat_link_post li {
    display: inline-block;
    padding-left: 4px
}

.SinglePage .footer_meta i {
    vertical-align: middle
}

.SinglePage a {
    color: #555
}

.single_post_social {
    float: left;
    display: inline-flex;
    align-items: center;
    margin-top: 8px
}

.Tagpart li, cite.fn, h3#comments {
    display: inline-block
}

.single_post_social li {
    float: right;
    margin: 0 5px
}

.single_post_social li span {
    font-size: 12px;
    font-weight: 600;
    color: #777
}

.single_post_social li a i {
    font-size: 35px
}

.single_post_social li.facebook_ico a i {
    color: #3b5998
}

.single_post_social li.google_ico a i {
    color: #f63e28
}

.single_post_social li.twitter_ico a i {
    color: #2daae1
}

.single_post_social li.telegram_ico a i {
    color: #28a0d9
}

.single_post_social li.linkdin_ico a i {
    color: #3283AC
}

.single_post_social li.instagram_ico a i {
    color: #640a9d
}

.single_post_social li a:hover {
    opacity: .7
}

.Tagpart li:first-child:before {
    content: '\f02c';
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 16px;
    color: #888
}

.Tagpart {
    padding: 15px
}

.Tagpart li {
    font-weight: 600;
    color: #777
}

.Tagpart li a {
    background-color: #3a526a;
    padding: 5px 10px;
    margin: 0 5px;
    color: #fec813;
    border-radius: 5px;
    font-size: 12px
}

.Tagpart li:hover a {
    background-color: #000;
    transition: 2s
}

ol.commentlist {
    margin: 0;
    padding: 0
}

ol.commentlist li {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 0 10px;
    padding: 8px 7px;
    position: relative;
    background: #fff;
    overflow: hidden
}

ol.commentlist .comment-body {
    overflow: hidden
}

ol.commentlist li div.vcard {
    overflow: hidden;
    width: 310px;
    float: right;
    max-width: 100%
}

ol.commentlist li div.comment-meta {
    float: left;
    margin: 15px 0
}

ol.commentlist li div.vcard img.avatar {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 100%
}

cite.fn {
    position: relative;
    margin-top: 7px
}

ol.commentlist li p {
    margin-bottom: 12px;
    float: right;
    clear: both
}

ol.commentlist li div.reply {
    background: #e4e4e4;
    line-height: 1.5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 0 4px;
    text-align: center;
    float: left;
    clear: both;
    font-size: .9em;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #b8b8b8;
    border-radius: 5px
}

#commentbox input[type=text], #commentbox textarea {
    background: #fff;
    display: block;
    padding: 0 6px;
    margin-bottom: 10px
}

ol.commentlist li div.reply a {
    color: #000
}

#comments, #respond {
    padding: 0 10px
}

#respond h3 {
    margin-bottom: 8px
}

#commentform p {
    color: #919191;
    margin-bottom: 16px
}

#commentbox input[type=text] {
    height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 1px;
    width: 40%;
    border: 1px solid #aaa;
    font-family: twosweb-font
}

#commentbox textarea {
    font-size: 14px;
    color: #555;
    border-radius: 1px;
    width: 80%;
    height: 150px;
    border: 1px solid #aaa
}

#respond h3 span a, .cancel-comment-reply a {
    color: #000
}

ol.commentlist ul.children li.odd {
    background: #f7f7f7
}

h3#comments {
    font-size: 15px;
    font-weight: 700;
    margin: 15pX 10PX;
    direction: ltr
}

@media only screen and (max-width: 990px) {
    .Costumer {
        margin-top: 30px
    }

    .MenuPage {
        margin-top: 20px
    }

    .footer_main > div {
        margin-top: 40px
    }

    .footer-main {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .Menu-left, .menu {
        width: 100%
    }

    .header-top {
        display: inline-block
    }

    .has-dropdown:after {
        font-size: 32px;
        position: absolute;
        top: 10px;
        left: 1rem;
        bottom: 0;
        content: "+";
        color: #f5b315
    }

    .nav-menu .menu-link {
        padding: .75rem .8rem
    }
}

@media only screen and (max-width: 960px) {
    .nav-menu > .menu-item:last-child {
        float: none !important
    }

    .nav-container ul li a .caret {
        left: 25px
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav > li {
        float: none !important
    }

    .MenuTop ul li {
        width: 100%
    }

    .Servic-work {
        margin-bottom: 0
    }

    .Section-ServiceUs {
        margin-top: 50px
    }

    .PartAbout > div, .PartAbout > div > div, .PartServic > div, .TxtServic {
        display: block
    }

    .PartServic {
        padding-bottom: 40px
    }

    .TextSectionServic h3 {
        font-size: 17px
    }

    .tp-caption.medium_bg_asbestos {
        font-size: 14px !important;
        line-height: 3 !important;
        margin: 10px 0 !important
    }

    .Servic-work h5, .TextSectionServic h6, .TitlePart h3, .TitleWork h3, .levelServic h4 a, .single_bar_title, .wraper_footer .widget-title {
        font-size: 14px
    }

    .Blogcontent h4 a, .Servic-work p, .TxtServic p, .business-progress-right p, .footer_main_item .MenuTop ul li, .footer_main_item p, .levelServic p, .menu-services ul li a {
        font-size: 13px
    }

    .btn-sm {
        font-size: 12px;
        padding: 12px 5px 10px 10px
    }

    .TextSectionServic {
        padding: 45px 0 60px
    }

    .fullwidthbanner .tp-caption, .tp-bannertimer, .tp-bullets {
        display: none !important
    }
}

@media only screen and (max-width: 560px) {
    .levelServic {
        padding: 30px 25px 0
    }
}

@media only screen and (max-width: 420px) {
    .OurTeam-Customer .lSAction > .lSPrev {
        left: 0
    }

    .OurTeam-Customer .lSAction > .lSNext {
        left: 35px
    }
}

@media only screen and (max-width: 370px) {
    .media-body, .media-left, .media-right {
        display: block
    }

    .levelServic .media-left {
        margin: 0 auto
    }

    .social-nav li {
        margin: 0 5px
    }
}

.SinglePage .wrapper-content .content-body ul, .SinglePage .wrapper-content .content-body ol {
    padding-right: 15px;
}

.SinglePage .wrapper-content .content-body ul li {
    list-style: inside;
}