/*
Theme Name: Lawnella
Theme URI: http://steelthemes.com/lawnella
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Lawnella WordPress Theme
Version: 2.5.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lawnella
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
:root{
    --color-set-one-1: #209e2e;
    --color-set-one-2: #252525; 
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
body {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #888888;
}
body .page_wapper {
    position: relative;
    overflow: hidden;
}
body.sbar_color_two {
    overflow-x: hidden;
}
/*** 
====================================================================
Reset
====================================================================
***/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*** 
====================================================================
Global Settings
====================================================================
***/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: var(--color-set-one-2);
    font-family: 'Nunito', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

h2.title {
    font-size: 40px;
    line-height: 48px;
    color: var(--color-set-one-2);
    font-weight: 600;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
}

ol {
    padding: 0;
    margin: 0;
}

em {
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
    /* color: #000; */
    font-style: initial;
}

ul li {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #808080;
    margin: 0;
    list-style: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

ol li {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #808080;
    margin: 0;
    list-style: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

blockquote code {
    color: #fff;
}

thead {
    background-color: #fff;
    color: #888;
}

tr {
    border-bottom: 1px solid #e6e6e6;
}

th {
    font-weight: 600;
}

th,
td {
    padding: 10px;
}

input {
    border: 0px;
    background: #f1f1f1;
    padding: 5px 20px;
    height: 50px;
    width: auto;
}

input[type="submit"] {
    background: var(--color-set-one-2);
    color: #fff;
}

a {
    text-decoration: none;
    color: var(--color-set-one-1);
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn:focus {
    outline: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.vc_row {
    position: relative;
}

.theme_btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-set-one-1);
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding: 0px;
}

.page-template-template-fullwidth .container-fluid {
    padding: 0px 0px 0px 0px !important;
}

.woocommerce #respond input#submit,
.woocommerce a.checkout-button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #fff !important;
    background: var(--color-set-one-1) !important;
    display: inline-block;
    min-width: 170px;
    height: 50px;
    line-height: 50px !important;
    font-weight: 500 !important;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding: 0px 15px !important;
}

.theme_btn:hover {
    background: var(--color-set-one-2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .03);
    color: #fff;
}

@media(max-width:992px) {
    .custom_button .theme_btn.quote_btn {
        margin: 0px;
    }
}

.custom_button.style-1 .themebtn {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

@media(max-width:992px) {
    .custom_button.style-1 {
        margin-bottom: 30px;
        float: none !important;
        margin-top: 20px;
    }
}

@media(max-width:992px) {
    .custom_button.style-1 .themebtn {
        margin: 0px !important;
    }
}

.custom_button.style-1 .themebtn:hover {
    background: var(--color-set-one-2) !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    color: #fff !important;
    border-color: var(--color-set-one-2) !important;
}

.padding_zero {
    padding: 0px;
}

@media (max-width:992px) {
    .padding_zero {
        padding: 0px 15px;
    }
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

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

.add_menu_item a {
    padding: 10px;
    color: var(--color-set-one-1);
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: transparent !important;
}

#scroll {
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: var(--color-set-one-1);
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

@media (max-width: 768px) {
    #scroll {
        right: 15px;
        bottom: 15px;
    }
}

#scroll span {
    transform: rotate(-90deg);
    font-size: 18px;
    display: block;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#scroll i {
    position: absolute;
    color: var(--color-set-one-1);
    font-size: 18px;
    top: -6px;
    right: -11px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#scroll:hover {
    background-color: #fff !important;
    opacity: 1;
}

#scroll:hover i {
    color: var(--color-set-one-1);
}

#scroll:hover span {
    color: var(--color-set-one-1);
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.logged-in.admin-bar.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    top: 32px !important;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .05);
}

.bsnav-mobile .navbar_right {
    display: none;
}

.bsnav-mobile .search_link {
    display: none;
}

.image {
    position: relative;
}

.link {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
}

.dropdown-toggle::after {
    display: none !important;
}

.page-template-template-homepage .site-content {
    padding: 0px 0px 0px;
}

.page-template-template-homepage .site-content {
    padding: 0px 0px 0px;
}

.search-no-results .site-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/img/404.jpg);
    height: 100vh;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.error404 .site-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/img/404.jpg);
    height: 100vh;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

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

.side_bar .mc4wp-form-fields input[type="email"] {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 400;
    margin-bottom: 10px;
}

.side_bar .mc4wp-form-fields input[type="email"]::placeholder {
    color: #808080;
}

.side_bar .mc4wp-form-fields input[type="submit"] {
    position: relative;
    border-radius: 30px;
    height: 50px;
    width: 100%;
}

.footer .subscribe.for_sidebar {
    display: none;
}

.footer .subscribe_footer {
    display: block;
}

.page-template-template-homepage-php .col-lg-12.full_width {
    padding: 0px 0px;
}

.wpcf7-list-item {
    position: relative;
}

span.wpcf7-list-item {
    margin: 0px !important;
}

.page-template-template-fullwidth.page-template-template-fullwidth-php .site-content {
    padding: 0px 0px;
}

.lazyload,
.lazyloading {
    opacity: 1 !important;
}

textarea {
    resize: none;
}

.wp-block-embed.is-type-rich iframe,
.wp-block-embed.is-type-rich .twitter-tweet {
    width: 100% !important;
    max-width: inherit !important;
}


/*--------------------------------------------------------

========================Preloader===========================

--------------------------------------------------------*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(assets/img/preloader.gif);
}


/**

 * 3.2 - WordPress Elements

 */

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter,
.aligncenter img {
    display: block;
    margin: 1em auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}


/*---themeunittest------*/

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-cover.has-background-dim.alignleft .wp-block-cover-text {
    text-align: center;
    color: #fff;
}

.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter .wp-block-cover-text {
    text-align: left;
    color: #fff;
}

.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull {
    margin-bottom: 5px;
}

.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover.has-background-dim.alignwide .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover.has-background-dim.aligncenter .wp-block-cover-text {
    color: #fff;
}

.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.wp-caption-text {
    font-size: small;
    margin: 0;
    padding: 5px 0 0;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}


/*---------------------logo------------*/

.logo__sticky {
    display: none;
}

.logo_default {
    display: block;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo_default {
    display: none;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo__sticky {
    display: block;
}

.site-description {
    position: relative;
    text-indent: -9999px;
    height: 0;
    line-height: 0;
}

.entry-header {
    position: relative;
}

.entry-header h1 {
    padding: 0px 15px;
}

.entry-header h1 a {
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.entry-footer .edit-link {
    padding: 0px 15px;
}

.entry-footer {
    position: relative;
}

.entry-footer .post-edit-link {
    font-size: 14px;
    line-height: 26px;
    color: var(--color-set-one-1);
    font-weight: 400;
    margin-right: 10px;
}

.entry-footer .vc_inline-link {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    font-weight: 500;
}


/*-----------------------------*/


/*--------------------------------------------------------

========================top-bar===========================

--------------------------------------------------------*/

.topbar {
    padding: 10px 0px;
    background: #1c1c1c;
}

.topbar p {
    font-size: 15px;
    color: #828282;
    line-height: 26px;
}

.topbar p span {
    font-size: 16px;
    color: var(--color-set-one-1);
    line-height: 26px;
    margin-right: 5px;
}

.topbar p a {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.topbar p a:hover {
    color: var(--color-set-one-1);
}

.topbar .topbar-two .top_bar_widgets_inner {
    position: relative;
    text-align: right;
}

.topbar ul li {
    display: inline-block;
    font-size: 15px;
    color: #828282;
    line-height: 26px;
    margin-right: 20px;
    line-height: 30px;
}

.topbar ul li:hover a {
    color: var(--color-set-one-1);
}

.topbar ul li:last-child {
    margin: 0px;
}

.topbar ul li a {
    color: #828282;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.topbar ul li a.loca_pin {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #242424;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: 2px solid #2b2b2b;
    padding: 0px 9px;
}

.topbar ul li a.loca_pin span,
.topbar ul li a.loca_pin i {
    font-size: 14px;
    color: var(--color-set-one-1);
    line-height: 26px;
    margin-right: 5px;
}


/*--------------------------------------------------------

========================mid_bar===========================

--------------------------------------------------------*/

.mid_bar {
    position: relative;
    padding: 25px 0px 20px;
}

.mid_bar ul li {
    list-style: none;
}

.mid_bar .mid_bar_content {
    position: relative;
    margin-left: 86px;
}

.mid_bar.mid_type_two .mid_bar_content {
    position: relative;
    margin-left: 0px;
    float: left;
}

.mid_bar.mid_type_two .mid_bar_content {
    margin-left: 50px;
}

.mid_bar.mid_type_two .mid_bar_content:last-child {
    margin-right: 0px;
}

.mid_bar .mid_bar_content li {
    display: inline-block;
    position: relative;
    overflow: auto;
}

.mid_bar .mid_bar_content p.dark {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-set-one-2);
}

.mid_bar .mid_bar_content p.light {
    font-size: 15px;
    color: #828282;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.mid_wapper {
    position: relative;
}

.mid_wapper .icon {
    float: left;
    font-size: 34px;
    color: var(--color-set-one-1);
    line-height: 50px;
    margin-right: 10px;
}

.content_mid {
    position: relative;
    margin-left: 50px;
}

.content_mid span {
    display: block;
}

.mid_bar .theme_btn {
    border-radius: 30px;
}


/*--------------------------------------------------------

========================navbar===========================

--------------------------------------------------------*/

.navbar {
    padding: 0px;
}

.header-style-v1 .navbar-collapse {
    margin-left: 40px;
    position: relative;
}

.site-logo {
    position: relative;
}

@media(max-width:600px) {
    .site-logo img {
        width: 150px !important;
        margin-top: 11px;
    }
}

.header .Contact_box_emergency {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.header .Contact_box_emergency span {
    font-size: 32px;
    color: var(--color-set-one-1);
    width: 50px;
    line-height: 50px;
    height: 50px;
    box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, .06);
    text-align: center;
}

.header .Contact_box_emergency .text_number {
    position: relative;
    margin-left: 15px;
}

.header .Contact_box_emergency .text_number h2 a {
    font-size: 24px;
    display: block;
    color: var(--color-set-one-2);
    font-weight: 900;
}

.header .Contact_box_emergency .text_number p a {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: var(--color-set-one-1);
    font-weight: 500;
    text-decoration: underline;
}

.header-style-v1 {
    position: relative;
}

.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in .site-logo img {
    margin-top: -4px;
}

.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .05);
}

.header-style-v1 .site-logo img {
    position: relative;
    margin-top: -78px;
}

.header-style-v1 .navbar-collapse:before {
    position: absolute;
    content: '';
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    left: 0;
    transform: skew(-30deg);
    z-index: -10;
    top: 0;
}

.header-style-v1 .navbar-collapse:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 161%;
    height: 90%;
    border: 1px dashed #4f4f4f;
    transform: skew(-30deg);
    z-index: -10;
    left: 6px;
    top: 4px;
}

.header-style-v1 .navbar_right::before {
    position: absolute;
    content: '';
    background: #1c1c1c;
    width: 53%;
    height: 100%;
    right: -50%;
    transform: skew(-25deg);
    z-index: -10;
    top: 0;
}

@media(max-width:3000px) and (min-width:1920px) {
    .header-style-v1 .navbar-collapse::after {
        width: 200%;
    }

    .header-style-v1 .navbar_right::before {
        width: 110%;
        right: -98%;
    }
}

@media(max-width:1199px) {
    .topbar .wd_100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.header-style-v1 .navbar-expand-lg .navbar_left {
    margin-left: 25px;
}

.header-style-v1 .navbar_right li {
    margin-right: 12px;
}

.header-style-v1 .navbar_right li:last-child {
    margin: 0px;
}

.header-style-v1 .navbar_right li a {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border: 2px dotted #4f4f4f;
    color: #828282;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-top: 6px;
}

.header-style-v1 .navbar_right li a:hover {
    border: 2px dashed var(--color-set-one-1);
    color: var(--color-set-one-1);
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link {
    color: var(--color-set-one-1);
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link::before {
    position: absolute;
    content: '';
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background: var(--color-set-one-1);
    left: -5px;
    top: 34px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link::before {
    left: 3px;
    opacity: 1;
}

.header-style-v1 .navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link::before {
    display: none;
}

.navbar .search_link {
    padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    line-height: 37px;
}

.navbar-expand-lg .navbar-nav .nav-item.search_link {
    margin-right: 50px;
}

.header.header-style-v2 .navbar-expand-lg .navbar-nav .nav-item.search_link {
    margin: inherit;
}

.header-style-v1 .menu-item.dropdown .dropdown-menu {
    margin-top: 0px !important;
}

.search_link .dropdown-menu {
    left: -202px !important;
    width: 300px !important;
    background: var(--color-set-one-2) !important;
    padding: 0px;
    margin: 0px;
}

.search_link .dropdown-menu input {
    position: relative;
    background: transparent;
    border: 0px;
    box-shadow: none;
    border-radius: 3px;
    height: 60px;
    padding: 20px;
    width: 100%;
    color: #fff;
    border: 1px dashed #6a6a6a;
    font-size: 15px;
}

.header-style-v1 .navbar_right li.search_link a {
    width: inherit;
    height: inherit;
    border-radius: 0px;
    line-height: inherit;
    text-align: inherit;
    display: block;
    border: 0px dotted transparent;
    color: inherit;
    padding: 0px;
}

.search_link .dropdown-menu input::placeholder {
    color: #808080;
}

.search_link .dropdown-menu form {
    position: relative;
    padding: 5px;
}

.search_link .dropdown-menu .sch_btn {
    width: 50px;
    height: 54px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 8px;
    box-shadow: 0px 0px 0px 0px transparent;
    border: 0px;
    text-indent: -9999px;
    /* border-top-right-radius: 5px; */
    border-radius: 5px;
    background: var(--color-set-one-1);
}

.header-style-v1 .search_link.menu-item.dropdown .dropdown-menu {
    margin-top: 20px !important;
}

.search_link .dropdown-menu .search_box:before {
    content: '\e905';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 22px;
    z-index: 10;
    top: 22px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.header-style-v2 .search_link .dropdown-menu .search_box:before {
    content: '\e905';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 22px;
    z-index: 10;
    top: 22px;
    color: #fff;
    font-size: 14px;
}


/*--
@media (max-width: 3000px) and (min-width: 1200px) {
    .header-style-v2 .site-logo {
        position: relative;
        width: 400px;
        text-align: center;
        background: #fff;
        padding: 20.5px 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}
@media(max-width:3000px) and (min-width:1200px) {
    .header-style-v2 .site-logo {
        position: relative;
        width: 400px;
        text-align: center;
        background: #fff;
        padding: 17px 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
   
}

----*/

.header-style-v2 .bsnav {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 52px;
    background: transparent;
}

@media(max-width:1199px) {
    .header-style-v2 .bsnav {
        position: relative;
        z-index: 999;
        width: 100%;
        left: inherit !important;
        top: inherit !important;
        background: transparent;
    }
}

.header-style-v3 .search_link .dropdown-menu .search_box:before {
    content: '\e905';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 26px;
    z-index: 10;
    top: 26px;
    color: #fff;
    font-size: 14px;
}


/*--------------------------------------------------------

========================slider-css===========================

--------------------------------------------------------*/

.ban_lay_one {
    position: relative;
    margin-bottom: 10px;
}

.ban_lay_one span {
    float: left;
    color: #fff;
}

.ban_lay_one p {
    font-weight: 600;
    color: #fff;
}

.rev_slider_wrapper .border {
    border: .5px solid rgba(255, 255, 255, .1) !important;
}

.rev_slider_wrapper .titel-1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.rev_slider_wrapper .titel-2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
}

.rev-btn ul li {
    display: inline-block;
    margin-right: 40px;
    text-align: center !important;
}

.rev-btn ul li:last-child {
    margin: 0px;
}

.rev-btn .theme_btn {
    border-radius: 50px;
    width: 190px;
    height: 60px;
    line-height: 60px !important;
    border: 2px solid var(--color-set-one-1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.rev-btn .theme_btn:hover {
    background: #fff;
    color: var(--color-set-one-1);
    border: 2px solid #fff;
}

.rev-btn .theme_btn.light {
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.rev-btn .theme_btn.light:hover {
    border: 2px solid var(--color-set-one-1);
    background: var(--color-set-one-1);
    color: #fff;
}

.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}


/*--------------------------------------------------------

========================heading-css===========================

--------------------------------------------------------*/

.heading {
    position: relative;
    margin-bottom: 50px;
}

@media(max-width:992px) {
    .heading {
        padding: 0px 0px !important;
    }
}

@media(max-width:768px) {
    .heading {
        padding: 0px 0px !important;
        margin-bottom: 30px;
    }
}

.heading .title_main{
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    color: var(--color-set-one-2);
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.heading .title_sub{
    font-size: 35px;
    font-weight: 800;
    color: var(--color-set-one-1);
    line-height: 42px;
    margin-bottom: 8px;
}

.heading .title_sub.style-2 {
    margin-bottom: 10px;
}

@media (max-width:1000px) {
    .heading .title_sub{
        padding: 0px;
    }
}

@media (max-width:600px) {
    .heading .title_sub {
        font-size: 28px;
        line-height: 36px;
    }
}

.heading .title_sub span {
    color: var(--color-set-one-1);
}

.heading .broder_style_left::before {
    position: absolute;
    content: '';
    background: #aeaeae;
    width: 4px;
    height: 12px;
    top: 7px;
    left: 5px;
}

.heading .broder_style_left::after {
    position: absolute;
    content: '';
    background: #aeaeae;
    width: 2px;
    height: 12px;
    top: 7px;
    left: 0px;
}

.heading .broder_style_right::before {
    position: absolute;
    content: '';
    background: #aeaeae;
    right: -20px;
    width: 4px;
    height: 12px;
    top: 7px;
}

.heading .broder_style_right::after {
    position: absolute;
    content: '';
    background: #aeaeae;
    width: 2px;
    height: 12px;
    right: -24px;
    top: 7px;
}

.head_type_two {
    text-align: inherit;
    z-index: 0;
}

.head_type_two span {
    position: absolute;
    font-size: 120px;
    color: #dedede;
    top: -10px;
    right: 0;
    z-index: -1;
}

.head_type_two h1 {
    padding: 0px;
}

.section-title .title.right_content {
    position: relative;
    padding-top: 37px;
    padding-bottom: 20px;
}

.section-title .title.right_content::before {
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--color-set-one-1);
    top: 8px;
    left: 0;
    content: '';
}

.section-title .title.right_content p {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 26px;
}

.heading_inner {
    position: relative;
    z-index: 0;
}


/*--------------------------------------------------------

========================welcome_type_one-css===========================

--------------------------------------------------------*/

.welcome_type_one {
    position: relative;
}

.welcome_type_one .welcomr_inner_hme_one {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.welcome_type_one .welcomr_inner_hme_one:hover {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.welcome_type_one .welcomr_inner_hme_one .image {
    display: block;
}

.welcome_type_one .welcomr_inner_hme_one .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.welcome_type_one .welcomr_inner_hme_one:hover .overlay {
    bottom: 0;
    height: 100%;
}

.welcome_type_one .welcomr_inner_hme_one .image p {
    color: #d6d6d6;
    font-size: 15px;
    position: absolute;
    top: -300px;
    left: 0%;
    font-weight: 400;
    padding: 0px 25px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.welcome_type_one .welcomr_inner_hme_one:hover .image p {
    top: 20px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner {
    position: relative;
    padding: 20px 25px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner .icon {
    float: right;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: var(--color-set-one-1);
    position: absolute;
    z-index: 10;
    top: -21px;
    right: 25px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner .icon::after {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 10px solid #116d1b;
    border-top: 16px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #116d1b;
    z-index: 0;
    left: -15px;
    top: 0px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner h2 ,
.welcome_type_one .welcomr_inner_hme_one .content_inner .title_ser {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-overflow: ellipsis;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner h2 a,
.welcome_type_one .welcomr_inner_hme_one .content_inner .title_ser a {
    color: var(--color-set-one-2);
}

.welcome_type_one .welcomr_inner_hme_one .content_inner h2:hover  ,
.welcome_type_one .welcomr_inner_hme_one .content_inner .title_ser:hover {
    color: var(--color-set-one-1);
}

.welcome_type_one .welcomr_inner_hme_one .content_inner a.r_more {
    font-size: 14px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.welcome_type_one .welcomr_inner_hme_one:hover .content_inner a.r_more {
    color: var(--color-set-one-1);
}

@media(max-width:768px) {
    .welcome_type_one .welcomr_inner_hme_one img {
        width: 100%;
    }
}


/*--------------------------------------------------------

========================about_type_one-css===========================

--------------------------------------------------------*/

.about_type_one {
    position: relative;
    background: #f4f4f4;
    padding: 100px 0px 90px;
}

.about_type_one .heading {
    text-align: left;
    margin-bottom: 20px;
}

.about_type_one .heading h1 {
    padding: 0px;
}

.grid_image_box_one {
    position: relative;
}

.grid_image_box_one .images {
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

@media(max-width:1000px) {
    .grid_image_box_one .main_image {
        width: 100%;
    }

    .grid_image_box_one .images {
        margin-bottom: 40px;
    }
}

.grid_image_box_one .content_image {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.grid_image_box_one .content_image .images_extra {
    position: relative;
    width: 150px;
    height: auto;
    margin-left: auto;
}

.grid_image_box_one .content_image .images_extra img {
    width: 100%;
}

.grid_image_box_one h2 ,
.grid_image_box_one .image_title_b{
    position: absolute;
    font-size: 22px;
    color: var(--color-set-one-2);
    line-height: normal;
    font-weight: 700;
    background: #fff;
    width: 250px;
    text-align: center;
    min-height: 48px;
    right: 183px;
    bottom: 0px;
    word-break: break-word;
    padding: 6px 22px;
}

.grid_image_box_one .content_image img {
    float: right;
    margin-right: 33px;
}

@media (max-width: 1199px) {
    .grid_image_box_one .content_image img {
        display: none;
    }

    .grid_image_box_one h2  ,
    .grid_image_box_one .image_title_b {
        position: absolute;
        font-size: 18px;
        width: 220px;
        right: 14px;
        bottom: 10px;
    }

    .grid_image_box_one .content_image {
        bottom: 0;
    }
}

#counter {
    position: relative;
}

#counter .counter_inner {
    position: relative;
    display: inline-block;
}

#counter .counter_inner span.icon {
    float: left;
    font-size: 60px;
    line-height: 60px;
    color: var(--color-set-one-1);
}

#counter .counter_inner .text {
    margin-left: 70px;
}

#counter .counter_inner .text span , #counter .counter_inner .text .common_values {
    font-size: 30px;
    color: var(--color-set-one-2);
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#counter .counter_inner .text h5 , #counter .counter_inner .text .counter-text {
    font-size: 22px;
    color: var(--color-set-one-2);
    line-height: 28px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.authourname {
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-left: 60px;
    position: relative;
}

.authourname::before {
    position: absolute;
    content: '';
    background: #d4d4d4;
    width: 50px;
    height: 1px;
    left: 0;
    top: 11px;
}

.authourname strong {
    font-size: 20px;
    color: var(--color-set-one-2);
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


/*--------------------------------------------------------

========================nav-tems-css===========================

--------------------------------------------------------*/

.nav-tabs {
    border: 0px;
    display: block;
    text-align: center;
}

.nav-tabs .nav-item {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    display: inline-block;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-radius: 0px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border: 0px;
}


/*--------------------------------------------------------

========================service_type_one-css===========================

--------------------------------------------------------*/

.service_type_one {
    position: relative;
}

.service_type_one .heading {
    margin-bottom: 30px;
}

.service_type_one .nav-tabs {
    position: relative;
    margin-bottom: 40px;
}

.service_type_one .nav-tabs .nav-item:first-child::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 20px;
    border-radius: 30px;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    right: -28px;
    top: 11px;
}

.service_type_one .nav-tabs .nav-item:first-child .nav-link.active::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    top: 14px;
    right: 4px;
}

.service_type_one .nav-tabs .nav-item:last-child .nav-link.active::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    top: 14px;
    left: 4px;
}

.service_type_one .nav-tabs .nav-item {
    position: relative;
}

.service_type_one .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aeaeae;
    line-height: 26px;
}

.service_type_one .nav-tabs .nav-item:first-child .nav-link {
    margin-right: 22px;
}

.service_type_one .nav-tabs .nav-item:last-child .nav-link {
    margin-left: 22px;
}

.service_type_one .nav-tabs .nav-item .nav-link.active {
    color: var(--color-set-one-1);
}

.service_type_one .service_inner {
    position: relative;
    margin: 0px 0px 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
    background: #fff;
}

.service_type_one .owl-carousel .service_inner {
    margin: 0px 15px 30px;
}

.service_inner .image img {
    width: 100% !important;
}

.service_type_one .service_inner .content_inner {
    position: relative;
    padding: 30px 25px 30px;
    z-index: 11;
}

.service_type_one .service_inner .content_inner h2 ,
.service_type_one .service_inner .content_inner .title_ser {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_one .service_inner .content_inner h2:hover a  ,
.service_type_one .service_inner .content_inner .title_ser:hover a {
    color: var(--color-set-one-1);
}

 
.service_type_one .service_inner .content_inner p {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #e2e2e2;
}

.service_type_one .service_inner .content_inner a.r_more {
    font-size: 14px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_one .service_inner .content_inner a.r_more span {
    margin-right: 10px;
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_one .service_inner .content_inner a.r_more:hover {
    color: var(--color-set-one-1);
}

.service_type_one .service_inner .content_inner a.r_more:hover span {
    color: var(--color-set-one-1);
}

.service_type_one .service_inner .image {
    display: block;
    position: relative;
}

.service_type_one .service_inner .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.service_type_one .service_inner:hover .overlay {
    bottom: 0;
    height: 100%;
}

.service_type_one .service_inner .image span.icon {
    text-align: center;
    margin: auto;
}

.service_type_one .service_inner .image span.icon::before {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50px;
    border: 1px dashed var(--color-set-one-1);
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    line-height: 95px;
    top: 0;
    left: 0;
    color: var(--color-set-one-1);
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    bottom: 0;
    right: 0;
    margin: auto;
}

.service_type_one .owl-carousel .owl-nav,
.service_type_one .owl-carousel .owl-nav.disabled {
    display: block;
}

.service_type_one .owl-carousel .owl-dots {
    display: none !important;
}

.service_type_one .owl-carousel .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: auto;
    text-align: center;
}

.service_type_one .owl-carousel .owl-nav .owl-prev,
.service_type_one .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #a8a8a8;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_one .owl-carousel .owl-nav .owl-next .icon-next {
    transform: rotate(360deg);
    display: block;
    line-height: 60px;
}

.service_type_one .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 60px;
}

.service_type_one .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.service_type_one .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}

.service_type_one .owl-carousel .owl-nav .owl-prev:hover,
.service_type_one .owl-carousel .owl-nav .owl-next:hover {
    color: var(--color-set-one-1);
    border: 1px solid var(--color-set-one-1);
}

.service_all .owl-dots.disabled,
.service_all .owl-dots {
    display: block !important;
}

.service_all .owl-dots {
    position: relative;
    bottom: -20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.service_all .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #cacaca;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service_all .owl-dots .owl-dot:hover,
.service_all .owl-dots .owl-dot.active {
    border: 2px solid var(--color-set-one-1);
}

.service_all .owl-carousel.lawthreeitem .owl-dots.disabled {
    display: block !important;
}

.service_all .lawthreeitem .owl-dots {
    position: relative;
    bottom: -20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.service_all .lawthreeitem .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0px 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    border: 1.9px dashed #cacaca;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service_all .lawthreeitem .owl-dots .owl-dot::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    top: 3px;
    opacity: 0;
    right: 3px;
}

.service_all .lawthreeitem .owl-dots .owl-dot.active,
.service_all .lawthreeitem .owl-dots .owl-dot:hover {
    border: 1.9px dashed var(--color-set-one-1);
}

.service_all .lawthreeitem .owl-dots .owl-dot.active::before,
.service_all .lawthreeitem .owl-dots .owl-dot.active:hover::before {
    opacity: 1;
}

.service_all .owl-carousel .owl-nav,
.service_all .owl-carousel .owl-nav.disabled {
    display: block;
}

.service_all .lawthreeitem.owl-carousel .owl-nav,
.service_all .lawthreeitem.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.service_all .lawthreeitem .owl-carousel .owl-nav,
.service_all .lawthreeitem .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.service_all .owl-carousel .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: auto;
    text-align: center;
}

.service_all .owl-carousel .owl-nav .owl-prev,
.service_all .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #a8a8a8;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_all .owl-carousel .owl-nav .owl-next .icon-next {
    transform: rotate(360deg);
    display: block;
    line-height: 60px;
}

.service_all .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 60px;
}

.service_all .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.service_all .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}

.service_all .owl-carousel .owl-nav .owl-prev:hover,
.service_all .owl-carousel .owl-nav .owl-next:hover {
    color: var(--color-set-one-1);
    border: 1px solid var(--color-set-one-1);
}

.service_all_grid .service_inner {
    margin: 0px 0px 30px !important;
}


/*--------------------------------------------------------

========================project_type_one-css===========================

--------------------------------------------------------*/

.project_type_one {
    position: relative;
}

.project_type_one .container {
    padding: 0;
}

.project_type_one .container .padding_num {
    padding: 0px 15px;
    margin-bottom: 20px;
}

.project_type_one .heading {
    text-align: left;
    margin-bottom: 20px;
}

.project_type_one .heading h1 {
    padding: 0px;
    color: #fff;
}

.project_type_one .project_inner {
    position: relative;
    margin-bottom: 30px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.project_type_one .project_inner img {
    width: 100%;
}

.project_type_one .project_inner:hover {
    border: 2px solid var(--color-set-one-1);
}

.project_type_one .project_inner .image {
    display: block;
    position: relative;
}

.project_type_one .project_inner .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, .9);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    top: 0;
}

.project_type_one .project_inner:hover .overlay {
    bottom: 0;
    height: 100%;
}

.project_type_one .project_inner .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.project_type_one .project_inner .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -21px;
}

.project_type_one .project_inner .content_inner {
    position: absolute;
    width: 100%;
    text-align: center;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #1c1c1c;
    opacity: 0;
    transform: translateY(150px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.project_type_one .project_inner .content_inner h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.project_type_one .project_inner .content_inner h2 a {
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.project_type_one .project_inner .content_inner h2:hover a {
    color: var(--color-set-one-1);
}

.project_type_one .project_inner:hover .content_inner {
    opacity: 1;
    transform: translateY(0px);
}

.project_type_one.style-2 .fliter_group ul {
    display: inline-block;
    text-align: center;
    border: 1px dashed #3b3b3b;
    border-radius: 3px;
    margin-top: 15px;
    padding: 0px 50px;
}

.project_type_one.style-2 .fliter_group ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-size: 16px;
    color: #8d8d8d;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.project_type_one.style-2 .fliter_group ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #3b3b3b;
    width: 1px;
    height: 25px;
}

.project_type_one.style-2 .fliter_group ul li:last-child::before {
    display: none;
}

.project_type_one.style-2 .fliter_group ul li.active,
.project_type_one.style-2 .fliter_group ul li:hover {
    color: var(--color-set-one-1);
}


/*

@media(max-width:3000px) and (min-width:1200px) {

.project_type_one.style-1 .fliter_group {

position: relative;

margin-top: -115px;

text-align: right;

}

}*/

.project_all .fliter_group .law_project_filter.light {
    display: inline-block;
    text-align: center;
    border: 1px dashed #3b3b3b;
    border-radius: 3px;
    margin-bottom: 35px;
    padding: 0px 50px;
}

@media(max-width:1199px) {
    .project_all {
        margin: 0px 0px 0px 0px !important;
    }

    .project_all .fliter_group {
        text-align: center !important;
    }

    .project_all .fliter_group .law_project_filter.light {
        width: 100%;
    }
}

@media(max-width:992px) {
    .project_type_one.style-1 .fliter_group ul {
        padding: 0px 10px;
    }
}

.project_all .fliter_group .law_project_filter.light li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-size: 16px;
    color: #8d8d8d;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.project_all .fliter_group .law_project_filter.light li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #3b3b3b;
    width: 1px;
    height: 25px;
}

.project_all .fliter_group .law_project_filter.light li:last-child::before {
    display: none;
}

.project_all .fliter_group .law_project_filter.light li.current,
.project_all .fliter_group .law_project_filter.light li:hover {
    color: var(--color-set-one-1);
}


/*--------------------------------------------------------

========================features_type_one-css===========================

--------------------------------------------------------*/

.features_type_one {
    position: relative;
}

.features_type_one .features_inner {
    position: relative;
    background: #fff;
    padding: 39px 21px;
    text-align: center;
    cursor: pointer;
    z-index: 0;
    margin-bottom: 30px;
}

.features_type_one .features_inner .overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color-set-one-1);
    top: -100%;
    opacity: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -10;
}

.features_type_one .features_inner:hover .overlay {
    opacity: 1;
    top: 0;
}

.features_type_one .features_inner span {
    font-size: 60px;
    line-height: 60px;
    color: var(--color-set-one-1);
    margin-bottom: 25px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.features_type_one .features_inner:hover span {
    color: #fff !important;
    background: var(--color-set-one-2);
}

.features_type_one .features_inner h2 a  , .features_type_one .features_inner .ft-text a  {
    color: var(--color-set-one-2);
    font-weight: 700;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.features_type_one .features_inner:hover h2 a 
, .features_type_one .features_inner:hover .ft-text a  {
    color: #fff;
}

.features_type_one .features_inner:hover p {
    color: #fff;
}

.features_type_one .owl-dots.disabled,
.features_type_one .owl-dots {
    display: block !important;
}

.features_type_one .owl-dots {
    position: relative;
    bottom: -20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.features_type_one .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #cacaca;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.features_type_one .owl-nav {
    display: none !important;
}

.features_type_one .owl-dots .owl-dot:hover,
.features_type_one .owl-dots .owl-dot.active {
    border: 2px solid var(--color-set-one-1);
}


/*--------------------------------------------------------

========================testimonial_type_one-css===========================

--------------------------------------------------------*/

.testimonial_type_one {
    position: relative;
}

.testimonial_type_one .heading {
    text-align: left;
    margin-bottom: 20px;
}

.testimonial_type_one .heading h1 {
    padding: 0px;
}

.testimonial_type_one .testimonial_inner {
    position: relative;
    margin: 10px 15px 10px 49px !important;
    border-left: 3px solid var(--color-set-one-1);
    background: #fff;
    cursor: pointer;
    padding: 40px 30px 40px 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}

.testimonial_type_one .testimonial_inner .image {

    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -45px;
    z-index: 9;
}

.testimonial_type_one .testimonial_inner .image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.testimonial_type_one .testimonial_inner .image::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: -5px;
    top: -5px;
    border: 1px dashed #bebebe;
    border-radius: 50px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_one .testimonial_inner:hover .image::before {
    border-color: var(--color-set-one-1);
}

.testimonial_type_one .testimonial_inner .content_inner {
    margin-left: 85px;
}

.testimonial_type_one .testimonial_inner .auhtour_name {
    position: relative;
    overflow: auto;
    margin-bottom: 20px;
}

.testimonial_type_one .testimonial_inner .auhtour_name span {
    float: left;
    font-size: 52px;
    line-height: 60px;
    color: #e8e8e8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_one .testimonial_inner:hover .auhtour_name span {
    color: var(--color-set-one-1);
}

.testimonial_type_one .testimonial_inner .name_authr {
    position: relative;
    margin-top: 5px;
    margin-left: 75px;
}

.testimonial_type_one .testimonial_inner .name_authr h2  ,
.testimonial_type_one .testimonial_inner .name_authr .title_testi {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    color: var(--color-set-one-2);
}

.testimonial_type_one .testimonial_inner .name_authr p {
    color: var(--color-set-one-1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_one .testimonial_inner:hover .name_authr p {
    color: #808080;
}

.testimonial_type_one .testimonial_inner .content_inner p.description {
    margin-bottom: 20px;
}

.testimonial_type_one .testimonial_inner .content_inner ul li {
    display: inline-block;
}

.testimonial_type_one .testimonial_inner .content_inner ul li span {
    font-size: 20px;
    line-height: 20px;
    color: var(--color-set-one-1);
}

.testimonial_type_one .testimonial_inner .content_inner ul li:last-child {
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #aeadad;
    text-transform: uppercase;
}

.testimonial_type_one .owl-carousel .owl-nav,
.testimonial_type_one .owl-carousel .owl-nav.disabled {
    display: block;
}

.testimonial_type_one .owl-carousel .owl-dots {
    display: none;
}

.testimonial_type_one .owl-carousel .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    top: -103px;
    right: 0;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev,
.testimonial_type_one .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #a8a8a8;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-next .icon-next {
    transform: rotate(360deg);
    display: block;
    line-height: 60px;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 60px;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.service_type_one .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_type_one .owl-carousel .owl-nav .owl-next:hover {
    color: var(--color-set-one-1);
    border: 1px solid var(--color-set-one-1);
}

@media(max-width:768px) {
    .testimonial_type_one .testimonial_inner {
        margin: 60px 10px 10px !important;
    }

    .testimonial_type_one .testimonial_inner .image {
        float: none;
        margin: -90px auto 0px !important;
        position: relative;
        width: 110px;
    }

    .testimonial_type_one .testimonial_inner .image img {
        margin: 0 auto;
    }

    .testimonial_type_one .testimonial_inner .image::before {
        left: 5px;
    }

    .testimonial_type_one .testimonial_inner .content_inner {
        margin-left: 30px;
        margin-top: 30px;
    }

    .testimonial_type_one .testimonial_inner .auhtour_name {
        overflow: inherit;
    }
}

@media(max-width:450px) {
    .testimonial_type_one .testimonial_inner .auhtour_name span {
        float: none;
        position: absolute;
        right: 0;
        opacity: .5;
    }

    .testimonial_type_one .testimonial_inner .name_authr {
        margin-left: 0px;
        margin-top: 10px;
    }
}


/*--------------------------------------------------------

========================quote_client_type_one-css===========================

--------------------------------------------------------*/

.quote_client_type_one {
    position: relative;
}

.gtqote_clientlgo_hme_ome .owl-nav,
.gtqote_clientlgo_hme_ome .owl-dots {
    display: none !important;
}

.gtqote_clientlgo_hme_ome .owl-carousel .owl-item img {
    text-align: center;
    margin: 0 auto;
}

.gt_qute_inner {
    position: relative;
    text-align: center;
}

.gt_qute_inner h1 {
    font-size: 52px;
    color: #fff;
    padding: 0px 150px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
}

@media(max-width:992px) {
    .gt_qute_inner h1 {
        padding: 0px 0px;
    }
}

@media(max-width:768px) {
    .gt_qute_inner h1 {
        padding: 0px 0px;
        font-size: 40px;
        line-height: 52px;
    }
}

.gt_qute_inner a.theme_btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 190px;
    height: 60px;
    line-height: 58px;
}

.quote_client_type_one .gt_qute_inner a.theme_btn:hover {
    background: #fff;
    color: var(--color-set-one-1);
}

.gtqote_clientlgo_hme_ome .images {
    position: relative;
    text-align: center;
    padding: 50px 0px 0px;
}

.gtqote_clientlgo_hme_ome .images.style-2 img {
    display: block;
    opacity: .5;
    filter: grayscale(100%);
    margin: 0 auto;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.gtqote_clientlgo_hme_ome .images.style-2:hover img {
    opacity: 1;
    cursor: pointer;
    filter: inherit;
}

.gtqote_clientlgo_hme_ome .images .tool_tip_outer {
    position: absolute;
    width: 100%;
    text-align: center;
}

.gtqote_clientlgo_hme_ome .images .tool_tip {
    position: relative;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    top: -37px;
    left: 0;
}

.gtqote_clientlgo_hme_ome .images .tool_tip .tool_tip_inner {
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px dashed #e2e2e2;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.gtqote_clientlgo_hme_ome .images:hover .tool_tip {
    opacity: 1;
}

.gtqote_clientlgo_hme_ome .images:hover .tool_tip .tool_tip_inner {
    border: 1px dashed #fff;
    color: #fff;
}

.gtqote_clientlgo_hme_ome .images:hover .tool_tip {
    background: var(--color-set-one-1);
}


/*--------------------------------------------------------

========================news_type_one-css===========================

--------------------------------------------------------*/

.site-content {
    position: relative;
    padding: 100px 0px 70px;
}

@media(max-width:768px) {
    .site-content {
        padding: 70px 0px 40px;
    }
}

.classic-layout .blog_post_types {
    position: relative;
}

.classic-layout.tag-sticky-2 {
    position: relative;
}

.classic-layout.tag-sticky-2::before {
    position: absolute;
    top: 10px;
    right: 25px;
    content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color-set-one-1);
    z-index: 10;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.classic-layout .blog_post_types .padding_btm {
    margin-bottom: 20px;
}

.classic-layout .blog_post_types .heading {
    text-align: left;
    margin-bottom: 20px;
}

.classic-layout .blog_post_types .heading h1 {
    padding: 0px;
}

.classic-layout .blog_post_types .more_news_btn {
    position: relative;
    text-align: right;
}

.classic-layout .blog_post_types .entry-footer a.theme_btn {
    border-radius: 50px;
}

.classic-layout .blog_post_types .entry-footer li::before {
    display: none !important;
}

.classic-layout .blog_post_types .entry-footer li a.theme_btn {
    border-radius: 50px;
}

.classic-layout .blog_post_types .entry-footer li.share_options {
    float: right;
}

.classic-layout .blog_post_types .entry-footer .dropdown {
    display: inline-block;
}

.classic-layout .blog_post_types .entry-footer .dropdown-menu {
    top: -36px !important;
    left: -175px !important;
    border: 0px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 10px 15px;
}

.classic-layout .blog_post_types .entry-footer .dropdown-menu a {
    font-size: 16px;
    color: var(--color-set-one-1);
    padding: 10px;
}

.classic-layout .blog_post_types .entry-footer a.share i {
    font-size: 16px;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    margin-left: 10px;
}

.classic-layout .blog_post_types {
    position: relative;
    margin: 0px 0px 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
    background: #fff;
}

.classic-layout .blog_post_types .content_inner {
    position: relative;
    padding: 40px;
    z-index: 11;
}

.classic-layout .blog_post_types .category {
    position: relative;
    margin-bottom: 20px;
}

.classic-layout .blog_post_types .category a {
    border: 1px dashed var(--color-set-one-1);
    padding: 6px 15px;
    color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .category a {
    color: var(--color-set-one-1);
    margin-right: 10px;
    line-height: 26px;
}

.classic-layout .blog_post_types .content_inner h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.classic-layout .blog_post_types .content_inner h2:hover a ,
.classic-layout .blog_post_types .content_inner .blo-entry-title:hover a {
    color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .content_inner h2 a  ,
.classic-layout .blog_post_types .content_inner .blo-entry-title a {
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.classic-layout .blog_post_types .entry-content {
    margin-bottom: 25px;
}

.classic-layout .blog_post_types .content_inner a.r_more {
    font-size: 14px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #e2e2e2;
    display: block;
}

.classic-layout .blog_post_types .content_inner a.r_more span {
    margin-right: 10px;
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.classic-layout .blog_post_types .content_inner a.r_more:hover {
    color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .content_inner a.r_more:hover span {
    color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .image {
    display: block;
    position: relative;
}

.classic-layout .blog_post_types .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.classic-layout .blog_post_types .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.classic-layout .blog_post_types:hover .overlay {
    bottom: 0;
    height: 100%;
}

.classic-layout .blog_post_types .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.classic-layout .blog_post_types .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -18px;
}

.classic-layout .blog_post_types ul li {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    position: relative;
}

.classic-layout .blog_post_types ul.entry-meta {
    position: relative;
    margin-bottom: 15px;
}

.classic-layout .blog_post_types ul.entry-meta li a {
    text-transform: uppercase;
    color: #808080;
    position: relative;
    display: inline-block;
}

.classic-layout .blog_post_types ul.entry-meta li {
    margin-right: 26px;
}

.classic-layout .blog_post_types ul.entry-meta li::before {
    position: absolute;
    height: 15px;
    border: .5px dashed #bcbcbc;
    content: '';
    right: -13px;
    top: 4px;
}

.classic-layout .blog_post_types ul.entry-meta li:last-child {
    margin-right: 0px;
}

.classic-layout .blog_post_types ul.entry-meta li:last-child::before {
    display: none;
}

.classic-layout .blog_post_types ul li span {
    color: var(--color-set-one-1);
    margin-right: 5px;
}

.classic-layout .blog_post_types .entry-footer ul li:before {
    display: none;
}


/*--------------------------------------------------------

========================news_type_one-css===========================

--------------------------------------------------------*/

.grid-view .heading {
    text-align: left;
    margin-bottom: 20px;
}

.grid-view .heading h1 {
    padding: 0px;
}

.grid-view .more_news_btn {
    position: relative;
    text-align: right;
}

.grid-view .more_news_btn a.theme_btn {
    border-radius: 50px;
    margin-top: 25px;
}

.grid-view .blog_post_types {
    position: relative;
    margin: 0px 0px 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
    background: #fff;
}

.grid-view .blog_post_types .content_inner {
    position: relative;
    padding: 30px;
    z-index: 11;
}

.grid-view .blog_post_types .category {
    position: relative;
}

.grid-view .blog_post_types .category a {
    border: 1px dashed var(--color-set-one-1);
    padding: 6px 15px;
    color: var(--color-set-one-1);
}

.grid-view .blog_post_types .category a span {
    color: var(--color-set-one-1);
    margin-right: 10px;
    line-height: 26px;
}

.grid-view .blog_post_types .content_inner h2:hover a ,
.grid-view .blog_post_types .content_inner .blo-entry-title:hover a {
    color: var(--color-set-one-1);
}

.grid-view .blog_post_types .content_inner h2 a ,
.grid-view .blog_post_types .content_inner .blo-entry-title a {
    font-size: 24px;
    display: block;
    line-height: 32px;
    font-weight: 700;
    margin-top: 18px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.grid-view .blog_post_types .content_inner p {
    margin-bottom: 17px;
}

.grid-view .blog_post_types .content_inner a.r_more {
    margin-top: 10px;
    font-size: 14px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
}

.grid-view .blog_post_types .content_inner a.r_more span {
    margin-right: 10px;
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.grid-view .blog_post_types .content_inner a.r_more:hover {
    color: var(--color-set-one-1);
}

.grid-view .blog_post_types .content_inner a.r_more:hover span {
    color: var(--color-set-one-1);
}

.grid-view .blog_post_types .image {
    display: block;
    position: relative;
}

.grid-view .blog_post_types .image img {
    width: 100%;
}

.full_column.col-lg-12.col-md-12.col-sm-12.col-xs-12 .blog_post_types .image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.grid-view .blog_post_types .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.grid-view .blog_post_types:hover .overlay {
    bottom: 0;
    height: 100%;
}

.grid-view .blog_post_types .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.grid-view .blog_post_types .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -18px;
}

.grid-view .blog_post_types ul li {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    position: relative;
}

.grid-view .entry-footer ul.entry-meta {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px dashed #e2e2e2;
    border-top: 1px dashed #e2e2e2;
    margin: 14px 0px;
}

.grid-view .entry-footer ul.entry-meta li a {
    text-transform: uppercase;
    color: #808080;
    position: relative;
    display: inline-block;
}

.grid-view .entry-footer ul.entry-meta li {
    margin-right: 26px;
}

.grid-view .entry-footer ul.entry-meta li::before {
    position: absolute;
    height: 15px;
    border: .5px dashed #bcbcbc;
    content: '';
    right: -13px;
    top: 4px;
    content: '';
}

.grid-view .entry-footer ul.entry-meta li:last-child {
    margin-right: 0px;
}

.grid-view .entry-footer ul.entry-meta li:last-child::before {
    display: none;
}

.grid-view .entry-footer ul li span {
    color: var(--color-set-one-1);
    margin-right: 5px;
}


/*--------------------------------------------------------

========================news_type_one-css===========================

--------------------------------------------------------*/

.list-view .blog_post_types {
    position: relative;
    margin-bottom: 40px;
}

.list-view .blog_post_types .entry-thumbnail.image {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 20px;
}

.list-view .blog_post_types .entry-thumbnail.image a {
    margin-bottom: 6px;
}

.list-view .blog_post_types .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.list-view .blog_post_types:hover .overlay {
    bottom: 0;
    height: 100%;
}

.list-view .blog_post_types .category {
    position: relative;
}

.list-view .blog_post_types .category a {
    border: 1px dashed var(--color-set-one-1);
    padding: 6px 15px;
    color: var(--color-set-one-1);
}

.list-view .blog_post_types .category li {
    position: relative;
    line-height: 40px;
}

.list-view .blog_post_types .category a span {
    color: var(--color-set-one-1);
    margin-right: 10px;
    line-height: 26px;
}

.list-view .blog_post_types .content_inner {
    position: relative;
}

.list-view .blog_post_types .content_inner h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 18px;
}

.list-view .blog_post_types .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.list-view .blog_post_types .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -18px;
}

.list-view .blog_post_types .content_inner h2 a {
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.list-view .blog_post_types .content_inner h2:hover a {
    color: var(--color-set-one-1);
}


/*--------------------------------------------------------

========================map-section-css===========================

--------------------------------------------------------*/

.addres_outer {
    position: relative;
}

.addres_outer .addres_inner {
    position: absolute;
    background: #fff;
    padding: 30px;
    top: -390px;
    right: 0;
    border-left: 3px solid var(--color-set-one-1);
}

.addres_outer .addres_inner h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-set-one-1);
    margin-bottom: 10px;
}

.addres_outer .addres_inner p {
    margin-bottom: 8px;
}

.addres_outer .addres_inner p span {
    color: var(--color-set-one-2);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-right: 5px;
}

.law-map-shortcode .container {
    padding: 0px;
}

@media(max-width:500px) {
    .addres_outer .addres_inner {
        position: relative;
        background: #fff;
        padding: 30px;
        top: inherit;
        right: inherit;
        border-left: 3px solid var(--color-set-one-1);
    }
}


/*--------------------------------------------------------

========================footer-css===========================

--------------------------------------------------------*/

.footer {
    position: relative;
    padding: 100px 0px 70px;
    background: #111111;
}

@media(max-width:768px) {
    .footer {
        padding: 100px 0px 30px !important;
    }

    .footer.version_v1 {
        padding: 100px 0px 50px !important;
    }

    .footer.version_v1 {
        padding: 100px 0px 70px !important;
    }
}

.footer.version_v4 {
    position: relative;
    padding: 100px 0px 60px;
    background: #1c1c1c;
}

.footer.version_v1 .logo_title {
    margin-bottom: 25px;
    width: 200px;
}

.footer .site_logo_foo {
    margin-bottom: 20px;
}

.footer .footer_widgets {
    position: relative;
    margin-bottom: 30px;
}

.footer .footer_widgets h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0px 15px;
    color: #fff;
}

.footer.version_v1 .footer_widgets.one {
    padding-right: 20px;
}

.footer.version_v1 .footer_widgets.three {
    margin-top: 84px;
}

@media(max-width:768px) {
    .footer.version_v1 .footer_widgets.three {
        margin-top: 0px;
    }

    .footer .footer_widgets {
        margin-bottom: 50px;
    }
}

.footer.version_v1 .footer_widgets.one p span {
    color: var(--color-set-one-1);
}

.footer.version_v1 .footer_widgets p.about_para {
    margin-bottom: 27px;
}

.footer.version_v1 .footer_widgets .subscribe form {
    position: relative;
}

.footer.version_v1 .footer_widgets .subscribe p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.footer.version_v1 .footer_widgets_outer {
    position: relative;
}

.footer.version_v1 .footer_widgets_outer .footer_widgets .widget-title {
    border-color: transparent !important;
}

.footer.version_v1 .footer_widgets_outer::before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 1px;
    top: 58px;
    left: 0;
}

.footer.version_v1 .footer_widgets .blog_in {
    position: relative;
    margin-bottom: 15px !important;
    padding: 0px 0px 0px 0px !important;
    border-bottom: 0px !important;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .image {
    float: left;
    margin-top: 4px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in:hover .image .overlay {
    opacity: .9;
}

.footer.version_v1 .footer_widgets .post_inner .image .overlay span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in img {
    float: left;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner p {
    text-transform: uppercase;
    font-size: 14px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner p span {
    color: var(--color-set-one-1);
    margin-right: 10px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner {
    margin-left: 80px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner h2 a {
    color: #fff;
}

.footer.version_v1 .footer_widgets .widget-title {
    font-size: 24px;
    margin-bottom: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: 700;
}

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

.widget_mc4wp_form_widget .widget-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.footer .widget_mc4wp_form_widget .widget-title {
    color: #fff !important;
    border-bottom: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px;
}

.footer_widgets .widget_mc4wp_form_widget h4.widget-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.mc4wp-form-fields input {
    position: relative;
    background: #202020;
    border: 0px;
    box-shadow: none;
    border-radius: 3px;
    height: 60px;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.mc4wp-form-fields input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 10px;
    background: var(--color-set-one-1);
    display: inline-block;
    width: 130px;
    height: 60px;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: absolute;
    right: 0;
}

.footer.version_v1 .mc4wp-form-fields::before {
    position: absolute;
    content: "\e91b";
    font-family: 'icomoon' !important;
    font-size: 18px;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    border: none;
    background: transparent;
    line-height: 60px;
    color: var(--color-set-one-1);
    z-index: 100;
    text-align: center;
}

.footer.version_v1 .mc4wp-form-fields input[type="submit"] {
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    background: transparent !important;
    z-index: 101;
}

.footer .footer_widgets h2.title {
    font-size: 24px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
}

.footer.version_v1 .footer_widgets ul li {
    position: relative;
}

.footer .widget_recent_comments ul li a::before {
    display: none;
}

.footer .widget_rss ul li {
    margin-bottom: 10px;
}

.footer .widget_rss ul li a::before {
    display: none;
}

.footer .widget_rss ul li a {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.footer .widget_recent_comments .recentcomments {
    margin-bottom: 10px;
}

.footer .widget_rss ul li cite {
    color: var(--color-set-one-1);
}

.footer thead {
    background: transparent;
}

.footer tr {
    border: 1px solid rgba(255, 255, 255, .1) !important;
}

.footer .footer_widgets select {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    width: 100% !important;
    height: 54px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    padding: 10px 10px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fafafa !important;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.footer .screen-reader-text::before {
    text-indent: inherit;
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 16px;
    color: #888888;
    font-size: 16px;
    top: 85px;
    z-index: 0;
}

.footer .footer_widgets.widget_categories .screen-reader-text::before {
    top: 88px;
}

.footer th,
.footer td {
    color: #fafafa;
    border: 1px solid #2d2c2c !important;
}

.footer .wp-calendar-table a {
    color: var(--color-set-one-1);
}

.footer caption {
    color: #fafafa;
}

.footer .tagcloud a {
    color: #fafafa;
}

.footer .footer_widgets.widget_text p {
    margin-bottom: 10px;
}

.footer .footer_widgets.widget_text p img {
    margin: 10px 0px;
}

.footer .search_box {
    position: relative;
    margin-bottom: 30px;
}

.footer .search_box input {
    position: relative;
    position: relative;
    width: 100% !important;
    height: 54px !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    padding: 20px 30px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #888;
    border-radius: 50px;
    font-weight: 400;
    margin: 0px !important;
}

.footer .search_box .sch_btn {
    width: 130px;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 44px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    border: 0px;
    color: #fff;
    box-shadow: inherit;
}

.footer.version_v1 .footer_widgets ul li a::before {
    position: absolute;
    content: '\e900';
    margin-left: -20px;
    color: #656363;
    font-family: 'icomoon';
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer.version_v1 .footer_widgets .widget-title a {
    color: #fff;
}

.footer .widget_categories ul.children li:first-child {
    padding: 0px !important;
}

.footer.version_v1 .footer_widgets ul li a {
    color: #8d8d8d;
    margin-bottom: 12px;
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer.version_v1 .footer_widgets ul li a:hover {
    color: #fff;
}

.footer.version_v1 .footer_widgets ul li a:hover::before {
    color: var(--color-set-one-1);
}

.footer_last_type_one {
    background: #111111;
    padding: 12px 0px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer_last_type_one ul {
    text-align: right;
}

.footer_last_type_one p {
    margin-top: 10px;
    color: #fafafa;
}

.footer_last_type_one ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    border: 1px dashed rgba(255, 255, 255, .2);
}

.footer_last_type_one ul li a {
    color: #fafafa;
}

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

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

@media(max-width:992px) {
    .footer_last_type_one .footer-copyright {
        position: relative;
        text-align: center;
    }

    .footer_last_type_one ul {
        text-align: center;
        margin-top: 20px;
    }
}


/*-----media-queries-------*/

@media(max-width:1199px) {
    .mid_bar {
        display: none;
    }

    .header-style-v1 .site-logo img {
        margin: 0;
    }

    .header-style-v1 .bsnav {
        padding: 20px 0px;
    }

    .topbar .topbar-two .top_bar_widgets_inner {
        display: none;
    }

    .topbar-one {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .quote_client_type_one .gt_qute_inner h1 {
        padding: 0px;
    }
}

@media(max-width:768px) {
    .rev-btn .theme_btn {
        border-radius: 50px;
        width: 140px;
        height: 40px;
        line-height: 40px !important;
    }

    .service_type_one .image img {
        width: 100% !important;
    }
}

@media(max-width:992px) {
    .news_type_one .more_news_btn {
        text-align: left;
        margin-bottom: 30px;
    }

    .testimonial_type_one .owl-carousel .owl-nav {
        position: relative;
        top: inherit;
        bottom: -20px;
        margin-bottom: 30px;
    }

    .bsnav-mobile .navbar_right::before {
        display: none;
    }

    .bsnav-mobile .navbar_right {
        display: none;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------------

====================================================================index_2===================================================================

---------------------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------

====================topbar.version_v2=======================

--------------------------------------------------------*/

.topbar.version_v2 {
    position: relative;
    background: #1c1c1c;
}

@media(max-width:3000px) and (min-width:1200px) {
    .topbar.version_v2 {
        height: 100px;
    }
}

.topbar.version_v2 li,
.topbar.version_v2 li a {
    color: #fff;
    line-height: 33px;
}

.topbar.version_v2 li:hover a {
    color: #fff;
}

.topbar.version_v2 li a:hover {
    color: var(--color-set-one-1);
}

.topbar.version_v2 .btn_v2 {
    font-size: 14px;
    line-height: 28px;
    width: 116px;
    height: 30px;
    border-radius: 5px;
    background: transparent;
    border: 1px dashed var(--color-set-one-1);
    display: block;
    text-align: center;
    color: var(--color-set-one-1);
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.topbar.version_v2 .social_media {
    margin-top: -1px;
}

.topbar.version_v2 .social_media li {
    margin: 0px;
}

.topbar.version_v2 .left_side_elements li i,
.topbar.version_v2 .left_side_elements li span {
    font-size: 16px;
    color: var(--color-set-one-1);
    margin-right: 8px;
}

.topbar.version_v2 .left_side_elements li span {
    color: var(--color-set-one-1);
}

.topbar.version_v2 .social_media li a {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border: 1px dashed transparent;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.topbar.version_v2 .social_media li a:hover {
    color: var(--color-set-one-1);
    border: 1px dashed var(--color-set-one-1);
}


/*-------------------------------------------------------

====================header-style-v2=======================

--------------------------------------------------------*/

@media (min-width: 1200px) {
    .header-style-v2 .container {
        max-width: 1290px;
        background: #fff;
        border-radius: 5px;
    }
}

.navbar-expand-lg .navbar-nav .nav-item.search_link .search_btn {
    position: relative;
    background: transparent !important;
    line-height: 51px;
}

.header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    top: 0 !important;
    background: #fff;
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .05);
}

.header-style-v2 .search_link i {
    color: var(--color-set-one-2);
    font-size: 16px;
}

@media(max-width:1199px) {
    .header-style-v2 {
        padding: 20px 0px;
    }

    .header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
        background: #fff;
        padding: 10px 0px;
        top: 0;
    }
}

.bsnav-mobile .m-auto {
    margin: inherit !important;
}

.header-style-v2 .bsnav {
    background: transparent;
}

.header-style-v2 .theme_btn {
    border-radius: 30px;
    margin-left: 20px;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-link {
    padding: 34px 20px !important;
    position: relative;
    font-size: 16px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    color: var(--color-set-one-2);
    transition: all .6s ease-in-out;
}

.navbar-nav.navbar_left .nav-item {
    cursor: pointer;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown.nav-item .nav-link:before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    right: 6px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 32px;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.active:before,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item:hover:before {
    color: var(--color-set-one-1);
}

.header-style-v2 .navbar-nav .dropdown-menu .nav-item .nav-link {
    background: transparent !important;
}

.header-style-v2 .menu-item.dropdown .dropdown-menu {
    margin-top: 0px !important;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .nav-link,
.header-style-v2 .navbar-nav.navbar_right .nav-link {
    padding: 0px 16px;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .dropdown-item {
    padding: 0px !important;
}


/*-------------------------------------------------------

====================custome_rating_awards=======================

--------------------------------------------------------*/

.custome_rating_awards {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    margin-top: -116px;
}

.awards_image img {
    height: 226px;
    border-radius: 5px;
}

.customer_rating_inner {
    position: relative;
    z-index: 10;
    padding: 40px 40px 32px;
    border-radius: 5px;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
}

.customer_rating_inner .content_inner {
    position: relative;
}

.customer_rating_inner .content_inner .icon_lf {
    float: left;
}

.customer_rating_inner .content_inner span {
    font-size: 50px;
    color: var(--color-set-one-1);
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 0;
    display: block;
    width: 80px;
}

.customer_rating_inner .content_inner span::after {
    position: absolute;
    content: '';
    background: #eaf721;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    left: 0;
    z-index: -10;
}

.customer_rating_inner .content_inner .text {
    margin-left: 110px;
    padding-bottom: 25px;
    border-bottom: 1px solid #198625;
}

.customer_rating_inner .content_inner .text h2  ,
.customer_rating_inner .content_inner .text .title_rate {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.customer_rating_inner .content_inner .text p {
    color: #fff;
}

.customer_rating_inner .desc {
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

@media(max-width:992px) {
    .dp_none {
        display: none;
    }

    .custome_rating_awards {
        padding: 60px 0px;
        position: relative;
        background: url(../img/resource/hm-2-customer-rating.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: cover;
        margin: 0;
    }

    .customer_rating_inner {
        background: transparent;
    }

    .vc_empty_space {
        padding-top: 0px !important;
    }
}

@media(max-width:1199px) {
    .vc_empty_space {
        height: 0px !important;
    }
}

@media(max-width:768px) {
    .customer_rating_inner .content_inner .icon_lf {
        float: none;
    }

    .customer_rating_inner .content_inner .text {
        margin-left: 0px;
        margin-top: 40px;
    }
}


/*-------------------------------------------------------

====================service_type_two=======================

--------------------------------------------------------*/

.service_type_two {
    position: relative;
}

.service_type_two .owl-carousel .owl-nav,
.service_type_two .owl-carousel .owl-nav.disabled,
.service_type_two .owl-carousel .owl-dots.disabled,
.service_type_two .owl-carousel .owl-dots {
    display: none !important;
}

.service_type_two .heading h2 {
    color: var(--color-set-one-1);
}

.service_type_two .heading h1 {
    color: #fff;
}

.service_type_two .head_type_two .broder_style_left::before {
    background: var(--color-set-one-1);
}

.service_type_two .head_type_two span {
    color: #272727;
}

.service_type_two .head_type_two .broder_style_left::after {
    background: var(--color-set-one-1);
}

.service_type_two .service_inner {
    position: relative;
    min-height: 446px;
    background: #fff;
    border-radius: 10px;
    padding: 45px 14px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;
    border: 2px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.service_type_two.extra_class .service_inner {
    position: relative;
    min-height: 446px;
    background: #fff;
    border-radius: 10px;
    padding: 45px 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;
    border: 2px solid transparent;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.service_type_two .owl-carousel .service_inner {
    margin: 10px 10px;
}

.service_type_two .service_inner:hover {
    background: #1c1c1c;
    border: 2px solid var(--color-set-one-1);
}

.service_type_two .service_inner .icon_in span {
    font-size: 60px;
    line-height: 140px;
    color: var(--color-set-one-1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_two .service_inner:hover .icon_in span {
    color: #fff !important;
}

.service_type_two .service_inner .icon_in {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    border: 2px dotted var(--color-set-one-1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_two .service_inner:hover .icon_in {
    border: 2px solid var(--color-set-one-1);
    background: var(--color-set-one-1);
}

.service_type_two .service_inner .icon_in::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    top: 8px;
    border-radius: 50%;
    left: 8px;
    background: transparent;
    border: 2px dotted #fff;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_two .service_inner:hover .icon_in::before {
    opacity: 1;
}

.service_type_two .service_inner .content_inner {
    position: relative;
    margin-top: 30px;
}

.service_type_two .service_inner .content_inner h2 a ,
.service_type_two .service_inner .content_inner .title_ser a { 
   
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    line-height: 30px;
    display: block;
}

.service_type_two .service_inner:hover .content_inner h2 a  ,
.service_type_two .service_inner:hover .content_inner .title_ser a{
    color: #fff;
}

.service_type_two .service_inner .content_inner p {
    margin-bottom: 30px;
}

.service_type_two .service_inner .rd_more {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: var(--color-set-one-1);
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.service_type_two .service_inner .rd_more i {
    font-size: 14px;
    line-height: 56px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 22px;
}

.service_type_two .service_inner .rd_more span {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6 ease-in-out;
    -o-transition: all .6s ease-in-out;
    text-transform: uppercase;
    transition: all .6s ease-in-out;
    line-height: 56px;
}

.service_type_two .service_inner:hover .rd_more {
    width: 170px;
}

.service_type_two .service_inner:hover .rd_more span {
    transform: translateX(0px);
    display: inline-block;
    margin-right: 10px;
}


/*-------------------------------------------------------

====================about_type_two=======================

--------------------------------------------------------*/

.about_type_two {
    position: relative;
}

.about_type_two .about_inner {
    position: relative;
}


.about_type_two .about_inner .images_extra {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: -185px;
}

.about_type_two .about_inner img.experience {
    display: block;
    width: 100%;
}

.about_type_two .heading {
    margin-bottom: 30px;
}

.icon_box_outer {
    position: relative;
}

.icon_box_outer span {
    float: left;
    font-size: 60px;
    color: var(--color-set-one-1);
}

@media(max-width:992px) {
    .icon_box_outer .icon_box {
        margin-bottom: 20px;
    }
}

.icon_box_outer .text {
    margin-left: 70px;
    padding: 1px 0px 0px;
}

.icon_box_outer .icon_box.style-3 .text {
    margin-left: 0px;
}

.about_type_two .first_desc {
    margin-bottom: 15px;
}

.icon_box_outer .text h5 ,
.icon_box_outer .text .title_icon_box {
    font-size: 22px;
    color: var(--color-set-one-2);
    line-height: 30px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.icon_box_outer.tp_two {
    border: 0px;
}

.icon_box_outer.tp_two .text.one::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 41px;
    right: 28px;
    top: 6px;
    background: #e6e6e6;
}

.icon_box_outer.tp_two .text.one {
    margin-left: 0px;
}

.icon_box_outer.tp_two span {
    font-size: 25px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    background: var(--color-set-one-1);
    color: #fff !important;
    border-radius: 50px;
}

.about_type_two .about_content {
    position: relative;
    padding: 60px 0px 70px;
}

@media(max-width:992px) {
    .icon_box_outer.tp_two .text.one::before {
        display: none;
    }
}


/*-------------------------------------------------------

====================features_type_two=======================

--------------------------------------------------------*/

.features_type_two {
    position: relative;
}

.features_type_two .owl-nav {
    display: none;
}

.features_type_two .heading {
    border-bottom: 1px solid #e1e1e1;
}

.features_type_two .heading h1 {
    margin-bottom: 25px;
}

.features_type_two .features_inner {
    position: relative;
}

.features_type_two .features_inner::before {
    position: absolute;
    content: '';
    background: #e1e1e1;
    width: 1px;
    height: 90%;
    right: -21px;
    top: 10px;
}

@media(max-width:600px) {
    .features_type_two .features_inner::before {
        display: none;
    }
}

.features_type_two .features_inner .icon_in {
    position: relative;
    margin-bottom: 15px;
}

.features_type_two .features_inner .icon_in span {
    font-size: 54px;
    color: var(--color-set-one-1);
    line-height: 54px;
}

.features_type_two .features_inner .icon_in p {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #d8d8d8;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.features_type_two .features_inner h2 a ,
.features_type_two .features_inner .ft-text a {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    color: var(--color-set-one-2);
    font-weight: 700;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.features_type_two .features_inner:hover h2 a ,

.features_type_two .features_inner:hover .ft-text a {
    color: var(--color-set-one-1);
}



/*-------------------------------------------------------

====================features_type_three=======================

--------------------------------------------------------*/

.features_type_one.type_three .features_inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #f4faf4;
    padding: 40px 25px;
    overflow: hidden;
    margin: 0px 8px 15px;
}


.features_type_one .features_inner span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 35px;
    text-align: center;
    margin: 0px auto 20px;
    background: #f4faf4;
    border-radius: 50px;
}



.features_type_one.type_three .features_inner:hover span {
    color: #fff;
    background: rgba(255, 255, 255, .1)
}





.opinion_type_one {
    position: relative;
    border-radius: 5px;
    background: var(--color-set-one-1);
}

.opinion_type_one .inner_content .left_side {
    position: relative;
}

.opinion_type_one .left_side h2 ,
.opinion_type_one .left_side .better_option {
    padding: 30px 25px 30px 25px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 32px;
}



@media(max-width:1199px) {
    .opinion_type_one .left_side h2 ,
    .opinion_type_one .left_side .better_option {
        text-align: center;
    }
}

.opinion_type_one .right_side {
    position: relative;
    text-align: center;
    z-index: 0;
    padding: 25px 0px 25px 0px;
}

.opinion_type_one .right_side a {
    width: 230px;
    border-radius: 30px;
}

@media(max-width:768px) {
    .opinion_type_one .right_side a {
        width: auto;
        padding: 0px 20px;
    }
}

.opinion_type_one .left_side .icon {
    color: #fff;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    display: block;
    z-index: 0;
    position: relative;
}

@media(max-width:768px) {
    .opinion_type_one .left_side .icon {
        line-height: 60px;
        padding-top: 30px;
    }
}

.opinion_type_one .left_side .icon:after {
    position: absolute;
    z-index: -100;
    content: '';
    background: #1a8e27;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.opinion_type_one .right_side::before {
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .opinion_type_one .left_side {
        float: left;
        width: 790px;
    }

    .opinion_type_one.elementor_opinion .left_side {
        width: 69.5%;
    }

    .opinion_type_one .right_side {
        width: 340px;
        float: right;
    }

    .opinion_type_one.elementor_opinion .right_side {
        width: 29.5%;
    }

    .opinion_type_one .left_side .icon {
        float: left;
        width: 100px;
        height: 100px;
    }

    .opinion_type_one .left_side .icon:after {
        width: 100px;
        height: 100px;
    }

    .opinion_type_one .right_side::before {
        width: 100%;
        height: 100px;
    }

    .opinion_type_one .left_side h2 ,
    .opinion_type_one .left_side .better_option{
        padding: 34px 25px 0px 130px;
    }

    .opinion_type_one .right_side {
        padding: 25px 0px 0px 0px;
    }

    .opinion_type_one .inner_content .left_side::before {
        border: 1px dashed #fff;
        width: 99%;
        height: 89%;
        position: absolute;
        content: '';
        top: 5px;
        z-index: 20;
        left: 9px;
        border-radius: 5px;
    }

    .opinion_type_one .inner_content .right_side::after {
        border: 1px dashed #fff;
        width: 95%;
        height: 119%;
        position: absolute;
        content: '';
        top: 5px;
        z-index: -1;
        left: 9px;
        border-radius: 5px;
    }
}

@media(max-width:1199px) {
    .opinion_type_one .inner_content::before {
        display: none;
    }

    .opinion_type_one .left_side .icon:after {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }

    .opinion_type_one .right_side::before {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}

 
/*-------------------------------------------------------

====================contact_type_one=======================

--------------------------------------------------------*/

.contact_type_one {
    position: relative;
    background: url(../img/resource/hm-2-emergency-1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_type_one .bg_appointment {
    background: #1c1c1c;
    position: relative;
    z-index: 0;
}

.contact_type_one .bg_appointment::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    left: -50%;
    top: 0;
    z-index: -10;
}

.contact_type_one .bg_appointment::after {
    position: absolute;
    content: '';
    z-index: -10;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    right: -50%;
    top: 0;
    display: block;
}

.contact_type_one .form_appointment {
    position: relative;
    z-index: 0;
    padding: 0px 0px 0px 0px;
}

.contact_type_one .form_appointment::before {
    position: absolute;
    content: url(../img/resource/hm-2-appointment-1.jpg);
    z-index: -10;
    bottom: -9px;
    left: -386px;
}

.form_appointment .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form_appointment .form-group.mg_top {
    margin-top: 10px;
}

.form_appointment .form-group.mg_top.check_box {
    margin-top: 24px;
}

.wpcf7-list-item-label {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    line-height: 28px;
    color: #666;
}

.form_appointment input[type="text"],
.form_appointment input[type="email"],
.form_appointment input[type="tel"],
.form_appointment input[type="email"],
.form_appointment .ui-selectmenu-button,
.form_appointment textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #383838 !important;
    padding: 20px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.form_appointment input ::placeholder {
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    font-weight: inherit;
    color: inherit;
}

.form_appointment .ui-selectmenu-button {
    line-height: 23px !important;
}

.form_appointment textarea {
    height: 120px !important;
    line-height: inherit !important;
}

.form_appointment .ui-selectmenu-text {
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.form_appointment .form-group.apbtn {
    text-align: right;
}

.form_appointment .theme_btn {
    border: 0px;
    box-shadow: 0px;
    border-radius: 30px;
    height: 60px;
    width: 190px;
    background: var(--color-set-one-1);
}

.form_appointment [type="checkbox"]:checked,
.form_appointment [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label,
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #666;
}

.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #383838;
    background: transparent;
}

.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color-set-one-1);
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.emergency_outer {
    position: relative;
}

.emergency_inner {
    position: relative;
    padding: 40px 40px 50px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, .05);
}

.emergency_inner p {
    margin-bottom: 30px;
}

.emergency_inner .icbox_text_up {
    position: relative;
    margin-bottom: 30px;
}

.emergency_inner .icbox_text_up span {
    float: left;
    font-size: 60px;
    line-height: 70px;
}

.emergency_inner .icbox_text_up h2 , .emergency_inner .icbox_text_up .emergency_title {
    margin-left: 80px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: var(--color-set-one-2);
}

.emergency_inner .icbox_text_down span {
    float: left;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.emergency_inner .icbox_text_down  h2 ,
.emergency_inner .icbox_text_down .icbox_text_down_tt {
    margin-left: 80px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    padding-top: 12px;
    color: var(--color-set-one-2);
}

@media(max-width:3000px) and (min-width:1200px) {
    .contact_type_one {
        background-position: right;
    }

    .contact_type_one .bg_appointment::before {
        left: -50%;
    }

    .contact_type_one .bg_appointment::after {
        display: none;
    }

    .contact_type_one .form_appointment {
        padding: 0px 50px 0px 0px;
    }
}

@media(max-width:3000px) and (min-width:1610px) {
    .emergency_inner {
        position: relative;
        padding: 40px 40px 50px;
        border-radius: 5px;
        background: #fff;
        width: 500px;
    }
}

@media(max-width:1609px) and (min-width:1390px) {
    .emergency_inner {
        position: relative;
        padding: 40px 40px 50px;
        border-radius: 5px;
        background: #fff;
        width: 100%;
    }
}

@media(max-width:1389px) and (min-width:1200px) {
    .emergency_inner {
        position: relative;
    }
}

@media(max-width:1199px) {
    .contact_type_one .bg_appointment {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .contact_type_one .bg_emergency {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .emergency_inner {
        margin: 0px auto;
    }
}

@media (max-width: 800px) {
    .emergency_inner {
        width: auto;
        margin: 0px auto;
    }

    .emergency_inner .icbox_text_up span {
        display: none;
    }

    .emergency_inner .icbox_text_up h2 , .emergency_inner .icbox_text_up .emergency_title {
        margin: 0px;
    }

    .emergency_inner .icbox_text_down span {
        font-size: 15px;
        width: 36px;
        height: 36px;
        line-height: 40px;
    }

    .emergency_inner .icbox_text_down  h2 ,
    .emergency_inner .icbox_text_down .icbox_text_down_tt {
        margin-left: 35px;
        font-size: 18px;
        padding: 7px;
        line-height: 26px;
    }
}


/*-------------------------------------------------------

====================contact_type_one=======================

--------------------------------------------------------*/

.pro_gallery_type_two {
    position: relative;
}

.project_all .fliter_group {
    text-align: center;
    margin-bottom: 30px;
}

.project_all .fliter_group ul {
    display: inline-block;
    text-align: center;
    border: 1px dashed #d2d2d2;
    border-radius: 3px;
    padding: 0px 60px;
}

.project_all .fliter_group ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.project_all .fliter_group ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #d2d2d2;
    width: 1px;
    height: 25px;
}

.project_all .fliter_group ul li:last-child::before {
    display: none;
}

.project_all .fliter_group ul li.current,
.project_all .fliter_group ul li:hover {
    color: var(--color-set-one-1);
}

@media(max-width:768px) {
    .project_all .fliter_group ul {
        padding: 0px 20px;
    }

    .project_all .fliter_group ul li::before {
        display: none;
    }
}

.pro_gallery_type_two .heading {
    border-bottom: 1px solid #e1e1e1;
}

.pro_gallery_type_two .heading h1 {
    margin-bottom: 25px;
}

.pro_gallery_type_two .projet_inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 10;
    cursor: pointer;
}

.pro_gallery_type_two .projet_inner img {
    width: 100%;
}

.pro_gallery_type_two .projet_inner:hover {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari prior 9.0 */
    transform: scale(1.2, 1.2);
    /* Standard syntax */
    z-index: 11;
    position: relative;
    border-radius: 5px;
}

.pro_gallery_type_two .projet_inner .image {
    position: relative;
    border-radius: 5px;
}

.pro_gallery_type_two .projet_inner .image .overlay {
    position: absolute;
    bottom: 100%;
    border-radius: 5px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.pro_gallery_type_two .projet_inner:hover .overlay {
    bottom: 0;
    height: 100%;
}

.pro_gallery_type_two .projet_inner .image span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.pro_gallery_type_two .projet_inner .image span::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -21px;
}

.pro_gallery_type_two .projet_inner .content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    z-index: 99;
    background: var(--color-set-one-1);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pro_gallery_type_two .projet_inner:hover .content {
    bottom: 0;
}

.pro_gallery_type_two .projet_inner .content h2 a  ,
.pro_gallery_type_two .projet_inner .content .entry-title a {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 20px;
}


/*----=========pro_gallery_type_two style_two_2==========------*/
.pro_gallery_type_two.style_two_2 .projet_inner {
    position: relative;
}

.pro_gallery_type_two.style_two_2 .projet_inner .content {
    opacity: 1;
    border-radius: 10px 10px 0px 0px;
    bottom: 0;
}

.pro_gallery_type_two.style_two_2 .projet_inner .content h2 a {
    color: #fff;
}

.pro_gallery_type_two.style_two_2 .projet_inner:hover .content {
    bottom: 0;

}

.pro_gallery_type_two.style_two_2 .projet_inner:hover {
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}


.pro_gallery_type_two.style_two_2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pro_gallery_type_two.style_two_2 .projet_inner:hover .image img {
    opacity: .8;
}

/*-------------------------------------------------------

====================counter_type_two=======================

--------------------------------------------------------*/

.counter_type_two {
    position: relative;
}

.counter_type_two .counter_inner .value {
    position: relative;
    margin-bottom: 10px;
}

.counter_type_two .counter_inner .value span {
    float: left;
    font-size: 60px;
    line-height: 60px;
    color: var(--color-set-one-1);
}

.counter_type_two .counter_inner .value h5 ,
.counter_type_two .counter_inner .value .common_values {
    font-size: 60px;
    line-height: 60px;
    color: #fff;    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-left: 75px;
    padding-top: 7px;
}

.counter_type_two .counter_inner h2 ,
.counter_type_two .counter_inner .counter-text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

@media(max-width:768px) {
    .counter_type_two .counter_inner .value span {
        float: none;
    }

    .counter_type_two .counter_inner .value h5 ,
    .counter_type_two .counter_inner .value .common_values {
        margin-left: 0px;
    }

    .counter_type_two .counter_inner {
        text-align: center;
        margin-bottom: 30px;
    }
}


/*-------------------------------------------------------

====================counter_type_two=======================

--------------------------------------------------------*/

.testimonial_type_two {
    position: relative;
}

.testimonial_type_two .testimonial_inner {
    position: relative;
    border-radius: 8px;
    background: var(--color-set-one-1);
    padding: 40px;
    margin: 0px 12px 23px;
}

.testimonial_type_two .testimonial_inner::before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 43px solid transparent;
    border-top: 43px solid var(--color-set-one-1);
    border-left: 6px solid var(--color-set-one-1);
    border-bottom: 7px solid transparent;
    z-index: 0;
    left: 42px;
    bottom: -50px;
}

.testimonial_type_two .testimonial_inner p {
    color: #fff;
    margin-bottom: 30px;
}

.testimonial_type_two .testimonial_inner .icon_inner ul li span {
    color: #fff;
    font-size: 18px;
    transform: inherit;
    line-height: 24px;
    padding-right: 5px;
    position: relative;
    top: inherit;
}

.testimonial_type_two .testimonial_inner .icon_inner ul {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.testimonial_type_two .testimonial_inner .icon_inner {
    position: relative;
}

.testimonial_type_two .testimonial_inner .icon_inner span {
    position: absolute;
    transform: rotate(-180deg);
    right: 0;
    font-size: 54px;
    color: #1e912b;
    line-height: 64px;
    top: -22px;
}

.testimonial_type_two .authour_det {
    position: relative;
    margin-left: 70px;
}

.testimonial_type_two .authour_det img {
    float: left;
    border-radius: 50%;
    width: 90px !important;
    height: 90px;
    object-fit: cover;
}

.testimonial_type_two .authour_name {
    position: relative;
    padding-top: 18px;
    margin-left: 100px;
}

.testimonial_type_two .authour_name h2 ,
.testimonial_type_two .authour_name .title_testi {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    color: var(--color-set-one-2);
}

.testimonial_type_two .authour_name p {
    color: var(--color-set-one-1);
}

.testimonial_type_two .owl-carousel .owl-nav.disabled,
.testimonial_type_two .owl-carousel .owl-nav {
    display: block;
}

.testimonial_type_two .owl-carousel .owl-dots {
    display: none;
}

.testimonial_type_two .owl-carousel .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 40px;
    height: auto;
    text-align: center;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev,
.testimonial_type_two .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #a8a8a8;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-next .icon-next {
    transform: rotate(360deg);
    display: block;
    line-height: 60px;
}

.owl-carousel .owl-nav .owl-next .clearfix:before,
.owl-carousel .owl-nav .owl-next .clearfix:after {
    display: inherit !important;
}

.owl-carousel .owl-nav .owl-prev .clearfix:before,
.owl-carousel .owl-nav .owl-prev .clearfix:after {
    display: inherit !important;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 60px;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_type_two .owl-carousel .owl-nav .owl-next:hover {
    color: var(--color-set-one-1);
    border: 1px solid var(--color-set-one-1);
}

@media(max-width:450px) {
    .testimonial_type_two .testimonial_inner::before {
        display: none;
    }

    .testimonial_type_two .authour_det {
        margin-left: 0px;
    }

    .testimonial_type_two .testimonial_inner {
        margin: 0px 0px 20px;
    }
}


/*-------------------------------------------------------

====================team_type_one=======================

--------------------------------------------------------*/

.team_outer.team_all {
    position: relative;
    border-radius: 10px;
    padding-bottom: 80px;
    z-index: 0;
    margin: 0px 8px;
}

.our_team_all.style-1 .owl-carousel .owl-nav,
.our_team_all.style-1 .owl-carousel .owl-dot,
.our_team_all.style-1 .owl-carousel .owl-dots.disabled,
.our_team_all.style-1 .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.our_team_all.style-2 .owl-carousel .owl-dot,
.our_team_all.style-2 .owl-carousel .owl-dots.disabled {
    display: none !important;
}

.our_team_all.style-2 .owl-carousel .owl-nav,
.our_team_all.style-2 .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
    position: absolute;
    top: -83px;
    right: 7px;
}

.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 20px;
}

.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev .prev,
.our_team_all.style-2 .owl-carousel .owl-nav .owl-next .next {
    color: #cacaca;
    padding: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev:hover .prev,
.our_team_all.style-2 .owl-carousel .owl-nav .owl-next:hover .next {
    color: var(--color-set-one-1);
}

.team_outer.team_all .image img {
    width: 100% !important;
}

.team_outer.team_all .team_inner {
    position: relative;
    padding: 25px 25px 35px;
    border-radius: 10px;
    background: #fff;
}

.team_outer.team_all .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team_outer.team_all .image img {
    border-radius: 10px;
}

.team_outer.team_all .image .overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color-set-one-1)), color-stop(98%, rgba(32, 138, 46, 0)), to(rgba(32, 138, 46, 0)));
    background: -webkit-linear-gradient(bottom, var(--color-set-one-1) 8%, rgba(17, 28, 85, 0) 98%, rgba(32, 138, 46, 0) 80%);
    background: linear-gradient(to top, var(--color-set-one-1) 8%, rgba(32, 138, 46, 0) 98%, rgba(32, 138, 46, 0) 80%);
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    border-radius: 10px;
}

.team_outer.team_all:hover .image .overlay {
    opacity: 1;
}

.team_outer.team_all .image .overlay ul {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
}

.team_outer.team_all .image .overlay ul li {
    display: inline-block;
    margin: 0px 5px;
}

.team_outer.team_all .image .overlay ul li a {
    width: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    border: 1px dashed #fff;
    height: 45px;
    border-radius: 50px;
    background: transparent;
    color: var(--color-set-one-1);
}

.team_outer.team_all .image .overlay ul li:nth-child(1) {
    transform: translateY(150px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team_outer.team_all .image .overlay ul li:nth-child(2) {
    transform: translateY(200px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_outer.team_all .image .overlay ul li:nth-child(3) {
    transform: translateY(250px);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.team_outer.team_all .image .overlay ul li a {
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_outer.team_all:hover .image .overlay ul li {
    transform: translateY(0px);
}

.team_outer.team_all .image .overlay ul li a:hover {
    background: #fff;
    border-style: solid;
}

.team_outer.team_all .image .overlay ul li:hover a {
    color: var(--color-set-one-1);
}

.team_outer.team_all .authour_det {
    position: relative;
    text-align: center;
}

.team_outer.team_all .authour_det .authour_name {
    position: relative;
    width: 199px;
    padding: 12px 10px;
    margin: 0 auto;
    display: block;
    background: var(--color-set-one-1);
    border-radius: 10px;
    margin-top: -48px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_outer.team_all:hover .authour_det .authour_name {
    background: #fff !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}

.team_outer.team_all .authour_det .authour_name h2 ,
.team_outer.team_all .authour_det .authour_name .title_team {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
}

.team_outer.team_all:hover .authour_det .authour_name h2 {
    color: var(--color-set-one-2);
}

.team_outer.team_all .authour_det .authour_name p {
    color: #fff;
}

.team_outer.team_all:hover .authour_det .authour_name p {
    color: var(--color-set-one-1);
}

.team_outer.team_all .authour_det p.des {
    margin: 30px 10px;
}

.team_outer.team_all .authour_det .icon_in {
    position: relative;
}

.team_outer.team_all .authour_det .icon_in::before {
    position: absolute;
    content: '';
    left: 0;
    top: 22px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d2d2d2;
}

.team_outer.team_all .authour_det .icon_in span::before {
    width: 45px;
    position: relative;
    display: block;
    line-height: 45px;
    text-align: center;
    border: 1px dashed #d2d2d2;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    transform: rotate(0);
    margin: 0 auto;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: var(--color-set-one-1);
}

.team_outer.team_all:hover .authour_det .icon_in span::before {
    transform: rotate(360deg);
}

.team_outer.team_all .authour_det .icon_in span:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    z-index: 0;
    margin-left: -32px;
    margin-top: -55px;
}

.team_outer.team_all .authour_det .phone_number {
    position: relative;
    text-align: center;
    display: block;
}

.team_outer.team_all .authour_det .phone_number a::before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-set-one-1);
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: -10;
    top: -21px;
    /* margin-left: 34px; */
    width: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

.team_outer.team_all .authour_det .phone_number a {
    position: absolute;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -10;
    transform: translateY(-100px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.team_outer.team_all:hover .authour_det .phone_number a {
    transform: translateY(56px);
}


/*--------------------------------------------------------

========================quote_client_type_one-css===========================

--------------------------------------------------------*/

.quote_client_type_two {
    position: relative;
    padding: 96px 0px 108px;
    background: url(../img/resource/get-a-quote-home-1-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.quote_client_type_two .gt_qute_inner {
    position: relative;
    text-align: center;
}

.quote_client_type_two .gt_qute_inner h1 {
    font-size: 48px;
    color: #fff;
    padding: 0px 200px;
    font-weight: 600;
    line-height: 66px;
    margin-bottom: 20px;
}

.quote_client_type_two .gt_qute_inner a.theme_btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 190px;
    height: 60px;
    line-height: 58px;
}

.quote_client_type_two .gt_qute_inner a.theme_btn:hover {
    background: #fff;
    color: var(--color-set-one-1);
}

@media(max-width:1199px) {
    .quote_client_type_two .gt_qute_inner h1 {
        padding: 0px;
    }
}


/*--------------------------------------------------------

========================news_type_two===========================

--------------------------------------------------------*/

.blog_post_types.style-3 {
    position: relative;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
}

.blog_post_types.style-3 .image {
    display: block;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog_post_types.style-3 .image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.blog_post_types.style-3 .image .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: .5s ease;
}

.blog_post_types.style-3:hover .overlay {
    top: 0;
    height: 100%;
}

.blog_post_types.style-3 .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.blog_post_types.style-3 .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -18px;
}

.blog_post_types.style-3 .content_inner {
    position: relative;
    padding: 40px 30px 25px;
}

.blog_post_types.style-3 .content_inner .tag_and_date {
    position: relative;
    padding: 19px 0 10px;
    margin-top: -58px;
    border-bottom: 1px dashed #cccccc;
}

.blog_post_types.style-3 .content_inner .tag_and_date:before {
    position: absolute;
    width: 110%;
    left: -14px;
    content: '';
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    top: 3px;
    z-index: -1;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li {
    display: inline-block;
    color: #808080;
    font-size: 13px;
    position: relative;
    line-height: 28px;
    text-transform: uppercase;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li:last-child {
    margin-right: 0px;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li span {
    margin-right: 5px;
    color: var(--color-set-one-1);
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li a {
    color: #808080;
    font-size: 13px;
    display: block;
    line-height: 18px;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li:first-child {
    margin-right: 20px;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li:first-child::before {
    background: #bcbcbc;
    position: absolute;
    content: '';
    width: 1px;
    height: 17px;
    right: -11px;
}

.blog_post_types.style-3 .content_inner h2 a ,
.blog_post_types.style-3 .content_inner .blo-entry-title a {
    font-size: 22px;
    line-height: 30px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative;
    font-weight: 700;
    color: var(--color-set-one-2);
    margin-bottom: 20px;
    margin-top: 10px;
}

.blog_post_types.style-3 .content_inner h2 ,
.blog_post_types.style-3 .content_inner .blo-entry-title  {
    margin-top: 0px;
}

.blog_post_types.style-3 .content_inner h2:hover a ,
.blog_post_types.style-3 .content_inner .blo-entry-title:hover a {
    color: var(--color-set-one-1);
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt {
    position: relative;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li {
    display: inline-block;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed transparent;
    display: inline-block;
    margin-top: 0px;
}

.blog_post_types.style-3:hover .content_inner ul.rd_m_cmt li a {
    color: var(--color-set-one-1);
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li a span {
    margin-right: 5px;
    font-size: 12px;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li:last-child {
    float: right;
    font-size: 14px;
    border-radius: 5px;
    color: #888888;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    width: 62px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li:last-child span {
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}


/*--------------------------------------------------------

========================news_type_two===========================

--------------------------------------------------------*/

.client_logo_type_two {
    position: relative;
    padding: 65px 0px;
    background: #f4f4f4;
    height: 190px;
}

.client_logo_type_two .c_image img {
    display: block;
    opacity: .5;
    filter: grayscale(100%);
    margin: 0 auto;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.client_logo_type_two .c_image img:hover {
    opacity: 1;
    cursor: pointer;
    filter: inherit;
}


/*--------------------------------------------------------

========================footer_type_two  footer_last===========================

--------------------------------------------------------*/

.footer.version_v2 {
    position: relative;
    padding: 100px 0px 70px;
    background: #02265f;
}

.footer.version_v2 .footer_last {
    background: #02265f;
}

.footer.version_v2 p {
    margin-bottom: 10px;
}

.footer.version_v2 h4.widget-title {
    font-size: 24px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
    font-weight: 600;
    border-bottom: 0px;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
}

.footer.version_v2 .blog_in {
    position: relative;
}

.footer.version_v2 .blog_in .image {
    display: none;
}

.footer.version_v2 .blog_in .content_inner {
    position: relative;
}

.footer.version_v2 .blog_in .content_inner h2 a {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0px;
    display: block;
}

.footer.version_v2 .media_contact h2 {
    font-family: 'Roboto', sans-serif;
}

.footer.version_v2 .blog_in .image .overlay {
    display: none;
}

.footer.version_v2 .blog_in .icon-calendar:before {
    content: "\f017";
    font-family: 'FontAwesome';
}

.footer.version_v2 .blog_in {
    position: relative;
    border-bottom: 1px solid #113772;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.footer.version_v2 .blog_in .icon-calendar {
    margin-right: 5px;
    color: #fd5e16;
}

.footer.version_v2 .blog_in:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer.version_v2 .blog_in .post-date {
    margin-bottom: 5px;
}

.footer.version_v2 .blog_in .post-date {
    font-size: 14px;
    text-transform: uppercase;
}

.footer.version_v2 .about_para {
    margin-bottom: 30px;
}

.footer_widgets .office_location h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.footer.version_v2 .about_para span {
    color: #fd5e16;
}

.footer.version_v2 .widget ul li a,
.footer.version_v2 .footer_widgets ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer.version_v2 .footer_widgets ul li a:hover {
    color: #fd5e16;
}

.footer_widgets .office_location p {
    margin-bottom: 13px;
}

.footer_widgets .office_location a i {
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    color: #fff;
}

.footer.version_v2 .social_media {
    position: relative;
}

.footer.version_v2 .social_media li {
    display: inline-block;
    margin-right: 10px;
}

.footer.version_v2 .social_media li:last-child {
    margin-left: -5px;
}

.contact_widget {
    position: relative;
}

.contact_widget .text_box {
    position: relative;
    margin-bottom: 15px;
}

.contact_widget .text_box span {
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #fd5e16;
}

.contact_widget .text_box p {
    margin-left: 22px;
}

.contact_widget .text_box p a {
    color: #fff;
}

.footer.version_v2 .social_media li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background: #fd5e16;
}

.footer_widgets .office_location a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

.footer_widgets .timing ul li {
    display: inline-block;
    color: #808080;
    font-size: 16px;
}

.footer_widgets .timing ul li.closed {
    color: var(--color-set-one-1);
}

.footer_widgets .timing ul.first {
    padding-bottom: 15px;
}

.footer_widgets .timing ul.mid {
    padding: 15px 0px;
    border-bottom: 1px solid #313131;
    border-top: 1px solid #313131;
}

.footer_widgets .timing ul.last {
    padding-top: 15px;
}

.footer_widgets .timing ul li:last-child {
    float: right;
}

.footer .about_para span {
    color: var(--color-set-one-1);
}

.footer .follow_us li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-right: 15px;
    color: #fff;
}

.footer .follow_us li i {
    font-size: 18px;
    color: #aaaaaa;
}

.footer .follow_us li:hover i {
    color: var(--color-set-one-1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer_last_type_two {
    background: #02265f;
    padding: 12px 0px;
}

.footer_last_type_two .container {
    position: relative;
}

.footer_last_type_two .border_tp {
    border-top: 1px solid #0b2f68;
    position: absolute;
    width: 100%;
    top: -12px;
}

.footer_last_type_two ul {
    text-align: right;
}

.footer_last_type_two p {
    margin-top: 10px;
    color: #fff;
}

.footer_last_type_two ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50px;
    line-height: 45px;
    margin-right: 20px;
}

.footer_last_type_two ul li a {
    color: #fff;
}

.footer_last_type_two ul li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background: #313131;
    right: -12px;
    top: 15px;
}

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

.footer_last_type_two ul li:last-child::before {
    display: none;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------

====================================================================index_3===================================================================

---------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------

========================topbar version_v3===========================

--------------------------------------------------------*/

.topbar.version_v3 {
    position: relative;
    padding: 8px 0px;
}

.topbar.version_v3 p {
    line-height: 34px;
}

.topbar.version_v3 p span {
    vertical-align: middle;
}

.topbar.version_v3 .left_side_elements .desc_tp {
    line-height: 34px;
}

.topbar.version_v3 .left_side_elements .desc_tp i {
    color: var(--color-set-one-1);
    margin-right: 10px;
}

.topbar.version_v3 .right_side_elements .desc_tp {
    float: left;
    line-height: 34px;
}

.topbar.version_v3 .right_side_elements .desc_tp i {
    color: var(--color-set-one-1);
    margin-right: 10px;
}

.topbar.version_v3 .social_media li i {
    width: 34px;
    height: 34px;
    background: #333333;
    line-height: 34px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.topbar.version_v3 .social_media li {
    margin-right: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;
}

.topbar.version_v3 .social_media li:hover i {
    color: #fff;
    background: var(--color-set-one-1);
}


/*--------------------------------------------------------

======================== mid_type_two===========================

--------------------------------------------------------*/

.mid_type_two {
    padding: 25px 0px 50px;
}

.mid_type_two .logo_site_mid {
    position: relative;
    float: left;
}

.mid_type_two .logo_site_mid img {
    width: 200px;
}

.mid_type_two .mid_bar_right_content {
    float: right;
    position: relative;
}

.mid_type_two .mid_wapper {
    margin-right: 0px;
}

.mid_type_two .mid_wapper .textwidget {
    display: flex;
    display: -ms-flexbox;
    position: relative;
}

.mid_type_two .mid_wapper .icon {
    font-size: 40px;
    float: none;
    vertical-align: middle;
    margin-right: 0px;
}

.mid_type_two .mid_bar_content span.dark {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.mid_type_two .mid_bar_content span.light {
    font-size: 16px;
    font-weight: 400;
}

.mid_type_two .content_mid {
    margin-left: 10px;
}


/*--------------------------------------------------------

======================== header-style-v3===========================

--------------------------------------------------------*/

@media (max-width:3000px) and (min-width:1199px) {
    .header-style-v3 .site-logo {
        display: none;
    }
}

.header-style-v3 .collapse.navbar-collapse {
    background: var(--color-set-one-1);
    padding: 0px 30px 0px 10px;
    border-radius: 5px;
}

.header-style-v3 .schedule-box .theme_btn {
    background: #fff !important;
    margin-left: 20px;
    color: var(--color-set-one-2);
    border-radius: 30px;
}

.header-style-v3 .schedule-box {
    position: relative;
    line-height: 81px;
}

.header-style-v3 .navbar-nav .search_link.menu-item:first-child a {
    padding-left: 0px;
    padding-right: 0px;
}

.header-style-v3 .bsnav {
    background: transparent;
}

.header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    background: var(--color-set-one-1);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .05);
}

@media (max-width: 1199px) {
    .header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
        background: #fff;
        padding: 20px 0px;
    }
}

@media (max-width:3000px) and (min-width:1199px) {
    .header-style-v3 {
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0;
        margin-top: -39px;
        background: transparent;
    }
}

@media(max-width:1199px) {
    .header-style-v3 {
        padding: 20px 0px;
    }
}

.header-style-v3 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v3 .navbar-nav .nav-link {
    padding: 26px 20px;
    font-size: 16px;
}

.header-style-v3 .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link,
.header-style-v3 .navbar-nav .nav-item.dropdown .nav-link {
    padding: 26px 24px;
}

.header-style-v3 .search_link a span {
    font-size: 24px;
    line-height: 48px;
}

.header-style-v3 .search_link {
    margin-right: 0px !important;
}

.header-style-v3 .search_link .nav-link {
    padding: 15px 22px !important;
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
    color: var(--color-set-one-2);
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.dropdown .nav-link::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 11px;
    color: #fff;
    font-size: 16px;
    top: 26px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover::before {
    color: var(--color-set-one-2);
}

.header-style-v3 .menu-item.dropdown .dropdown-menu {
    margin-top: 0px !important;
}


/*-------------------------------------------------------

==========================service_type_three================

-------------------------------------------------------*/

.service_type_three {
    position: relative;
    z-index: 10;
}

.service_type_three .service_outer {
    position: relative;
}

.service_type_three .service_left {
    float: left;
    width: 190px;
}

.service_type_three .service_left .service_up {
    position: relative;
    background: var(--color-set-one-1);
    height: 190px;
    padding: 32px 20px 20px;
    margin-bottom: 10px;
    z-index: 0;
}

.service_type_three .service_left .service_up::before {
    position: absolute;
    content: url(assets/img/hm-3-service-pattern.png);
    top: 20px;
    right: 6px;
    z-index: -10;
}

.service_type_three .service_left .service_up span {
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.service_type_three .service_left .service_up h2 a , 
.service_type_three .service_left .service_up .title_ser a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    display: block;
}

.service_type_three .service_left .service_down a {
    position: relative;
    display: block;
    background: #f4f4f4 !important;
    width: 100%;
    color: var(--color-set-one-2);
}

.service_type_three .service_left .service_down a span {
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
    color: var(--color-set-one-1);
}

@media(max-width:600px) {
    .service_type_three .service_left .service_up::before {
        display: none;
    }
}

@media(max-width:992px) {
    .service_type_three {
        margin-bottom: 30px;
    }
}

.service_right {
    position: relative;
    margin-left: 200px;
}

.service_right img {
    min-height: 250px;
}

.service_right .image {
    display: block;
    position: relative;
}

.service_right .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    height: 100%;
    transition: .5s ease;
}

.service_outer:hover .service_right .overlay {
    opacity: 1;
}

.service_outer .service_right .overlay ul {
    padding: 35px 40px 40px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.service_outer .service_right .overlay li {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.service_outer .service_right .overlay li::before {
    position: absolute;
    left: 0;
    line-height: 26px;
    font-size: 18px;
    color: var(--color-set-one-1);
    content: "\e922";
    font-family: 'icomoon' !important;
}

.service_type_three.for_elementor .service_outer .service_right .overlay li::before {
    display: none;
}

.service_type_three.for_elementor .service_outer .service_right .overlay li small {
    line-height: 26px;
    font-size: 18px;
    position: absolute;
    left: 0;
    color: var(--color-set-one-1);
    line-height: 26px;
}

.service_outer .service_right .overlay li:nth-child(1) {
    transform: translateX(-150px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(2) {
    transform: translateX(-250px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(3) {
    transform: translateX(-350px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(4) {
    transform: translateX(-450px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(5) {
    transform: translateX(-550px);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.service_outer:hover .service_right .overlay li {
    transform: translateX(0px);
}

@media(max-width:992px) {
    .service_right img {
        height: inherit;
        width: 100%;
        min-height: inherit;
    }
}

@media(max-width:768px) {
    .service_right img {
        height: inherit;
        width: 100%;
    }
}

@media(max-width:570px) {
    .service_right img {
        height: 100%;
        width: 100%;
    }

    .service_right {
        margin-left: 0px;
    }

    .service_type_three .service_left {
        float: none;
        width: 100%;
    }

    .service_type_three .service_left .service_down a {
        width: 100%;
        margin-bottom: 10px;
    }

    .service_type_three .service_left .service_up {
        height: auto;
    }

    .service_type_three .service_left .service_up::before {
        top: 0;
    }
}

@media(max-width:400px) {
    .service_right .image .overlay ul {
        display: none;
    }
}


/*-------------------------------------------------------

==========================about_type_three================

-------------------------------------------------------*/

.about_type_three {
    position: relative;
    padding: 70px 0px 70px;
}

.about_type_three .heading {
    margin-bottom: 25px;
}

.video_box_outer .about_inner {
    position: relative;
    margin-bottom: 175px;
    margin-top: 6px;
}

.about_type_three .first_desc {
    margin-bottom: 15px;
}

.video_box_outer .about_inner .image_one {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 380px;
    height: 400px;
}

.video_box_outer .about_inner .image_one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about_type_three .icon_box_outer {
    border: 0px;
    margin-bottom: 5px;
}

.grid_image_box_two {
    position: relative;
    z-index: 2;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.grid_image_box_two .image {
    position: relative;
}

.grid_image_box_two.style-5 .image {
    border-radius: 5px;
    width: 90px;
    height: auto;
}

.grid_image_box_two.style-5 .image img {
    border-radius: 5px;
    width: 100%;
}



.grid_image_box_two .content_inner {
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.grid_image_box_two .content_inner h2 , 
.grid_image_box_two .content_inner .image_title_b {
    font-size: 22px;
    color: var(--color-set-one-2);
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about_type_three .theme_btn {
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
}

.video_box_outer {
    position: relative;
    display: inline-block;
    min-width: 550px;
}

.video_box_outer .about_inner .image_two {
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 1;
    width: 370px;
    height: 400px;
}

.video_box_outer .about_inner .image_two img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video_box_outer .about_inner .image_two .video-holder {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 20px;
}

@media(max-width:320px) {
    .video_box_outer .about_inner .image_two .video-holder {
        bottom: 0px;
    }
}

.video_box_outer .about_inner .image_two .video-holder .icon {
    position: relative;
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 1px dashed #fff;
    text-align: center;
}


.video_box_outer .about_inner .image_two .video-holder .html5lightbox {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;


}

.video_box_outer .about_inner .image_two .video-holder span {
    font-size: 30px;
    color: var(--color-set-one-1);
    left: 0;
    right: 0;
    top: 0;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 40px;
    height: 40px;
}

.video_box_outer .about_inner .image_two .video-holder p {
    text-align: left;
    margin-left: 120px;
    padding-top: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.video_box_outer .about_inner .image_two .ext_icon {
    position: absolute;
    bottom: -17px;
    left: -173px;
    display: block;
    font-size: 179px;
    color: #f3f3f3;
    line-height: 179px;
    transform: rotate(180deg);
    z-index: -10;
}

.video_box_outer .about_inner .image_one span {
    position: absolute;
    font-size: 60px;
    color: #fff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
    background: var(--color-set-one-1);
    z-index: 10;
    right: -39px;
    top: 96px;
}

@media (max-width:600px) {
    .video_box_outer .about_inner .image_one span {
        display: none;
    }
}

.video_box_outer .about_inner .circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    background: #f4f4f4;
    right: 0;
    display: block;
}

@media(max-width:992px) {
    .video_box_outer .about_inner .circle {
        display: none;
    }

    .video_box_outer .about_inner {
        margin-top: 50px;
    }
}


/*-------------------------------------------------------

==========================counter_type_three================

-------------------------------------------------------*/

.counter_type_three {
    position: relative;
}

.counter_type_three .counter_inner {
    position: relative;
}

@media(max-width:992px) {
    .counter_type_three .counter_inner {
        margin-bottom: 40px;
    }
}

.counter_type_three .counter_inner p {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
    border-top: 1px solid #333333;
}

.counter_type_three .counter_inner .value span {
    float: left;
    font-size: 95px;
    color: var(--color-set-one-1);
    line-height: 108px;
}

.counter_type_three .value_text {
    position: relative;
    margin-bottom: 15px;
    margin-left: 110px;
}

.counter_type_three .value_text h2 , .counter_type_three .value_text .counter-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

.counter_type_three .value_text .symbol,
.counter_type_three .value_text .symbolwithout {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    font-weight: 800;
}

@media(max-width:768px) {
    .counter_type_three .counter_inner .value span {
        float: none;
    }

    .counter_type_three .value_text {
        margin-left: 0px;
    }

    .counter_type_three .counter_inner {
        text-align: center;
    }
}


/*-------------------------------------------------------

==========================service_type_four================

-------------------------------------------------------*/

.service_type_four {
    position: relative;
}

.service_type_four .service_inner {
    margin: 10px 15px 30px;
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.service_type_four .service_inner:hover {
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, .06);
}

.service_type_four .content {
    position: relative;
    padding: 35px 25px 25px;
}

.service_type_four .content .icon_heading span {
    height: 70px;
    width: 70px;
    font-size: 29px;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    line-height: 74px;
    background: var(--color-set-one-2);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 27px;
    top: -50px;
}

.service_type_four .content .icon_heading span:after {
    height: 64px;
    position: absolute;
    content: '';
    width: 64px;
    top: 3px;
    left: 3px;
    border: 1px dashed #6a6a6a;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.service_type_four .content .icon_heading h2 a ,
.service_type_four .content .icon_heading .title_ser a {
    font-size: 22px;
    display: block;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    line-height: 28px;
    color: var(--color-set-one-2);
    font-weight: 700;
}

.service_type_four .content .icon_heading h2:hover a  ,
.service_type_four .content .icon_heading .title_ser:hover a {
    color: var(--color-set-one-1);
}

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

.service_type_four .content p {
    margin-bottom: 20px;
    margin-top: 5px;
}

.service_type_four .content a.rd_more {
    display: block;
    font-size: 14px;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    line-height: 26px;
    color: var(--color-set-one-2);
    font-weight: 600;
    padding-left: 22px;
    position: relative;
    z-index: 10;
}

.service_type_four .content a.rd_more::before {
    content: "\e982";
    font-size: 16px;
    line-height: 26px;
    margin-right: 5px;
    color: var(--color-set-one-1);
    position: absolute;
    left: 0;
    font-family: 'icomoon' !important;
}

.service_type_four .content a.rd_more::after {
    position: absolute;
    width: 180px;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    content: '';
    height: 1px;
    right: 0;
    background: #e6e6e6;
    z-index: -1;
    top: 12px;
}

@media(max-width:420px) {
    .service_type_four .content a.rd_more::after {
        width: 100px;
    }
}

.service_type_four .service_inner:hover a.rd_more {
    color: var(--color-set-one-1);
}

.service_type_four .service_inner:hover .content a.rd_more::after {
    background: var(--color-set-one-1);
}

.service_type_four .service_inner:hover .content .icon_heading span {
    background: var(--color-set-one-1);
}

.service_type_four .service_inner:hover .content .icon_heading span:after {
    border: 1px dashed #fff;
}

.service_type_four .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.service_type_four .owl-dots {
    position: relative;
    bottom: -20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 45px;
}

.service_type_four .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0px 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    border: 1.9px dashed #cacaca;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service_type_four .owl-dots .owl-dot::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    top: 3px;
    opacity: 0;
    right: 3px;
}

.service_type_four .owl-dots .owl-dot.active,
.service_type_four .owl-dots .owl-dot:hover {
    border: 1.9px dashed var(--color-set-one-1);
}

.service_type_four .owl-dots .owl-dot.active::before,
.service_type_four .owl-dots .owl-dot.active:hover::before {
    opacity: 1;
}


/*-------------------------------------------------------

==========================pro_gallery_type_three================

-------------------------------------------------------*/

.pro_gallery_type_three {
    position: relative;
}

.pro_gallery_type_three .heading {
    text-align: left;
}

.pro_gallery_type_three .heading h1 {
    padding: 0px;
    color: #fff;
}

a.view_more::before {
    content: "\e982";
    font-size: 16px;
    line-height: 26px;
    margin-right: 5px;
    color: var(--color-set-one-1);
    position: absolute;
    margin-left: -20px;
    font-family: 'icomoon' !important;
}

a.view_more {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

@media(max-width:992px) {
    .view_more {
        float: none;
        margin-bottom: 30px;
        display: block;
        margin-top: 0px;
    }
}

.pro_gallery_type_three .projet_inner {
    position: relative;
    margin: 5px 5px 30px;
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.pro_gallery_type_three .projet_inner .image {
    position: relative;
}

.pro_gallery_type_three .projet_inner .image img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pro_gallery_type_three .projet_inner .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pro_gallery_type_three .projet_inner:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
}

.pro_gallery_type_three .projet_inner:hover .image .overlay {
    border-bottom-right-radius: 250px;
    opacity: .8;
}

.pro_gallery_type_three .projet_inner:hover .image img {
    border-bottom-right-radius: 250px;
}

.pro_gallery_type_three .projet_inner .image img {
    width: 100% !important;
}

.pro_gallery_type_three .projet_inner:hover .overlay {
    bottom: 0;
    height: 100%;
}

.pro_gallery_type_three .projet_inner .content {
    position: absolute;
    bottom: 0;
    padding: 25px 20px 25px 30px;
    width: 100%;
}

.pro_gallery_type_three .projet_inner .content h2 ,
.pro_gallery_type_three .projet_inner .content .entry-title {
    float: left;
    width: 250px;
    transform: translateX(-300px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    line-height: 22px;
}

.pro_gallery_type_three .projet_inner .content h2 a, 
.pro_gallery_type_three .projet_inner .content .entry-title  a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.pro_gallery_type_three .projet_inner .content .extra_item {
    float: right;
    padding-top: 15px;
    overflow: hidden;
}

.pro_gallery_type_three .projet_inner .content .extra_item a {
    transform: translateX(-300px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    display: block;
}

.pro_gallery_type_three .projet_inner:hover .content h2 , 
.pro_gallery_type_three .projet_inner:hover .content .entry-title  {
    transform: translateX(0px);
}

.pro_gallery_type_three .projet_inner .content .extra_item a i {
    font-size: 21px;
    color: #808080;
}

.pro_gallery_type_three .projet_inner:hover .content .extra_item a {
    transform: translateX(0px);
    opacity: 1;
}

.pro_gallery_type_three .projet_inner .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.pro_gallery_type_three .projet_inner .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -18px;
}

.pro_gallery_type_three .better_opinion {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

@media(max-width:992px) {
    .pro_gallery_type_three .better_opinion {
        position: relative;
    }
}

.pro_gallery_type_three .better_opinion .opinion_type_one {
    margin-top: 79px;
}


/*-------------------------------------------------------

==========================pricing_type_one================

-------------------------------------------------------*/

.pricing_type_one {
    position: relative;
}

.pricing_type_one .price_inner {
    position: relative;
    border: 1px solid #e2e2e2;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    margin-bottom: 40px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner.active {
        transform: translate(0px, -46px)
    }
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner {
        margin-top: 90px;
    }
}

.pricing_type_one .price_inner .upper_content {
    padding: 30px 30px 20px;
    position: relative;
    background: #f4f4f4;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner.active .upper_content {
        background: #1c1c1c;
    }
}

.pricing_type_one .price_inner:hover .upper_content {
    background: #1c1c1c;
}

.pricing_type_one .price_inner .upper_content h5  ,
.pricing_type_one .price_inner .upper_content .pricetitles {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.pricing_type_one .price_inner:hover .upper_content h5,
.pricing_type_one .price_inner:hover .upper_content .pricetitles {
    color: #fff;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner.active .upper_content h5  ,
    .pricing_type_one .price_inner.active .upper_content .pricetitles {
        color: #fff;
    }
}

.pricing_type_one .price_inner .upper_content .amount {
    position: relative;
    margin-top: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner.active .upper_content .amount {
        border-top: 1px solid #333333;
    }
}

.pricing_type_one .price_inner:hover .upper_content .amount {
    border-top: 1px solid #333333;
}

.pricing_type_one .price_inner .upper_content .amount h6  ,
.pricing_type_one .price_inner .upper_content .amount .amountin {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #808080;
    font-weight: 600;
}

.pricing_type_one .price_inner:hover .upper_content .amount h6  ,
.pricing_type_one .price_inner:hover .upper_content .amount .amountin {
    color: #fff;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner.active .upper_content .amount h6 ,
    .pricing_type_one .price_inner.active .upper_content .amount .amountin {
        color: #fff;
    }
}

.pricing_type_one .price_inner .upper_content .amount h6 span, 
.pricing_type_one .price_inner .upper_content .amount .amountin span {
    font-size: 50px;
    line-height: 62px;
    font-weight: 600;
    color: var(--color-set-one-1);
}

.pricing_type_one .price_inner .upper_content .amount h6 sup ,
.pricing_type_one .price_inner .upper_content .amount .amountin sup {
    font-size: 24px;
    color: var(--color-set-one-1);
    top: -0.9em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.pricing_type_one .price_inner .lower_content {
    position: relative;
    background: #fff;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    padding: 30px;
    overflow: hidden;
}

.pricing_type_one .price_inner .lower_content ul li {
    font-size: 16px;
    color: #808080;
    position: relative;
    padding: 10px 0px 10px 25px;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    line-height: 26px;
}

.pricing_type_one .price_inner .lower_content ul li:last-child {
    border-color: #fff;
}

.pricing_type_one .price_inner .lower_content ul li::before {
    content: '\f00c';
    color: var(--color-set-one-1);
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}

.pricing_type_one .popular_tag {
    position: absolute;
    top: -28px;
    background: var(--color-set-one-1);
    right: -1px;
    padding: 0px 9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing_type_one .price_inner .lower_content .get_start {
    position: relative;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.pricing_type_one .price_inner .lower_content .theme_btn {
    border-radius: 30px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    font-weight: 500;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_one .price_inner:hover .lower_content .get_start {
        height: 90px;
        line-height: 90px;
    }

    .pricing_type_one .price_inner.active .lower_content .theme_btn {
        transform: translateY(0px);
    }

    .pricing_type_one .price_inner:hover {
        transform: translate(0px, -46px)
    }

    .pricing_type_one .price_inner:hover .lower_content .theme_btn {
        transform: translateY(0px);
    }

    .pricing_type_one .price_inner.active .lower_content .theme_btn {
        transform: translateY(0px);
    }

    .pricing_type_one .price_inner.active .lower_content .get_start {
        height: 90px;
        line-height: 90px;
    }

    .pricing_type_one .price_inner .lower_content .theme_btn {
        transform: translateY(150px);
        position: absolute;
    }

    .pricing_type_one .price_inner .lower_content .get_start {
        height: 0px;
    }
}


/*-------------------------------------------------------

==========================awards_type_one================

-------------------------------------------------------*/

.awards_type_one {
    position: relative;
}

.awards_type_one .awards_inner {
    position: relative;
    padding: 40px 0px;
    border: 1px solid #282828;
    text-align: center;
    margin-bottom: 30px;
}

.awards_type_one .awards_inner .icon span {
    color: #fff;
    font-size: 125px;
    line-height: 125px;
    margin-bottom: 25px;
    display: block;
}

.awards_type_one .awards_inner .year {
    position: relative;
    margin-bottom: 20px;
}

.awards_type_one .awards_inner .year h5 ,
.awards_type_one .awards_inner .year .year_h5 {
    font-size: 30px;
    color: var(--color-set-one-1);
    line-height: 38px;
    padding: 1px 15px;
    font-weight: 600;
    background: #000;
    display: inline-block;
    border: 1px solid #282828;
    z-index: 10;
    position: relative;
}

.awards_type_one .awards_inner .year::before {
    position: absolute;
    content: '';
    background: #282828;
    width: 100%;
    height: 1px;
    top: 22px;
    left: 0px;
}

.awards_type_one .awards_inner h2 ,
.awards_type_one .awards_inner .title_icon_box {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    padding: 0px 40px;
}

.awards_type_one .awards_inner_mid {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.awards_type_one .awards_inner_mid .icon {
    color: var(--color-set-one-1);
    font-size: 100px;
    line-height: 125px;
    margin-bottom: 0px;
    display: block;
}

.awards_type_one .awards_inner_mid p {
    font-size: 16px;
    color: var(--color-set-one-1);
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.awards_type_one .awards_inner_mid h2  ,
.awards_type_one .awards_inner_mid .title_icon_box {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.awards_type_one .awards_inner_mid .view_all {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.awards_type_one .awards_inner_mid .view_all span {
    font-size: 14px;
    color: var(--color-set-one-1);
    margin-right: 5px;
}


/*-------------------------------------------------------------------

======================testimonial_type_three========================

--------------------------------------------------------------------*/

.testimonial_type_three {
    position: relative;
}

.testimonial_type_three .testimonial_outer {
    position: relative;
    margin: 40px 15px 30px;
    text-align: center;
    cursor: pointer;
}

.testimonial_type_three .owl-carousel .owl-nav {
    display: none;
}

.testimonial_type_three .upper_content {
    position: relative;
    background: #fff;
    padding: 60px 30px 50px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, .05);
    margin-bottom: 50px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_three .testimonial_outer:hover .upper_content {
    background: var(--color-set-one-1);
}

.testimonial_type_three .testimonial_outer:hover .upper_content p {
    color: #fff;
}

.testimonial_type_three .testimonial_outer .upper_content .icon {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
}

.testimonial_type_three .testimonial_outer .upper_content .icon span {
    display: block;
    position: relative;
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
    background: var(--color-set-one-1);
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 66px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_three .testimonial_outer:hover .upper_content .icon span {
    color: var(--color-set-one-1);
    background: var(--color-set-one-2) !important;
}

.testimonial_type_three .testimonial_outer .upper_content .icon span::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border: 1px dashed var(--color-set-one-1);
    border-radius: 50px;
    left: -5px;
    top: -5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_three .testimonial_outer:hover .upper_content .icon span::after {
    border: 1px dashed var(--color-set-one-2);
}

.testimonial_type_three .testimonial_outer .upper_content .rating {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -18px;
}

.testimonial_type_three .testimonial_outer .upper_content .rating ul {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
    display: inline-block;
    width: 140px;
}

.testimonial_type_three .testimonial_outer .upper_content .rating ul:before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    border-left: 13px solid transparent;
    border-bottom: 13px solid transparent;
    /* z-index: -10; */
    bottom: -26px;
    margin-left: -15px;
}

.testimonial_type_three .testimonial_outer .upper_content .rating ul li span {
    font-size: 16px;
    line-height: 40px;
    color: var(--color-set-one-1);
}

.testimonial_type_three .testimonial_outer .lower_content .authour_name {
    position: relative;
    margin-top: 5px;
}

.testimonial_type_three .testimonial_outer .lower_content .authour_name h2 ,
.testimonial_type_three .testimonial_outer .lower_content .authour_name .title_testi {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    color: var(--color-set-one-2);
}


/*-------------------------------------------------------------------

======================news_type_three========================

--------------------------------------------------------------------*/

.news_type_three {
    padding: 100px 0px 70px;
    position: relative;
}

.news_type_three .heading h1 {
    padding: 0px;
}

.news_type_three .heading {
    text-align: left;
}

.news_type_three .more_news {
    float: right;
    border-radius: 30px;
    height: 60px;
    width: 190px;
    margin-top: 23px;
    line-height: 60px;
}

.news_type_three .news_inner {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 26px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.news_type_three .news_inner .image_inner {
    float: left;
}

.news_type_three .news_inner .image_inner .date {
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--color-set-one-1);
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
}

.news_type_three .news_inner .image_inner .image {
    position: relative;
    z-index: 9;
    margin-left: 20px;
    transform: translateY(-38px);
}

.news_type_three .news_inner .content_inner {
    position: relative;
    margin-left: 153px;
}

.news_type_three .news_inner h2 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    margin-bottom: 15px;
    color: var(--color-set-one-2);
}

.news_type_three .news_inner h2:hover a {
    color: var(--color-set-one-1);
}

.news_type_three .news_inner .content_inner p a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #808080;
}

.news_type_three .news_inner .content_inner p a span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
}

.news_type_three .news_inner .content_inner a.rd_more {
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-weight: 600;
}

.news_type_three .news_inner .content_inner a.rd_more::before {
    position: absolute;
    background: #e2e2e2;
    width: 200px;
    content: '';
    height: 1px;
    left: 102px;
    top: 10px;
}

.news_type_three .news_inner .content_inner a.rd_more span {
    font-size: 14px;
    color: var(--color-set-one-1);
    margin-right: 5px;
    line-height: 20px;
}

.news_type_three .news_inner:hover .content_inner a.rd_more {
    color: var(--color-set-one-1);
}

.news_type_three .news_inner .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
}

.news_type_three .news_inner:hover .overlay {
    opacity: 1;
}

.news_type_three .news_inner .image span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*-------------------------------------------------------------------

======================news_type_four========================

--------------------------------------------------------------------*/

.news_type_four {
    position: relative;
}

.news_type_four .news_inner {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 26px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.news_type_four .news_inner .image {
    float: left;
    margin-top: 9px;
}

.news_type_four .news_inner .image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    top: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news_type_four .news_inner .image .date {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--color-set-one-1);
    line-height: 22px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
    top: 20px;
    left: 20px;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news_type_four .news_inner:hover .image .date {
    opacity: 0;
    transform: translateY(20px);
}

.news_type_four .news_inner .image {
    position: relative;
}

.news_type_four .news_inner .content_inner {
    position: relative;
    margin-left: 125px;
}

@media(max-width:768px) {
    .news_type_four .news_inner .content_inner {
        margin-left: 0;
        margin-top: 20px;
    }

    .news_type_four .news_inner .image {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }
}

.news_type_four .news_inner h2 a  ,
.news_type_four .news_inner .blo-entry-title a {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    margin-bottom: 10px;
    color: var(--color-set-one-2);
}

.news_type_four .news_inner h2:hover a ,
.news_type_four .news_inner .blo-entry-title:hover a {
    color: var(--color-set-one-1);
}

.news_type_four .news_inner .content_inner p a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #808080;
}

.news_type_four .news_inner .content_inner p a span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
}

.news_type_four .news_inner .content_inner a.rd_more {
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-weight: 600;
}

.news_type_four .news_inner .content_inner a.rd_more::before {
    position: absolute;
    background: #e2e2e2;
    width: 36%;
    content: '';
    height: 1px;
    left: 106px;
    top: 10.5px;
}

@media(max-width:992px) {
    .news_type_four .news_inner .content_inner a.rd_more::before {
        display: none;
    }
}

.news_type_four .news_inner .content_inner a.rd_more span {
    font-size: 14px;
    color: var(--color-set-one-1);
    margin-right: 5px;
    line-height: 20px;
}

.news_type_four .news_inner:hover .content_inner a.rd_more {
    color: var(--color-set-one-1);
}

.news_type_four .news_inner .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news_type_four .news_inner:hover .overlay {
    opacity: .8;
}

.news_type_four .news_inner .image span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*-----------------------------------------------------------------

===========================client_logo_type_three==================

-----------------------------------------------------------------*/

.client_logo_type_three {
    position: relative;
    position: relative;
    padding: 65px 0px;
    background: var(--color-set-one-1);
}

.client_logo_type_three .c_image img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


/*-----------------------------------------------------------------

===========================contact_type_two==================

-----------------------------------------------------------------*/

.contact_type_two {
    position: relative;
}

.contact_type_two .offers_inner {
    padding: 45px 40px;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin-bottom: 20px;
}

.contact_type_two .offers_inner h2 ,
.contact_type_two .offers_inner .title_icon_box {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.contact_type_two .offers_inner img {
    margin-bottom: 15px;
}

.contact_type_two .offers_inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.contact_type_two .offers_inner a.theme_btn {
    width: 100%;
    border-radius: 30px;
    background: #1c8828;
    height: 56px;
    line-height: 56px;
}

.contact_type_two .form_inner {
    padding: 40px 40px 20px;
    background: #fff;
    margin-bottom: 20px;
}

.contact_type_two input[type="text"],
.contact_type_two input[type="email"],
.contact_type_two input[type="tel"],
.contact_type_two .ui-selectmenu-button,
.contact_type_two textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

.contact_type_two input ::placeholder {
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.contact_type_two .ui-selectmenu-button {
    line-height: 23px !important;
}

.contact_type_two textarea {
    height: 120px !important;
    line-height: inherit !important;
}

.contact_type_two .ui-selectmenu-text {
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.contact_type_two .theme_btn {
    border: 0px;
    box-shadow: 0px;
    border-radius: 30px;
    height: 56px;
    line-height: 56px;
    width: 100%;
}

.contact_type_two.choose_us {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.contact_type_two.choose_us .product_info {
    background: #fff;
    padding: 23px 20px 20px;
    text-align: center;
}

.product_info.mid {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.contact_type_two.choose_us .product_info h2,
.contact_type_two.choose_us .product_info .title_icon_box  {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #808080;
}

.contact_type_two.choose_us .product_info span {
    font-size: 40px;
    color: var(--color-set-one-1);
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-right: 20px;
}


/*-----------------------------------------------------------------

===========================address_type_one==================

-----------------------------------------------------------------*/

.address_type_one {
    position: relative;
}

.address_type_one .address_inner {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 40px 35px 30px;
    cursor: pointer;
}

.address_type_one .address_inner .heading_add {
    position: relative;
    margin-bottom: 20px;
}

.address_type_one .address_inner .heading_add span {
    float: left;
    font-size: 50px;
    color: #b8b8b8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    line-height: 50px;
}

.address_type_one .address_inner:hover .heading_add span {
    color: var(--color-set-one-1);
}

.address_type_one .address_inner .heading_add h2 ,
.address_type_one .address_inner .heading_add .addtonetitle {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-left: 70px;
    padding-top: 2px;
    line-height: 28px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: var(--color-set-one-2);
}

.address_type_one .address_inner .heading_add h2::before ,
.address_type_one .address_inner .heading_add .addtonetitle:before {
    position: absolute;
    content: '';
    background: #e6e6e6;
    width: 60px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    height: 2px;
    bottom: -15px;
    left: 0;
}

.address_type_one .address_inner:hover .heading_add h2::before  ,
.address_type_one .address_inner:hover .heading_add .addtonetitle:before{
    background: var(--color-set-one-1);
}

.address_type_one .address_inner span.bg_icon {
    position: absolute;
    font-size: 128px;
    line-height: 128px;
    color: #f4f4f4;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    right: 17px;
    bottom: 14px;
    z-index: -10;
    opacity: 0;
}

.address_type_one .address_inner:hover span.bg_icon {
    opacity: 1;
}


/*-----------------------------------------------------------------

===========================footer_type_three==================

-----------------------------------------------------------------*/

.footer.version_v2 {
    position: relative;
    background: #02265f;
    padding: 100px 0px 70px;
}

.footer.version_v3 .footer_widgets {
    position: relative;
    margin-bottom: 30px;
}

.footer.version_v3 .footer_widgets .site_logo img {
    width: 200px;
}

.footer.version_v3 .widget-title::before {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 4px;
    height: 12px;
    top: 7px;
    left: 0px;
}

.footer.version_v3 .widget-title::after {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 2px;
    height: 12px;
    top: 7px;
    left: 5px;
}

.footer.version_v3 .footer_widgets h4.widget-title {
    margin-left: 24px;
    border-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
}

.footer_widgets .review_custm {
    position: relative;
    margin-top: 30px;
}

.footer_widgets .review_custm span.use_icon {
    float: left;
    color: #fff;
    position: relative;
    font-size: 30px;
    z-index: 0;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
}

.footer_widgets .review_custm span.use_icon::after {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    z-index: -10;
    left: 0;
    top: 0;
}

.footer_widgets .right_side {
    margin-left: 80px;
    position: relative;
}

.footer_widgets .right_side h2 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer_widgets .right_side p span {
    font-size: 20px;
    line-height: 20px;
    color: var(--color-set-one-1);
}

.gallery_foot {
    position: relative;
    margin-top: 23px;
}

.gallery_foot ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.gallery_foot ul li .image {
    position: relative;
    width: 80px;
    overflow: hidden;
}

.gallery_foot ul li a {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 70px;
    height: 70px;
    background: rgba(32, 158, 46, 1);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.gallery_foot ul li:hover a {
    opacity: .9;
}

.gallery_foot ul li a span {
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
}

.gallery_foot ul li img {
    position: relative;
}

.footer.version_v3 form {
    margin: 20px 0px 25px;
}

.footer.version_v3 .social_media li i {
    width: 34px;
    height: 34px;
    background: #333333;
    line-height: 34px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer.version_v3 .social_media li {
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;
}

.footer.version_v3 .social_media li a {
    color: #fff;
}

.footer.version_v3 .social_media li:hover i {
    color: #fff;
    background: var(--color-set-one-1);
}

.footer.version_v3 .social_media li h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

.footer.version_v3 .footer_widgets form input[type='email'] {
    position: relative;
    background: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    height: 60px;
    padding: 10px 157px 10px 13px;
    width: 100%;
    color: #808080;
    font-size: 15px;
}

.footer.version_v3 .footer_widgets form input::placeholder {
    color: #808080;
}

.footer.version_v3 .footer_widgets form input[type='submit'] {
    position: absolute;
    background: transparent;
    padding-left: 31px;
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    height: 61px;
    line-height: 5px;
    padding: 0px;
    z-index: 12;
    text-align: center;
    font-size: 14px;
}

.footer.version_v3 .footer_widgets form .mc4wp-form-fields::before {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    height: 60px;
    width: 150px;
    top: 0;
    z-index: 10;
    right: 0;
}

.footer.version_v3 .footer_widgets form .mc4wp-form-fields::after {
    position: absolute;
    content: '';
    background: var(--color-set-one-2);
    height: 40px;
    width: 120px;
    top: 11px;
    right: 15px;
    z-index: 11;
    border-radius: 30px;
}

.footer_last_type_three {
    background: var(--color-set-one-1);
    padding: 12px 0px;
}

.footer_last_type_three ul {
    text-align: right;
}

.footer_last_type_three p {
    margin-top: 10px;
    color: #fff;
}

.footer_last_type_three ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50px;
    line-height: 45px;
    margin-right: 20px;
}

.footer_last_type_three ul li a {
    color: #fff;
}

.footer_last_type_three ul li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background: #fff;
    right: -12px;
    top: 15px;
}

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

.footer_last_type_three ul li:last-child::before {
    display: none;
}

@media(max-width:992px) {
    .footer_last_type_three p {
        text-align: center;
        font-size: 14px;
    }

    .footer_last_type_three ul {
        text-align: center;
    }

    .footer_last_type_three ul li a {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------

======================================================================inner-pages=========================================================================

--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page-header {
    position: relative;
    position: relative;
    background-image: url('assets/img/page-header-image.png');
    height: 351px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-header .header-title {
    position: relative;
}

@media (max-width: 3000px) and (min-width:768px) {
    .page-header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: left;
        -ms-flex-pack: center;
        justify-content: left;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .page-header .header-title {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media(max-width:992px) {
    .page-header .header-title .page-title {
        text-align: center;
    }
}

.page-header .header-title .page-title {
    font-size: 56px;
    color: #fff;
    line-height: 66px;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-header .breadcrumb_area {
    width: 100%;
    z-index: 99;
    bottom: 40px;
    left: 0;
    position: absolute;
    padding: 0px 15px;
    text-align: left;
}

@media(max-width:768px) {
    .page-header .breadcrumb_area {
        position: relative;
        text-align: center;
        bottom: inherit;
        left: inherit;
    }
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb {
    text-align: right;
}

.page-header .breadcrumb_area .breadcrumbs .post-categories {
    width: 100%;
    position: relative;
    display: inline-block;
}

.page-header .breadcrumb_area .breadcrumbs .post-categories li {
    display: inline-block;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
    margin-right: 30px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
    margin-right: 0px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child:before {
    display: none;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:before {
    position: absolute;
    content: '';
    height: 0px;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    bottom: 7px;
    right: -21px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child::before {
    display: none;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
}

@media(max-width:768px) {
    .page-header .header-title .page-title {
        text-align: center;
        font-size: 36px;
        line-height: 42px;
    }

    .page-header {
        padding: 70px 0px;
    }

    .page-header .header-title {
        height: auto;
        padding: 0px 0px 30px;
    }

    .page-header .breadcrumb_area .breadcrumbs .bread-crumb {
        position: relative;
        text-align: center;
        bottom: inherit;
        padding: 0px;
    }

    .page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
        color: #fff;
        font-size: 15px;
    }

    .page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
        color: #fff;
        font-size: 15px;
    }

    .page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
        float: none;
        display: inline-block;
        margin-right: 25px;
        margin-left: 0px;
    }

    .page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
        margin-right: 0px;
    }

    .page-header {
        position: relative;
        height: auto;
    }
}


/*-------------------------------------------------------------------------------------------------------------

===========================about us page======================================================================

---------------------------------------------------------------------------------------------------------------*/

.awards_type_two {
    position: relative;
}

.awards_type_two .awards_inner {
    position: relative;
    margin-bottom: 30px;
}

.award_highlight_txt {
    width: 408.5px;
    height: 70px;
    text-align: center;
    background: #fff;
    border-right: 5px solid var(--color-set-one-1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    position: absolute;
    transform: rotate(-90deg);
    top: 170px;
    left: -170px;
}

@media(max-width:1199px) {
    .award_highlight_txt {
        position: absolute !important;
        width: 100% !important;
        height: auto !important;
        top: inherit !important;
        left: 0px !important;
        bottom: 0 !important;
        transform: inherit !important;
    }
}

.award_highlight_txt h6  ,
.award_highlight_txt .awh6 {
    line-height: 70px;
    font-size: 22px;
    color: var(--color-set-one-1);
    font-weight: 700;
}

@media(max-width:600px) {
    .award_highlight_txt h6 , 
    .award_highlight_txt .awh6 {
        line-height: 30px;
        padding: 10px 10px;
        font-size-adjust: 16px;
    }
}

.award_highlight_txt h6 span, 
.award_highlight_txt .awh6 span {
    font-size: 14px;
    color: var(--color-set-one-1);
    list-style: 20px;
    margin-left: 0px;
    margin-right: 20px;
}

@media(max-width:600px) {
    .award_highlight_txt h6 span, 
    .award_highlight_txt .awh6 span {
        display: none;
    }
}

.award_highlight_txt h6 span.second, 
.award_highlight_txt .awh6 span.second {
    margin-left: 20px;
    margin-right: 0px;
}

.awards_type_two .awards_inner img {
    width: 100%;
}

.awards_type_two .awards_inner .video-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.awards_type_two .awards_inner .video-holder .icon {
    position: relative;
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 1px dashed #fff;
    text-align: center;
}



.awards_type_two .awards_inner .video-holder a.html5lightbox {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.awards_type_two .awards_inner .video-holder span {
    font-size: 30px;
    color: var(--color-set-one-1);
    left: 0;
    right: 0;
    top: 0;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 40px;
    height: 40px;
}

/*-----------------------------------------------------------------

===========================about_our_comapny==================

-----------------------------------------------------------------*/

.about_our_comapny {
    position: relative;
    padding-bottom: 70px;
}

.about_our_comapny .about_company_inner {
    position: relative;
    margin-bottom: 30px;
}

.about_our_comapny .about_company_inner p.des_one,
.about_our_comapny .about_company_inner p.des_two {
    margin-bottom: 20px;
}

.authour_quotes {
    position: relative;
    padding-top: 15px;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.authour_quotes .ath_img {
    float: left;
    position: relative;
    border-radius: 50%;
    min-width: 90px;
    height: 90px;
}

.authour_quotes .ath_img img {
    object-fit: cover;
    width: 90px;
    height: 90px; 
    border-radius: 50%;
    position: relative; 
}

.authour_quotes .ath_img span {
    background: #fff;
    position: absolute;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    height: 40px;
    left: -14px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    line-height: 40px;
    color: var(--color-set-one-1);
    z-index: 1;
}

.authour_quotes .quotes_in {
    position: relative;
    margin-left: 25px;
}

@media(max-width:768px) {
    .authour_quotes .quotes_in {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .authour_quotes .ath_img {
        float: none;
        margin-bottom: 20px;
        width: 90px;
        height: 90px;
    }

    .authour_quotes {
        display: block;
    }
}

.authour_quotes .quotes_in h2 ,
.authour_quotes .quotes_in .image_title_b {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #808080;
    line-height: 26px;
}

.authour_quotes .quotes_in h6 ,
.authour_quotes .quotes_in .quo_h6 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-set-one-2);
    line-height: 28px;
}

.authour_quotes .quotes_in h6 strong ,
.authour_quotes .quotes_in .image_title_b strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--color-set-one-1);
    font-size: 16px;
}

.about_company_right {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
}

.about_company_right #tabs-nav {
    position: relative;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 14px 13px -10px rgba(0, 0, 0, .09);
}

.about_company_right #tabs-nav .navitem {
    position: relative;
    display: inline-block;
}

.about_company_right #tabs-nav .navitem .navlink {
    position: relative;
    height: 139px;
    padding: 0px;
    background: #fff;
    width: 180px;
    display: block;
    text-align: center;
}

@media(max-width:1199px) {
    .about_company_right #tabs-nav .navitem .navlink {
        width: 100px;
    }
}

@media(max-width:600px) {
    .about_company_right #tabs-nav .navitem .navlink {
        width: 100%;
    }

    .about_company_right #tabs-nav .navitem {
        display: block;
    }
}

.about_company_right #tabs-nav .navitem .navlink .mission {
    position: relative;
    padding: 25px 10px 10px;
    height: 139px;
}

.about_company_right #tabs-nav .navitem.active .navlink span {
    color: var(--color-set-one-1);
}

.about_company_right #tabs-nav .navitem.active .navlink .mission h2 ,
.about_company_right #tabs-nav .navitem.active .navlink .mission .tabt {
    color: var(--color-set-one-1);
}

.about_company_right #tabs-nav .navitem {
    border-right: 1px solid #e6e6e6;

}

.about_company_right #tabs-nav .navitem:last-child {
    border-right: 0px;
}

.about_company_right #tabs-nav .navitem .navlink span {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    display: block;
    color: #a8a8a8;
}

.about_company_right #tabs-nav .navitem .navlink h2 ,
.about_company_right #tabs-nav .navitem .navlink .tabt {
    font-size: 20px;
    color: #808080;
    font-weight: 600;
    line-height: 26px;
}

.about_company_right .tab-content {
    padding: 28px 30px;
    position: relative;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.about_company_right .tab-content {
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    font-weight: 400;
}

.about_company_right .tab-content p:first-child {
    margin-bottom: 15px;
}

.about_company_right .tab-content p:last-child {
    margin-bottom: 0px !important;
}


/*-----------------------------------------------------

==========================team-type-two=================

-----------------------------------------------------*/

.team_type_two {
    position: relative;
}

.team_type_two .heading {
    text-align: left;
}

.team_type_two .heading h1 {
    padding: 0px;
}

.team_type_two .team_outer {
    position: relative;
    margin: 5px 10px 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_type_two .owl-carousel .owl-dots {
    display: none !important;
}

.team_type_two .owl-carousel .owl-nav {
    display: block !important;
}

.team_type_two .team_outer .image img {
    width: 100% !important;
}

.team_type_two .team_outer .image {
    position: relative;
    overflow: hidden;
    height: 290px;
    overflow: hidden;
}

.team_type_two .team_outer .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_type_two .team_outer .image .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_type_two .team_outer .image .overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: rgba(32, 158, 46, 1);
    opacity: 0;
}

.team_type_two .team_outer:hover .image .overlay {
    opacity: 1;
}

.team_type_two .team_outer:hover .image .overlay:before {
    opacity: .8;
}

.team_type_two .team_outer .image .overlay p {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    padding: 30px;
    color: #fff;
}

.team_type_two .team_outer .image .overlay p::before {
    position: absolute;
    content: '';
    width: 84%;
    height: 1px;
    background: #fff;
    left: 30px;
    bottom: 14px;
    opacity: .2;
}

.team_type_two .team_outer .image .overlay ul {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.team_type_two .team_outer .image .overlay ul li {
    display: inline-block;
    margin: 0px 5px;
}

.team_type_two .team_outer .image .overlay ul li a {
    width: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    border: 1px dashed #fff;
    height: 45px;
    border-radius: 50px;
    background: transparent;
    color: var(--color-set-one-1);
}

.team_type_two .team_outer .image .overlay ul li:nth-child(1) {
    transform: translateY(150px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li:nth-child(2) {
    transform: translateY(200px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li:nth-child(3) {
    transform: translateY(250px);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li:nth-child(4) {
    transform: translateY(300px);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li a {
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_type_two .team_outer:hover .image .overlay ul li {
    transform: translateY(0px);
}

.team_type_two .team_outer .image .overlay ul li a:hover {
    background: #fff;
    border-style: solid;
}

.team_type_two .team_outer .image .overlay ul li:hover a {
    color: var(--color-set-one-1);
}

.team_type_two .content_inner {
    position: relative;
    margin: 25px 20px 0px;
    background: #fff;
    text-align: center;
}

.team_type_two .content_inner::before {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 100%;
    left: 0;
    opacity: 1;
    height: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: -30px;
}

.team_type_two .content_inner h2 a  ,
.team_type_two .content_inner .title_team a {
    color: var(--color-set-one-2);
    font-size: 22px;
    display: block;
    line-height: 28px;
    font-weight: 700;
}

.team_type_two .content_inner p {
    color: var(--color-set-one-1);
    padding-bottom: 20px;
}

.team_type_two .team_outer:hover {
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, .05);
}

.team_type_two .team_outer:hover .content_inner::before {
    opacity: 0;
    transform: translateY(-10px);
}

.team_type_two .owl-carousel .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    top: -110px;
    right: 10px;
}

@media(max-width:600px) {
    .team_type_two .owl-carousel .owl-nav {
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 80px;
    }
}

.team_type_two .owl-carousel .owl-nav .owl-prev,
.team_type_two .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #a8a8a8;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_type_two .owl-carousel .owl-nav .owl-next .icon-next {
    transform: rotate(360deg);
    display: block;
    line-height: 60px;
}

.team_type_two .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 60px;
}

.team_type_two .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.team_type_two .owl-carousel .owl-nav .owl-prev:hover,
.team_type_two .owl-carousel .owl-nav .owl-next:hover {
    color: var(--color-set-one-1);
    border: 1px solid var(--color-set-one-1);
}


/*-----------------------------------------------------

==========================process_type_one=================

-----------------------------------------------------*/

.process_type_one {
    position: relative;
}

.process_type_one .heading h1 {
    color: #fff;
}

.process_type_one .owl-carousel .owl-nav.disabled,
.process_type_one .owl-carousel .owl-nav {
    display: none;
}

.process_type_one .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.process_type_one .owl-dots {
    position: relative;
    bottom: -20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.process_type_one .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.process_type_one .owl-dots .owl-dot:hover,
.process_type_one .owl-dots .owl-dot.active {
    border: 2px solid var(--color-set-one-2);
}

.process_type_one .porcess_outer {
    position: relative;
    padding: 8px;
    background: #fff;
    margin: 60px 8px 5px;
}

.process_type_one .arrow {
    position: relative;
}

.process_type_one .arrow::before {
    position: absolute;
    content: url(assets/img/arrow.png);
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: -22px;
}

@media(max-width:768px) {
    .process_type_one .arrow {
        display: none;
    }
}

.process_type_one .porcess_outer .process_inner {
    padding: 65px 35px 35px;
    text-align: center;
    position: relative;
    border: 1px dashed #e6e6e6;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.process_type_one .porcess_outer .process_inner .image {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
}


.process_type_one .porcess_outer:hover .process_inner .image img {
    border: 1px dashed transparent;
}

.process_type_one .porcess_outer:hover .process_inner {
    border: 1px dashed var(--color-set-one-1);
}

.process_type_one .process_inner .image_in {
    display: inline-block;

    margin-bottom: 20px;
    width: 110px;
    height: 110px;

    padding: 8px;
    position: relative;
    margin: 0 auto;
    border: 1px dashed #e6e6e6;
    border-radius: 50%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.process_type_one .porcess_outer .process_inner .image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.process_type_one .process_inner .image_in .overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.process_type_one .process_inner .image_in .overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: rgba(32, 158, 46, 1);
    border-radius: 50%;
}

.process_type_one .porcess_outer:hover .process_inner .image_in .overlay:before {
    opacity: .8;
}

.process_type_one .porcess_outer:hover .process_inner .image_in .overlay {
    opacity: 1;
}

.process_type_one .porcess_outer .process_inner .image_in h6 ,
.process_type_one .porcess_outer .process_inner .image_in .h6_div {
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    font-size: 20px;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.process_type_one .porcess_outer .process_inner .image::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 50px;
    background-color: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    bottom: 15px;
    margin-left: 0px;
}

.process_type_one .porcess_outer .process_inner .content_inner {
    position: relative;
}

.process_type_one .porcess_outer .process_inner .content_inner h2 a ,
.process_type_one .porcess_outer .process_inner .content_inner .pprotone_titl a{
    font-size: 22px;
    color: var(--color-set-one-2);
    font-weight: 700;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    line-height: 28px;
    margin-bottom: 8px;
}

.process_type_one .porcess_outer:hover .process_inner .content_inner h2 a ,
.process_type_one .porcess_outer:hover .process_inner .content_inner .pprotone_titl a {
    color: var(--color-set-one-1);
}

.quote_client_type_one.about {
    padding-top: 235px;
}


/*----------------------------------------------------------------------------------

=====================================404 page=======================================

----------------------------------------------------------------------------------*/

.error-404.not-found {
    text-align: center;
    position: relative;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 200px;
    color: #fff;
    font-weight: 600;
}

.error-404.not-found h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.error-404.not-found p {
    color: #fff;
    padding-bottom: 30px;
    font-size: 18px;
}

.error-404.not-found .theme_btn {
    background: #fff;
    color: var(--color-set-one-2);
    width: 290px;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
}

@media(max-width:992px) {
    .error-404.not-found .dp_none {
        display: none;
    }
}


/*------------------------------------------------------------------

==============================faqs page==============================

------------------------------------------------------------------*/

.faq_type_one {
    position: relative;
    padding: 100px 0px 70px;
}

ul .inner.faq_inner {
    display: none;
}

.accordion.faqs_accordion {
    position: relative;
}

.accordion.faqs_accordion .article-title {
    padding: 0px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    margin: 0px;
    position: relative;
}

.accordion.faqs_accordion .article-title {
    padding: 14px 50px 14px 30px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-set-one-2);
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 20px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.accordion.faqs_accordion .article-title.active {
    background: var(--color-set-one-1);
    color: #fff;
}

.accordion.faqs_accordion .article-title.active {
    margin-bottom: 0px;
}

.accordion.faqs_accordion .article-title::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 0px;
    font-size: 16px;
    top: 0px;
    height: 100%;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    color: #888888 !important
}

.accordion.faqs_accordion .accordion-content.hide {
    display: none;
}

.accordion.faqs_accordion .article-title.active::before {
    border-left: 1px solid #198926;
    color: #fff !important;
}

.accordion.faqs_accordion {
    border-radius: 0px;
    border: 0px solid #e6e6e6 !important;
    margin-bottom: 20px;
    overflow: inherit;
}

.faq_type_one .btn-link.collapsed {
    background: #fff !important;
    border-radius: 0px;
    color: var(--color-set-one-2) !important;
    border: 1px solid #e6e6e6 !important;
}

.faq_type_one .btn-link.collapsed::before {
    border-left: 1px solid #e6e6e6;
    color: #888888 !important;
}

.faq_type_one .btn-link {
    background: var(--color-set-one-1) !important;
    border-radius: 0px;
    color: #fff !important;
    border: 1px solid #198926 !important;
}

.faq_type_one .btn-link::before {
    border-left: 1px solid #198926;
    color: #fff !important;
}

.accordion.faqs_accordion .article-title::after {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #fff;
    bottom: -1px;
    left: 33px;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.accordion.faqs_accordion .article-title.active::after {
    opacity: 1;
}

.faq_type_one .btn-link.collapsed::after {
    display: none;
}

.accordion.faqs_accordion .accordion-content {
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    border-bottom: 5px solid var(--color-set-one-1);
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media(max-width:768px) {
    .accordion.faqs_accordion .article-title {
        font-size: 16px;
        padding: 14px 65px 14px 15px;
        line-height: 26px;
    }
}

@media(max-width:992px) {
    .accordion.faqs_accordion {
        margin-bottom: 50px;
    }
}

.any_questions {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.any_questions h2 {
    padding: 14px 30px;
    color: #fff;
    background: var(--color-set-one-1);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.any_questions .form_inner {
    position: relative;
    padding: 25px 30px;
}

.any_questions .form_inner label {
    display: block;
    font-size: 16px;
    color: #808080;
    line-height: 26px;
}

.any_questions .form_inner .theme_btn {
    border: 0px;
    box-shadow: none;
    width: 100%;
    border-radius: 50px;
    margin-top: 10px;
}

.any_questions input[type="text"],
.any_questions input[type="email"],
.any_questions textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--color-set-one-2);
    font-weight: 400;
}

.any_questions textarea {
    height: 150px !important;
}

.any_questions input::placeholder,
.any_questions textarea::placeholder {
    color: #808080;
}


/*---------------------------------------------------------------------------

=============================== .pricing_type_two==============================

-----------------------------------------------------------------------------*/

.pricing_type_two {
    position: relative;
}

.pricing_type_two .price_inner {
    padding: 8px;
    position: relative;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    margin-bottom: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.pricing_type_two .price_inner .price_innner_in {
    position: relative;
    border: 1px dashed transparent;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_two .price_inner.active {
        transform: translate(0px, -46px)
    }
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_two .price_inner {
        margin-top: 90px;
    }
}

.pricing_type_two .price_inner:hover .price_innner_in {
    border: 1px dashed var(--color-set-one-1);
}

.pricing_type_two .price_inner.active .price_innner_in {
    border: 1px dashed var(--color-set-one-1);
}

.pricing_type_two .price_inner .upper_content {
    padding: 30px 30px 20px;
    position: relative;
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pricing_type_two .price_inner .upper_content h5  ,
.pricing_type_two .price_inner .upper_content .pricetitles {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--color-set-one-2);
}

.pricing_type_two .price_inner .upper_content .amount {
    position: relative;
    margin-top: 24px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding-top: 25px;
    border-top: 1px solid #e2e2e2;
}

.pricing_type_two .price_inner .upper_content .amount h6 ,
.pricing_type_two .price_inner .upper_content .amount .amountin {
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    color: #808080;
    font-weight: 700;
}

.pricing_type_two .price_inner .upper_content .amount h6 span,
.pricing_type_two .price_inner .upper_content .amount .amountin span{
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: var(--color-set-one-1);
}

.pricing_type_two .price_inner .upper_content .amount h6 sup ,

.pricing_type_two .price_inner .upper_content .amount .amountin sup {
    font-size: 24px;
    color: var(--color-set-one-1);
    top: -0.9em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.pricing_type_two .price_inner .lower_content {
    position: relative;
    background: #fff;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    padding: 0px 30px 30px;
    overflow: hidden;
}

.pricing_type_two .price_inner .lower_content ul li {
    font-size: 16px;
    color: #808080;
    position: relative;
    padding: 10px 0px 10px 25px;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    line-height: 26px;
}

.pricing_type_two .price_inner .lower_content ul li:last-child {
    border-color: #fff;
}

.pricing_type_two .price_inner .lower_content ul li::before {
    content: '\f00c';
    color: var(--color-set-one-1);
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}

.pricing_type_two .popular_tag {
    position: absolute;
    top: -37px;
    background: var(--color-set-one-1);
    right: -1px;
    padding: 0px 9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing_type_two .price_inner .lower_content .get_start {
    position: relative;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.pricing_type_two .price_inner .lower_content .theme_btn {
    border-radius: 30px;
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    font-weight: 500;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .pricing_type_two .price_inner:hover .lower_content .get_start {
        height: 90px;
        line-height: 90px;
    }

    .pricing_type_two .price_inner.active .lower_content .theme_btn {
        transform: translateY(0px);
    }

    .pricing_type_two .price_inner:hover {
        transform: translate(0px, -46px)
    }

    .pricing_type_two .price_inner:hover .lower_content .theme_btn {
        transform: translateY(0px);
    }

    .pricing_type_two .price_inner.active .lower_content .theme_btn {
        transform: translateY(0px);
    }

    .pricing_type_two .price_inner.active .lower_content .get_start {
        height: 90px;
        line-height: 90px;
    }

    .pricing_type_two .price_inner .lower_content .theme_btn {
        transform: translateY(150px);
        position: absolute;
    }

    .pricing_type_two .price_inner .lower_content .get_start {
        height: 0px;
    }
}



/*-----------===================pricing_type_two style_three===================--------------*/
.pricing_type_two.style_three .price_inner .lower_content .theme_btn {
    transform: translateY(0px);
    position: relative;
    margin-bottom: 0px;
}

.pricing_type_two.style_three .price_inner .lower_content .get_start {
    height: auto;
    line-height: inherit;
}

.pricing_type_two.style_three .price_inner {
    margin-top: 0px;
    background: #fff;
    border-radius: 10px;
}

.pricing_type_two.style_three .price_inner.active {
    transform: inherit;
    background: #f4faf4;
    box-shadow: unset;
}

.pricing_type_two.style_three .price_inner .price_innner_in {
    background: transparent;
}

.pricing_type_two.style_three .price_inner:hover {
    transform: inherit;
    background: #f4faf4;
    box-shadow: unset;
}

.pricing_type_two.style_three .price_inner .price_innner_in {
    border: 0px !important;
}

.pricing_type_two.style_three .price_inner.active .lower_content .get_start {
    height: inherit;
    line-height: inherit;
}

.pricing_type_two.style_three .price_inner:hover .lower_content .get_start {
    height: inherit;
    line-height: inherit;
}

.pricing_type_two.style_three .price_inner .lower_content ul li {
    border: 0px;
}

.pricing_type_two.style_three .popular_tag {
    position: absolute;
    top: 0;
    background: var(--color-set-one-1);
    right: 0;
    padding: 0px 9px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 5px;
}

.pricing_type_two.style_three .price_inner .upper_content .amount h6  ,
.pricing_type_two.style_three .price_inner .upper_content .amount .amountin {
    font-size: 16px;
    font-weight: 400;

}

.pricing_type_two.style_three .price_inner .upper_content .amount {
    border: 0px;
    padding-top: 20px;
    margin-top: 0px;
}

.pricing_type_two.style_three .price_inner .lower_content {
    background: transparent;
}

.pricing_type_two.style_three .price_inner .upper_content {
    padding: 30px 30px 9px;
    text-align: center;
    background: transparent;
}

.pricing_type_two.style_three .price_inner .lower_content ul li::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #f4faf4;
    text-align: center;
    font-size: 10px;
    border-radius: 30px;
    color: #808080;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pricing_type_two.style_three .price_inner .upper_content h5 ,
.pricing_type_two.style_three .price_inner .upper_content .pricetitles {
    font-weight: 700;
}

/*---------------------------------------------------------------------------

===============================.testimonial_all==============================

-----------------------------------------------------------------------------*/

.testimonial_all {
    position: relative;
}

.testimonial_all .testimonial_outer {
    position: relative;
    margin-bottom: 30px;
}

.testimonial_all.grid .testimonial_outer {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.testimonial_all.grid .testimonial_outer .image img {
    border-radius: 50%;
}

.testimonial_all .testimonial_outer ul {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 10px;
}

.testimonial_all .testimonial_outer ul li span {
    font-size: 18px;
    line-height: 40px;
    color: var(--color-set-one-1);
}

.testimonial_all .testimonial_outer .content_inner {
    position: relative;
    padding: 20px 20px 0px;
}

.testimonial_all .testimonial_outer .content_inner p {
    margin-bottom: 10px;
}

.testimonial_all .testimonial_outer .content_inner h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-set-one-2);
}

.testimonial_all .testimonial_outer .authour_name p {
    color: var(--color-set-one-1);
}


/*---------------------------------------------------------------------------

===============================.two_column_grid==============================

-----------------------------------------------------------------------------*/

.two_columns_masonry .project_inner {
    margin-bottom: 30px;
    position: relative;
}

.two_columns_masonry .project_inner .image {
    position: relative;
}

.two_columns_masonry .project_inner .image img {
    width: 100%;
}

.two_columns_masonry .project_inner .image::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.two_columns_masonry .project_inner:hover .image::before {
    height: 100%;
    bottom: 0;
}

.two_columns_masonry .project_inner .content_inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 20px;
}

.two_columns_masonry .project_inner .content_inner .overlay_content {
    position: relative;
    display: inline-block;
}

.two_columns_masonry .project_inner .content_inner h2 ,
.two_columns_masonry .project_inner .content_inner .entry-title {
    background: #fff;
    position: relative;
    z-index: 11;
    display: inline-block;
    padding: 15px 15px;
}

.two_columns_masonry .project_inner .content_inner h2 a,
.two_columns_masonry .project_inner .content_inner .entry-title a {
    font-size: 22px;
    line-height: 28px;
    color: var(--color-set-one-2);
    font-weight: 700;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

@media(max-width:768px) {
    .two_columns_masonry .project_inner .content_inner h2 a  ,
    .two_columns_masonry .project_inner .content_inner .entry-title a {
        font-size: 18px;
    }
}

.two_columns_masonry .project_inner .content_inner h2:hover a ,
.two_columns_masonry .project_inner .content_inner .entry-title:hover a {
    color: var(--color-set-one-1);
}

.two_columns_masonry .project_inner .content_inner .gallery_image {
    position: absolute;
    width: 60px;
    height: 100%;
    background: var(--color-set-one-1);
    top: 0;
    right: -5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.two_columns_masonry .project_inner .content_inner .gallery_image span {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.two_columns_masonry .project_inner:hover .content_inner .gallery_image {
    right: -60px;
}


/*---------------------------------------------------------------------------

===============================.three_column_grid==============================

-----------------------------------------------------------------------------*/

.three_columns_masonry .project_inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.three_columns_masonry {
    width: 25%;
    padding: 0px 12px 10px;
}

.three_columns_masonry:nth-child(3) {
    width: 50%;
}

.three_columns_masonry:nth-child(7) {
    width: 50%;
}

@media(max-width:768px) {
    .three_columns_masonry {
        width: 100%;
    }

    .three_columns_masonry:nth-child(3) {
        width: 100%;
    }

    .three_columns_masonry:nth-child(7) {
        width: 100%;
    }
}

.three-columns-masonry .site-main {
    padding: 0px 15px 0px 0px;
}

.three_columns_masonry .project_inner .image img {
    width: 100%;
}

.three_columns_masonry .project_inner .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.three_columns_masonry .project_inner:hover .image:before {
    opacity: .9;
}

.three_columns_masonry .project_inner h2 a ,
.three_columns_masonry .project_inner .entry-title a {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: -100%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-weight: 600;
}

.three_columns_masonry .project_inner:hover h2 a ,
.three_columns_masonry .project_inner:hover .entry-title a  {
    opacity: 1;
    top: 48%;
}


/*---------------------------------------------------------------------------

===============================.project_type_two==============================

--------------------------------------------------------------------------



.three-columns-grid .container.auto_container {

padding: 0px;

}

---*/

.three-columns-grid .fliter_group {
    text-align: center;
    margin-bottom: 50px;
}

.three-columns-grid .fliter_group ul {
    display: inline-block;
    text-align: center;
    border: 1px dashed #d2d2d2;
    border-radius: 3px;
    padding: 0px 60px;
}

.three-columns-grid .fliter_group ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.three-columns-grid .fliter_group ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #d2d2d2;
    width: 1px;
    height: 25px;
}

.three-columns-grid .fliter_group ul li.current,
.three-columns-grid .fliter_group ul li:hover {
    color: var(--color-set-one-1);
}

.three-columns-grid .fliter_group ul li:last-child::before {
    display: none;
}

.fliter_group.project_posts {
    text-align: center;
    margin-bottom: 60px;
}

.fliter_group.project_posts ul {
    display: inline-block;
    text-align: center;
    border: 1px dashed #d2d2d2;
    border-radius: 3px;
    padding: 0px 60px;
}

.fliter_group.project_posts ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.fliter_group.project_posts ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #d2d2d2;
    width: 1px;
    height: 25px;
}

.fliter_group.project_posts ul li.current,
.fliter_group.project_posts ul li:hover {
    color: var(--color-set-one-1);
}

.fliter_group.project_posts ul li:last-child::before {
    display: none;
}

.three_column_filter_grid .project_inner {
    position: relative;
    margin-bottom: 30px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.three_column_filter_grid .project_inner:hover {
    border: 2px solid var(--color-set-one-1);
}

.three_column_filter_grid .project_inner .image {
    display: block;
    position: relative;
}

.three_column_filter_grid .project_inner .image img {
    width: 100%;
}

.three_column_filter_grid .project_inner .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.three_column_filter_grid .project_inner:hover .overlay {
    bottom: 0;
    opacity: .9;
    height: 100%;
}

.three_column_filter_grid .project_inner .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.three_column_filter_grid .project_inner .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -21px;
}

.three_column_filter_grid .project_inner .content_inner {
    position: absolute;
    width: 100%;
    text-align: center;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 15px 20px 12px;
    background: #fff;
    opacity: 0;
    transform: translateY(150px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.three_column_filter_grid .project_inner .content_inner h2 a ,

.three_column_filter_grid .project_inner .content_inner .entry-title a {
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

@media(max-width:768px) {
    .three_column_filter_grid .project_inner .content_inner h2 a, 
    .three_column_filter_grid .project_inner .content_inner .entry-title a {
        font-size: 18px;
    }
}

.three_column_filter_grid .project_inner .content_inner h2:hover a,

.three_column_filter_grid .project_inner .content_inner .entry-title:hover a {
    color: var(--color-set-one-1);
}

.three_column_filter_grid .project_inner:hover .content_inner {
    opacity: 1;
    transform: translateY(0px);
}

.three_column_filter_grid .project_inner .content_inner p a {
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.three_column_filter_grid .project_inner .content_inner a {
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.three_column_filter_grid .project_inner .content_inner p:hover a {
    color: var(--color-set-one-1);
}

.three_column_filter_grid .project_inner .content_inner a:hover {
    color: var(--color-set-one-1);
}


/*---------------------------------------------------------------------------

===============================.project_type_three==============================

-----------------------------------------------------------------------------*/

.two-columns-grid .container.auto_container {
    padding: 0px;
}

.two-columns-grid .fliter_group {
    text-align: center;
    margin-bottom: 50px;
}

.two-columns-grid .fliter_group ul {
    display: inline-block;
    text-align: center;
    border: 1px dashed #d2d2d2;
    border-radius: 3px;
    padding: 0px 60px;
}

.two-columns-grid .fliter_group ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-set-one-2);
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.two-columns-grid .fliter_group ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #d2d2d2;
    width: 1px;
    height: 25px;
}

.two-columns-grid .fliter_group ul li.current,
.two-columns-grid .fliter_group ul li:hover {
    color: var(--color-set-one-1);
}

.two-columns-grid .fliter_group ul li:last-child::before {
    display: none;
}

.two_column_filter_grid .project_inner {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.two_column_filter_grid .project_inner .image {
    display: block;
    position: relative;
}

.two_column_filter_grid .project_inner .image img {
    width: 100%;
}

.two_column_filter_grid .project_inner .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.two_column_filter_grid .project_inner:hover .overlay {
    bottom: 0;
    height: 100%;
}

.two_column_filter_grid .project_inner .image .overlay::before {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 60px;
    height: 0%;
    right: 0;
    top: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.two_column_filter_grid .project_inner:hover .image .overlay::before {
    height: 100%;
    top: 0;
}

.two_column_filter_grid .project_inner .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 43%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.two_column_filter_grid .project_inner .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -21px;
}

.two_column_filter_grid .project_inner .content_inner h2,
.two_column_filter_grid .project_inner .content_inner .entry-title {
    position: absolute;
    width: 100%;
    left: -150px;
    bottom: 0;
    background: var(--color-set-one-1);
    padding: 16px 65px 16px 25px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    opacity: 0;
    transition: all .6s ease-in-out;
}

.two_column_filter_grid .project_inner .content_inner h2 a,
.two_column_filter_grid .project_inner .content_inner .entry-title a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

@media(max-width:768px) {
    .two_column_filter_grid .project_inner .content_inner h2 a ,
    .two_column_filter_grid .project_inner .content_inner .entry-title a {
        font-size: 18px;
    }
}

.two_column_filter_grid .project_inner .content_inner h2 span,
.two_column_filter_grid .project_inner .content_inner .entry-title span {
    font-size: 13px;
    float: right;
    color: #fff;
    line-height: 28px;
}

.two_column_filter_grid .project_inner .content_inner .meta_value a {
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.two_column_filter_grid .project_inner:hover .content_inner h2,
.two_column_filter_grid .project_inner:hover .content_inner .entry-title {
    left: 0;
    opacity: 1;
}

.two_column_filter_grid .project_inner .content_inner .meta_value {
    position: absolute;
    transform: rotate(90deg) scaleX(1);
    transform-origin: top right;
    top: 104px;
    right: 16px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.two_column_filter_grid .project_inner:hover .content_inner .meta_value {
    top: 185px;
}

.two_column_filter_grid .project_inner:hover .content_inner .meta_value a {
    opacity: 1;
    transform: scaleX(-1);
}

.two_column_filter_grid .project_inner .content_inner .meta_value a::before {
    position: absolute;
    content: '';
    width: 58px;
    height: .5px;
    background: #fff;
    margin-left: -65px;
    top: 13px;
}


/*------------------------------------------------------------------------------------------------------

===========================================product-details==============================================

-------------------------------------------------------------------------------------------------------*/

.project_details {
    position: relative;
}

.project_details .sub_title {
    font-size: 36px;
    line-height: 42px;
    color: var(--color-set-one-2);
    margin-bottom: 20px;
    font-weight: 700;
}

.project_details .project_description,
.project_details .project_scope {
    position: relative;
    margin-bottom: 50px;
}

.project_details .project_scope ul {
    position: relative;
    margin-top: 20px;
}

.project_details .project_scope ul li {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    padding-left: 30px;
}

.project_details .project_scope ul li::before {
    content: "\e93b";
    position: absolute;
    font-size: 20px;
    color: var(--color-set-one-1);
    font-family: 'icomoon';
    left: 0;
}

.project_details .project_details_image {
    position: relative;
    margin-bottom: 30px;
}

.project_details .project_details_image .image {
    position: relative;
    margin-bottom: 10px;
}

.project_details .project_details_image .image img {
    position: relative;
    float: left;
    width: 50%;
    object-fit: cover;
    height: 300px;
    padding-bottom: 12px;
    padding-right: 10px;
}

.project_details .project_details_image .image img:first-child {
    width: 100%;
    height: 440px;

}

.project_details .project_details_image .image img:nth-child(2) {

    height: 470px;
}

.project_details .project_details_image .image img:nth-child(3) {

    height: 235px;
}

.project_details .project_details_image .image img:nth-child(4) {

    height: 235px;
}

@media(max-width:768px) {
    .project_details .project_details_image .image img {
        width: 100% !important;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px;
    }

    .project_details .project_details_image {
        margin-bottom: 50px;
    }
}

.project_details .project_details_image_caro {
    display: none;
    margin-bottom: 50px;
}

.project_details .project_details_image {
    display: block;
}

.project_details .project_details_image_caro img {
    width: 100% !important;
}

.project_information {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    margin-bottom: 60px;
}

.project_information h2 {
    padding: 14px 30px;
    color: #fff;
    background: var(--color-set-one-1);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.project_information .information_inner {
    padding: 15px 30px 15px;
    position: relative;
}

.project_information .information_inner .content {
    position: relative;
    padding: 15px 0px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}

.project_information .information_inner .content:last-child {
    border-bottom: 0px;
}

.project_information .information_inner .content span {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 2px dotted #c0c0c0;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: #aeaeae;
}

.project_information .information_inner .content:hover span {
    color: var(--color-set-one-1);
    border-color: var(--color-set-one-1);
}

.project_information .information_inner .content .text_box {
    margin-left: 80px;
}

.project_information .information_inner .content .text_box h3 {
    font-size: 22px;
    color: var(--color-set-one-2);
    font-weight: 700;
    line-height: 26px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.project_information .information_inner .content .text_box p a {
    color: #808080;
}

.project_information .information_inner .content:hover .text_box h3 {
    color: var(--color-set-one-1);
}

.project_details .estimations {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.project_details .estimations h2 {
    padding: 14px 30px;
    color: #fff;
    background: var(--color-set-one-1);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.project_details .estimations .form_inner {
    position: relative;
    padding: 25px 30px;
}

.project_details .estimations .form_inner label {
    display: block;
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    margin-bottom: 20px;
}

.project_details .estimations .form_inner .theme_btn {
    border: 0px;
    box-shadow: none;
    width: 100%;
    border-radius: 50px;
    margin-top: 10px;
}

.project_details input[type="text"],
.project_details input[type="email"],
.project_details textarea,
.project_details .ui-selectmenu-button {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.project_details input::placeholder {
    color: #808080;
}

.project_details textarea::placeholder {
    color: #808080;
}

.single-project .ui-selectmenu-open {
    display: inline-block;
    width: auto !important;
}

.project_details .ui-selectmenu-button .ui-icon::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 0px;
    color: #888888;
    font-size: 16px;
    top: 0px;
}

.project_details textarea {
    height: 150px;
}

.project_details .ui-selectmenu-button {
    line-height: 21px;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.ui-selectmenu-button .ui-icon::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 0px;
    color: #888888;
    font-size: 16px;
    top: 0px;
}

.ui-selectmenu-button .ui-icon {
    text-indent: inherit;
}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 10px 20px !important;
    background: #fff !important;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--color-set-one-1) !important;
    color: #fff;
}


/*----------------------------------------------------------------------------------------------

============================================inner_pg_serice_one=================================

----------------------------------------------------------------------------------------------*/

.inner_pg_serice_one {
    position: relative;
    padding: 100px 0px 70px;
}

.inner_pg_serice_one .owl-nav {
    display: none !important;
}

.inner_pg_serice_one .inner_heading {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.inner_pg_serice_one .inner_heading h1 {
    font-size: 40px;
    line-height: 46px;
    color: var(--color-set-one-2);
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width:3000px) and (min-width:1200px) {
    .inner_pg_serice_one .inner_heading p {
        padding: 0px 280px;
    }
}


/*----------------------------------------------------------------------------------------------

============================================service_type_five=================================

----------------------------------------------------------------------------------------------*/

.inner_pg_serice_two {
    position: relative;
    padding: 0px 0px 70px;
}

.inner_pg_serice_two .owl-nav,
.inner_pg_serice_two .owl-dots {
    display: none !important;
}

.inner_heading {
    text-align: center;
    position: relative;
    margin-bottom: 40px !important;
}

.inner_heading h1 {
    font-size: 40px;
    line-height: 46px;
    color: var(--color-set-one-2);
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width:3000px) and (min-width:1200px) {
    .inner_heading p {
        padding: 0px 280px;
    }
}

.service_type_five .service_inner {
    position: relative;
    margin: 0px 0px 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden;
}

.service_all.service_type_five .owl-carousel .owl-nav,
.service_all.service_type_five .owl-carousel .owl-dots {
    display: none !important;
}

.service_type_five .owl-carousel .service_inner {
    margin: 0px 15px 40px;
}

.service_type_five .service_inner .image {
    display: block;
    position: relative;
}

.service_type_five .service_inner .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
}

.service_type_five .service_inner:hover .image .overlay {
    opacity: 1;
}

.service_type_five .service_inner span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 74px;
    text-align: center;
    background: var(--color-set-one-1);
    z-index: 0;
    top: 0px;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_five .service_inner span::after {
    position: absolute;
    content: '';
    width: 65px;
    height: 27px;
    background: var(--color-set-one-1);
    bottom: -17px;
    left: -4px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 5px;
    transform: rotate(-17deg);
    z-index: -1;
}

.service_type_five .service_inner .content_inner {
    padding: 30px 28px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_five .service_inner:hover .content_inner {
    background: #fff;
    transform: translateY(-40px);
}

.service_type_five .service_inner .content_inner h2 ,
.service_type_five .service_inner .content_inner .title_ser {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_five .service_inner .content_inner h2 a ,
.service_type_five .service_inner .content_inner .title_ser a {
    color: var(--color-set-one-2);
    font-weight: 700;
    font-size: 22px;
    display: block;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 7px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_five .service_inner .content_inner h2:hover a ,
.service_type_five .service_inner .content_inner .title_ser:hover a {
    color: var(--color-set-one-1);
}

.service_type_five .service_inner .content_inner p {
    padding-bottom: 15px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-bottom: 1px dashed transparent;
}

.service_type_five .service_inner:hover .content_inner p {
    border-bottom: 1px dashed #e6e6e6;
}

.service_type_five .service_inner .content_inner a.r_more {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: var(--color-set-one-2);
    transform: translateY(83px);
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_five .service_inner:hover .content_inner a.r_more {
    transform: translateY(0px);
}

.service_type_five .service_inner .content_inner a.r_more:hover {
    color: var(--color-set-one-1);
}

.dots_none .owl-carousel .owl-dots {
    display: none !important;
}

.nav_none .owl-carousel .owl-nav {
    display: none !important;
}


/*------------------------------------------------------------------------------

================================service_type_six================================

------------------------------------------------------------------------------*/

.service_type_six {
    position: relative;
}

.service_type_six .container {
    padding: 0px;
}

.service_second_page {
    position: relative;
    margin-bottom: 40px;
}

.service_second_page h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-set-one-2);
    line-height: 50px;
}

.service_second_page p {
    margin-bottom: 20px;
}

.service_second_page a {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-set-one-2);
    text-transform: uppercase;
}

.service_second_page a i {
    font-size: 13px;
    margin-right: 10px;
    color: var(--color-set-one-1);
}

.service_type_six .service_inner {
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 0;
    background: transparent;
    cursor: pointer;
    padding: 25px 10px 25px 0px;
}

.service_all.service_type_six .owl-carousel .service_inner {
    padding: 25px 25px 25px 25px;
    margin: 13px 0px;
}

.service_all.service_type_six .owl-carousel .service_inner::before {
    width: 100%;
}


.service_all.service_type_six .owl-carousel .service_inner:hover::before {
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .04);
}

.service_type_six .service_inner::before {
    position: absolute;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -1;
    background: #fff;
    content: '';
    cursor: pointer;
    width: 106%;
    height: 100%;
    left: -20px;
    top: 0px;
    opacity: 0;
}

.service_all .service_type_six .service_inner::before {
    display: none;
}

.service_all .service_type_six .service_inner {
    padding-right: 30px;
}

.service_type_six .service_inner:hover::before {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .05);
    opacity: 1;
}

.service_type_six .service_inner span {
    font-size: 60px;
    line-height: 60px;
    color: var(--color-set-one-1);
    margin-bottom: 13px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
}

.service_type_six .service_inner h2 a ,
.service_type_six .service_inner .title_ser a {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-set-one-2);
    display: block;
    margin-bottom: 10px;
    line-height: 28px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_six .service_inner:hover h2 a,
.service_type_six .service_inner:hover .title_ser a {
    color: var(--color-set-one-1);
}

.contact_type_three {
    position: relative;
}

.contact_type_three .project_consultation {
    position: relative;
    padding: 120px 0px 40px;
}

h2.offer_box_heading_two {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contact_type_three .pro_box {
    position: relative;
    padding: 40px;
    background: var(--color-set-one-1);
    border: 1px dashed #12761d;
    margin-bottom: 40px;
}

.contact_type_three .pro_box h3  ,
.contact_type_three .pro_box .offertitles {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact_type_three .pro_box h6 strong ,
.contact_type_three .pro_box .ctyh6 strong {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}

.contact_type_three .pro_box h6 ,
.contact_type_three .pro_box .ctyh6 {
    font-size: 16px;
    color: #fff;
}

.contact_type_three .pro_box a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    border-radius: 50px;
    background: #1c8828 !important;
    margin-top: 30px;
}

.contact_type_three .pro_box a.theme_btn:hover {
    background: var(--color-set-one-2) !important;
    color: #fff;
}

.contact_type_three .form_appointment {
    padding: 100px 0px 70px 100px;
}

@media(max-width:992px) {
    .contact_type_three .form_appointment {
        padding: 0px 0px 70px 0px;
    }

    .contact_type_three {
        background-position: 61% 0px;
    }
}

.service_type_seven {
    position: relative;
}

.service_type_seven .service_outer {
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 80px 80px 80px 80px;
}

.service_type_seven .service_outer .overlay {
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    height: 100%;
    content: '';
    z-index: -2;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven .service_outer .overlay:before {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    content: '';
    z-index: -1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven .service_outer:hover .overlay:before {
    opacity: 1;
}

.service_type_seven .service_outer h2 a ,
.service_type_seven .service_outer .title_ser a {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven .service_outer span {
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 30px;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven .service_outer:hover span {
    color: var(--color-set-one-1);
}

.service_type_seven .service_outer:hover h2 a  ,

.service_type_seven .service_outer:hover .title_ser a {
    color: var(--color-set-one-2);
}

.service_type_seven .service_outer p {
    color: #fff;
    margin-bottom: 15px;
}

.service_type_seven .service_outer:hover p {
    color: #808080;
}

.service_type_seven .service_outer .more_details {
    position: relative;
    font-size: 16px;
    color: #fff;
    font: 600;
    line-height: 26px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven .service_outer:hover .more_details {
    color: var(--color-set-one-1);
}


/*------------------------------------------------------------------------

========================testimonial_type_five============================

------------------------------------------------------------------------*/

.testimonial_type_five {
    position: relative;
}

.testimonial_type_five .owl-dots {
    display: none;
}

.testimonial_type_five .heading_inner {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial_type_five .heading_inner h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--color-set-one-2);
    font-weight: 600;
}

.testimonial_type_five .testimonial_outer {
    position: relative;
    margin-top: 36px;
    overflow: hidden;
    padding: 40px 60px;
    background: #fff;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .05);
    margin: 15px 15px 30px;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_five .testimonial_outer:hover {
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .06);
}

.testimonial_all.testimonial_type_five .owl-item {
    overflow: hidden;
}

@media(max-width:1199px) {
    .testimonial_type_five .owl-carousel .owl-nav {
        display: none !important;
    }
}

.testimonial_type_five .testimonial_outer .authour_image {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    width: 90px;
    height: 90px;
}

.testimonial_type_five .testimonial_outer .authour_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial_type_five .testimonial_outer ul {
    position: relative;
    margin-top: 15px;
    box-shadow: none;
}

.testimonial_type_five .testimonial_outer ul li span {
    font-size: 18px;
    color: var(--color-set-one-1);
}

.testimonial_type_five .testimonial_outer p.desc {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.testimonial_type_five .testimonial_outer h2 ,
.testimonial_type_five .testimonial_outer .title_testi {
    font-size: 22px;
    color: var(--color-set-one-2);
    font-weight: 700;
    line-height: 28px;
}

.testimonial_type_five .testimonial_outer h2 span,
.testimonial_type_five .testimonial_outer .title_testi span {
    font-size: 16px;
    color: var(--color-set-one-1);
}

.testimonial_type_five .testimonial_outer span.icon {
    position: absolute;
    font-size: 60px;
    line-height: 60px;
    opacity: .05;
    top: 60px;
    left: 69px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonial_type_five .testimonial_outer:hover span.icon {
    color: var(--color-set-one-1);
    opacity: 1;
}

.testimonial_type_five .owl-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
}

.testimonial_type_five .owl-carousel .owl-nav .owl-prev,
.testimonial_type_five .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #a8a8a8;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative;
    margin: 0px 10px;
}

.testimonial_type_five .owl-carousel .owl-nav .owl-prev .prev {
    transform: rotate(180deg);
    display: block;
    line-height: 60px;
}

@media (max-width: 3000px) and (min-width: 1200px) {

    .testimonial_type_five .owl-carousel .owl-nav .owl-prev,
    .testimonial_type_five .owl-carousel .owl-nav .owl-next {
        position: absolute;
    }

    .testimonial_type_five .owl-carousel .owl-nav .owl-next {
        top: 45%;
        right: -90px;
    }

    .testimonial_type_five .owl-carousel .owl-nav .owl-prev {
        top: 45%;
        left: -90px;
    }
}

@media (max-width: 992px) {
    .testimonial_type_five .owl-carousel .owl-nav {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media(max-width:992px) {
    .testimonial_type_five .testimonial_outer {
        padding: 30px 20px;
    }

    .testimonial_type_five .testimonial_outer span.icon {
        font-size: 40px;
        line-height: 40px;
        left: 40px;
    }
}


/*------------------------------------------------------------------------

========================service_details============================

------------------------------------------------------------------------*/

.service_details {
    position: relative;
    padding: 100px 0px 70px;
}

.service_siderbar {
    position: relative;
    padding-right: 30px;
    margin-bottom: 40px;
}

@media(max-width:992px) {
    .service_siderbar {
        padding: 0px;
    }
}

.service_single_links {
    position: relative;
    overflow: auto;
}

.service_single_links ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_single_links ul li:last-child {
    border-bottom: 0px;
}

.service_single_links ul li a {
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    line-height: 30px;
}

.service_single_links ul li:before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    top: 11px;
    left: 0;
    text-align: center;
    color: #808280;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_single_links ul.service-category li {
    padding-left: 25px !important;
}

.service_single_links ul.service-category li:first-child {
    padding-top: 0px;
}

.service_single_links ul.service-category li:last-child {
    padding-bottom: 0px;
}

.service_single_links ul.service-category li:first-child:before {
    top: 2px;
}

.service_single_links ul.service-category li:last-child:before {
    top: 12px;
}

.service_single_links ul.service-category li:hover:before {
    color: var(--color-set-one-1);
}

.service_siderbar .menu-service-links-container {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
    padding: 20px 30px;
    margin-bottom: 40px;
}

.service_siderbar .widget_nav_menu ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-right: 1px solid transparent;
}

.service_siderbar .widget_nav_menu ul li:last-child {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_siderbar .widget_nav_menu ul li:first-child {
    border-top: 1px solid transparent;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_siderbar .widget_nav_menu ul li a {
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    line-height: 30px;
}

.service_siderbar .widget_nav_menu ul li:before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    width: 60px;
    height: 100%;
    background: var(--color-set-one-1);
    top: 0;
    left: 0;
    line-height: 54px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform: translateX(-161px);
}

.service_siderbar .widget_nav_menu ul li:hover,
.service_siderbar .widget_nav_menu ul li.current-menu-item {
    padding-left: 67px;
    background: #f4f4f4;
    border-right: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:first-child:hover,
.service_siderbar .widget_nav_menu ul li:first-child.current-menu-item {
    border-top: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:last-child:hover,
.service_siderbar .widget_nav_menu ul li:last-child.current-menu-item {
    border-bottom: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:hover,
.service_siderbar .widget_nav_menu ul li.current-menu-item {
    padding-left: 67px;
    background: #f4f4f4;
    border-right: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:hover:before,
.service_siderbar .widget_nav_menu ul li.current-menu-item:before {
    transform: translateX(0px);
}

.offer_box {
    position: relative;
}

.offer_box span.icon {
    color: #fff;
    font-size: 54px;
    line-height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--color-set-one-1);
}

.offer_box span.icon::after {
    color: #fff;
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    z-index: 15;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 2px dotted #fff;
}

.offer_box img {
    width: 100% !important;
    margin: 0px !important;
}

.offer_box .content_outer {
    position: relative;
    padding: 10px;
    background: #1c1c1c;
}

.offer_box .content_inner {
    position: relative;
    border: 1px dashed rgba(255, 255, 255, .5);
    text-align: center;
    padding: 40px 30px 26px;
}

.offer_box .content_inner h2 {
    font-size: 24px;
    color: var(--color-set-one-1);
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

.offer_box .content_inner h6 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #eaf721;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.offer_box .content_inner p {
    color: #fff;
    margin-bottom: 20px;
}

.offer_box .content_inner a.theme_btn {
    border-radius: 50px;
}

.pdf_download {
    position: relative;
    background: var(--color-set-one-1);
    padding: 20px;
    text-align: center;
}

.pdf_download img {
    margin-bottom: 30px;
}

.pdf_download h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.pdf_download a.theme_btn {
    border-radius: 50px;
    color: var(--color-set-one-2);
    background: #fff !important;
}

.service_details .service_details_image_caro {
    display: none;
    margin-bottom: 50px;
}

.service_details .service_details_image {
    display: block;
}

.service_details_image .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 370px;
}

.service_details_image .image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.service_details .service_details_image_caro .owl-carousel .owl-nav,
.service_details .service_details_image_caro .owl-carousel .owl-dot {
    display: none !important;
}

@media(max-width:992px) {
    .service_details .service_details_image {
        display: none;
    }

    .service_details .service_details_image_caro {
        display: block !important;
    }
}

.service_details .service_details_image_caro img {
    width: 100% !important;
}

.service_details .service_details_image .padding_lg {
    padding-left: 5px;
}

.service_details .service_details_image .image {
    margin-bottom: 10px;
}

.service_details .service_details_image .padding_rg {
    padding-right: 5px;
}

.left_service_details .service_description {
    position: relative;
    margin-bottom: 40px;
}

.left_service_details .service_description p {
    margin-bottom: 20px;
}

.left_service_details .service_description p span {
    color: var(--color-set-one-1);
    font-weight: 600;
}

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

.service_details_image.style-2 .owl-carousel .owl-dots,
.service_details_image.style-2 .owl-carousel .owl-nav,
.service_details_image.style-2 .owl-carousel .owl-dots.disabled,
.service_details_image.style-2 .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.service_details_image .owl-carousel .owl-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.service_details_image .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: .5s ease;
}

.service_details_image .image .overlay:before {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.service_details_image .image:hover .overlay {
    opacity: 1;
}

.service_details_image .image:hover .overlay:before {
    opacity: .8;
}

.service_details_image .image .overlay span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.services_include {
    position: relative;
    margin-bottom: 30px;
}

.services_include h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-set-one-2);
    line-height: 36px;
}

.services_include p {
    margin-bottom: 20px;
}

ul.list_items li {
    font-size: 16px;
    position: relative;
    font-weight: 400;
    color: #808080;
    line-height: 38px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

ul.list_items li span {
    font-size: 20px;
    color: var(--color-set-one-1);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: -3px;
}

.services_include ul li:hover {
    color: var(--color-set-one-1);
}

.emergency_inner_ser {
    position: relative;
    background: url(../img/service/service_emer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 40px 40px;
    text-align: center;
    margin-bottom: 30px;
}

.emergency_inner_ser span {
    font-size: 50px;
    line-height: 50px;
    color: var(--color-set-one-2);
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 45px;
}

.emergency_inner_ser span::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 100px;
    top: -20px;
    margin-left: -66px;
    background: #eaf721;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: -1;
}

.emergency_inner_ser h2 ,
.emergency_inner_ser .emer_inner_ser_tit {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 36px !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.emergency_inner_ser p {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
    padding-top: 10px;
}

.single-service .service h2.sub_title {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: var(--color-set-one-2);
    margin-bottom: 20px;
}

.single-service .service h2 {
    font-size: 30px;
    line-height: 52px;
    font-weight: 700;
    color: var(--color-set-one-2);
}

.different_services {
    position: relative;
    margin-bottom: 10px;
    padding-top: 20px;
}

.different_services #tabs-nav .navitem {
    position: relative;
    display: inline-block;
}

.different_services #tabs-nav .navitem .navlink {
    position: relative;
    padding: 0px;
}

.different_services #tabs-nav .navitem .navlink span {
    font-size: 40px;
    line-height: 50px;
    display: block;
    color: var(--color-set-one-1);
    float: left;
}

.different_services #tabs-nav .navitem .navlink h2 {
    font-size: 20px;
    color: var(--color-set-one-2);
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    margin-left: 15px;
}

.service_tb {
    height: 90px;
    width: 245px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 19px 20px 20px 20px;
    z-index: 0;
    border: 2px solid #fff;
    position: relative;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
}

.service_tb::before {
    content: "\f00c";
    position: absolute;
    top: -15px;
    right: 30px;
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 28px;
    text-align: center;
    font-family: 'FontAwesome';
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 10;
    background: var(--color-set-one-1);
}

.different_services #tabs-nav .navitem.show .navlink .service_tb,
.different_services #tabs-nav .navitem.active .service_tb {
    border: 2px solid var(--color-set-one-1);
    z-index: 0;
}

.different_services #tabs-nav .navitem.show .navlink .service_tb::before,
.different_services #tabs-nav .navitem.active .service_tb::before {
    opacity: 1;
}

.different_services .tab-content {
    padding: 30px 5px;
}

.different_services .df_service_inner {
    position: relative;
}

@media(max-width:992px) {
    .different_services .df_service_inner {
        margin-bottom: 30px;
    }
}

.different_services .df_service_inner p {
    margin-bottom: 20px;
}

.different_services .df_service_inner p:last-child {
    margin-bottom: 0px;
}

.different_services .df_service_inner ul li {
    position: relative;
    font-size: 16px;

    color: #808080;
    font-weight: 400;
    line-height: 36px;
    padding-left: 30px;
}

.different_services .df_service_inner ul li span {
    position: absolute;
    font-size: 20px;
    color: var(--color-set-one-1);
    left: 0;
    line-height: 22px;
    top: 7px;
}

.about_company_right .tab-content ul li {
    position: relative;
    font-size: 16px;

    color: #808080;
    font-weight: 400;
    line-height: 36px;
    padding-left: 30px;
}

.about_company_right .tab-content ul li span {
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    color: var(--color-set-one-1);
    left: 0;
    top: 7px;
}

.different_services .image img {
    width: 100%;
    margin-top: 10px;
}

.single-service .app_type_two {
    position: relative;
}

.single-service .app_type_two h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

.app_type_two input[type="text"],
.app_type_two input[type="email"],
.app_type_two input[type="tel"],
.app_type_two .ui-selectmenu-button,
.app_type_two textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--color-set-one-2);
    font-weight: 400;
}

.app_type_two input::placeholder {
    color: #808080;
}

.app_type_two .form-group.date_clan::before {
    position: absolute;
    content: "\e91d";
    top: 16px;
    right: 20px;
    font-size: 16px;
    color: #808080;
    font-family: 'icomoon';
}


/*------------------------------------------------------------------------------------------

==========================================blog-single=======================================

------------------------------------------------------------------------------------------*/

.blog_single_details {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
}

.blog_single_details table {
    margin-bottom: 30px;
}

.blog_single_details ul {
    padding-inline-start: 20px;
    margin-bottom: 30px;
}

.blog_single_details ul.blocks-gallery-grid {
    padding-inline-start: 0px;
}

.blog_single_details ul li ul {
    margin: 0px;
}

.blog_single_details ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.blog_single_details ol {
    padding-inline-start: 20px;
    margin-bottom: 30px;
}

.blog_single_details ol li ol {
    margin: 0px;
}

.blog_single_details ol li {
    margin-bottom: 5px;
}

.blog_single_details h2,
.blog_single_details h3,
.blog_single_details h4,
.blog_single_details h5,
.blog_single_details h6 {
    margin-bottom: 10px;
    font-weight: 700;
}

.blog_single_details_outer.tag-sticky-2,
.blog_single_details_outer.sticky,
.blog-one__single.tag-sticky-2,
.blog-one__single.sticky {
    position: relative;
}

.blog_single_details_outer.tag-sticky-2::before,
.blog_single_details_outer.sticky::before,
.blog-one__single.tag-sticky-2::before,
.blog-one__single.sticky::before {
    position: absolute;
    top: 10px;
    right: 25px;
    content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color-set-one-1);
    z-index: 10;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.blog_single_details .entry-thumbnail .owl-carousel .owl-item img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
}

.blog_single_details .category {
    position: relative;
    margin-bottom: 30px;
}

.blog_single_details .category ul {
    padding-inline-start: 0px;
    list-style: none;
}

.blog_single_details .category ul li {
    list-style: none;
}

.blog_single_details .entry-meta {
    padding-inline-start: 0px;
    list-style: none;
}

.blog_single_details .entry-meta li {
    list-style: none;
}

.blog_single_details .category a {
    border: 1px dashed var(--color-set-one-1);
    padding: 6px 15px;
    color: var(--color-set-one-1);
}

.blog_single_details .category span {
    margin-right: 5px;
}

.blog_single_details .category a {
    color: var(--color-set-one-1);
    margin-right: 10px;
    line-height: 26px;
}

.blog_single_details .entry-content {
    position: relative;
    padding: 30px;
}

.type-page .entry-content h2 {
    margin-bottom: 10px;
}

.type-page .entry-content table {
    margin-bottom: 30px;
}

.type-page .entry-content {
    position: relative;
    margin-bottom: 20px;
}

.type-page .entry-content p {
    margin-bottom: 15px;
}

.type-page .entry-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.type-page .entry-content ul li {
    list-style: none;
}

.type-page .entry-content ul li ul {
    margin-bottom: 0px;
}

.type-page .entry-content ul li ul li {
    list-style-type: circle;
}

.type-page .entry-footer ul {
    padding-left: 0px;
}

.type-page .entry-content ul li ul li ul li {
    list-style-type: square
}

.blog_single_details .entry-content p {
    margin-bottom: 15px;
}

.blog_single_details .entry-content img {
    margin-bottom: 0px;
    max-width: 100% !important;
    height: auto !important;
}

.blog_single_details .entry-content .tag {
    padding-bottom: 30px;
}

.blog_single_details .category .tag a {
    border: 1px dashed var(--color-set-one-1);
    padding: 6px 15px;
    color: var(--color-set-one-1);
}

.left_blog_details .category .tag a span {
    color: var(--color-set-one-1);
    margin-right: 10px;
    line-height: 26px;
}

.blog_single_details h1.entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    color: var(--color-set-one-2);
    margin-bottom: 20px;
}

.single-post blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 20px 10px !important;
    background: var(--color-set-one-1);
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0px auto 20px !important;
}

.single-post blockquote p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 10px !important;
}

.wp-block-pullquote {
    padding: 10px 0px;
}

.wp-block-pullquote blockquote {
    margin-bottom: 0px !important;
}

.single-post blockquote p a {
    font-size: 20px;
    line-height: 30px;
    background: var(--color-set-one-1);
    font-weight: 600;
    color: #fff;
    display: block;
}

.left_blog_details .blog_single_inner ul {
    position: relative;
    margin-bottom: 20px;
}

.blog_single_details .entry-meta {
    position: relative;
    margin-bottom: 12px;
}

.blog_single_details .entry-meta li {
    display: inline-block;
    margin-right: 8px;
    margin-right: 20px;
}

.blog_single_details .entry-meta li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    position: relative;
}

.blog_single_details .entry-meta li:last-child {
    margin: 0px;
}

.blog_single_details .entry-meta li.entry-categories small {
    padding: 0px 3px 0px 1px;
}

.blog_single_details .entry-meta li.entry-categories small:last-child {
    display: none;
}

.blog_single_details .entry-meta li span {
    color: var(--color-set-one-1);
    margin-right: 5px;
}

.blog_single_details .media_extra {
    padding: 30px;
    border-top: 1px solid #e6e6e6;
}

.blog_single_details .media_extra ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-set-one-2);
}

.blog_single_details .media_extra ul li a {
    color: #808080;
    font-weight: 400;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_single_details .media_extra ul li a:hover {
    color: var(--color-set-one-1);
}

.blog_single_details .media_extra ul.media_icon {
    float: right;
}

.blog_single_details .media_extra ul {
    position: relative;
    margin: 0px;
}

.blog_single_details .media_extra ul.tags_in {
    padding-top: 8px;
    padding-inline-start: 0px
}

.blog_single_details .media_extra ul.tags_in li small {
    color: #808080;
}

.blog_single_details .media_extra ul.tags_in li:last-child small {
    display: none;
}

.blog_single_details .media_extra ul li::before {
    display: none;
}

.blog_single_details .media_extra ul.media_icon li {
    margin-right: 10px;
}

.blog_single_details .media_extra ul.media_icon li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50px;
    border: 2px dotted #d2d2d2;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_single_details .media_extra ul.media_icon li:last-child {
    margin-right: 0px;
}

.blog_single_details .media_extra ul.media_icon li a:hover {
    border: 2px dotted var(--color-set-one-1);
    color: var(--color-set-one-1);
}

.next_prev_post {
    position: relative;
    margin-bottom: 40px;
}

.next_prev_post ul li {
    width: 50%;
    float: left;
}

.next_prev_post ul li.second-child {
    float: right;
}

.has-large-font-size {
    line-height: 36px;
}

.wp-block-media-text__content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.next_prev_post ul li .prev_post {
    position: relative;
    padding-right: 30px;
}

@media(max-width:768px) {
    .next_prev_post ul li .prev_post {
        padding-right: 0px;
    }
}

.next_prev_post ul li .prev_post .image {
    float: left;
    text-align: left;
    position: relative;
    margin-top: 5px;
    border-radius: 50%;
}

.next_prev_post .image .link {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 10;
    top: 0;
}

.next_prev_post ul li .prev_post .image img {
    border-radius: 50%;
    margin-right: 20px;
    min-width: 80px;
}

.next_prev_post ul li .prev_post .text {
    width: 100%;
    float: right;
}

.next_prev_post ul li .prev_post .text p {
    margin-bottom: 5px;
}

.next_prev_post ul li .prev_post .text p a {
    color: #808080;
}

.next_prev_post ul li .prev_post .text p span {
    margin-right: 10px;
}

.next_prev_post ul li .prev_post .text h2 {
    font-size: 18px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 28px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.next_prev_post ul li .next_post .image {
    float: right;
    text-align: right;
    position: relative;
    margin-top: 5px;
    border-radius: 50%;
}

.next_prev_post ul li .next_post .image img {
    border-radius: 50%;
    margin-left: 20px;
    min-width: 80px;
}

.next_prev_post ul li .next_post {
    position: relative;
    padding-left: 30px;
}

.next_prev_post ul li .next_post .text {
    float: left;
    width: 100%;
    text-align: right;
}

.next_prev_post ul li .next_post .text p {
    margin-bottom: 5px;
}

.next_prev_post ul li .next_post .text p a {
    color: #808080;
    display: inline-block;
    width: 100%;
}

.next_prev_post ul li .next_post .text p span {
    margin-left: 10px;
}

.next_prev_post ul li .next_post .text h2 {
    font-size: 18px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 28px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wp-calendar-table {
    text-align: center;
}

.wp-calendar-table a {
    color: var(--color-set-one-2);
    font-weight: 500;
}

.wp-calendar-table th,
.wp-calendar-table td {
    padding: 10px;
    border: 1px solid #eee;
}

@media(max-width:768px) {
    .next_prev_post ul li {
        width: 100%;
        float: none;
    }

    .next_prev_post ul li .text {
        text-align: center !important;
    }

    .next_prev_post ul li .prev_post {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    .blog_single_details .media_extra ul.tags_in {
        text-align: center;
        margin-bottom: 20px;
    }

    .blog_single_details .media_extra ul.media_icon {
        float: none;
        padding-inline-start: 0px;
        text-align: center;
    }

    .next_prev_post ul li .next_post {
        padding-left: 0px;
    }

    .next_prev_post ul li .next_post .image {
        display: none;
    }

    .next_prev_post ul li .prev_post .image {
        display: none;
    }
}

.same_authour {
    position: relative;
    padding: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    margin-bottom: 40px;
}

.same_authour .image {
    float: left;
}

.same_authour .content {
    margin-left: 120px;
    position: relative;
}

.same_authour .content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.same_authour .content p.work {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--color-set-one-1);
}

.same_authour .content p.desc {
    padding: 20px 0px;
}

.same_authour .content ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.same_authour .content ul li a.theme_btn {
    border-radius: 50px;
}

.same_authour .content ul li a.share {
    color: #808080;
}

.same_authour .content ul li .dropdown {
    position: relative;
}

.same_authour .content ul li .dropdown button {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

.same_authour .content ul li .dropdown i {
    font-size: 16px;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0px transparent !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}

.same_authour .image img {
    border-radius: 50%;
}

.same_authour p {
    margin-bottom: 30px;
}

.same_authour .dropdown-menu {
    top: -59px !important;
    left: 57px !important;
    border: 0px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 10px 15px;
    width: 210px !important;
    text-align: center;
}

@media(max-width:768px) {
    .same_authour {
        padding: 30px;
    }

    .same_authour .image {
        float: none;
    }

    .same_authour .content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.comments-area {
    position: relative;
    width: 100%;
}

.comments-area h2.comments-title , .comments-area h2.comments-title a { 
    font-size: 30px;
    font-weight: 600;
    color: var(--color-set-one-2);
    line-height: 36px;
    margin-bottom: 30px;
}

.comment-list {
    padding: 0px;
}

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

.comments-area .inner-coment {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.comments-area .inner-coment:last-child {
    border: 0px;
}

.comments-area ol.children {
    padding: 0px;
}

.comments-area ol.children .comments-outer .inner-coment {
    padding-left: 100px;
}

.comments-area .inner-coment:first-child {
    border-bottom: 1px solid #e6e6e6;
}

.comments-area .inner-coment .image,
.comments-area .inner-coment .comment-text {
    position: relative;
}

.comments-area .comment-list .comment .inner-coment {
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}

.comments-area .comment-list ol.children {
    padding-left: 15px;
}

.comments-area .inner-coment .image {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comments-area .inner-coment .image img {
    border-radius: 50%;
}

.comments-outer {
    position: relative;
}

.type-page p {
    margin-bottom: 10px;
}

.comments-area .inner-coment .comment-text h2.name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: unset;
}

.comments-area .inner-coment .comment-text h2.name a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: unset;
}

.comments-area .inner-coment .comment-text h2.name span {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}

.comments-area .inner-coment .comment-text p {
    margin-bottom: 20px;
}

.comments-area .inner-coment .comment-text p img {
    margin: 5px 0px;
}

.comments-area .inner-coment .comment-text a {
    color: var(--color-set-one-2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.comments-area .reply ul li {
    display: inline-block;
}

.comment-respond {
    position: relative;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
    margin-bottom: 35px;
    margin-top: 40px;
}

.woocommerce #review_form #respond {
    box-shadow: none;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.comment-respond .comment-reply-title {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 30px;
}

.comment-respond .comment-notes {
    margin-bottom: 20px;
    line-height: 26px;
}

.comment-respond .comment-form-comment {
    margin-bottom: 30px;
}

.comment-respond .comment-form-cookies-consent {
    float: left;
    margin-top: 15px;
    margin-bottom: -46px;
}

.comment-respond .form-submit {
    display: block;
    width: 100%;
    text-align: right;
}

.logged-in-as {
    position: relative;
    margin-bottom: 30px;
}

.logged-in-as a {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 35px;
}

.comment-respond .comment-form-author {
    padding-left: 0;
}

.comment-respond .comment-form-url {
    padding-right: 0;
}

@media(max-width:992px) {

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 100%;
        float: left;
        padding: 0px;
    }

    .comment-respond .comment-form-cookies-consent {
        float: none;
        margin-bottom: 30px;
    }

    .comment-respond .form-submit {
        text-align: left;
    }
}

.comment-respond textarea {
    height: inherit;
}

.comment-respond .check_box {
    margin-top: 30px !important;
}

.comment-respond .mg_top {
    margin-top: 20px;
}

.comment-respond [type="checkbox"]:checked,
.comment-respond [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.comment-respond [type="checkbox"]:checked+label,
.comment-respond [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #666;
}

.comment-respond [type="checkbox"]:checked+label:before,
.comment-respond [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.comment-respond [type="checkbox"]:checked+label:after,
.comment-respond [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color-set-one-1);
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.comment-respond [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.comment-respond [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.comment-respond .submit {
    border: 0px;
    padding: 0px;
    box-shadow: inherit;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-set-one-1);
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.right-sidebar .blog_siderbar {
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
}

@media(max-width:992px) {
    .right-sidebar .blog_siderbar {
        margin-left: 0px;
        padding-top: 30px;
        border-top: 1px solid #e6e6e6;
    }
}

.left-sidebar .side_bar {
    -ms-flex-order: -1;
    order: -1;
}

.right-sidebar .side_bar {
    -ms-flex-order: 13;
    order: 13;
}

.side_bar.shop-right-sidebar {
    -ms-flex-order: 13;
    order: 13;
}

.side_bar.shop-left-sidebar {
    -ms-flex-order: -1;
    order: -1;
}

.side_bar.shop-left-sidebar .blog_siderbar {
    margin-right: 20px;
    margin-left: 0px;
}

.side_bar.shop-right-sidebar .blog_siderbar {
    margin-right: 0px;
    margin-left: 20px;
}

.shop-sidebar .widget {
    position: relative;
    margin-bottom: 40px;
}

.shop-sidebar .service_single_links ul li {
    padding-left: 25px;
}

.left-sidebar .blog_siderbar {
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;
}

@media(max-width:992px) {
    .left-sidebar .blog_siderbar {
        margin-right: 0px;
        border-bottom: 1px solid #e6e6e6;
    }
}

.blog_siderbar .search_box {
    position: relative;
    margin-bottom: 30px;
}

.blog_siderbar .wp-block-search__inside-wrapper input {
    position: relative;
    position: relative;
    width: 100% !important;
    height: 54px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 10px 15px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #888;
    border-radius: 50px;
    font-weight: 400;
}

.blog_siderbar .wp-block-group__inner-container h1,
.blog_siderbar .wp-block-group__inner-container h2,
.blog_siderbar .wp-block-group__inner-container h3,
.blog_siderbar .wp-block-group__inner-container h4,
.blog_siderbar .wp-block-group__inner-container h5,
.blog_siderbar .wp-block-group__inner-container h6 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--color-set-one-2);
}

.blog_siderbar .wp-block-latest-comments__comment a {
    color: var(--color-set-one-2);
}

.blog_siderbar ul li a {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-set-one-2);
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.blog_siderbar .wp-block-search__inside-wrapper .wp-block-search__button {
    width: unset;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 44px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    border: 0px;
    color: #fff;
    box-shadow: inherit;
    font-size: 14px;
}

.blog-sidebar .blog_siderbar .widget {
    position: relative;
    margin-bottom: 40px;
    overflow: auto;
}

.page-sidebar .blog_siderbar .widget {
    position: relative;
    border: 0px solid #e6e6e6;
    margin-bottom: 30px;
    overflow: auto;
}

.service-sidebar .blog_siderbar .widget {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    padding: 20px;
    overflow: auto;
}

.blog_siderbar .widget.widget_search {
    padding: 0px;
    border: 0px solid #e6e6e6;
}

.blog_siderbar .widget_categories,
.blog_siderbar .widget_archive,
.blog_siderbar .widget_meta,
.blog_siderbar .widget_recent_comments {
    position: relative;
}

.blog_siderbar .widget_archive .screen-reader-text {
    font-size: 0px !important;
}

.side_bar .widget_archive select {
    position: relative;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
}

.side_bar .widget_categories select {
    position: relative;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    line-height: 26px;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    padding: 10px 10px;
}

.side_bar .widget_archive .screen-reader-text::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 19px;
    color: #888888;
    font-size: 16px;
    top: 10px;
}

.side_bar .widget_archive select::placeholder {
    color: #808080;
}

.blog_siderbar .widget.widget_categories ul,
.blog_siderbar .widget.widget_archive ul,
.blog_siderbar .widget.widget_meta ul,
.blog_siderbar .widget.widget_recent_comments ul,
.blog_siderbar .widget.widget_pages ul,
.blog_siderbar .widget.widget_nav_menu ul,
.blog_siderbar .widget.widget_rss ul,
.blog_siderbar .widget.widget_text .textwidget {
    position: relative;
    z-index: 10;
}

.blog_siderbar .widget_pages ul.children {
    padding: 0px 0px 0px 20px;
    border: 0px;
}

.blog_siderbar .widget.widget_text .textwidget p,
.blog_siderbar .widget.widget_text .textwidget p strong,
.blog_siderbar .widget.widget_text .textwidget img {
    margin-bottom: 15px;
}

.blog_siderbar .widget_nav_menu ul.sub-menu {
    padding: 0px 0px 0px 3px;
    border: 0px;
}

.blog_siderbar label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.blog_siderbar .ui-selectmenu-button {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    margin: 0;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--color-set-one-2);
    font-weight: 400;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    height: 400px;
}

.blog_siderbar .widget_nav_menu ul.sub-menu li a:hover {
    color: var(--color-set-one-1);
}

.blog_siderbar .widget.widget_text select {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    width: 100% !important;
    height: 54px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 10px 6px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #888;
    font-weight: 400;
}

option {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.blog_siderbar .widget.widget_text .textwidget form {
    display: block;
    text-overflow: ellipsis;
    position: relative;
}

.widget_categories ul.children {
    padding: 0px 0px 0px 20px;
    border: 0px;
    margin-top: 10px;
    margin-left: auto;
    overflow: auto;
    border-top: 1px solid #e6e6e6;
}

.widget_categories ul.children li:first-child {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.widget_categories ul.children li a:hover {
    color: var(--color-set-one-1);
}

.widget_categories ul.children li:last-child {
    padding-bottom: 0px;
}

.blog_siderbar .widget_categories ul li,
.blog_siderbar .widget_archive ul li {
    text-align: right;
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_siderbar .widget_categories ul li a,
.blog_siderbar .widget_archive ul li a {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 16px;
    color: #808080;
    float: left;
    margin: 0px;
}

.blog_siderbar .widget_categories ul li:first-child,
.blog_siderbar .widget_archive ul li:first-child,
.blog_siderbar .widget_meta ul li:first-child,
.blog_siderbar .widget_recent_comments ul li:first-child .blog_siderbar .widget.widget_rss ul li:first-child {
    padding-top: 0px;
}

.blog_siderbar .widget_categories ul li:last-child,
.blog_siderbar .widget_archive ul li:last-child,
.blog_siderbar .widget_meta ul li:last-child,
.blog_siderbar .widget_recent_comments ul li:last-child,
.blog_siderbar .widget_pages ul li:last-child,
.blog_siderbar .widget.widget_rss ul li:last-child {
    border-bottom: 0px;
}

.blog_siderbar .widget_nav_menu ul li {
    display: block;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    font-size: 16px;
    color: #808080;
    transition: all .6s ease-in-out;
}

.blog_siderbar .widget_nav_menu ul li a {
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.blog_siderbar .widget_nav_menu ul li:last-child a {
    border: 0px;
}

.blog_siderbar .widget_nav_menu ul.sub-menu li a {
    border-bottom: 1px solid #e6e6e6;
}

#monster-widget-placeholder-5 .screen-reader-text {
    display: none;
}

.blog_siderbar .widget_categories ul li a:hover,
.blog_siderbar .widget_archive ul li a:hover,
.blog_siderbar .widget_meta ul li a:hover {
    color: var(--color-set-one-1);
}

.blog_siderbar .widget_recent_comments ul li {
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.blog_siderbar .widget.widget_rss ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.blog_siderbar .widget_recent_comments ul li a,
.blog_siderbar .widget_recent_comments ul li a {
    font-weight: 400;
}

.blog_siderbar .widget_meta ul li a,
.blog_siderbar .widget_pages ul li a {
    font-size: 16px;
    color: #808080;
    width: 100%;
    margin: 0;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
}

.blog_siderbar .widget_meta ul li:last-child a,
.blog_siderbar .widget_pages ul li:last-child a,
.blog_siderbar .widget.widget_rss ul li:last-child a {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.blog_siderbar .widget_pages ul li ul.children li a {
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 10px !important;
}

.blog_siderbar .widget_meta ul li:first-child a,
.blog_siderbar .widget.widget_rss ul li:first-child a {
    padding-top: 0px;
}

.blog_siderbar .widget_recent_comments ul li a {
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_siderbar .widget_pages ul li a {
    width: auto;
    float: none;
}

.blog_siderbar .widget_nav_menu ul li a {
    width: auto;
    float: none;
}

.blog_siderbar .widget_rss ul li a {
    width: auto;
    float: none;
    display: block;
    margin-top: 5px;
}

.blog_siderbar .widget_rss ul li span {
    display: block;
    margin-bottom: 10px;
}

.blog_siderbar .widget_meta ul li a {
    width: auto;
    display: block;
    float: none;
}


/*
.blog_siderbar .widget_categories ul li:before,
.blog_siderbar .widget_archive ul li:before {
    height: 100%;
    width: 60px;
    text-align: center;
    color: #fff;
    content: '';
    background: var(--color-set-one-1);
    display: block;
    top: 0;
    position: absolute;
    line-height: 47px;
    right: -100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -1;
}
*/

.comments-link span.screen-reader-text {
    display: none;
}


/*
.blog_siderbar .widget_categories ul li:hover::before,
.blog_siderbar .widget_archive ul li:hover::before {
    right: 0;
}*/

.widget .post_inner.inner_box .blog_in {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.widget .post_inner.inner_box {
    position: relative;
    padding: 0px 0 0;
}

.footer .widget .post_inner.inner_box {
    padding: 0px;
}

.footer .widget_categories ul.children {
    border: 0px;
    margin: 0px;
}

.footer .widget ul li a,
.footer .footer_widgets ul li a {
    color: #888;
}

.footer .rssSummary {
    color: #fafafa;
}

.footer label {
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    display: inherit;
}

.footer .ui-selectmenu-button {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 20px;
    margin: 0;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--color-set-one-2);
    font-weight: 400;
}

.footer .widget_categories select {
    position: relative;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    line-height: 26px;
    font-size: 16px;
    color: #fafafa !important;
    font-weight: 500;
    padding: 10px 10px;
}

.footer select option {
    color: #888 !important;
}

.widget_pages ul li a {
    color: #888;
    font-weight: 400;
}

.widget_pages ul li {
    position: relative;
    color: #fff;
    font-weight: 400;
}

.widget_pages ul.children {
    padding-left: 10px;
}

.widget .blog_in {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.widget .blog_in:last-child {
    border: 0px !important;
    padding-bottom: 0px !important;
}

.widget .blog_in .image {
    position: relative;
    margin-top: 4px;
    margin-right: 10px;
}

.widget .blog_in .image .image_inner {
    overflow: hidden;
    position: relative;
}

.widget .blog_in .image img {
    min-width: 70px;
}

.widget .blog_in .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
}

.widget .blog_in .image .overlay:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(32, 158, 46, 1);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
}

.widget .blog_in:hover .image .overlay:before {
    opacity: .9;
}

.widget .blog_in:hover .image .overlay {
    opacity: 1;
}

.widget .image .overlay span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.widget .blog_in .content_inner {
    position: relative;
}

.widget .blog_in .content_inner h2 {
    padding: 0;
    border: 0px;
}

.widget .blog_in .content_inner p {
    position: relative;
    font-size: 13px;
}

.widget .blog_in .content_inner p span {
    margin-right: 8px;
    font-size: 13px;
}

.widget .blog_in .content_inner h2 a {
    font-size: 18px;
    color: var(--color-set-one-2);
    font-weight: 600;
    line-height: 24px;
    display: block;
}

.widget_recent_entries {
    position: relative;
}

.widget_recent_entries ul li {
    position: relative;
    margin-bottom: 20px;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}

.widget_recent_entries ul li a {
    font-size: 18px;
    color: var(--color-set-one-2);
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.widget_recent_entries ul li span {
    position: relative;
    font-size: 13px;
    color: #888;
}

.blog_siderbar .archive_blog {
    border: 1px solid #e6e6e6;
    position: relative;
}

.archive_blog {
    position: relative;
    margin-bottom: 30px;
}

.arch_inner ul li {
    padding: 10px 20px;
    margin-bottom: 8px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.arch_inner ul li a::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 19px;
    color: #888888;
    font-size: 16px;
    top: 10px;
}

.arch_inner ul li a {
    color: #808080;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_siderbar .instagram_blog {
    border: 1px solid #e6e6e6;
    position: relative;
}

.instagram_blog {
    position: relative;
    margin-bottom: 30px;
}

.insta_inner ul li {
    display: inline-block;
}

.blog_siderbar .tag_blog {
    border: 1px solid #e6e6e6;
    position: relative;
}

.tagcloud {
    position: relative;
}

.tagcloud a {
    font-size: 16px !important;
    color: #808080;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.tagcloud a:nth-child(3) {
    font-size: 20px !important;
}

.tagcloud a:nth-child(5) {
    font-size: 20px !important;
}

.tagcloud a:nth-child(9) {
    font-size: 20px !important;
}

.tagcloud a:nth-child(11) {
    font-size: 20px !important;
}

.tagcloud a:nth-child(12) {
    font-size: 20px !important;
}

.tag_inner a:nth-child(14) {
    font-size: 20px !important;
}

.blog_siderbar .subscribe_blog {
    border: 1px solid #e6e6e6;
    position: relative;
}

.subscribe {
    position: relative;
    padding: 30px 25px;
}

.subscribe input[type="email"] {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
}

.subscribe input::placeholder {
    color: #808080;
}

.subscribe .theme_btn {
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: 0px;
    width: 100%;
    border: 0px;
}

.blog_siderbar .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--color-set-one-2);
}

.blog_siderbar .widget-title a {
    color: var(--color-set-one-2);
}

#monster-widget-placeholder-11 .search_box {
    margin-top: 10px;
}

#monster-widget-placeholder-1 {
    overflow: auto;
}

#monster-widget-placeholder-4 {
    overflow: auto;
}


/*-----------------------------------------------------------------------------------------------

=======================================left_sidebar_details=======================

------------------------------------------------------------------------------------------------*/

.blog_left_sidebar {
    padding: 100px 0px 100px;
    position: relative;
}

.left_sidebar_details.news_type_one {
    padding: 0px;
}

.blog_left_sidebar .blog_siderbar {
    margin-left: 0px;
    margin-right: 30px;
}

@media(max-width:992px) {
    .blog_left_sidebar .blog_siderbar {
        margin-right: 0px;
    }
}

.blog_right_sidebar {
    padding: 100px 0px 100px;
    position: relative;
}

.right_sidebar_details.news_type_one {
    padding: 0px;
}

.blog_right_sidebar .blog_siderbar {
    margin-left: 30px;
}

@media(max-width:992px) {
    .blog_right_sidebar .blog_siderbar {
        margin-left: 0px;
    }
}

.right_sidebar_details.news_type_one .latest_news_inner .content_inner p {
    margin: 25px 0px;
}


/*-------------------------------------------------------------------------------------

======================================pagination======================================

--------------------------------------------------------------------------------------*/

.pagination_box {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 20px 0px;
}

@media(max-width:992px) {
    .pagination_box {
        margin-bottom: 60px;
    }
}

.pagination_box ul {
    position: relative;
    display: block;
    text-align: center;
}

.pagination_box ul li {
    display: inline-block;
    padding: 0px 5px;
}

.pagination_box ul li:first-child a,
.pagination_box ul li:last-child a {
    border-radius: 50px;
}

.pagination_box ul li a {
    width: 52px;
    height: 52px;
    border-radius: 50px;
    border: 2px solid #e6e6e6;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #808080;
    font-weight: 600;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pagination_box ul li:hover a,
.pagination_box ul li.active a {
    background: #fff;
    border: 2px solid var(--color-set-one-1);
    color: var(--color-set-one-1);
}

.pagination_box ul li span.page-numbers {
    width: 52px;
    height: 52px;
    border-radius: 50px;
    border: 2px solid #e6e6e6;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #808080;
    font-weight: 600;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pagination_box ul li span.current {
    background: #fff;
    border: 2px solid var(--color-set-one-1);
    color: var(--color-set-one-1);
}

.pagination_box_type_two {
    position: relative;
    margin-top: 30px;
}

.pagination_box_type_two ul {
    display: block;
    border-top: 1px solid #e6e6e6;
}

.pagination_box_type_two .page-item:first-child {
    float: left;
    border-right: 1px solid #e6e6e6;
}

.pagination_box_type_two .page-item:last-child {
    float: right;
    border-left: 1px solid #e6e6e6;
}

.pagination_box_type_two .page-item {
    padding: 30px 50px;
    border: 0px;
}

.pagination_box_type_two .page-item a {
    border: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: var(--color-set-one-2);
    text-transform: uppercase;
}

.pagination_box_type_two .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.pagination_box_type_two .page-link:hover {
    color: var(--color-set-one-1);
    background: transparent;
}


/*-------------------------------------------------------------------------------------

======================================contact page======================================

--------------------------------------------------------------------------------------*/

.address_type_two {
    position: relative;
}

.address_type_two .addres_box {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
    padding: 40px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 358px;
}

.address_type_two .addres_box .address_inner {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.address_type_two .addres_box .address_inner.side {
    padding: 30px 10px 30px;
}

.address_type_two .addres_box .box_outer:first-child::before {
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.address_type_two.elementor_elements .addres_box .box_outer .before {
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.address_type_two.elementor_elements .addres_box .box_outer:before {
    display: none !important;
}

.address_type_two .addres_box .box_outer:last-child::before {
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:3000px) and (min-width:1200px) {
    .address_type_two .addres_box .address_inner.mid {
        padding: 10px 20px 10px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
}

.address_type_two .addres_box .address_inner span {
    font-size: 70px;
    color: #b8b8b8;
    line-height: 76px;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_two .addres_box .address_inner h2  ,
.address_type_two .addres_box .address_inner .address_type_two_toit {
    font-size: 22px;
    color: var(--color-set-one-2);
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_two .addres_box .address_inner a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-set-one-2);
    margin-top: 30px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_two .addres_box .address_inner:hover a {
    color: var(--color-set-one-1);
}

.address_type_two .addres_box .address_inner:hover span {
    color: var(--color-set-one-1);
}

.address_type_two .addres_box .address_inner:hover h2  ,
.address_type_two .addres_box .address_inner:hover .address_type_two_toit {
    color: var(--color-set-one-1);
}

.form_contact {
    position: relative;
    z-index: 10;
}

.form_contact .form_contact_inner {
    position: relative;
    background: var(--color-set-one-1);
    z-index: 0;
}

.form_contact .form-group.mg_top.check_box {
    margin-top: 16px;
}

.form_contact .form_contact_inner .image_bg {
    position: absolute;
    top: -58px;
    right: 0;
    z-index: -1;
}

.form_contact .ui-selectmenu-button .ui-icon::before {
    color: #808080;
}

.form_contact input[type="text"],
.form_contact input[type="email"],
.form_contact input[type="tel"],
.form_contact .ui-selectmenu-button,
.form_contact textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--color-set-one-2);
    font-weight: 400;
}

.form_contact input::placeholder,
.form_contact textarea::placeholder {
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.form_contact.two_t input::placeholder,
.form_contact.two_t textarea::placeholder {
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.form_contact .ui-state-hover,
.form_contact .ui-widget-content .ui-state-hover,
.form_contact .ui-widget-header .ui-state-hover,
.form_contact .ui-state-focus,
.form_contact .ui-widget-content .ui-state-focus,
.form_contact .ui-widget-header .ui-state-focus,
.form_contact .ui-button:hover,
.form_contact .ui-button:focus {
    background: var(--color-set-one-1) !important;
    font-weight: 400 !important;
    color: #fff;
}

.form_contact .ui-selectmenu-button {
    line-height: 23px !important;
}

.form_contact textarea {
    height: 120px !important;
    line-height: inherit !important;
}

.form_contact .ui-selectmenu-text {
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.form_contact [type="checkbox"]:checked,
.form_contact [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label,
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #aaaaaa;
}

.form_contact.two_t [type="checkbox"]:checked+.wpcf7-list-item-label,
.form_contact.two_t [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
    color: #808080;
}

.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.form_contact.two_t [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.form_contact.two_t [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
    border: 1px solid #d4d4d4;
}

.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color-set-one-1);
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_contact.two_t [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.form_contact.two_t [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
    background: var(--color-set-one-1);
}

.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form_contact .form-group.apbtn {
    text-align: right;
}

.form_contact .theme_btn {
    border: 0px;
    box-shadow: 0px;
    border-radius: 30px;
    height: 60px;
    width: 190px;
    background: var(--color-set-one-1);
    color: #fff;
}

.form_contact .theme_btn:hover {
    background: var(--color-set-one-2);
    color: #fff;
}

.form_contact.two_t .theme_btn {
    border: 0px;
    box-shadow: none;
    border-radius: 30px;
    height: 60px;
    width: 190px;
    background: var(--color-set-one-1);
    color: #fff;
}

.form_contact.two_t .theme_btn:hover {
    background: var(--color-set-one-2);
    color: #fff;
}

.error404 .site-content {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px;
    text-align: center;
}

.search-no-results .no-results.not-found {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px;
    text-align: center;
}

.search-no-results .no-results .search_box {
    padding: 20px;
}

.search-no-results .no-results .search_box input {
    position: relative;
    background: transparent;
    border: 0px;
    box-shadow: none;
    border-radius: 3px;
    height: 60px;
    padding: 20px;
    width: 400px;
    color: #fff;
    border: 1px dashed #fff;
    font-size: 15px;
    display: inline-block;
}

.search-no-results .not-found h1 {
    font-size: 120px;
    color: #fff;
    font-weight: 600;
    line-height: 130px;
    margin-bottom: 20px;
}

@media(max-width:600px) {
    .search-no-results .not-found h1 {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .search-no-results .search_box input {
        width: auto;
    }
}

.search-no-results .no-results .search_box button {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #2b2b2b;
    background: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    box-shadow: 0px 0px 0px 0px transparent;
    border: 0px solid transparent;
    border-radius: 50px;
    margin-top: 30px;
}

.search-no-results .not-found p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.search-no-results .not-found h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.search-no-results .no-results .search_box input::placeholder {
    color: #fff;
}

.search-no-results .page-header {
    display: none;
}

.search-no-results .page-header {
    display: none;
}

.error404 .search_box {
    padding: 20px;
}

.error404 .search_box input {
    position: relative;
    background: transparent;
    border: 0px;
    box-shadow: none;
    border-radius: 3px;
    height: 60px;
    padding: 20px;
    width: 400px;
    color: #fff;
    border: 1px dashed #fff;
    font-size: 15px;
    display: inline-block;
}

.error404 .search_box button {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #2b2b2b;
    background: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    box-shadow: 0px 0px 0px 0px transparent;
    border: 0px solid transparent;
    border-radius: 50px;
    margin-top: 30px;
}

.error404 .search_box input::placeholder {
    color: #fff;
}

div.wpcf7-response-output {
    background: #fff;
    position: relative;
    border: 0px;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 10px;
}

span.wpcf7-not-valid-tip {
    color: var(--color-set-one-1);
    font-size: 12px;
    position: relative;
}


/*--------------------------------------------------------------------------------------------------
====================================Home Page Four=========================================
--------------------------------------------------------------------------------------------------*/

.topbar.version_v4 {
    position: relative;
    background: #033209;
}

.topbar.version_v4 .top_bar_widgets_inner.left {
    margin-top: 2px;
}

.topbar .topbar-one.topbar-widgets.left {
    margin-top: 3px;
}

.topbar.version_v4 ul li {
    color: #ffffff;
    position: relative;
    line-height: 28px;
}

.topbar.version_v4 ul li a {
    color: #ffffff;
}

.topbar.version_v4 ul li i,
.topbar.version_v4 ul li span {
    margin-right: 10px;
    color: var(--color-set-one-1);
    vertical-align: middle;
}

.topbar.version_v4 ul li:first-child {
    margin-right: 35px;
}

.topbar.version_v4 ul li:first-child span {
    font-weight: 600;
}

.topbar.version_v4 ul li a.loca_pin {
    background: #033209;
    border-color: #083e0e;
    color: #fff;
}

.topbar.version_v4 ul.social_media li {
    position: relative;
    margin-right: 5px;
}

.topbar.version_v4 ul.social_media li.free_quote {
    margin-right: 0px;
}

.topbar.version_v4 ul.social_media li a {
    position: relative;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 2px dotted #198c26;
    background: #198c26;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-radius: 50px;
    color: #fff;
}

.topbar.version_v4 ul.social_media li.free_quote a {
    width: 140px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.topbar.version_v4 ul.social_media li a:hover {
    background: var(--color-set-one-1);
    border: 2px dotted #fff;
}

.header-style-v4 .bsnav {
    position: relative;
    padding: 10px 0px 5px;
}

.header-style-v4 .bsnav-sticky.bsnav-sticky-slide.sticked {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.header-style-v4 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v4 .navbar-nav .nav-link {
    color: var(--color-set-one-2);
    font-size: 15px;
    padding: 34px 16px 34px;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.dropdown .nav-link {
    padding: 34px 20px 34px;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item {
    display: block;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::after {
    display: none;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.dropdown .nav-link::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    right: 6px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 34px;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active .nav-link::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item .nav-link:hover::before {
    color: var(--color-set-one-1);
}

.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
    color: var(--color-set-one-1);
}

.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
    color: var(--color-set-one-1);
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
    color: var(--color-set-one-2);
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
    color: var(--color-set-one-2);
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
    color: var(--color-set-one-1);
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
    color: var(--color-set-one-1);
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.current-page-active .nav-link {
    color: var(--color-set-one-1);
}

.header-style-v4 .navbar_right {
    margin-left: 10px;
}

.header-style-v4 .menu-item.dropdown .dropdown-menu {
    margin-top: 5px !important;
}

.header-style-v4 .navbar_right .nav-item .nav-link {
    padding: 0px;
    margin-left: 30px;
}

.header-style-v4 .navbar_right .icon-search {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-set-one-1);
    color: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.header-style-v4 .navbar-expand-lg .navbar-nav .nav-item.search_link {
    margin-right: 0px;
}

.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_right .dropdown-item {
    padding: 0px !important;
}


/*------------------=================header style-v6===================------------------------*/
.topbar.version_v4.version_v5 {
    position: relative;
    background: var(--color-set-one-1);
}

.topbar.version_v4.version_v5 ul li i,
.topbar.version_v4.version_v5 ul li span {
    color: #fff;
}

.header-style-v4.style-v6 {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    background: transparent;
}

.header-style-v4.style-v6 .bsnav {
    background: transparent;
}


.header-style-v4.style-v6 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v4.style-v6 .navbar-nav .nav-link {
    color: #fff;
}

header .dropdown-menu-mini-cart {
    padding: 10px !important;
}

.header-style-v4.style-v6 .navbar_right i {
    background: transparent;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.header-style-v4.style-v6 .navbar_right .search_link {
    position: relative;
}

.header-style-v4.style-v6 .navbar_right .search_link .basket-item-count {
    position: absolute;
    width: 18px;
    background: var(--color-set-one-1);
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 10px;
    top: 0;
    right: 0;
}

.header-style-v4.style-v6 .navbar_right .nav-item .nav-link {
    margin-left: 15px;
}

.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    background: #fff;
}

.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-nav .nav-link,
.header-style-v4.style-v6 .navbar-nav .nav-link {
    color: var(--color-set-one-2);
}

.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar_right i {
    border-color: var(--color-set-one-1);
    color: var(--color-set-one-1);
}

/*------------------=================footer===================------------------------*/

.footer.version_v4 .footer_widgets h4.widget-title {
    border-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
    font-size: 26px;
    margin-top: 0px;
    font-weight: 600;
    color: #fff;
}

.footer .ui-selectmenu-text {
    color: #888;
}

.footer .ui-state-active,
.footer .ui-widget-content .ui-state-active,
.footer .ui-widget-header .ui-state-active,
.footer a.ui-button:active,
.footer .ui-button:active,
.footer .ui-button.ui-state-active:hover {
    border: 0px !important;
    background: transparent;
}

.page .footer .screen-reader-text::before {
    display: none;
}

.page .footer .footer_widgets.widget_text select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    -ms-appearance: inherit;
    appearance: none;
}

.page .footer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.footer .ui-state-hover,
.footer .ui-widget-content .ui-state-hover,
.footer .ui-widget-header .ui-state-hover,
.footer .ui-state-focus,
.footer .ui-widget-content .ui-state-focus,
.footer .ui-widget-header .ui-state-focus,
.footer .ui-button:hover,
.footer .ui-button:focus {
    border: 1px solid rgba(255, 255, 255, .1) !important;
}


/*
.footer.version_v4 .widget-title::before {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 4px;
    height: 12px;
    top: 7px;
    left: -20px;
}

.footer.version_v4 .widget-title::after {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 2px;
    height: 12px;
    top: 7px;
    left: -24px;
}
*/

.media_contact h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 26px;
}

.footer.version_v4 ul.social_media li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer p {
    color: #fafafa !important;
}

.footer.version_v4 ul.social_media li a {
    color: #fafafa;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer.version_v4 ul.social_media li {
    margin-right: 10px;
}

.footer.version_v4 ul.social_media li:hover {
    background: var(--color-set-one-1);
    border-color: var(--color-set-one-1);
    color: #fff;
}

.footer.version_v4 ul.social_media li:hover a {
    color: #fff;
}

.footer.version_v4 ul.social_media li:last-child {
    margin-right: 0px;
}

.footer.version_v4 .links,
.footer.version_v4 .menu {
    position: relative;
}

.footer.version_v4 .links li,
.footer.version_v4 .menu li.menu-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footer.version_v4 .links li::before,
.footer.version_v4 .menu li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #454545;
    left: 0;
    top: 8px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer.version_v4 .links li::after,
.footer.version_v4 .menu li::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: var(--color-set-one-1);
    border-radius: 50px;
    left: 3px;
    top: 11px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.footer.version_v4 .links li:hover a,
.footer.version_v4 .menu li:hover a {
    color: var(--color-set-one-1);
}

.footer.version_v4 .links li:hover::before,
.footer.version_v4 .menu li:hover::before {
    border: 1px solid var(--color-set-one-1);
}

.footer.version_v4 .links li:hover::after,
.footer.version_v4 .menu li:hover::after {
    opacity: 1;
}

.footer.version_v4 .links li a,
.footer.version_v4 .menu li a {
    color: #fafafa;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer li a {
    color: #fafafa !important;
}

.footer_widgets .business_hours {
    position: relative;
    margin-bottom: 10px;
}

.footer_widgets .business_hours p span {
    color: var(--color-set-one-1);
}

.footer_widgets .emergency_contact {
    position: relative;
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer_widgets .emergency_contact span {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 50px;
    color: var(--color-set-one-1);
}

.footer_widgets .emergency_contact .text {
    margin-left: 60px;
    position: relative;
}

.footer_widgets .emergency_contact .text h5 a {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    display: block;
    font-weight: 700;
}

.footer.version_v4 .footer_widgets form input {
    position: relative;
    background: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    height: 52px;
    padding: 20px;
    width: 100%;
    color: #808080;
    font-size: 15px;
    margin: 15px 0px 10px;
}

.footer.version_v4 .mc4wp-form-fields input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 10px;
    background: var(--color-set-one-1);
    display: block;
    width: 100%;
    height: 60px;
    font-weight: 600;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative;
    margin: 0 0px 20px;
}

.footer.version_v4 .footer_widgets form .theme_btn {
    border: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    width: 100%;
    height: 52px;
    line-height: 15px;
    margin: 0px 0px 15px;
    background: var(--color-set-one-1);
    color: #fff;
}

.footer.version_v4 .footer_widgets.sub_scribe p span {
    color: var(--color-set-one-1);
    margin-right: 5px;
}

.footer_last_type_four {
    background: #111111;
    padding: 12px 0px;
}

.footer_last_type_four ul {
    text-align: right;
}

.footer_last_type_four p {
    margin-top: 10px;
    color: #fafafa;
}

.footer_last_type_four ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50px;
    line-height: 45px;
    margin-right: 20px;
}

.footer_last_type_four ul li a {
    color: #fafafa;
}

.footer_last_type_four ul li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background: #313131;
    right: -12px;
    top: 15px;
}

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

.footer_last_type_four ul li:last-child::before {
    display: none;
}

@media(max-width:992px) {
    .footer_last_type_four p {
        text-align: center;
        font-size: 14px;
    }

    .footer_last_type_four ul {
        text-align: center;
    }

    .footer_last_type_four ul li a {
        font-size: 14px;
    }
}


/*------------------=================feature_all===================------------------------*/

.feature_all.fe_box {
    position: relative;
    margin-top: 52px;
    z-index: 10;
}

.feature_all.fe_box .simple_text {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.feature_all_inner {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .feature_all_inner .mid_column {
        padding: 0px;
    }
}

.feature_inner.type_three {
    position: relative;
    text-align: center;
    padding: 50px 40px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    border-bottom: 2px solid #fff;
    width: 33.33%;
    float: left;
}

.feature_inner.type_three:hover {
    border-color: var(--color-set-one-1);
}

.feature_all_inner .feature_inner:nth-child(3)::before,
.feature_all_inner .feature_inner:nth-child(6)::before,
.feature_all_inner .feature_inner:nth-child(9)::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 180px;
    background: #e6e6e6;
    left: 0;
    bottom: 35px;
}

.feature_all_inner .feature_inner:nth-child(3)::after,
.feature_all_inner .feature_inner:nth-child(6)::after,
.feature_all_inner .feature_inner:nth-child(9)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 180px;
    background: #e6e6e6;
    right: 0;
    bottom: 35px;
}

@media(max-width:992px) {
    .feature_inner.type_three {
        width: 50%;
        float: left;
    }

    .feature_all.fe_box {
        margin-top: 0px;
    }

    .feature_all_inner .feature_inner:nth-child(3)::before,
    .feature_all_inner .feature_inner:nth-child(6)::before,
    .feature_all_inner .feature_inner:nth-child(9)::before {
        display: none;
    }

    .feature_all_inner .feature_inner:nth-child(3)::after,
    .feature_all_inner .feature_inner:nth-child(6)::after,
    .feature_all_inner .feature_inner:nth-child(9)::after {
        display: none;
    }
}

@media(max-width:650px) {
    .feature_inner.type_three {
        width: 100%;
        float: none;
    }
}

.feature_all_inner .simple_text h3  ,
.feature_all_inner .simple_text div{
    position: relative;
    content: '';
    width: 500px;
    text-align: center;
    top: -50px;
    background: #fff;
    height: 60px;
    line-height: 85px;
    border-radius: 10px;
    font-size: 22px;
    color: var(--color-set-one-1);
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    box-shadow: 0px -10px 14px 0px rgba(0, 0, 0, .02);
}

@media(max-width:992px) {
    .feature_all_inner .simple_text h3  ,
    .feature_all_inner .simple_text div{
        display: none;
    }

    .feature_inner.type_three.mid::after {
        display: none;
    }
}

@media(max-width:768px) {
    .feature_inner.type_three.mid::before {
        display: none;
    }
}

.feature_all_inner .simple_text h3::before ,
.feature_all_inner .simple_text div::before {
    position: absolute;
    content: '';
    z-index: 0;
    width: 38px;
    height: 23px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 7px solid #fff;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0px solid #fff;
    left: -31px;
    z-index: 2;
    transform: rotate(23deg);
    bottom: 12px;
    z-index: 0;
}

.feature_all_inner .simple_text h3::after ,
.feature_all_inner .simple_text div::after {
    position: absolute;
    content: '';
    z-index: 0;
    width: 38px;
    height: 23px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 0px solid #fff;
    right: -31px;
    z-index: 2;
    transform: rotate(-23deg);
    bottom: 12px;
    z-index: 0;
}

.feature_inner.type_three small {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -21px;
    z-index: 40;
}

.feature_inner.type_three .theme_btn {
    border-radius: 50px;
    height: 46px;
    line-height: 46px;
    width: 150px;
    z-index: 40;
    opacity: 0;
}

.feature_inner.type_three:hover .theme_btn {
    opacity: 1;
}

.feature_inner.type_three span.icon {
    font-size: 50px;
    color: var(--color-set-one-1);
    line-height: 50px;
    display: block;
    margin-bottom: 15px;
}

.feature_inner.type_three h2  ,
.feature_inner.type_three .fttw-text{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 5px;
}

.feature_inner.type_three h2 a ,
.feature_inner.type_three .fttw-text a {
    color: var(--color-set-one-2);
    font-weight: 700;
}


/*------------------=================aboout===================------------------------*/

.about_type_four {
    position: relative;
    padding: 120px 0px 100px;
}

.about_type_four .heading {
    margin-bottom: 30px;
}

.about_inner_fr {
    position: relative;
    margin-bottom: 90px;
}

.about_inner_fr::before {
    position: absolute;
    content: "\e99d";
    font-size: 660px;
    font-family: 'icomoon' !important;
    bottom: 181px;
    left: -100px;
    z-index: -1;
    color: #f0f0f0;
}

@media(max-width:768px) {
    .about_inner_fr::before {
        display: none;
    }
}

.about_inner_fr .img_two {
    position: absolute;
    right: 65px;
    bottom: -75px;
    width: 270px;
    height: 270px;
}

.about_inner_fr .img_two img {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    display: block;
    width: 100%;
}

.about_inner_fr .img_two .icon {
    position: absolute;
    top: -45px;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 50px;
    line-height: 90px;
    background: var(--color-set-one-1);
    border-radius: 50px;
    color: #fff;
    right: -45px;
}

.about_inner_fr .img_two .icon:after {
    width: 110px;
    height: 110px;
    border: 2px dotted var(--color-set-one-1);
    left: 0;
    position: absolute;
    content: '';
    background: transparent;
    border-radius: 50%;
    left: -10px;
    top: -10px;
}

.about_type_four .icon_box {
    margin-bottom: 30px;
}

.about_type_four .icon_box_outer {
    padding-bottom: 0px;
    margin: 30px 0px 0px;
}

.about_type_four .icon_box_outer.tp_two span {
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}

.about_type_four .icon_box_outer .text {
    margin-left: 85px;
}

.about_type_four .icon_box_outer .text h5 {
    margin-bottom: 5px;
}

@media(max-width:768px) {
    .about_inner_fr .img_two {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-bottom: 30px;
        width: auto;
        height: auto;
    }

    .about_inner_fr .img_two img {
        width: 100px;
        margin-top: -46px;
        margin-left: 17px;
    }

    .about_inner_fr .img_one img {
        width: 100%;
    }

    .about_inner_fr .img_two .icon {
        right: 35px;
    }
}


/*------------------=================areas===================------------------------*/

.area_tp_one {
    position: relative;
}

.areas_outer {
    position: relative;
}

.area_tp_one #tabs-nav {
    position: relative;
    display: block;
    float: left;
    margin-left: -85px;
    border: 0px;
    display: block;
    text-align: center;
}

.area_tp_one #tabs-nav .navitem {
    display: block;
    position: relative;
}

.area_tp_one #tabs-nav .navitem .navlink:before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--color-set-one-1);
    border-bottom: 15px solid transparent;
    z-index: 2;
    right: -30px;
    top: 55px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.area_tp_one #tabs-nav .navitem.active .navlink::before {
    opacity: 1;
}

.area_tp_one #tabs-nav .navitem .navlink {
    display: block;
    width: 140px;
    height: 140px;
    background: #fff;
    padding: 26px 8px;
    margin-bottom: 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.area_tp_one #tabs-nav .navitem.active .navlink {
    background: var(--color-set-one-1);
}

.area_tp_one #tabs-nav .navitem .area_btn span {
    font-size: 60px;
    line-height: 60px;
    color: var(--color-set-one-1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.area_tp_one #tabs-nav .navitem.active .navlink .area_btn span {
    color: #fff;
}

.area_tp_one #tabs-nav .navitem h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-set-one-2);
    line-height: 26px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding-top: 5px;
}

.area_tp_one #tabs-nav .navitem.active .navlink .area_btn h2 {
    color: #fff;
}

.area_tp_one .tab-content {
    position: relative;
    margin-left: 105px;
}

.area_tp_one .tab-content .areas_content h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.area_tp_one .tab-content .areas_content h6 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.area_tp_one .tab-content .areas_content p {
    color: #aaaaaa;
    margin-bottom: 17px;
}

.area_tp_one .tab-content .areas_content ul li {
    font-size: 16px;
    position: relative;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 38px;
    padding-left: 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.area_tp_one .tab-content .areas_content ul li::before {
    position: absolute;
    content: "\e922";
    font-family: 'icomoon';
    font-size: 20px;
    color: var(--color-set-one-1);
    left: 0;
}

.customer_rating {
    position: relative;
    text-align: center;
    z-index: 10;
}

.custm_rating_inner {
    width: 570px;
    background: #eaf721;
    margin: 0 auto;
    height: 70px;
}

.custm_rating_inner .rating {
    float: left;
    width: 50%;
    background: var(--color-set-one-1);
    height: 70px;
    position: relative;
    z-index: 0;
}

.custm_rating_inner .rating p i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin: 0px 5px;
}

.custm_rating_inner .rating::before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 10px solid transparent;
    border-top: 36px solid var(--color-set-one-1);
    border-left: 35px solid var(--color-set-one-1);
    border-bottom: 34px solid var(--color-set-one-1);
    z-index: -1;
    right: -10px;
    top: 0px;
}

.custm_rating_inner .rating h2  ,
.custm_rating_inner .rating .title_rate {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    line-height: 72px;
    text-transform: uppercase;
}

.custm_rating_inner .clients h2 ,
.custm_rating_inner .clients .desc {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-set-one-2);
    margin-top: 0px;
    line-height: 74px;
}

@media(max-width:992px) {
    .area_tp_one {
        background-size: cover;
        background-position: 88% 0;
    }

    .area_tp_one #tabs-nav {
        position: relative;
        display: inline-block;
        float: none;
        margin-left: 0px;
    }

    .area_tp_one #tabs-nav .navitem {
        display: inline-block;
        margin-right: 20px;
    }

    .area_tp_one #tabs-nav .navitem:last-child {
        margin-right: 0px;
    }

    .area_tp_one .tab-content {
        margin-left: 0px;
    }
}

@media(max-width:768px) {
    .custm_rating_inner {
        width: auto;
        height: auto;
        background: var(--color-set-one-1);
        height: inherit;
        padding: 30px;
    }

    .custm_rating_inner .rating {
        float: none;
        padding-top: 0px;
        padding-bottom: 10px;
        width: 100%;
        height: inherit;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .custm_rating_inner .rating::before {
        display: none;
    }

    .custm_rating_inner .rating h2 ,
    .custm_rating_inner .rating .title_rate  {
        color: #fff;
        line-height: 26px;
        margin-top: 10px;
    }

    .custm_rating_inner .clients h2 ,
    .custm_rating_inner .clients .desc  {
        color: #fff;
        line-height: 26px;
        margin-top: 10px;
    }

    .area_tp_one #tabs-nav .navitem .navlink:before {
        display: none;
    }

    .area_tp_one #tabs-nav .navitem {
        margin-right: 0px;
    }
}


/*------------------=================gallery_facts===================------------------------*/

.gallery_facts {
    position: relative;
}

.gallery_facts .single_item_center .image img {
    width: 100% !important;
}

.gallery_facts .single_item_center .pd0 {
    padding: 0px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .gallery_facts .owl-carousel .owl-stage-outer {
        overflow: inherit !important;
    }
}

.gallery_facts .single_item {
    position: relative;
}

.gallery_facts .single_item .image {
    position: relative;
}

.gallery_facts .single_item .image a span.icon {
    position: absolute;
    content: '';
    background: #fff;
    color: var(--color-set-one-2);
    width: 35px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    top: 35%;
}

.gallery_facts .single_item .image.before_img a span.icon {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    right: 0;
    padding-left: 7px;
}

.gallery_facts .single_item .image.after_img a span.icon {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    left: 0;
    padding-right: 7px;
}

.gallery_facts .single_item .image .theme_btn {
    border-radius: 50px;
    position: absolute;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #fff !important;
    color: var(--color-set-one-2);
    bottom: 20px; 
    pointer-events: none;
}

.gallery_facts .single_item .image.before_img .theme_btn {
    left: 20px;
}

.gallery_facts .single_item .image.after_img .theme_btn {
    right: 20px;
}

.gallery_facts .owl-item.active.center .single_item .image .theme_btn {
    background: var(--color-set-one-1) !important;
    color: #fff;
}

.gallery_facts .owl-dots.disabled,
.gallery_facts .owl-dots {
    display: block !important;
}

.gallery_facts .owl-dots {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 45px;
}

.gallery_facts .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #4f4f4f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.gallery_facts .owl-nav {
    display: none !important;
}

.gallery_facts .owl-dots .owl-dot:hover,
.gallery_facts .owl-dots .owl-dot.active {
    border: 2px solid var(--color-set-one-1);
}

@media(max-width:576px) {
    .gallery_facts .single_item .image.before_img a span.icon {
        bottom: 0px;
        top: inherit;
        right: inherit;
        margin-left: -35px;
        margin-bottom: -33px;
        z-index: 10;
    }

    .gallery_facts .single_item .image.after_img a span.icon {
        top: 0px;
        left: inherit;
        margin-top: -37px;
    }

    .gallery_facts .single_item .image {
        text-align: center;
    }

    .gallery_facts .single_item .image.after_img .theme_btn {
        bottom: inherit;
        top: 20px;
    }

    .gallery_facts .single_item .image .theme_btn {
        background: var(--color-set-one-1);
        color: #fff;
    }
}

.counter_type_four {
    position: relative;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    z-index: 0;
}

.counter_type_four small.icon_bg {
    position: absolute;
    font-size: 220px;
    line-height: 220px;
    color: #242424;
    top: 0;
    display: block;
    z-index: -10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: 0;
}

.counter_type_four span {
    font-size: 60px;
    color: var(--color-set-one-1);
    line-height: 60px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
    display: block;
}

.counter_type_four h5 ,
.counter_type_four .common_values {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.counter_type_four h2 ,
.counter_type_four .counter-text {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.counter_type_four:hover span {
    color: #fff;
}


/*------contact-box----------*/

.address_type_four .address_inner {
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding: 63px 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.address_type_four.style-4 {
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    border-radius: 10px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

@media(max-width:992px) {
    .address_type_four.style-4 {
        margin-bottom: 30px;
    }
}

.address_type_four.style-4 .address_inner {
    padding: 53px 22px;
    border: 1px dashed #e6e6e6;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0px;
}

.address_type_four .address_inner span {
    font-size: 70px;
    color: #b8b8b8;
    line-height: 76px;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_four .address_inner h2 , 
.address_type_four .address_inner  .address_type_four_tit{
    font-size: 22px;
    color: var(--color-set-one-2);
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_four .address_inner:hover h2 ,
.address_type_four .address_inner:hover  .address_type_four_tit {
    color: var(--color-set-one-1);
}

.address_type_four .address_inner span {
    color: var(--color-set-one-1);
}

.vc_row.wpb_row.vc_row-fluid {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media(max-width:450px) {
    .topbar {
        display: none !important;
    }
}

.image_absolute {
    position: relative;
    z-index: 0;
}

.image_absolute img {
    position: absolute;
    right: -90px;
    min-width: 500px;
    margin-top: -51px;
    z-index: -58;
}

.page .comments-area {
    padding: 0px;
}

.testimonial_type_three .owl-dots {
    display: none;
}

@media(max-width:600px) {
    .blog_post_types.style-3 .content_inner .tag_and_date ul li::before {
        display: none;
    }

    .classic-layout .blog_post_types .content_inner {
        padding: 40px 30px;
    }

    .classic-layout .blog_post_types ul.entry-meta li::before {
        display: none;
    }

    .pagination_box ul li a {
        width: 35px;
        height: 35px;
        line-height: 34px;
        font-size: 13px;
    }

    .pagination_box ul li {
        padding: 0px 5px;
    }
}

@media(max-width:768px) {
    .service_tb {
        width: 100%;
    }

    .emergency_inner_ser {
        padding: 20px 25px 25px;
    }

    .different_services #tabs-nav .navitem {
        display: block;
        margin-bottom: 10px;
    }
}

.blocks-gallery-caption {
    margin-bottom: 15px;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 10px;
}

.blog_single_details_outer select {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    width: 100% !important;
    height: 54px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 10px 6px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #888;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog_single_details_outer label.screen-reader-text {
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    display: inherit;
}

.blog_single_details .wp-block-calendar table {
    margin-bottom: 0px;
}

.blog_single_details .wp-calendar-nav {
    text-align: left;
    margin-bottom: 20px;
}

.blog_single_details_outer .post-nav-links span,
.blog_single_details_outer .post-nav-links a {
    padding: 0px 14px;
    background-color: #e6e6e6;
    color: var(--color-set-one-2);
    margin: 0 2.5px;
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.blog_single_details_outer .post-nav-links span {
    background-color: var(--color-set-one-1);
    color: #fff;
}

.type-page .page-links span,
.type-page .page-links a {
    padding: 0px 14px;
    background-color: #e6e6e6;
    color: var(--color-set-one-2);
    margin: 0 2.5px;
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.type-page .page-links span {
    background-color: var(--color-set-one-1);
    color: #fff;
}


/*------------------------------------------------------------------------------------
==========================================Products=============================================
--------------------------------------------------------------------------------------*/

.product_all {
    position: relative;
    padding: 100px 0px 70px;
}

.woocommerce-pagination {
    padding-top: 50px;
}

.products_items {
    position: relative;
    padding: 5px;
    border: 2px solid #fff;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .03);
}

.products .products_items {
    top: unset;
    width: unset;
}

select.orderby {
    padding: 0px 10px;
    height: 40px;
    width: 100%;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    color: #fff;
}

select.orderby option {
    color: var(--color-set-one-2);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

.products_items .image {
    position: relative;
    background: #f4f4f4;
}

.products_items:hover {
    border: 2px solid var(--color-set-one-1);
}

.products_items .cart_items {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.products_items:hover .cart_items {
    opacity: 1;
}

.products_items .cart_items .cart_btns {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}

.products_items .cart_items .cart_btns a.button:hover {
    background: transparent;
}

.products_items .cart_items linearGradient {
    position: relative;
}

.products_items .cart_items li .added_to_cart.wc-forward {
    position: absolute;
    width: 124px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: var(--color-set-one-1);
    font-weight: 500;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    background: #fff;
    text-transform: uppercase;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.products_items a.button {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.products_items a.button:after {
    position: absolute;
    top: 0 !important;
    width: 56px;
    height: 56px;
    line-height: 63px;
    border-radius: 50px;
    right: 0 !important;
    left: 0 !important;
    margin-left: 0px !important;
    background: #fff;
}

.products_items .cart_items li .added_to_cart.wc-forward::before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
}

.products_items:hover .cart_items li .added_to_cart.wc-forward {
    opacity: 1;
}

.products_items .cart_items li a {
    background: transparent;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

.products_items .cart_items li span {
    position: relative;
    background: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 26px;
    color: var(--color-set-one-1);
}

.products_items .cart_items a:hover span {
    color: var(--color-set-one-1);
}

.products_items:hover .cart_items a {
    color: var(--color-set-one-1);
}

.products_items .product_content {
    padding: 25px 10px 10px;
    position: relative;
    display: block;
}

.products_items .product_content .review-box {
    position: relative;
    display: block;
}

.products_items .product_content .review-box .star-rating {
    margin: auto auto 12px;
}

.products_items .star-rating span:before {
    color: var(--color-set-one-1);
}

.products_items .product_content h2 a {
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--color-set-one-2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.products_items .product_content h2:hover a {
    color: var(--color-set-one-1);
}

.products_items .product_content .rate-box span ins span {
    color: var(--color-set-one-1);
    font-weight: 600;
}

.products_items .product_content .rate-box del {
    color: #808080;
    text-decoration: line-through;
    margin-right: 5px;
    font-weight: 400;
}

.products_items .product_content .rate-box span {
    font-size: 16px;
}

.related.products {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}

.related.products h2 {
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    color: var(--color-set-one-2);
}

.woocommerce ul.product_list_widget li .star-rating {
    margin-bottom: 5px;
    margin-top: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: #e6e6e6;
}

.related.products .products_items {
    margin: 10px 8px 30px;
}

.related.products .padding_zero {
    padding: 0px 8px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    position: relative;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    position: relative;
    padding: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
    border-radius: 0px;
    padding: 14px 0px 14px 0px;
    font-size: 20px;
    background: #fff !important;
    font-weight: 700;
    color: var(--color-set-one-2);
    line-height: 30px;
    text-decoration: none;
    border-right: 0px !important;
    border-left: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:first-child {
    padding-left: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: var(--color-set-one-1) !important;
    color: var(--color-set-one-1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-set-one-2);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 60px;
    padding: 0px;
    border-radius: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 70px;
    border-color: #e6e6e6;
    border-radius: 0px;
}

.comment-text .woocommerce-review__author {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    color: var(--color-set-one-2);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 10px;
}

.comment-reply-title {
    position: relative;
    color: var(--color-set-one-1);
}

.comment-respond .comment-reply-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: var(--color-set-one-2);
    font-family: 'Nunito', sans-serif;
}

.shop-sidebar .woocommerce-product-search {
    position: relative;
    margin-bottom: 30px;
}

.shop-sidebar .woocommerce-product-search input {
    position: relative;
    position: relative;
    width: 100% !important;
    height: 54px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px 30px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #888;
    border-radius: 50px;
    font-weight: 400;
}

.shop-sidebar .woocommerce-product-search .sch_btn {
    width: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 44px;
    border-radius: 50px;
    background: var(--color-set-one-1);
    border: 0px;
    color: #fff;
    box-shadow: inherit;
}

.product_list_widget {
    position: relative;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce ul.cart_listli:last-child,
.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 60px;
    margin-top: 5px;
    float: left;
    margin-left: 0px;
}

.product_list_widget .product-title {
    font-size: 18px;
    color: var(--color-set-one-2);
    font-family: 'Nunito', sans-serif;
    margin-bottom: 8px;
    margin-left: 0px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    margin-right: 10px;
}

.woocommerce .star-rating span::before {
    color: var(--color-set-one-1);
}

.product_list_widget del .woocommerce-Price-amount.amount {
    color: #888;
}

.product_list_widget ins .woocommerce-Price-amount.amount {
    color: var(--color-set-one-1);
}

.woocommerce div.product .product_title {
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    color: var(--color-set-one-2);
}

.woocommerce div.product .woocommerce-product-rating a {
    color: var(--color-set-one-1);
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}

.cart_totals h2 {
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 32px;
    margin-bottom: 5px;
    color: var(--color-set-one-2);
}

.woocommerce div.product p.price {
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.product_meta a {
    color: var(--color-set-one-1);
}

.woocommerce div.product .woocommerce-tabs .panel {
    position: relative;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--color-set-one-2);
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px !important;
    min-width: 100px;
    line-height: 30px !important;
    height: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: var(--color-set-one-1);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--color-set-one-1);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #eee;
}

.woocommerce .widget_layered_nav_filters ul li a {
    color: var(--color-set-one-1);
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    color: var(--color-set-one-1);
}

.woocommerce-Address-title.title h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-set-one-2);
}

.woocommerce-Address-title.title address {
    line-height: 30px;
}

.woocommerce-Address-title.title .edit {
    font-size: 12px;
    background: var(--color-set-one-1);
    color: #fff;
    padding: 2px 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    z-index: 10;
    margin-top: 9px;
    color: var(--color-set-one-1) !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    margin-top: 10px;
    float: none;
    margin-right: 0px;
}

.woocommerce-Reviews .comment-respond .comment-form-author,
.woocommerce-Reviews .comment-respond .comment-form-email,
.woocommerce-Reviews .comment-respond .comment-form-url {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px;
    padding: 0px;
}

.woocommerce-Reviews .comment-respond .comment-form-author input,
.woocommerce-Reviews .comment-respond .comment-form-email input,
.woocommerce-Reviews .comment-respond .comment-form-url input {
    width: 100%;
}

@media(max-width: 768px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        max-width: 100% !important;
        width: 100%;
    }

    #customer_login .form-row {
        width: 100%;
    }
}

.woocommerce-LostPassword.lost_password {
    position: absolute;
    right: 0;
    top: 4px;
}

#customer_login .form-row {
    position: relative;
}

.comment-respond .comment-form-cookies-consent {
    margin-top: 30px !important;
}

.woocommerce-form-register__submit {
    width: 100%;
}

.header .widget_shopping_cart_content {
    position: relative;
    padding: 20px;
}

.header .product_list_widget {
    position: relative;
}

.header .woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
}

.header .woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #333;
}

.header .woocommerce-mini-cart-item.mini_cart_item .image_box {
    margin-right: 15px;
    display: block;
    min-width: 25%;
    width: 25%;
}

.header .woocommerce-mini-cart-item.mini_cart_item .content_right_car_box_items {
    position: relative;
    width: 75%;
    min-width: 75%;
    padding-right: 35px;
}

.header .woocommerce-mini-cart-item.mini_cart_item .image_box img {
    float: none;
}

.header .woocommerce-mini-cart-item.mini_cart_item:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #333;
}

.header .product_list_widget img {
    width: 60px;
    position: relative;
    left: 0;
    top: 0px;
}

.header .remove.remove_from_cart_button {
    position: absolute;
    right: -10px;
    color: var(--color-set-one-1);
    top: 0;
}

.header-style-v2 .menu-item.dropdown .dropdown-menu.dropdown-menu-mini-cart {
    margin-top: 20px !important;
}

.header-style-v2 .basket-item-count {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff;
    background: var(--color-set-one-1);
    top: 5px;
    right: 4px;
    font-size: 8px;
    line-height: 16px;
    border-radius: 50px;
}

.header .product_list_widget a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.header .product_list_widget .quantity {
    position: relative;
    display: block;
    color: var(--color-set-one-1);
}

.header .product_list_widget .quantity span {
    color: var(--color-set-one-1);
}

.header .woocommerce-mini-cart__total.total {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #333;
}

.header .woocommerce-mini-cart__total.total strong {
    font-weight: 600 !important;
}

.header .woocommerce-Price-amount.amount {
    color: var(--color-set-one-1);
}

.header .woocommerce-mini-cart__buttons.buttons {
    position: relative;
    margin-top: 10px;
}

.header .woocommerce-mini-cart__buttons.buttons a {
    display: inline-block;
    padding: 5px 15px;
    background: var(--color-set-one-1);
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
}

.header .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    float: right;
}


/*------------------------------------------------------------------------------------
==========================================My Account=============================================
--------------------------------------------------------------------------------------*/

.login_register_area {
    position: relative;
    padding: 100px 0px 70px;
}

.login_register_area input[type="text"],
.login_register_area input[type="email"],
.login_register_area .ui-selectmenu-button,
.login_register_area textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: var(--color-set-one-2);
    font-weight: 600;
}

.login_register_area .form .input-field .icon-holder {
    position: absolute;
    right: 20px;
    top: 21px;
}

.login_register_area .form .input-field .icon-holder i {
    color: #b5b5b5;
}

.login_register_area .form .input-field {
    position: relative;
    margin-bottom: 30px;
}

.login_register_area .theme_btn {
    box-shadow: 0px 0px 0px 0px transparent;
    border: 0px;
    border-radius: 30px;
}

.login_register_area .social-icon {
    position: relative;
    text-align: right;
}

.login_register_area .social-icon li {
    display: inline-block;
}

.login_register_area .social-icon li:nth-child(2) {
    margin-right: 5px;
    margin-left: 5px;
}

.login_register_area .social-icon li:nth-child(2),
.login_register_area .social-icon li:nth-child(3) {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #b5b5b5;
}

.login_register_area .social-icon li {
    color: #808080;
    position: relative;
}

.login_register_area .social-icon li a {
    color: #808080
}

.login_register_area .form.register p {
    text-align: right;
    margin-top: 10px;
}

.login_register_area [type="checkbox"]:checked,
.login_register_area [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.login_register_area [type="checkbox"]:checked+label,
.login_register_area [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #808080;
}

.login_register_area [type="checkbox"]:checked+label:before,
.login_register_area [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.login_register_area [type="checkbox"]:checked+label:after,
.login_register_area [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color-set-one-1);
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login_register_area [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.login_register_area [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login_register_area .remember-text {
    position: relative;
    margin-top: 20px;
}

@media(max-width:992px) {
    .login_register_area .social-icon {
        text-align: left;
    }

    .login_register_area .form.register p {
        text-align: left;
    }

    .login_register_area .remember-text {
        text-align: left;
        margin-bottom: 40px;
    }
}

@media(max-width:576px) {
    .login_register_area .theme_btn {
        width: 100%;
        margin-bottom: 20px;
    }
}

#customer_login h2 {
    font-size: 24px;
    color: var(--color-set-one-2);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}


/*------------------------------------------------------------------------------------
==========================================Shopping Cart=============================================
--------------------------------------------------------------------------------------*/

.shopping_cart {
    position: relative;
    padding: 100px 0px 70px;
}

.cart_header h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-set-one-2);
    line-height: 30px;
    margin-bottom: 20px;
}

.cart_total_price h3 {
    text-align: right;
}

.cart_header h3 span {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}

.cart_total_price h3 span {
    color: var(--color-set-one-1);
}

.shopping_cart table {
    position: relative;
}

.shopping_cart .table td,
.shopping_cart .table th {
    border: 1px solid #e6e6e6;
    position: relative;
    vertical-align: middle;
    line-height: normal;
    padding: 20px 20px;
    font-family: 'Source Serif Pro', serif;
}

.shopping_cart .table th {
    font-size: 18px;
    color: var(--color-set-one-2);
    line-height: 30px;
    font-weight: 700;
}

.shopping_cart .table th:first-child {
    border-right: 0px;
}

.shopping_cart .table td:first-child {
    border-right: 0px;
    width: 120px;
    padding-right: 0px;
}

.shopping_cart .table th:nth-child(2) {
    border-left: 0px;
}

.shopping_cart .table td:nth-child(2) {
    border-left: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.shopping_cart .table td:nth-child(4) {
    font: 20px;
    color: var(--color-set-one-1);
    font-weight: 700;
}

.shopping_cart .table td:nth-child(5) {
    font: 20px;
    color: var(--color-set-one-2);
    font-weight: 700;
}

.shopping_cart .table td .icon-x-mark {
    font-size: 20px;
    color: #808080;
}

.shopping_cart .table td input[type="number"] {
    border: 1px solid #e6e6e6;
    height: 50px;
    width: 50px;
    color: var(--color-set-one-2);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-left: 8px;
}


/*------------------------------------------------------------------------------------
==========================================Checkout=============================================
--------------------------------------------------------------------------------------*/

.Products_checkout {
    position: relative;
    padding: 100px 0px 70px;
}

.check_up {
    position: relative;
    margin: 10px 0px 20px;
}

.check_up input[type="text"] {
    position: relative;
    height: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 50px;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .check_up input[type="text"] {
        width: 300px;
    }
}

.check_up .theme_btn {
    border: 2px solid var(--color-set-one-1);
    line-height: 46px;
    height: 50px;
    border-radius: 50px;
}

@media(max-width:1199px) {
    .check_up input[type="text"] {
        margin-bottom: 5px;
    }

    .check_up .theme_btn {
        width: 100%;
    }

    .check_up .theme_btn {
        margin-bottom: 5px;
    }
}

.check_up .theme_btn.update {
    background: transparent;
    color: var(--color-set-one-1);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-selection.select2-selection--single {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    padding: 0px 20px !important;
    font-weight: 400;
    border-radius: 0px;
    margin-bottom: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 60px;
    color: #808080 !important;
    padding: 0px;
    margin: 0px;
}

.select2-selection__arrow:before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    right: 16px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 16px;
    color: #888;
}

.woocommerce form .form-row textarea {
    height: inherit;
    padding: 20px 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.check_out_form {
    position: relative;
    margin-bottom: 30px;
}

#customer_details label,
.woocommerce form .form-row span {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-set-one-2);
    font-weight: 400;
    margin-bottom: 10px;
}

.form-row.place-order {
    padding: 20px 0px 0px !important;
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    padding: 40px;
    background: #fff !important;
    margin-top: 30px;
    border-radius: 0px !important;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, .05);
}

.woocommerce-checkout .woocommerce-checkout-payment ul {
    padding: 0px !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: var(--color-set-one-1);
    color: #fff !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--color-set-one-1);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    color: #fff;
}

.wc_payment_methods.payment_methods.methods .wc_payment_method {
    position: relative;
}

.wc_payment_methods.payment_methods.methods input[type="radio"] {
    height: inherit;
}

.checkout.woocommerce-checkout h3 {
    font-size: 24px;
    line-height: 28px;
    color: var(--color-set-one-2);
    font-weight: 700;
    margin-bottom: 20px;
}

.check_out_form .section-title.two {
    margin-top: 30px;
}

.payment_methord h2 {
    font-size: 24px;
    line-height: 28px;
    color: var(--color-set-one-2);
    font-weight: 700;
    margin-bottom: 20px;
}

.Products_checkout [type="checkbox"]:checked,
.Products_checkout [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.Products_checkout [type="checkbox"]:checked+label,
.Products_checkout [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #808080;
    margin-bottom: 30px;
}

.Products_checkout [type="checkbox"]:checked+label:before,
.Products_checkout [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.Products_checkout [type="checkbox"]:checked+label:after,
.Products_checkout [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color-set-one-1);
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Products_checkout [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.Products_checkout [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment_methord {
    position: relative;
    padding: 40px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}

.payment_methord .payment_methord_inner p {
    margin-bottom: 30px;
}

.payment_methord .payment_methord_inner label {
    color: var(--color-set-one-2) !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Serif Pro', serif;
    line-height: 26px;
}

.payment_methord .payment_methord_inner .theme_btn {
    border-radius: 50px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
}

.product_order_pay {
    position: relative;
    padding: 40px;
    border: 1px solid #e6e6e6;
}

.product_order_pay .product_content {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e6e6e6;
}

.product_order_pay .product_content .content {
    float: left;
    width: 70%;
}

.product_order_pay .product_content .content img {
    float: left;
}

.product_order_pay .product_content .content h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-set-one-2);
    line-height: 100px;
}

.product_order_pay .product_content h6 {
    float: right;
    line-height: 100px;
    font-weight: 700;
    font-size: 18px;
    color: #808080;
}

.total_payment {
    position: relative;
    margin: 35px 0px 20px;
}

.total_payment h6 {
    font-size: 18px;
    color: var(--color-set-one-2);
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.total_payment h6 span {
    float: right;
    display: block;
    font-weight: 700;
    color: #808080;
}

.total_payment .final_total {
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.total_payment .final_total h6 span {
    color: var(--color-set-one-1);
}

.product_order_pay {
    position: relative;
}

.product_order_pay .theme_btn {
    border: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    border-radius: 50px;
    width: 250px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*------------------------------------------------------------------------------------
==========================================Product Single=============================================
--------------------------------------------------------------------------------------*/

.product_single {
    position: relative;
    padding: 100px 0px 50px;
}

.product_single .product_image {
    position: relative;
    margin-bottom: 30px;
}

.product_single .product_image img {
    width: 100%;
}

.product_single .product_image a span {
    position: absolute;
    top: 10px;
    font-size: 16px;
    right: 10px;
    width: 40px;
    background: #fff;
    height: 40px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    line-height: 40px;
    color: var(--color-set-one-2);
}

.product_details {
    position: relative;
    margin-bottom: 30px;
}

.product_details .product_header {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.product_details .product_header .left {
    float: left;
}

.product_details .product_header .right {
    float: right;
}

.product_details .product_header h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--color-set-one-2);
}

.product_details .product_header .right h6 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--color-set-one-1);
    margin-top: 10px;
}

.product_details .product_header p {
    color: #808080;
}

.product_details .product_header p span {
    color: var(--color-set-one-1);
    display: inline-block;
    font-weight: 700;
}

.product_details .product_features {
    position: relative;
}

.product_details .product_features p {
    margin-bottom: 15px;
}

.product_details .quantity h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.product_details .quantity input[type="number"] {
    border: 1px solid #e6e6e6;
    height: 50px;
    width: 50px;
    color: var(--color-set-one-2);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding-left: 8px;
    margin-right: 20px;
}

.product_details .quantity label {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--color-set-one-2);
    font-family: 'Source Serif Pro', serif;
}

.product_details .quantity label span {
    font-weight: 400;
    color: var(--color-set-one-1);
}

.add_to_cart {
    position: relative;
    margin: 30px 0px 20px;
}

.add_to_cart ul li {
    display: inline-block;
}

.add_to_cart .dropdown-toggle::after {
    display: none;
}

.add_to_cart a i.fa-share-alt {
    font-size: 16px;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    margin-left: 10px;
}

.add_to_cart .dropdown-menu a {
    font-size: 16px;
    color: var(--color-set-one-1);
    padding: 10px;
}

.add_to_cart .dropdown-menu {
    top: -36px !important;
    left: -175px !important;
    border: 0px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 10px 15px;
}

.add_to_cart .theme_btn {
    border: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    border-radius: 30px;
}

.product_details .categories {
    position: relative;
    margin-bottom: 30px;
}

.product_details .categories ul li a {
    color: #808080;
    font-weight: 400;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.product_details .categories ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-set-one-2);
}

.product_details .accordion>.card .card-header h5 button.btn {
    padding: 14px 0px 14px 0px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-set-one-2);
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.product_details .accordion>.card .card-header h5 button.btn::before {
    display: none;
}

.product_details .accordion>.card {
    margin: 0px;
}

.product_details .accordion .main.n-active,
.product_details .accordion .main.active-min {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
    float: right;
    padding-top: 7px;
}

.product_details .accordion .main.active-min {
    display: none;
}

.product_details .accordion button.collapsed .main.n-active {
    display: none !important;
}

.product_details .accordion button.collapsed .main.active-min {
    display: block;
}

.product_details .card-body {
    padding: 20px 0px;
}

.product_details .card-body .reviws_inner {
    position: relative;
    margin: 20px 0px;
}

.product_details .card-body .reviws_inner .image {
    float: left;
}

.product_details .card-body .reviws_inner .content {
    margin-left: 90px;
}

.product_details .card-body .reviws_inner .content h2 {
    color: var(--color-set-one-2);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
}

.product_details .card-body .reviws_inner .content h2 span {
    color: var(--color-set-one-1);
}

.product_details .card-body .reviws_inner .content h6 {
    margin-bottom: 10px;
}

.product_details .card-body .reviws_inner .content h6 span {
    color: var(--color-set-one-1);
    font-weight: 700;
}

.product_comments {
    position: relative;
}

.product_comments h2 {
    color: var(--color-set-one-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}

.product_comments .form_inner {
    position: relative;
    margin: 20px 0px 30px;
}

.product_comments .form_inner label {
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 10px;
}

.product_comments input[type="text"],
.product_comments input[type="email"],
.product_comments textarea {
    position: relative;
    width: 100% !important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    line-height: 60px;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.product_comments textarea {
    height: inherit;
}

.product_comments .theme_btn {
    border: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
    border-radius: 50px;
}

.related_products {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #e6e6e6;
}

.related_products h2 {
    font-size: 30px;
    line-height: 36px;
    color: var(--color-set-one-2);
    font-weight: 700;
    margin-bottom: 20px;
}

.related_products .owl-carousel .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    top: -50px;
    display: block !important;
    right: 10px;
}

@media(max-width:600px) {
    .related_products .owl-carousel .owl-nav {
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 80px;
    }
}

.related_products .owl-carousel .owl-nav .owl-prev,
.related_products .owl-carousel .owl-nav .owl-next {
    color: #cacaca;
    padding: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: inline-block;
}

.related_products .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.related_products .owl-carousel .owl-nav .owl-prev:hover,
.related_products .owl-carousel .owl-nav .owl-next:hover {
    color: var(--color-set-one-1);
}

.recent_testimonial_inner {
    position: relative;
    margin-bottom: 30px;
}

.recent_testimonial_inner .post_image {
    position: relative;
    float: left;
}

.recent_testimonial_inner .post_title {
    position: relative;
    margin-left: 70px;
    margin-bottom: 10px;
}

.recent_testimonial_inner .post_title .post-date {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

.recent_testimonial_inner .post_title .post-date span {
    margin-right: 5px;
}

.recent_testimonial_inner .post_title h2 a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: var(--color-set-one-2);
}


/*---woocommerce-----*/

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 48%;
    padding: 0px;
}

#customer_details label,
.woocommerce form .form-row span {
    width: 100%;
}

.post-type-archive-product .ui-selectmenu-menu .ui-menu {
    height: inherit;
}

.show-password-input {
    display: inline-block;
    position: absolute;
    width: 26px !important;
    text-align: center;
}


/*------------------------------------------------------------
==============woocommerce-MyAccount-navigation================
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
    position: relative;
    padding: 30px 20px;
    background: #1c1c1c;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0px;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    display: block;
    padding: 10px 0px;
}

.woocommerce-MyAccount-navigation ul li:before {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    right: 6px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #1c1c1c;
    border-top: 3px solid var(--color-set-one-1);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    color: #fff;
}

.woocommerce-info::before {
    color: var(--color-set-one-1);
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    padding-left: 30px !important;
}

.woocommerce table.shop_table {
    border-radius: 0px !important;
    border-collapse: collapse;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 225px !important;
    height: 50px;
    border: 1px solid #eee;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 5px;
}

.woocommerce .quantity .qty {
    padding: 0px;
}

.woocommerce thead {
    background: #fff;
    color: var(--color-set-one-2);
}

.woocommerce table.shop_table tr {
    border: 0px;
}

.product-name img {
    margin-right: 20px;
}

.cart_totals.calculated_shipping h2 {
    font-size: 24px;
    line-height: 28px;
    color: var(--color-set-one-2);
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce-Price-amount.amount {
    color: var(--color-set-one-2);
}

.woocommerce table.shop_table th {
    color: var(--color-set-one-2);
}

.product-quantity {
    color: var(--color-set-one-1);
}

.woocommerce table.shop_table th {
    font-weight: 500;
    padding: 20px 20px;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.woocommerce table.shop_table td {
    border: 1px solid #eee;
    padding: 20px 20px;
}

.shop_showing_poroducts_counts {
    position: relative;
    background: #1c1c1c;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-top: 3px solid var(--color-set-one-1);
}

.shop_showing_poroducts_counts p {
    color: #fff;
}

.woocommerce div.products::after,
.woocommerce-page div.products::after {
    clear: both
}

.woocommerce .products {
    display: flex;
    display: -webkit-flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.related.products .owl-carousel {
    display: block !important;
}

.related.products {
    display: block !important;

    gap: unset !important;
    flex-wrap: unset !important;
}

.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce div.products div.first,
.woocommerce-page div.products div.first {
    clear: both
}

.woocommerce div.products div.last,
.woocommerce-page div.products div.last {
    margin-right: 0
}

.woocommerce div.products.columns-1 div.product,
.woocommerce-page div.products.columns-1 div.product {
    width: 100%;
    margin-right: 0
}

.woocommerce div.products.columns-2 div.product,
.woocommerce-page div.products.columns-2 div.product {
    width: 48%
}

.woocommerce div.products.columns-3 div.product,
.woocommerce-page div.products.columns-3 div.product {
    width: 30.75%
}

.woocommerce div.products.columns-5 div.product,
.woocommerce-page div.products.columns-5 div.product {
    width: 16.95%
}

.woocommerce div.products.columns-6 div.product,
.woocommerce-page div.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 div.products div.product,
.woocommerce.columns-1 div.products div.product {
    width: 100%;
    margin-right: 0
}

@media(max-width:768px) {

    .woocommerce div.products div.product,
    .woocommerce-page div.products div.product {
        width: 100% !important;
    }

    .woocommerce .woocommerce-result-count {
        float: none;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .woocommerce-ordering {
        float: none !important;
        text-align: center;
    }
}

.woocommerce-ordering .ui-selectmenu-button {
    position: relative;
    width: 100% !important;
    height: 40px;
    background: transparent;
    border: 1px solid #444 !important;
    padding: 20px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    min-width: 250px;
    padding: 0px 20px;
}

.woocommerce-ordering .ui-selectmenu-button .ui-icon {
    overflow: inherit;
}

.woocommerce-ordering input::placeholder {
    color: #808080;
}

.woocommerce .woocommerce-result-count {
    margin: 7px 0px 0px;
}

.woocommerce .woocommerce-ordering {
    margin: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-color: #e6e6e6;
    border-radius: 0px;
}

#customer_login input[type="checkbox"] {
    height: inherit;
}

.products_single .product_meta {
    position: relative;
}

.products_single .product_meta span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.products_single .product_meta span span {
    display: inline;
}

.woocommerce div.product p.stock {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: underline;
    font-weight: 600;
}

.related.products .owl-carousel .owl-nav,
.related.products .owl-carousel .owl-dots {
    display: none;
}

.woocommerce-pagination {
    position: relative;
    text-align: center;
    margin: 20px 0px;
}

@media(max-width:992px) {
    .woocommerce-pagination {
        margin-bottom: 60px;
    }
}

.woocommerce-pagination ul {
    position: relative;
    display: block;
    border: 0px !important;
    text-align: center;
}

.woocommerce-pagination ul li {
    display: inline-block;
    padding: 0px 10px !important;
    border-right: 0px !important;
}

.woocommerce-pagination ul li:last-child {
    padding-right: 0px;
}

.woocommerce-pagination ul li:first-child {
    padding-left: 0px;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    width: 52px;
    height: 52px;
    border-radius: 50px;
    border: 2px solid #e6e6e6;
    line-height: 50px !important;
    text-align: center;
    display: block !important;
    font-size: 16px !important;
    color: gray !important;
    font-weight: 600 !important;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding: 0px !important;
    background: transparent !important;
}

.woocommerce-pagination ul li:hover a,
.woocommerce-pagination ul li span.current {
    background: #fff;
    border: 2px solid var(--color-set-one-1);
    color: var(--color-set-one-1) !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
}

.blog_siderbar .product-categories {
    position: relative;
    content: "";
    clear: both;
    display: table;
}

.blog_siderbar .product-categories li {
    text-align: right;
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_siderbar .product-categories li a {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 16px;
    color: #808080;
    float: left;
}

.blog_siderbar .product-categories li:first-child {
    padding-top: 0px;
}

.blog_siderbar .product-categories li:last-child {
    border-bottom: 0px;
}


/*----------------------------===========================construction==============================--------------------------------------------*/


/*--------header-style-5------*/

.header-style-v5 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
    color: #fd5e16;
}

.header-style-v5 .search_link .dropdown-item {
    padding: 0px !important;
}

.header-style-v5 .search_link .dropdown-menu .sch_btn {
    background: #fd5e16;
}

.header-style-v5 .bsnav {
    background: transparent;
    padding: 20px 0px;
}

.header-style-v5 .site-logo img {
    width: 200px;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
    padding: 12px 15px 12px 15px !important
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link:hover,
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-link:hover {
    color: #fd5e16;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #3d3c3c;
    border-radius: 0px;
    padding: 10px !important;
}

.header-style-v5 .menu-item.dropdown .dropdown-menu {
    background: #272727 !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu {
    padding: 0px !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item:hover .nav-link {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fd5e16;
    border-bottom-style: solid;
    border-bottom-color: #3d3c3c;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link::after {
    display: none;
}

.header-style-v5 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
    border-bottom: 0px !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.header-style-v5 .navbar-expand-lg .navbar-nav .nav-item.search_link {
    margin-right: 30px;
}

.header-style-v5 .bsnav.bsnav-sticky.sticked.in {
    background: #fff !important;
    padding: 10px 0px;
}

.header-style-v5 .bsnav.bsnav-sticky.sticked.in .navbar-nav .nav-link {
    color: #272727;
}

.header-style-v5 .navbar_right {
    margin-left: 40px;
}

.header-style-v5 .navbar_right .basket-item-count {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fd5e16;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
}


/*---cart----*/

.header.header-style-v5 .widget_shopping_cart_content {
    position: relative;
    padding: 20px;
}

.header.header-style-v5 .product_list_widget {
    position: relative;
}

.header.header-style-v5 .woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #333;
}

.header.header-style-v5 .woocommerce-mini-cart-item.mini_cart_item:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #333;
}

.header.header-style-v5 .product_list_widget img {
    width: 40px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
}

.header.header-style-v5 .remove.remove_from_cart_button {
    position: absolute;
    right: -10px;
    color: #fd5e16;
}

.header-style-v5 .menu-item.dropdown .dropdown-menu.dropdown-menu-mini-cart {
    margin-top: 20px !important;
}

.header-style-v5 .basket-item-count {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff !important;
    background: #fd5e16;
    top: 5px;
    right: 4px;
    font-size: 8px;
    line-height: 16px;
    border-radius: 50px;
}

.header.header-style-v5 .product_list_widget a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
    margin-right: 10px;
}

.header.header-style-v5 .product_list_widget .quantity {
    position: relative;
    display: block;
    color: #fd5e16;
    margin-left: 50px;
}

.header.header-style-v5 .product_list_widget .quantity span {
    color: #fd5e16;
}

.header.header-style-v5 .woocommerce-mini-cart__total.total {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #333;
}

.header.header-style-v5 .woocommerce-mini-cart__total.total strong {
    font-weight: 600 !important;
}

.header.header-style-v5 .woocommerce-Price-amount.amount {
    color: #fd5e16;
}

.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons {
    position: relative;
    margin-top: 10px;
}

.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons a {
    display: inline-block;
    padding: 5px 15px;
    background: #fd5e16;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
}

.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    float: right;
}


/*-----icon_box_v2-----*/

.icon_box_v2 {
    position: relative;
    margin: 3px 3px 30px;
}

.icon_box_v2 .icon_box_v2_inner {
    position: relative;
    padding: 70px 30px 40px;
    background: #fff !important;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .05);
    z-index: 10;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.icon_box_v2 .icon_box_v2_inner .image_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.icon_box_v2 .icon_box_v2_inner .image_bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    opacity: 1;
    top: 0px;
    left: 0;
    opacity: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .8) !important;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
}

.icon_box_v2:hover .icon_box_v2_inner .image_bg:before {
    opacity: 1;
}

.icon_box_v2:hover .icon_box_v2_inner .image_bg {
    opacity: 1;
}

.icon_box_v2 .icon_box_v2_brfore {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

.icon_box_v2 .icon_box_v2_brfore:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    opacity: 1;
    top: -3px;
    background: #fd5e16;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    z-index: 1;
}

.icon_box_v2:hover .icon_box_v2_brfore:before {
    opacity: 0;
}

.icon_box_v2 .icon_box {
    position: relative;
    margin-bottom: 50px;
}

.icon_box_v2 .icon_box .icon {
    font-size: 60px;
    color: #fd5e16;
    display: block;
    line-height: 60px;
}

.icon_box_v2 .icon_box .icon_bg {
    font-size: 120px;
    color: #c9b9b9;
    position: absolute;
    display: block;
    line-height: 60px;
    top: 0;
    opacity: .1;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.icon_box_v2 .text {
    position: relative;
}

.icon_box_v2 .text h5 ,
.icon_box_v2 .text .icon2title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #272727;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.icon_box_v2 .text p {
    margin-bottom: 15px;
}

.icon_box_v2 .text a {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.icon_box_v2 .text a span {
    font-size: 16px;
    margin-left: 3px;
}

.icon_box_v2:hover .icon_box_v2_inner h5,
.icon_box_v2:hover .icon_box_v2_inner .icon2title,
.icon_box_v2:hover .icon_box_v2_inner p {
    color: #fff !important;
}

.icon_box_v2:hover .icon_box_v2_inner a {
    color: #fd5e16;
}


/*--------heading type_four----*/

.heading.type_four {
    position: relative;
}

@media(max-width:992px) {
    .title_all_box .heading br {
        display: none;
    }
}

.heading.type_four .title_main {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #64625c;
    text-transform: uppercase;
}

.heading.type_four .title_sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    line-height: 50px;
    color: #272727;
}

.heading.type_four .dots {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #eee;
    bottom: -20px;
    margin: auto;
}

.heading.type_four.center .dots {
    left: 0;
    right: 0;
}


.heading.type_four .dots.left {
    left: 0;
    right: inherit;
}

.heading.type_four .dots.right {
    right: 0;
    left: inherit;
}

.heading.type_four .dots.center {
    left: 0;
    right: 0;
}

.heading.type_four.left .dots {
    left: 0;
    right: inherit;
}

.heading.type_four.right .dots {
    left: inherit;
    right: 0;
}

.heading.type_four .dots small {
    width: 5px;
    height: 10px;
    transform: rotate(10deg);
    background: #fd5e16;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: -8px;
    right: 0;
    margin: auto;
}

.heading.type_four .dots span {
    width: 5px;
    height: 10px;
    transform: rotate(10deg);
    background: #fd5e16;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    right: -8px;
    margin: auto;
}

.heading.type_four p {
    margin-top: 40px;
}


/*----*/


/*-----------heading tp_one-----------*/

.video_type_three {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.video_type_three::before {
    position: absolute;
    content: '';
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.video_type_three:hover::before {
    opacity: 1;
}

.video_type_three .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video_type_three .video-inner a {
    position: absolute;
    display: inline-block;
    font-size: 30px !important;
    color: #fd5e16;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center !important;
    border-radius: 50%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video_type_three .video-inner a {
    background: #fff;
    background-image: inherit;
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video_type_three .video-inner a:before {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video_type_three .video-inner a:after,
.video_type_three .video-inner a:before {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video_type_three .video-inner a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


/*------counter_type_five -------*/

.counter_type_five {
    position: relative;
    margin-bottom: 20px;
}

.counter_type_five h5 ,
.counter_type_five .common_values {
    color: #fd5e16;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 7px;
}

.counter_type_five h2 ,
.counter_type_five  .counter-text {
    font-family: 'Roboto', sans-serif;
    color: #272727;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}


/*----service_type_seven-----*/

.service_type_seven .owl-carousel .service_type_seven_box {
    margin: 30px 15px 30px;
}

.service_type_seven_box {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
    border-top: 3px solid #fd5e16;
}

.service_type_seven_box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0px;
    background: #fd5e16;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    z-index: -10;
}

.service_type_seven_box:hover::before {
    top: 3px;
    opacity: 1;
}

.service_type_seven_box .image {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
    border-top: 3px solid #fd5e16;
}

.service_type_seven_box .image::before {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.service_type_seven_box .image::after {
    position: absolute;
    content: '';
    width: 50%;
    right: 0;
    bottom: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.service_type_seven_box:hover .image::before,
.service_type_seven_box:hover .image::after {
    opacity: .8;
    height: 100%;
}

.service_type_seven_box .image img {
    position: relative;
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 700ms ease;
}

.service_type_seven_box:hover .image img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.service_type_seven_box .content_box {
    position: relative;
    padding-top: 30px;
}

.service_type_seven_box .icon_bg {
    position: absolute;
    font-size: 80px;
    line-height: 80px;
    right: 10px;
    bottom: 10px;
    color: #c9b9b9;
    opacity: .1;
}

.service_type_seven_box .content_box .upper_content {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center !important;
    margin-bottom: 15px;
    align-items: center !important;
}

.service_type_seven_box .content_box .upper_content .icon_box {
    position: relative;
}

.service_type_seven_box .content_box .upper_content .icon_box span {
    font-size: 40px;
    line-height: 40px;
    color: #fd5e16;
    display: block;
}

.service_type_seven_box .content_box .upper_content h2 ,
.service_type_seven_box .content_box .upper_content .title_ser {
    position: relative;
    margin-left: 15px;
}

.service_type_seven_box .content_box .upper_content h2 a  ,
.service_type_seven_box .content_box .upper_content .title_ser  a{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    color: #272727;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven_box .content_box .upper_content h2 a:hover,
.service_type_seven_box .content_box .upper_content .title_ser a:hover {
    color: #fd5e16;
}

.service_type_seven_box .content_box .lower_content {
    position: relative;
}

.service_type_seven_box .content_box .lower_content p {
    margin-bottom: 12px;
}

.service_type_seven_box .content_box .lower_content a {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_seven_box .content_box .lower_content a:hover {
    color: #fd5e16;
}

.service_type_seven_box .content_box .lower_content a i {
    font-size: 16px;
    margin-left: 6px;
}


/*------service_type_eight_box-----*/

.service_type_eight_box {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background: var(--color-set-one-1)0d;
    margin-bottom: 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_eight_box .image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto 35px;
}

@media(max-width:500px) {
    .service_type_eight_box .image {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}

.service_type_eight_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_eight_box .content_box {
    position: relative;
    text-align: center;
}

.service_type_eight_box .content_box .icon_box span {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    color: #fff;
    background: var(--color-set-one-1);
    font-size: 30px;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_type_eight_box .content_box h2 a ,
.service_type_eight_box .content_box .title_ser a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: var(--color-set-one-2);
    margin-bottom: 8px;
    display: block;
}

.service_type_eight_box .content_box p {
    margin-bottom: 20px;
}

.service_type_eight_box .content_box .rd_more {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    line-height: 26px;
    display: block;
    color: var(--color-set-one-2);
}

.service_type_eight_box:hover {
    transform: translateY(-10px);
}

.service_type_eight_box:hover .image img {
    opacity: .5;
}

.service_type_eight_box:hover .content_box .icon_box span {
    background: var(--color-set-one-2);
    color: #fff;
}

/*----icon_box_v2_two style-2 ----*/

.icon_box_v2_two.style-2 {
    position: relative;
    margin-bottom: 30px;
}

.icon_box_v2_two.style-2 .icon_box {
    position: relative;
    margin-bottom: 20px;
}

.icon_box_v2_two.style-2 .icon_box span {
    font-size: 60px;
    line-height: 70px;
    color: #fd5e16;
    display: block;
}

.icon_box_v2_two.style-2 .text {
    position: relative;
}

.icon_box_v2_two.style-2 .text h5 ,
.icon_box_v2_two.style-2 .text .icon2title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: var(--color-set-one-2);
    margin-bottom: 13px;
}

.icon_box_v2_two.style-2 .text h5:hover  ,
.icon_box_v2_two.style-2 .text .icon2title:hover {
    color: #fd5e16;
}


/*-----team_outer_two-----*/

.team_outer_two {
    position: relative;
    margin: 10px 15px 30px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .06);
}

.team_outer_two .authour_details_team {
    position: relative;
    padding: 25px;
}

.team_outer_two .image {
    position: relative;
    overflow: hidden;
}

.team_outer_two .image img {
    width: 100%;
}

.team_outer_two .image::before {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.team_outer_two .image::after {
    position: absolute;
    content: '';
    width: 50%;
    right: 0;
    bottom: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.team_outer_two:hover .image::before,
.team_outer_two:hover .image::after {
    opacity: .8;
    height: 100%;
}

.team_outer_two .image img {
    position: relative;
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 700ms ease;
}

.team_outer_two:hover .image img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.team_outer_two .social_media_team {
    position: absolute;
    bottom: -150px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 127px;
    z-index: 11;
    background: #fd5e16;
    padding: 6px 20px;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.team_outer_two:hover .social_media_team {
    bottom: 5px;
}

.team_outer_two .social_media_team ul li {
    display: inline-block;
    padding-right: 20px;
}

.team_outer_two .social_media_team ul li:last-child {
    padding-right: 0px;
}

.team_outer_two .social_media_team ul li a {
    font-size: 16px;
    color: #fff;
}

.team_outer_two .authour_details_team .authour_name {
    position: relative;
    text-align: center;
}

.team_outer_two .authour_details_team .authour_name h2 ,
.team_outer_two .authour_details_team .authour_name .title_team {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: var(--color-set-one-2);
    margin-bottom: 2px;
}

.team_outer_two .authour_details_team .authour_name h2:hover , 
.team_outer_two .authour_details_team .authour_name .title_team:hover {
    color: #fd5e16;
}

.team_outer_two .authour_details_team .authour_name p {
    font-size: 14px;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.team_outer_two .authour_details_team .phone_number {
    position: relative;
    display: flex;
    display: -ms-flexbox;
}

.team_outer_two .authour_details_team .phone_number .icon_in {
    width: 20px;
    position: relative;
}

.team_outer_two .authour_details_team .phone_number .icon_in span {
    color: #fd5e16;
}

.team_outer_two .authour_details_team .no {
    margin-left: 6px;
    position: relative;
}

.team_outer_two .authour_details_team a {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


/*------project_inner_two------*/

.project_inner_two {
    position: relative;
    margin-bottom: 60px;
}

.project_inner_two .image img {
    display: block;
    width: 100%;
}

.project_inner_two .image {
    position: relative;
    overflow: hidden;
}

.project_inner_two .image::before {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.project_inner_two .image::after {
    position: absolute;
    content: '';
    width: 50%;
    right: 0;
    bottom: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.project_inner_two:hover .image::before,
.project_inner_two:hover .image::after {
    opacity: .8;
    height: 100%;
}

.project_inner_two .image img {
    position: relative;
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 700ms ease;
}

.project_inner_two:hover .image img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.project_inner_two .content_box {
    position: absolute;
    padding-right: 40px;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
}

.project_inner_two .content_box .content_inner {
    position: relative;
    padding: 20px 25px;
    z-index: 0;
    bottom: -30px;
    left: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .06);
}

.project_inner_two .content_box h2 a  ,
.project_inner_two .content_box .entry-title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: var(--color-set-one-2);
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-bottom: 5px;
}

.project_inner_two .content_box h2 a:hover,
.project_inner_two .content_box .entry-title a:hover {
    color: #fd5e16;
}

.project_inner_two .image .overlay {
    position: absolute;
    z-index: 9;
    right: 55px;
    top: 10px;
    height: 100%;
    opacity: 0;
    width: 55px;
    line-height: 55px;
    height: 55px;
    background: #fd5e16;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.project_inner_two .image .overlay .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;
}

.project_inner_two .image .overlay .text .icon {
    font-size: 30px;
    color: #fff;
    line-height: 55px;
}

.project_inner_two:hover .image .overlay {
    opacity: 1;
    right: 10px;
}

.fliter_group.construction_work ul {
    border: 0px;
}

.project_all .fliter_group.construction_work ul li {
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

.project_all .fliter_group.construction_work ul li.current,
.project_all .fliter_group.construction_work ul li:hover {
    background: #fd5e16;
    color: #fff !important;
}

.project_all .fliter_group.construction_work ul li::before {
    display: none;
}

.project_all.construction_work .five_column_filter_grid {
    width: 20%;
    padding: 0px 15px;
    float: left;
}


/*---porcess_outer_two---*/

.porcess_outer_two {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 25px 35px;
    background: #fff;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .04);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.porcess_outer_two:hover {
    background: #02265f;
}

.porcess_outer_two .icon_box {
    position: relative;
}

.porcess_outer_two .icon_box span {
    line-height: 70px;
    font-size: 40px;
    color: #fd5e16;
    display: block;
}

.porcess_outer_two .content_inner {
    position: relative;
}

.porcess_outer_two .content_inner h2 a ,
.porcess_outer_two .content_inner .pprotteo_titl  a{
    font-size: 22px;
    line-height: 32px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: var(--color-set-one-2);
    margin-bottom: 15px;
}

.porcess_outer_two:hover .content_inner h2 a ,
.porcess_outer_two:hover .content_inner .pprotteo_titl  a {
    color: #fff;
}

.porcess_outer_two .step {
    position: relative;
}

.porcess_outer_two .step::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eee;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.porcess_outer_two .step small {
    font-size: 30px;
    display: block;
    color: #e3dada;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3dada;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #fff;
}

.porcess_outer_two:hover .step small {
    background: #062c68;
    color: #fff !important;
    border: 1px solid #062c68;
}

.porcess_outer_two:hover .step::before {
    background: #062c68;
}


/*----testimonial_outer_six---*/

.testimonial_outer_six {
    position: relative;
    padding: 35px 30px 30px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .03);
    margin: 10px 15px 30px;
}

.testimonial_outer_six .authour_image {
    position: relative;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
}

.testimonial_outer_six .authour_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial_outer_six .upper_content span.icon {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    right: 30px;
    top: 35px;
    color: #eee;
}

.testimonial_outer_six .content_box {
    position: relative;
}

.testimonial_outer_six .content_box h2 ,
.testimonial_outer_six .content_box .title_testi {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: var(--color-set-one-2);
    margin-bottom: 5px;
}

.testimonial_outer_six .content_box .rating {
    position: relative;
    margin-bottom: 10px;
}

.testimonial_outer_six .content_box .rating ul li {
    color: #fd5e16;
}


/*----blog_post_types-----*/

.blog_post_types.style-5 {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, .04);
}

.blog_post_types.style-5 .content_inner h2 a ,
.blog_post_types.style-5 .content_inner .blo-entry-title a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: var(--color-set-one-2);
    margin-bottom: 5px;
    margin-top: 0px;
    display: block;
}

.blog_post_types.style-5 .r_more {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_post_types.style-5 .r_more i {
    font-size: 16px;
    margin-left: 6px;
}

.blog_post_types.style-5 .image::before {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.blog_post_types.style-5 .image::after {
    position: absolute;
    content: '';
    width: 50%;
    right: 0;
    bottom: 0%;
    background: #02265f;
    opacity: 0;
    height: 0%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1;
}

.blog_post_types.style-5:hover .image::after,
.blog_post_types.style-5:hover .image::before {
    opacity: .8;
    height: 100%;
}

.blog_post_types.style-5 .date {
    position: absolute;
    content: '';
    padding: 5px 15px 1px;
    background: #fd5e16;
    bottom: 0;
    z-index: 3;
    left: 30px;
    color: #fff;
}

.blog_post_types.style-5 .date a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.blog_post_types.style-5 .tag_and_date {
    position: relative;
    margin-bottom: 10px;
}

.blog_post_types.style-5 .tag_and_date li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    font-family: 'Roboto', sans-serif;
}

.blog_post_types.style-5 .tag_and_date li a span {
    margin-right: 5px;
    color: #fd5e16;

}



/*---------======blog_post_types========*/

.blog_post_types.style-6 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog_post_types.style-6 .image {
    height: 250px;
    overflow: hidden;
}

.blog_post_types.style-6 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.blog_post_types.style-6:hover .image img {
    opacity: .8;
}


.blog_post_types.style-6 .content_inner {
    position: relative;
    padding: 20px 30px 30px;
}

.blog_post_types.style-6 .content_inner .tag_and_date {
    position: absolute;
    top: -24px;
    left: 30px;
}

.blog_post_types.style-6 .content_inner .tag_and_date a {
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
    background: #f4faf4;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_post_types.style-6:hover .content_inner .tag_and_date a {
    background: var(--color-set-one-1);
    color: #fff;
}

.blog_post_types.style-6 .content_inner .tag_and_date a span {
    position: relative;
    margin-right: 5px;
}


.blog_post_types.style-6 .content_inner h2 a ,
.blog_post_types.style-6 .content_inner .blo-entry-title a {
    color: var(--color-set-one-2);
    font-weight: 700;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog_post_types.style-6 .content_inner p {
    margin-bottom: 0px;
}

.our_team_all_two .owl-carousel .owl-nav,
.our_team_all_two .owl-carousel .owl-dots {
    display: none !important;
}

.testimonial_type_six .owl-carousel .owl-nav,
.testimonial_type_six .owl-carousel .owl-dots {
    display: none !important;
}

.type-page .entry-content ul {
    padding-left: 0px;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    list-style: none;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 8px;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    padding: 10px !important;
    width: 33.33%;
}

@media(max-width:992px) {
    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50%;
    }
}

@media(max-width:768px) {
    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100%;
    }

    div.pp_pic_holder {
        top: 15% !important;
        width: 100% !important;
        left: 0 !important;
        height: 350px !important;
    }

    div.pp_default .pp_content {
        width: 100% !important;
        height: 100% !important;
    }

    div.pp_default .pp_content #fullResImage {
        width: 100% !important;
        height: 100% !important;
    }

    .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important;
    }
}


.wpb_image_grid .wpb_image_grid_ul a {
    position: relative;
}

.wpb_image_grid .wpb_image_grid_ul a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(32, 158, 46, 1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.wpb_image_grid .wpb_image_grid_ul li:hover a:before {
    opacity: .7;
}

.wpb_image_grid .wpb_image_grid_ul a:after {
    position: absolute;
    content: '\f00e';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px dashed #fff;
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin: auto;
}

.wpb_image_grid .wpb_image_grid_ul li:hover a:after {
    opacity: 1;
}


.custom_button .themebtn.style-1 {
    background-color: var(--color-set-one-1);
    border-color: var(--color-set-one-1);
    border-style: solid;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 58px;
    width: 180px;
    height: 60px;
    border-width: 2px;
    border-radius: 50px;
    margin: 20px 0px 0px;
    text-align: center;
}


.navbar-expand-lg .navbar-nav .dropdown-menu-mini-cart {
    width: 380px !important;
    left: -300px !important;
}


.icon-phone-call:before{
    font-family: 'icomoon' !important;
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link .menu-indicator{
    width: 40px;
  
    line-height: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
top: 18px;
    display: flex;
    align-items: center;   right: 21px;  
    justify-content: center;
    z-index: 999;
    pointer-events: fill; 
    transform: rotate(-90deg);
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link .menu-indicator:before{
    content: '\f107';
    font-family: 'FontAwesome'; 
 
  font-size: 16px;
   
    color: #fff;
    position: relative;
}
 
 