*,
*::before,
*::after {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;

}

ul,
ol,
label {
    margin: 0;
    padding: 0;
    clear: both;
}

ul,
li {
    list-style: none;
}

p:not(last-child) {
    margin-bottom: 1.8em;
}

p,
.p {
    opacity: .99;
}

address {
    font-weight: 300;
    font-style: italic;
}

pre {
    border: 1px solid #f3f3f3;
    padding: 20px;
    overflow: hidden;
    white-space: pre;
    line-height: 1;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 1.8em;
    font-family: inherit;
    line-height: 1.8;
    color: inherit;
}

.mobex-section p:last-child {
    margin-bottom: 0;
}

a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    text-decoration: none;
}


/*
2- main menu
 */

.tp-main-menu.header-menu-1 {
    position: relative;
    width: 100%;
}



.tagpoint-wrap-logo {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
    border-right: 1px solid #f5f4f4;
    padding: 0 10px 0 0;

}


.tagpoint-main-menu {
    text-align: right;
}

.tagpoint-main-menu>li {
    display: inline-block;
    position: static;
}

.tp_phone_dropdown {
    display: none;
}

.tagpoint-main-menu>li>a {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    padding: 25px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    color: #06163a;
    opacity: .99;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: relative;
}

.tagpoint-main-menu>li.m_wrap_quote_btn {
    padding-top: 15px;
}


.tagpoint-main-menu>li>a::before {
    content: "";
    position: absolute;
    transition: all width .4s;
    -webkit-transition: width .4s;
    width: 0;
    height: 4px;
    top: 0;
    left: 6px;
    background: #ff5e14;

}


.tagpoint-main-menu>li.current-menu-item>a,
.tagpoint-main-menu>li>a:hover {
    color: #ff5e14;

}




li.m_wrap_phone,
li.m_wrap_quote_btn {
    float: right;
}

.tagpoint-main-menu>li.m_wrap_phone>a,
.tagpoint-main-menu>li.tagpoint_wrap_search>.wrap_search_icon,
.tagpoint-main-menu>li.tagpoint_wrap_minicart>.tp_minicart_icon {
    border-left: 1px solid #f5f4f4;
    padding-left: 20px;
    padding-right: 20px;

}

.tagpoint-main-menu>li.m_wrap_phone:last-child>a,
.tagpoint-main-menu>li.tagpoint_wrap_search:last-child>span,
.tagpoint-main-menu>li.tagpoint_wrap_minicart:last-child>span {
    margin-left: 10px;
}

.tagpoint-main-menu>li.m_wrap_phone>a::before {
    content: none;
}

.tagpoint-main-menu>li.m_wrap_quote_btn>a {
    color: #fff;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tagpoint-main-menu>li.m_wrap_quote_btn>a:hover {
    background: #06163a;
    color: #fff;
}

.tagpoint-main-menu>li.m_wrap_quote_btn>a::before {
    right: -15px;
    width: auto;
    background: inherit;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: -1;
}



.tagpoint-main-menu li ul.sub-menu {
    width: 250px;
}

.tagpoint-main-menu li ul.sub-menu.tagpoint-mega-menu li ul.sub-menu {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    position: static;
    z-index: 1;
    padding: 0;
    box-shadow: none;
    border-top: 0;
    transform: none;
}


.tagpoint-main-menu li ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    padding: 18px 15px 18px 15px;
    border-radius: 2px;
    box-sizing: border-box;
    border-top: 3px solid #ff5e14;
    opacity: 0;
    z-index: 555;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(28, 30, 35, 0.2), 0 -7px 40px 0 rgba(28, 30, 35, 0.2);
    visibility: hidden;
    text-transform: none;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms;
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
}

.tagpoint-main-menu li.has-sub:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: -4px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.tagpoint-main-menu ul.sub-menu a {
    display: block;
    text-align: left;
    padding: 8px 20px;
    color: #06163a;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize !important;

}

.tagpoint-main-menu ul.sub-menu a:hover {
    background: #f9f9f9;
}

.tagpoint-main-menu li ul.sub-menu.tagpoint-mega-menu {
    width: calc(100% + 15px);
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
}


.tagpoint-main-menu li ul.sub-menu:not(.tagpoint-mega-menu) li ul {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.tagpoint-main-menu li ul.sub-menu:not(.tagpoint-mega-menu) li:hover ul {
    visibility: visible;
    left: 219px;
    top: -3px;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.sub-menu.sub-full-menu>li {
    display: inline-block;
    padding: 0 3% 0 3%;
    border-right: 1px dotted #efeded;
    width: 25%;
}

.tagpoint-main-menu li ul.sub-menu:not(.tagpoint-mega-menu) li ul ul {

    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
    padding-left: 9px !important;
    visibility: hidden;
    margin-top: 0px;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    box-shadow: none !important;
    border-top: 0;
    position: relative;
    width: 100%;
}

.sub-menu.sub-full-menu>li>a {

    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 19px;
    padding: 8px 15px 0;
    text-align: left;
    margin-bottom: 10px;
}

.sub-menu.sub-full-menu>li>a:hover {
    background: transparent;
}


.tagpoint-main-menu li ul.sub-menu li a i {
    float: right;
    display: inline-block;
    line-height: 2;
    font-size: 10px;
    margin-top: 1px;
}

.tagpoint-main-menu ul.sub-menu li:hover ul {
    margin-top: 0;
}

.tagpoint-main-menu ul.sub-menu li ul {
    left: 230px;
    top: -3px;
}

.tagpoint-main-menu ul.sub-menu li {
    position: relative;
}

.tagpoint-main-menu ul.sub-menu li a:hover {
    color: #ff5e14;
}



ul.sub-menu .megamenu-list {
    display: inline-block;
    padding: 0 3% 0 3%;
    border-right: 1px dotted #efeded;
}

.sticky-header.tp-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    box-shadow: 0 0 90px rgba(14, 0, 137, 0.06);
    border-bottom: 0;
}

body.admin-bar .sticky-header.tp-fixed-nav {
    top: auto;
}

body.admin-bar.tagpoint_theme_body_frame .sticky-header.tp-fixed-nav {
    top: 30px;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


@media (min-width: 992px) {
    .tagpoint-search-content {
        position: absolute;
        right: 0;
        z-index: 991;
        width: 20.125rem;
        background-color: #fff;
        border: 1px solid #f6f8fa;
        padding: .85rem;
        border-radius: 0;
        top: 100%;
        display: none;
        box-shadow: 0 20px 30px 0 rgba(28, 30, 35, 0.08), 0 -7px 40px 0 rgba(28, 30, 35, 0.08);
    }

}

.tagpoint-main-menu>li.tagpoint_wrap_search>.wrap_search_icon,
.tagpoint-main-menu>li.tagpoint_wrap_minicart>.tp_minicart_icon {
    padding-top: 25px;
    padding-bottom: 25px;
    float: right;

}

.tagpoint-main-menu>li.tagpoint_wrap_search,
.tagpoint-main-menu>li.tagpoint_wrap_minicart {
    float: right;
    position: relative;
}

.tagpoint-nav-search {
    position: relative;
}

.searchform input[type="text"] {
    border: none;
    width: 100%;
    padding: 25px 20px;
    height: 50px;
    background: #e4eaf7;
    border: 1px solid hsla(0, 0%, 0%, 0.0784313725490196);
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;

}

.searchform input[type="text"]:focus {
    border-color: #fe5f16;
    background: #fff;
}

.lns-button {
    display: inline-block;
    border: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    bottom: 0;
    line-height: 0;
    font-size: 15px;
    padding: 0 20px;
    background: #06163a;
    color: #fff;
}

.lns-button:hover {
    background: #fe5f16;

}

.lns-button i {
    color: #fff;
}



.header-menu-1 .tagpoint-main-menu>li.m_wrap_phone>a {
    color: #fff;
    border: 0;
}

.wrap_search_icon i {
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
}

.tp_minicart_icon,
.wrap_search_icon {
    cursor: pointer;
    transition: all .3s eas-in;
}

.tp_minicart_icon:hover,
.wrap_search_icon:hover {
    color: #ff5e14;
}

.minicart-items {
    font-size: 11px;
    margin-left: 7px;
    font-weight: 700;
    text-transform: uppercase;

}

.header-menu-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.22);
}

.header-menu-2 .stiky-logo,
.header-menu-2.tp-fixed-nav .stander-logo {
    display: none;
}

.header-menu-2.tp-fixed-nav .stiky-logo {
    display: block;
}

.header-menu-2:not(.tp-fixed-nav) .tagpoint-wrap-logo {
    border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.header-menu-2 .tagpoint-main-menu>li>a {
    color: #e4eaf7;
}

.header-menu-2:not(.tp-fixed-nav) li.m_wrap_phone a {
    border-left: 1px solid hsla(0, 0%, 100%, 0.22);
}

.header-menu-2:not(.tp-fixed-nav) .tagpoint-main-menu>li.tagpoint_wrap_search>.wrap_search_icon {
    border-left: 1px solid hsla(0, 0%, 100%, 0.22);
    color: #fff;
}

.header-menu-2:not(.tp-fixed-nav) .tagpoint-main-menu>li.tagpoint_wrap_search>.wrap_search_icon:hover {
    color: #ff5e14;
}

.header-menu-2.tp-fixed-nav .tagpoint-main-menu>li>a {
    color: #06163a;
}


.header-menu-2 .tagpoint-main-menu>li.current-menu-item>a,
.header-menu-2 .tagpoint-main-menu>li>a:hover {
    color: #ff5e14;
}

/*
project filters
 */


.bl-toolbar.filters label {
    margin-bottom: -5px;
}

.bl-toolbar.filters input[type="checkbox"] {
    display: none;
}

.bl-toolbar.filters span {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 16px;
    color: #06163a;
    margin-right: 5px;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;
}

.bl-toolbar.filters {
    text-align: right;
}

.row_chfilter .bl-toolbar.filters>div {
    overflow: hidden;
}

.bl-toolbar.filters label span::before {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    border-left: 1px solid hsla(0, 0%, 0%, 0.06);
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
}

.toolbar.filters input[type="checkbox"].selected+span,
.bl-toolbar.filters input[type="checkbox"]:checked+span {
    color: #ff5e14;
}

.row_chfilter {
    padding-bottom: 24px;
    margin-bottom: 34px;
    position: relative;
}

.row_chfilter::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.06);
}

.wrap_cheade h2 {
    margin-bottom: 0;
}

.bl-toolbar.filters label:last-child span::before {

    content: none;
}

.tp_animate_when_visible.start_animation.zoom-in {
    -webkit-animation-name: tp_zoom_in;
    -moz-animation-name: tp_zoom_in;
    -o-animation-name: tp_zoom_in;
    animation-name: tp_zoom_in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

html .tp_animate_when_visible {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

@-webkit-keyframes tp_zoom_in {
    0% {
        -webkit-transform: scale(.8);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes tp_zoom_in {
    0% {
        -moz-transform: scale(.8);
        opacity: .1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes tp_zoom_in {
    0% {
        -o-transform: scale(.8);
        opacity: .1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes tp_zoom_in {
    0% {
        transform: scale(.8);
        opacity: .1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-fields p {
    position: relative;
    display: block;
    width: 100%;
}


.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="text"] {
    padding: 16px;
    border: 0;
    background: #fff;

}

.mc4wp-form-fields input[type="email"] {
    width: 74%;
    float: left;
}

.mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 0;
    padding: 16px 32px;
    border: 0;
    color: #fff;
    font-weight: 500;
    width: 24.5%;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #06163a;
}

.mc4wp-form-fields input[type="submit"]:hover {
    cursor: pointer;
    background: #fff;
    color: #ff5e14;
}


.tagpoint_theme_body_frame {
    padding: 15px;
    overflow-x: hidden;
    background: #fff;
}

.tagpoint_theme_body_frame .tp-main-menu,
.tagpoint_theme_body_frame>.mobex-section,
.tagpoint_theme_body_frame .mobex-wrap-section {
    box-shadow: 0 2px 20px 0 hsla(0, 0%, 0%, 0.05);
}


.tp-main-menu.header-menu-3:not(.tp-fixed-nav) {
    box-shadow: 0 0px 35px rgba(2, 6, 32, 0.2);
    position: relative;
}

.header-menu-3 .wraper-boxed-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
}

.header-menu-3 .stiky-logo,
.tp-fixed-nav.header-menu-3 .stander-logo {
    display: none;
}

.tp-fixed-nav.header-menu-3 .stiky-logo {
    display: block;
}

.header-menu-3 .tagpoint-main-menu>li>a {
    color: #fff;
}

.header-menu-3 .tagpoint-main-menu>li.current-menu-item>a,
.header-menu-3 .tagpoint-main-menu>li>a:hover,
.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li.current-menu-item>a,
.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li>a:hover,
.header-menu-3:not(.tp-fixed-nav) .tp_minicart_icon:hover i,
.header-menu-3:not(.tp-fixed-nav) .wrap_search_icon:hover i {
    color: #ff5e14;

}

.header-menu-3:not(.tp-fixed-nav) .tagpoint-wrap-logo {
    border-right: 1px solid hsla(0, 0%, 100%, 0.23);
}

.header-menu-3:not(.tp-fixed-nav) .tagpoint-main-menu>li.m_wrap_phone>a,
.header-menu-3:not(.tp-fixed-nav) .tagpoint-main-menu>li.tagpoint_wrap_search>.wrap_search_icon,
.header-menu-3:not(.tp-fixed-nav) .tagpoint-main-menu>li.tagpoint_wrap_minicart>.tp_minicart_icon {
    border-left: 1px solid hsla(0, 0%, 100%, 0.23);
}

.tp-fixed-nav.header-menu-3 .wraper-boxed-header {
    position: relative;
    top: auto;
    border-bottom: 0;
}

.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li>a {
    color: #06163a;
}

.header-menu-3:not(.tp-fixed-nav) .tp_minicart_icon,
.header-menu-3:not(.tp-fixed-nav) .wrap_search_icon {
    color: #fff;
}



/*
breadcrumbs 
 */
.breadcurmbs_type_2 .row {
    z-index: 9;
    position: relative;
}

.breadcrumbs-head-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.breadcrumbs-head-img img {
    width: 140%;
    max-width: 140% !important;
    left: -20%;
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    opacity: .4;
}

.mobex-section.breadcurmbs_type_2 {
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    background-blend-mode: soft-light;
    background-color: #06163a;
}

.breadcurmbs_type_1 {

    padding: 70px 0 75px !important;
    border-bottom: 1px solid #d6dae2;
    background-color: #e4eaf7;

}

.wrap_breadcrumbs {
    text-align: left;
}

.wrap_breadcrumbs h1 {
    line-height: 1.2;
    margin-bottom: 20px;
    overflow: hidden;

}

.breadcurmbs-head {
    text-transform: capitalize;
    margin-bottom: 12px;
}

.breadcrumbs_content li {
    display: inline-block;
    margin-right: 11px;
    color: #9ea4af;
    font-size: 12px;
}

.breadcrumbs_content li.tp_bcurrent,
.breadcrumbs_content li a {
    margin-right: 12px;
    text-transform: capitalize;
    font-size: 16px;
}

.breadcrumbs_content li.tp_bcurrent {
    color: inherit;
}

.breadcrumbs_content_1 li.tp_bcurrent {
    color: hsla(235, 6%, 40%, 0.84);
}

.breadcurmbs_type_2 .breadcrumbs_content li.tp_bcurrent,
.breadcurmbs_type_2 .breadcrumbs_content li a {
    color: #e0e2e6;
}

.breadcurmbs_type_2 .breadcrumbs_content li {
    color: hsla(0, 0%, 100%, .7);
}

.breadcurmbs_type_2 .breadcrumbs_content li {
    color: hsla(0, 0%, 100%, .7);
}

.breadcurmbs_type_2 .breadcrumbs_content li a:hover {
    color: #fff;
}

.breadcurmbs_type_2 h1 {
    color: #fff;
}


/* sections */



.mobex-section {
    padding: 130px 0 100px;
    position: relative;
    overflow: hidden;
}

.m-single-page {
    padding-top: 110px;
    padding-bottom: 110px;
}

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

.m-pthumb {
    margin-bottom: 40px;
}

.m-pthumb img {
    max-width: 100% !important;
    height: auto !important;
}

.m-zoomin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    color: #fe5f16;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.single_img_carousel:hover .m-zoomin {
    opacity: 1;
}



/*
share buttons
 */

.wrat_sshare_list {
    padding-left: 30px;
}

.wrap_stag_list h3,
.wrap_sshare_list h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 11px;
    font-weight: 500;
}

.wrap_sshare_list .share-post {
    padding-left: 0;
    margin: 0;
}

.share-post {

    text-align: left;
}

.share-post li {
    display: inline-block !important;
    padding: 0 !important;
}

.share-post li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e4e9f7;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
}

.share-post li a:hover {
    color: #fff;
    background: #fe5f16;
}


.p_share_btns .share-post {
    padding-left: 35px;
    margin: 0 !important;
}






.row.row-page-meta {
    clear: both;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #f2f5ff;
}

.comment-box {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 18px;
    border-radius: 5px;
    padding-left: 18px;
    border: 1px solid #f1f2f5;

}

.count-comments {
    font-size: 134%;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.comment-body {
    padding-bottom: 22px;
    border-top: 1px solid #f3f3f3;
    padding-top: 24px;
}



.post-content .mblog-meta {
    padding-bottom: 20px;
    display: block;
    clear: both;
    overflow: hidden;
}

.post-content .mblog-meta li a,
.post-content .mblog-meta li span {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #5c6475;
    padding-bottom: 10px;
}

.col-gblog .mblog-meta li a,
.col-gblog .mblog-meta li span,
.classic_blog-item .mblog-meta li a,
.classic_blog-item .mblog-meta li span {
    font-size: 14px;
    color: #9799b2;
}

.tp_blog_excerpt {
    padding-top: 12px;
}


.img-thumbnail {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    float: left;
    border: 3px solid transparent;
    border-radius: 50%;
    margin-right: 20px;
    padding: 0;
}

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

.comment-by {
    margin-bottom: 5px;
}

.comment-block {
    overflow: hidden;
}

.comment-by h6 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 19px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

.tp-comment-date {

    font-size: 14px;
    opacity: .99;
    display: inline-block;
}

.tp-edit-comment {
    float: right;
}

.tp-edit-comment a {

    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 3px;
    color: #7f7f8a;
    margin-top: -2px;
    letter-spacing: 2px;
    font-weight: 700;
}

.tp-edit-comment a:hover {
    color: #fe5f16;
}

.comment-text p {
    padding-bottom: 5px;
    line-height: 28px;
    padding-right: 24px;
    padding-top: 10px;
    font-size: 90%;
}

.list-comments .children {

    margin: 0;
    padding-left: 30px;
}

ul.comments.list-comments {
    margin: 0;
}

.comment-respond {
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    border-radius: 5px;
    border: 1px solid #e4e9f7;
    position: relative;
}

.comment-reply-title {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.comment-form {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}

.comment-notes {
    font-size: 12px;
    display: none;
    width: 100%;
    color: #9c9898;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.33%;
    margin-bottom: 25px;
    padding-right: 18px;
    display: inline-block;
}

.comment-form-comment,
.form-submit,
.wpcf7-form {
    width: 100%;
}

.comment-form label,
.wpcf7-form label {
    display: block;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.wpcf7-form label span {
    margin-top: .6rem;
    display: block;
}



.comment-form input[type="text"],
.comment-form textarea,
.comment-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea,
.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"] {
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;
    color: #777;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -moz-box-shadow: 0 1px 2px rgba(10, 10, 10, .1)inset;
    -webkit-box-shadow: 0 1px 2px rgba(10, 10, 0, .1)inset;
    -o-box-shadow: 0 1px 2px rgba(10, 10, 10, .1)inset;
    box-shadow: 0 1px 2px rgba(10, 10, 10, .1)inset;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.comment-form textarea,
.wpcf7-form textarea {
    height: 160px;
}




.comment-form input[type="text"],
.comment-form textarea,
.comment-form input[type="email"] {
    width: 100%;
    padding: 11px;

    background: #f3f3f3;
    box-shadow: none !important;
    border: 1px solid hsla(0, 0%, 0%, 0.09) !important;
    border-radius: 3px;
}

.wpcf7-form input[type="text"],
.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"] {
    width: 100%;
    padding: 11px;
    background: #fff;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus,
.comment-form input[type="email"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="number"]:focus {
    border: solid 1px #fe5f16 !important;
}

.comment-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover {
    cursor: pointer;
    background: #06163a;
}

.comment-form input[type="submit"],
.wpcf7-form input[type="submit"] {
    padding: 13px 50px 11px;
    border: none;

    text-transform: uppercase;
    background: #fe5f16;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;

}

.logged-in-as a:last-child {
    margin-left: 10px;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 10rem;
    background: #e4e9f7;
}

.logged-in-as a {
    display: inline-block;
    margin-right: 5px;
}

/*
sidebar & widgets
 */


.m-sidebar {
    padding-right: 20px;
    position: relative;
    height: 100%;
}

.right-sidebar .m-sidebar {
    padding-left: 20px;
    padding-right: 0;
}

.right-sidebar .m-sidebar::before {
    left: 5px;
    right: auto;
    border-left: 1px solid #e4eaf7;
    border-right: 0;
}

.m-sidebar::before {
    content: none;

}


.head_widget h3 {
    margin-top: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    text-transform: capitalize;
}

.m-sidebar .widget {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgb(229, 234, 247);
    margin-bottom: 40px;
    border-radius: 5px;
}

.m-sidebar .widget:last-child {
    margin-bottom: 0;
}

.m-sidebar .widget_cardinfo li a i,
.m-sidebar .widget_cardinfo li span i {

    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    background: #e4eaf7;
    margin-right: 21px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: #fe5f16;
    font-size: 15px;

}

.m-sidebar .widget_cardinfo li {
    padding-bottom: 10px;
}

.m-sidebar .widget_cardinfo li:last-child {
    padding-bottom: 0;
}

.m-sidebar .widget_cardinfo li em {
    font-size: 16px;
    letter-spacing: 1.5px;
}

.tagcloud a {
    display: inline-block;
    background: #e4e9f7;
    padding: 1px 14px;
    border-radius: 50px;
    font-size: 80% !important;
    margin-left: 4px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.tagcloud a:hover {
    color: #fff;
    background: #fe5f16;
}

.widget_categories ul li a,
.m-sidebar .widget_nav_menu ul li a {
    display: block;
    padding: 6px 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 85%;
}

.widget #recentcomments li {
    padding: 5px 0;
}

.widget_nav_menu ul li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a {

    text-transform: capitalize;
    font-weight: 500;
    font-size: 85%;

}

.widget_nav_menu ul.menu>li>a {
    display: block;
    padding: 5px 0 !important;
}

.widget_categories ul li a {
    display: inline-block;
}

.m-sidebar .widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-item a {
    color: hsl(19, 99%, 54%);
    border-right: 3px solid hsl(19, 99%, 54%);
}


.widget select {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;

}

.tp_widget ul li ul.children {
    margin-left: 2rem;
}

.rpost {
    display: block;
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
}

.rpost .entry-image {
    width: 80px;
    display: inline-block;
    float: left;
}

.entry-image a {
    display: inline-block;
}

.entry-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

img {
    max-width: 100%;
}

.entry-c {
    overflow: hidden;
    padding-left: 16px;
    padding-top: 0;
}

.entry-c h4 {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 1.6;
    padding-top: 0;
    font-size: 15px;
    font-weight: 500;
}

.entry-meta span,
.entry-meta a {
    margin-top: 5px;
    position: relative;
    color: #a2adc7;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.entry-meta span {
    margin-right: 26px;
}

.entry-meta span:last-child {
    margin-right: 0;
}

.entry-meta span::after {
    position: absolute;
    right: -13px;
    font-size: 9px;
    content: "/";
    opacity: .4;
}

.entry-meta span:last-child::after {
    content: none;
}


.of-projects {
    float: left;
    padding-left: 0 !important;
}

.bl-toolbar.filters span.of-projects span i {
    margin-right: 5px;
}

.bl-toolbar.filters span.of-projects span {
    padding-left: 0;
}


/*
portfolio single page
 */



.mobex-carousel {
    height: 400px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.mobex-carousel .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px;
    text-align: center;
}

.mobex-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
}

.mobex-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fe5f16;
}

.tpportfolio_cats span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px;
    letter-spacing: 1px;
}

.tpp-layout-1 .tpportfolio_cats::after,
.layout_caption_img .tpportfolio_cats::after,
.tpp-related .tpportfolio_cats::after {
    border-bottom: 1px solid #ffffff;
    content: "";
    position: absolute;
    bottom: -4px;
    left: -30px;
    right: -30px;
    opacity: .15;
}

.tpportfolio_cats {
    color: hsla(0, 100%, 100%, 0.5);
    position: relative;
    margin-bottom: 13px;
}

.wrapa_project_details {
    padding-left: 20px;
}

.wrapa_project_details h3 {
    margin-top: 0;
}

.project-info {
    padding-top: 25px;
    display: table;
    width: 100%;
    margin: 0 !important;
}

.project-info li {
    padding: 12px;
    display: table-row;
}

.project-info li h4 {
    display: table-cell;
    font-weight: 500;
    font-size: 14px;
    border-right: 1px solid hsla(0, 0%, 0%, 0.035);
    margin-bottom: 0;
    text-transform: uppercase;
    width: 25%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.project-info li p {
    overflow: hidden;
    display: table-cell;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 28px;
}

.project_tags a:hover,
.share-post li a:hover {
    color: #fff;
    background: #fe5f16;
}

.project_tags a {
    display: inline-block;
    background: #e4e9f7;
    padding: 1px 14px;
    border-radius: 50px;
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: 8px;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-top: 0rem;
    margin-bottom: 1.5rem;

}

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

.alignnone,
.aligncenter,
.alignnone img,
.aligncenter img {
    max-width: 100% !important;

    height: auto;
}

.alignnone,
.aligncenter,
.aligncenter img {
    margin: 0 auto;
}

blockquot.wp-block-quote {
    padding: 1.5rem;
    background: #ffffff;
    margin-bottom: 1.8rem;
    border-left: 4px solid #ff5e14;

}

blockquote.is-style-large {
    margin-bottom: 1.8em !important;
    padding: .5em 1.3em !important;
    border: 0;
}

.wp-block-pullquote {
    padding: 2.5em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin: 1rem 0 2rem;
}

.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-preformatted,
.wp-block-code,
.wp-block-verse {
    font-size: 85%;
}

.wp-block-image figcaption {
    color: inherit;
}

.wp-block-image {
    margin-bottom: 1.8em;
}

.wp-block-categories-list.aligncenter,
.wp-block-archives.wp-block-archives-list.aligncenter {
    text-align: center;
}

.is-style-default.wp-block-pullquote {
    border-top: 4px solid #ff5e14;
    border-bottom: 4px solid #ff5e14;
}

.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-table.is-style-regular {
    width: 100%;
}

.wp-block-table.alignright.is-style-regular,
.wp-block-table.alignleft.is-style-regular,
.wp-block-table.aligncenter.is-style-regular {
    width: auto;
}

table {
    margin-bottom: 2rem;
    width: 100%;
}
#wp-calendar {
    width: 100%;
    font-size: 80%;

}

caption{
    color: inherit;
    padding-bottom: 0;
}

table th,
table td {
    padding: 8px 4px;
    text-align: center;
    border: 1px solid #f3f3f3;
}

table thead th {
    background: #f3f3f3;
    border-color: #ececec;
}

.tp-post-nav {
    display: flex;
    justify-content: space-between;
    clear: both;
    margin-top: 4rem;
    padding: 1rem 0;
    border-top: 1px solid hsla(224, 54%, 93%, 0.4);
    border-bottom: 1px solid hsla(224, 54%, 93%, 0.4);
    overflow: hidden;
}

.m-single-page ul,
.m-single-page ol {
    margin: 0 1em 1.3em 2em;
}

.m-single-page ul li ul li {
    list-style: circle;
}

.m-single-page ol li {
    list-style: decimal;
}

.m-single-page ol li ol li {
    list-style: upper-alpha;
}

li.comment {
    list-style: none !important;
}


dl {
    margin-bottom: 1.5rem;
}

dd {
    margin-bottom: 1.3rem;
}

dt {
    margin-bottom: .5rem;
}


.post-content ul li,
.portfolio-content ul li {
    list-style: square;
    line-height: 1.9;
}

.widget_archive ul li {
    display: block;
    padding-bottom: 7px;
    padding-top: 5px;
    list-style: circle !important;
    list-style-position: inherit;
}


.widget_pages ul li a,
.widget_meta ul li a,
.widget_archive ul li a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 85%;

}

.widget_meta ul li,
.widget_rss ul li,.widget_pages ul li {
    padding-top: 4px;
    padding-bottom: 7px;
}

.widget_pages ul li ul li {
    padding-bottom: 5px;
}

.widget_archive label,
.widget_categories label {
    display: block;
    padding-bottom: 15px;
    font-size: 90%;
}

.widget_recent_comments ul li>a {
    font-weight: 500;
    font-size: 96%;
    margin-left: 4px;
}

.widget_recent_comments ul li .comment-author-link a {
    color: #8e90a5;
    font-size: 95%;
}

.widget_rss ul li .rsswidget {
    font-weight: 500;
    padding-bottom: 1px;
    display: block;
    font-size: 93%;
}

.widget_rss .rss-date {
    font-size: 78%;
    padding-bottom: 8px;
    display: block;
    color: #8e90a5;
}

.widget_rss .rssSummary {
    font-size: 85%;
}

.widget_rss cite {
    text-transform: uppercase;
    font-size: 77%;
    display: block;
    padding-top: 8px;
    letter-spacing: 2px;
    font-weight: 500;
}

.widget_text img {
    max-width: 100%;
    height: auto;
    padding: 15px 0;
}

.widget_nav_menu ul li ul.sub-menu li a {
    padding: 3px;
    font-weight: normal;
}

.widget_nav_menu ul li ul.sub-menu {
    padding-left: 1rem;
}

.widget_rss ul li {
    border-bottom: 1px solid #f3f3f3;
    padding-top: 19px;
    padding-bottom: 19px;
}

.widget_rss ul li:first-child {
    padding-top: 10px;
}

.widget_rss ul li:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}

.post-content table th {
    font-weight: 500;
}

.tp-post-nav a h6 {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #49494c;
}

.tp-post-nav a .tp-post-nav-next h6 {
    float: right;
    margin-top: 3px;
}

.tp-post-nav a:hover h6 {
    color: #fe5f16;
}

.related-portfolio {
    padding-top: 70px;
    padding-bottom: 10px;
}

.wrap_hrelated {
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.02);
}

.wrap_hrelated h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}


/*
portfolio

 */

.row_chfilter.archive-portfolio-filters {
    margin-bottom: 30px;
    padding-bottom: 7px;
}

.projectsp-section .wrap_case {
    margin-top: 0;
}

.tpp-layout-1 .case-container {
    padding: 0;
}

.wrap_case {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .26);
    -webkit-transition: .3s ease transform, .3s ease box-shadow;
    transition: .3s ease transform, .3s ease box-shadow;
}

.tpp-layout-1 .wrap_case:hover,
.layout_caption_img .wrap_case:hover {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .26);
}

.case-dummy {
    padding-top: 480px;
}

.case-dummy.dummy_case_4 {
    padding-top: 380px;
}

.case-dummy.dummy_case_layout_2,
.layout_just_img .case-dummy.dummy_case_4 {
    padding-top: 318px;
}

.wrap_case a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wrap_case a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-width: none;

}

.wrap_case_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 45px 25px 18px;
    background: hsla(0, 0%, 0%, 0.7);
    z-index: 2;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, #000000 66%);
}

.case_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
    background: linear-gradient(40deg, hsla(222, 81%, 13%, 0.5882352941176471) 0%, hsla(19, 100%, 54%, 0.7686274509803922) 100%);
    z-index: 1;
}

.wrap_case_text h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;

    font-size: 24px;
    font-weight: 700;

}


.tp_portfolio.swiper-slide {
    overflow: visible;
}

.tp_wrap_portfolio .swiper-button-prev.tp-navigation-prev,
.tp_wrap_portfolio .swiper-button-next.tp-navigation-next {
    display: inline-block;
    width: 74px;
    height: 42px;
    border: 2px solid #e4eaf7 !important;
    margin: 5px;
    font-size: 24px !important;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    transform: none;
    opacity: 1;
    border-radius: 0;
    color: #828290 !important;
    line-height: 38px;
}

.tpportfolio-nav {
    text-align: center;
}

.tp_wrap_portfolio .swiper-button-prev.tp-navigation-prev:hover,
.tp_wrap_portfolio .swiper-button-next.tp-navigation-next:hover {
    color: #fff !important;
    border-color: transparent !important;
}

.case-container:hover .case_link {
    opacity: 1;
}

.case-container:hover .case-plus {
    background: #fff;
    color: #fe6018;
    transform: translateY(-31%) scale(1);
    -webkit-transform: translateY(-31%) scale(1);
}

.tpp-layout-2 .tpportfolio_cats,
.layout_just_img .tpportfolio_cats {
    margin-bottom: 5px;
}

.case-plus {
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-31%) scale(.9);
    -webkit-transform: translateY(-31%) scale(.9);
    width: 40px;
    height: 40px;
    line-height: 42px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #fe6018;
    transition: all .4s eas-in;
}



.pmasonary-item .wrap_case {
    margin-top: 0;
}

.swiper-pagination.tp-potfolio-pagination {
    position: relative;
    display: inline-block;
    width: auto;
    bottom: auto;
}

.tp-potfolio-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: #e4eaf7;
    opacity: 1;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: all .4s;
    -webkit-transition: all .4s;
    margin: 0 3px !important;
}

.tp-potfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tp-potfolio-pagination .swiper-pagination-bullet:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: #fe5f16;
}

.tpportfolio-nav.tpportfolio_earrow_edots {
    padding: 10px 0;
    position: relative;
}

.tpportfolio-nav.tpportfolio_earrow_edots .wrap_tpport_arrow {
    position: absolute;
    z-index: 1;
    top: -4px;
    right: -14px;
}

.grid-sizer {
    overflow: hidden;
    visibility: hidden;
}

.case_wrap_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
}

.case_t_overlay {
    display: table-row;
}

.wrap_case_title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.tpp-layout-2 .wrap_case_title .wrap_case_text,
.layout_just_img .wrap_case_title .wrap_case_text {
    padding: 20px;
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
    background: transparent !important;
}

.wrap_case:hover .wrap_case_title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.wrap_case:hover .case_overlay {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.case_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.inner_case_overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
}

.tpp-layout-2 .case_link {
    position: relative;
    display: inline-block;
    background: transparent !important;
    top: auto;
    bottom: auto;
}

.tpp-layout-2 .case_link i {
    transform: scale(.2) rotate(60deg);
    -webkit-transform: scale(.2) rotate(60deg);
    position: relative;
    left: auto;
    top: auto;
    color: #fe5f16;
}

.tpp-layout-2 .wrap_case:hover .case_link i {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

.tpp-layout-2 .wrap_case:hover .case_link i:hover {
    background: #fe5f16;
    color: #fff;
}

.case-dummy.rp-casedummy {
    padding-top: 400px;
}

.tpp-related .wrap_case:hover {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .26);
}

.related_portfolios_carousel .swiper-pagination.tp-potfolio-pagination {
    display: block !important;
    text-align: center !important;
    bottom: auto !important;
    position: relative !important;
    transform: none !important;
    z-index: 99;
    padding: 0px;
}

.related_portfolios_carousel .swiper-pagination.tp-potfolio-pagination .swiper-pagination-bullet {
    background: #e4eaf7;
}

.related_portfolios_carousel .swiper-pagination.tp-potfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fe5f16;
}


.mobex-carousel.related-carousel {
    height: auto;
    overflow: hidden;
    position: relative;
}

.col_full_portfolio .mobex-carousel {
    height: 500px;
}

.col-title-desc .wrapa_project_details {
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 35px;
}

.col-title-desc .project-info {
    display: none;
}

.col-case-info .project-info {
    padding-top: 0;
    padding-bottom: 40px;
}

.nav-pagination.mobex-pigination {
    padding-top: 11px;
    padding-bottom: 26px;
    margin-top: 30px;
}

.mobex-pigination .page-item.disabled .page-link {
    color: #abb4bd;
}

.mobex-pigination .page-item .page-numbers {
    border-radius: 50px;
    margin-right: 8px;
    border-color: #e4eaf7;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 12px;
    color: #fe5f16;
    font-weight: 600;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.mobex-pigination .page-item .page-numbers.current {
    background: #fe5f16;
    color: #fff;
    border-color: #fe5f16;
}

.mobex-pigination .page-item .page-numbers:hover {
    cursor: pointer;
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.tp-loader-ellips {
    position: absolute;
    bottom: -35px !important;
    font-size: 20px;
    top: auto !important;
    width: 4em;
    height: 1em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50% !important;
    display: none;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #fe5f16;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.infinite-loading .tp-loader-ellips {
    display: block;

}

.wrap_mobex_projects.ms_infinite_scroll .mobex-pigination {
    display: none;
}

.tp_portcat_desciption {
    position: relative;
    border: 2px solid #e4eaf7;
    margin-bottom: 3rem !important;
}



.page-not-found-main {
    padding: 1rem 0 2rem;
}

.page-not-found-main .entry-title {
    font-size: 12rem;
    margin-bottom: .4rem;
    line-height: 1;
    position: relative;
    font-weight: 900;
}

.page-not-found-main h2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -66%);
    -webkit-transform: translate(-50%, -66%);
    opacity: .5;
}

.not-found-title {
    font-size: 3.5rem;
}

.page-not-found .searchform input[type="text"] {
    padding: 2rem;
    background: #fff;
}

.page-not-found .lns-button {
    padding-left: 3rem;
    padding-right: 3rem;
}

.post-content {
    clear: both;
    overflow: hidden;
}

.page-not-found-main p {
    font-size: 22px;
}

.m_blog_image img {
    height: 100% !important;
}

.m_blog_content {
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.mblog-meta {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0 !important;
    line-height: 14px;
    font-size: 13px;
    padding-left: 0;
}

.mblog-meta ul {
    margin: 0 !important;
}

.mblog-meta li {
    float: left;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 12px;
    opacity: .99;
    list-style: none !important;
    line-height: inherit;
}

.mblog-meta li a,
.mblog-meta li span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;

}

.wp-block-gallery {
    padding-bottom: 1.2rem;
}

ul.wp-block-gallery {
    margin: 0 !important;
}

.mblog-meta li a:hover {
    color: #ff5e14;
}

.mblog-meta li::after {
    content: '/';
    margin: 0 5px;
    color: rgb(228, 234, 247);
}

.mblog-meta li:last-child::after {
    content: none;
}

.m_b_title {
    font-size: 30px;
    margin-top: 8px;
    margin-bottom: 18px;
    font-weight: 500;
}

.m-sidebar ul {
    margin: 0;
}

.m-sidebar ul li {
    line-height: inherit;
}

.posts-related-carousel ul.swiper-wrapper {
    margin: 0;
}

.m_b_more {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 5px;
}

.m_b_more:hover {
    color: #06163a;
}

.wrap_mblog {
    margin-bottom: 30px;
    border-radius: 5px;
}

.mblog-img {
    overflow: hidden;
    position: relative;
    border-radius: inherit;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mblog-img a {
    display: inline-block;
    position: relative;
}

.mblog-img img {
    width: 100%;
}

.blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: hsla(222, 81%, 13%, 0.74);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.blog_overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50%;
    line-height: 50px;
    font-size: 10px;
    text-align: center;
    transform: translate(-50%, -80%);
    opacity: 0;
    transition: .4s ease transform, .4s ease opacity;
    background: #ff5e14;
    color: #fff;
}

.wrap_mblog:hover .blog_overlay {
    height: 100%;
}

.wrap_mblog:hover .blog_overlay i {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 1;
}

.mblog-text {
    background: #fff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    margin-top: -1px;

}

.mblog-text h2 {
    font-size: 24px;
    margin-bottom: 3px;
    line-height: 1.4;
    font-weight: 500;
    overflow: hidden;
}

.mblog-meta li.date_cats a {
    color: inherit !important;
}

.mblog-meta li.date_cats a:hover {
    opacity: .75;
}

.mblog-meta li a:hover,
.mblog-text h2 a:hover {
    color: #ff5e14;
}

.grid_blog-item .mblog-meta {
    margin: 13px 0 18px;
}

.container-blogs-infinite .mobex-pigination {
    display: none;
}

.tp_blog_excerpt {
    padding-top: 12px;
}


.page-links {
    padding-bottom: 1rem;
    margin-top: 2rem;
    text-align: left;
    padding-top: 1rem;
    border-top: 1px solid #f9f7f7;
    display: block;
    clear: both;

}
.list-comments .trackback .img-thumbnail,.list-comments .pingback .img-thumbnail {
    display: none;
}

.page-links-title {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
}

.page-links span:not(.page-links-title),
.page-links a span {
    display: inline-block;
    padding: 2px 9px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #f9f7f7;
    border-radius: 50%;
    margin: 0 4px;
    line-height: 1.7;
}

.page-links a span {
    background: #f9f7f7;
}

.page-links a:hover span {
    border-color: transparent;
    color: #fff;
    background: #fe5f16;
}

.row.row-page-meta.row-single-meta {
    margin-left: 0;
    margin-right: 0;
}


.related-blogs {
    padding-top: 10px;
    margin-top: 40px;


}

.related-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 18px;
}


.wrap_cblogs .wrap_mblog {
    border-radius: 5px;
    padding: 15px 15px 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.mblog-img {
    overflow: hidden;
    position: relative;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.wrap_cblogs .mblog-img a {
    display: block;
}

.wrap_cblogs .mblog-img img {
    width: 100%;
    height: auto;
}

.wrap_cblogs .mblog-text {

    padding: 15px 15px 5px;
    border: 0;

}

.wrap_cblogs .mblog-text h2 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.wrap_cblogs .related-meta-date {
    padding: 4px 0 12px;
}

.related-meta-date time {
    color: #fe5f16;
    margin-right: 6px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}


.no-post-found .searchform input[type="text"] {
    background: #fff;
    padding: 30px;
    border: 1px solid #06163a;
}


.tp_blog_excerpt a i,
.blogs-more a i {
    margin-left: 5px;
}

.tp_blog_excerpt a,
.blogs-more a {
    display: inline-block;
    padding: 4px 13px;
    font-weight: 500;
    font-size: 12px;
    background: #e4eaf7;
    text-transform: capitalize;
}

.blogs-more {
    display: block;
    padding-top: 2px;
}

.col-gblog .mblog-text .blogs-more {

    padding-top: 20px;
}

.tp_blog_excerpt a:hover,
.blogs-more a:hover {
    color: #fff;
    background: #ff5e14;
}



.mobex-section.m-home-page {
    padding-top: 100px;
    border-top: 1px solid hsla(221, 54%, 93%, 0.5294117647058824);
}

.mobex-section.projectsp-section {
    padding-top: 100px;
}

p.has-drop-cap:not(:focus)::first-letter {
    color: #3f485d;

}

.portfolio-content p,
.post-content p,
.single article p,
.project_desc,
.m-single-page article.page p {
    line-height: 2;

}

p.has-medium-font-size {
    line-height: 1.6 !important;
}

.related-carousel .swiper-wrapper {
    margin: 0 !important;
}

.m_blog_content p {
    margin-bottom: 1em;
}

.wp-block-separator {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.wp-block-table{
        width: 100%;
}

.wp-block-column {
    margin-bottom: 2rem !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 100px;
    z-index: 99999;
    height: 100px;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #ff5e14;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadanim 1.1s infinite linear;
    animation: loadanim 1.1s infinite linear;
}

#preloader-inner {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

@keyframes loadanim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tagpoint-nav-search .screen-reader-text {
    display: none !important;
}

.wp-block-image.alignwide {
    padding-bottom: .5rem;
}


.tp-blog-item.sticky,
.tp-blog-item.sticky.col-gblog .wrap_mblog {
    padding: 20px 30px 0;
    background: #f3f3f3;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
}

.tp-blog-item.sticky.col-gblog {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0
}

.tp-blog-item.sticky .mblog-text {
    background: inherit;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

.post-password-form {
    padding: 20px;
    border: 1px solid hsla(0, 0%, 0%, 0.15);
    padding-bottom: 30px;
    border-radius: 5px;
    background: #f3f3f3;
}

.post-password-form label {
    width: 75%;
}

.post-password-form p {
    margin-bottom: 1rem;
}

.post-password-form p:last-child {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 83%;
}

.post-password-form input[type="password"] {
    padding: 9px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.post-password-form input[type="password"]:focus {
    border-color: #fe5f16;
}

.post-password-form input[type="submit"] {
    width: 24%;
    padding: 6px;
    border: 0;
    border-radius: 3px;
    background: #06163a;
    color: #fff;
    font-size: 16px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    cursor: pointer;
}

.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover {
    background: #fe5f16;
}


.wp-block-embed {
    margin-bottom: 1em;
    position: relative;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.wp-block-embed__wrapper iframe {
    width: 100% !important;
    height: auto;
    /* padding-top: 65%; */
    position: absolute;
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


iframe {
    width: 100%;
}

.gallery .gallery-item {
    margin-bottom: 0rem;
}

.gallery .gallery-item img {
    border: 0 !important;
}

/* getenburg */

.wp-block-latest-posts,
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-archives {
    margin: 0 !important;
    padding: 1.3rem 1.3rem .5rem !important;
    border: 1px solid #f3f3f3;
    margin-bottom: 1.3rem !important;
}

.wp-block-latest-posts li {
    line-height: inherit;
}

.wp-block-latest-posts:not(.is-grid) li {
    margin-bottom: .7rem;
}

.wp-block-latest-posts li {
    list-style: none !important;

    padding: .7rem;
    line-height: inherit;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.06);
}

.wp-block-latest-posts li a {
    font-weight: 500;
    line-height: 1rem;
    font-size: 95%;
}

.wp-block-latest-posts li time {
    font-size: 70%;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
}


.wp-block-archives-list li,
.wp-block-categories-list li {
    padding: 0 0 .6rem 0;
    list-style: disc !important;
    list-style-position: inside !important;

}

.wp-block-archives-list li a,
.wp-block-categories-list li a {

    text-transform: capitalize;

}

.wp-block-archives select {
    display: block;
    padding: .6rem;
    width: 100%;
    margin-bottom: 1.1rem;
    margin-top: .5rem;
    border-color: #e6e1e1;
}

.wp-block-categories-list li ul li a {
    text-transform: capitalize;
}

.wp-block-archives-list li ul,
.wp-block-categories-list li ul {
    margin-bottom: 0;
}

.wp-block-archives-list li ul li,
.wp-block-categories-list li ul li {
    list-style: circle !important;
}

.wp-block-categories-list li ul li a {
    text-transform: capitalize;
}

.wp-block-latest-comments li {
    list-style: none !important;
}

.wp-block-latest-comments__comment-link {
    font-weight: 500;
    font-size: 95%;
    margin-left: .2rem;
}

.wp-block-latest-comments__comment-author {
    font-size: 90%;
    color: #a2adc7;
}

.wp-block-button__link {
    background-color: #06163a;
}

.alignleft,
.alignright {
    position: relative;
    z-index: 1;
}

.has-large-font-size {
    line-height: 1.25 !important;
    font-weight: 300;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 80%;
}

.wp-block-latest-comments__comment-date {
    font-size: 68%;
}

.post-content p[style*="font-size"],
.portfolio-content p[style*="font-size"] {
    line-height: 1.2;

}

.wp-block-media-text {
    padding: 1.3rem 0;
    margin-bottom: 1.5rem;
}

.has-mobex-strong-orange-color {
    color: #ff5e14;

}

.has-mobex-strong-orange-background-color {
    background-color: #ff5e14;
}

.has-mobex-strong-benim-background-color {
    background-color: #06163a;
}

.has-mobex-strong-benim-color {
    color: #06163a;
}

.has-mobex-light-blue-background-color {
    background-color: #e4e9f7;
}

.has-mobex-light-blue-color {
    color: #e4e9f7;
}

.has-mobex-very-light-background-color {
    background-color: #f3f3f3;
}

.has-mobex-very-light-color {
    color: #f3f3f3;
}

.wp-block-image:last-child img.alignright,
p:last-child img.alignright,
.wp-block-image:last-child .alignright {
   float: left;
    margin-right: 1.5rem;
    margin-left: 0;

}
.tp-page-content {
    overflow: hidden;
}

.wp-block-image:last-child img.alignleft,
img.alignleft:last-child,
.wp-block-image:last-child .alignleft {
    float: left;
    margin-right: 1.5rem;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    overflow: hidden;
}

.wp-caption {
    margin-bottom: 1em;
}

.wp-caption img {
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 13px;
}

.gallery-item {
    margin-bottom: 1.6em;
}

.gallery-item img {
    border: 0 !important;
}

.bypostauthor {
    position: relative;
}

.bypostauthor::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -20px;
    border-right: 4px solid #fe5f16;
    bottom: 0;
    z-index: 1;
}

.col_classic_blogs .nav-pagination.mobex-pigination .pagination {
    justify-content: left !important;
}

.col_classic_blogs .nav-pagination.mobex-pigination {
    margin-top: 14px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/*
12- footer
 */
.mobex-section.footer-section {
    padding: 70px 0 0;
    background-image: url(../images/map.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.wrap_footer_col {
    padding-right: 30px;
    padding-bottom: 25px
}

.wrap_footer_col.footer-nav {
    padding-left: 30px;
}

.tp_widget.tp_footer_widget {
    padding-bottom: 25px;
    padding-top: 10px;

}

.tp_widget.tp_footer_widget:last-child {
    padding-bottom: 20px;
}

.wrap_footer_col img {
    padding-bottom: 20px;
}
.tp_footer_widget.tp_MobexSocial_icons_widget {
    padding-top: 0;
}

.wrap_footer_col.our_address {
    padding-right: 0;
    padding-left: 30px;
}

.no-comments {
    margin-bottom: -22px;
    margin-left: -20px;
    margin-right: -20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;

}

.footer-section .head_widget h3,
.footer-section .head_widget h3 * {
    color: #fff;
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 0;
    text-transform: capitalize;
    padding-bottom: 0;
}


.footer-section .wrap_footer_col p,
.footer-section .wrap_footer_col span em,
.footer-section .wrap_footer_col span,
.footer-section .wrap_footer_col ul li,
.footer-section table th,
.footer-section table td,
.footer-section caption {
    color: #c0c3ca;
}

.tp_footer_widget.widget_rss .rssSummary {
    opacity: .8;
}

.footer-section .tagcloud a {
    background: #0c2458;
    color: #fff;
}

.footer-section .tagcloud a:hover {
    color: #fff !important;
}

.widget table {
    margin-bottom: 0;
}

.footer-section table th,
.footer-section table td {
    border-color: hsla(0, 0%, 95%, 0.1);
}

.footer-section table thead th {
    background: #23355d;
    border-color: hsla(0, 0%, 100%, 0.1607843137254902);
}

.footer-section .widget_rss ul li {
    border-bottom-color: hsla(0, 0%, 100%, 0.11);
}

.tp_footer_widget ul li {
    padding-bottom: 5px;
}

.tp_footer_widget ul.widget_cardinfo li {
    padding-bottom: 11px;
}

.tp_footer_widget ul li:last-child {
    padding-bottom: 0;
}

.tp_footer_widget ul li a {
    color: #c0c3ca;
}

.footer-section .widget_categories ul li a,
.footer-section .widget_nav_menu ul li a {
    padding: 2px 0;
}

.widget.tp_footer_widget select option {
    color: #3f485d;
}

.widget.tp_footer_widget select {
    background: transparent;
    border-color: hsla(0, 0%, 100%, 0.3);
    color: #fff;
}

.tp_footer_widget ul li a:hover {
    color: #ff5e14;
}

.tp_footer_widget ul li a::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-right: 13px;
}


.wrap_footer_col.our_address p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 27px;
}

.contact_number i {
    font-size: 15px;
    margin-right: 5px;
}

.contact_email i {
    font-style: normal;
    text-transform: capitalize;
    margin-left: 5px;
}

.mobex-socialicons li {
    display: inline-block;
    /* color: #fff; */
}

.mobex-socialicons li a {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 36px;
    border: 2px solid hsla(0, 0%, 100%, 0.17);
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 5px;
}

.m-sidebar .mobex-socialicons li a {
    background: #e4eaf7;
    color: #06163a;
    border: 0;
}

.mobex-socialicons li a::before,
.widget_cardinfo li a::before {
    content: none !important;
}

.mobex-socialicons li a:hover,
.m-sidebar .mobex-socialicons li a:hover {
    border-color: transparent;
    background: hsl(19, 100%, 54%);
    color: #fff !important;
}


.widget_cardinfo li a i,
.widget_cardinfo li span i {
    margin-right: 12px;
    font-size: 9px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    background: #030d23;
    color: #fff;
}


.widget_cardinfo li em {
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1.5px;

}

.copywright_row {
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    padding-bottom: 20px;
}

.privacy_list {
    text-align: right;
}

.privacy_list li {
    display: inline-block;
    color: #414a5d;
    margin-right: 15px;
    font-size: 14px;
}

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

.privacy_list li a {
    color: #a9b1c1;
    margin-right: 13px;
    font-size: 14px;
}

.privacy_list li:last-child a {
    margin-right: 0;
}

.privacy_list li a:hover,
.copywright a:hover {
    color: #ff5e14
}

.copywright {
    font-size: 14px;
    color: #a9b1c1;
}

.copywright a {
    font-weight: 600;
    color: #a9b1c1;
}