/* Style  */

html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}
body{
    overflow-x: hidden;

}
ul,
ol.pure{
    margin: 0;
    padding: 0;
    list-style: none;
}
input:focus{
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none;
}
a{
    text-decoration: none !important;
}
a:hover,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}
p{
    line-height: 30px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.wrap,.relative{
    position: relative;
}
.dir_rtl{direction: rtl !important}
.dir_ltr{direction: ltr !important}
.list-ltr > *{
    margin-right: 15px;
}
.list-rtl > *{
    margin-left: 15px;
}
.list-1 li {
    line-height: 2;
    font-weight: 500;
    margin-bottom: 10px;
}
.list-1 li > i{
    margin-left: 5px;
    color: var(--text_color);
}

.list_rtl > *{margin-left: 10px}
.list_ltr > *{margin-right: 10px}
.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}
.theme-dropdown .dropdown_list {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 380;
    margin: 0;
    text-align: right;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
}
.theme-dropdown.on_hover:hover > .dropdown_list ,
.theme-dropdown.opened .dropdown_list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}
.theme-dropdown.opened > a,
.theme-dropdown.opened > a > * {
    color: var(--main) !important;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    /* display: inline-block; */
    text-indent: inherit;
    text-align: center;
    display: block !important;
    cursor: pointer;

}
.owl-nav{
    display: block;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 40%;

    height: 45px;
    width: 45px;
    display: block;
    width: 45px;
    background: var(--main) !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: var(--white) !important;
    line-height: 30px;
    border: none !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    visibility: hidden;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev {
    right: 0px !important;
}
.owl-carousel .owl-nav button.owl-next {
    left: -18px;
    right: auto;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
    font-size: 35px;
    line-height: 44px;
    margin-right: 0px;
}
.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}
.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: gray;
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 2px;
    width: 32px;
    border: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--main);
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--main);
}
#btn_header_navigation {
    position: relative;
    width: 40px;
    margin-right: 15px;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    height: 37px;
}
#btn_header_navigation i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #333;
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
}
#btn_header_navigation i:before,
#btn_header_navigation i:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #333;
    border-radius: 3px;
    transition: 0.3s;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    margin: 0;
}
#btn_header_navigation i:before {
    top: -9px;
}
#btn_header_navigation i:after{
    top: 9px;
}
#btn_header_navigation.active i{
    background: transparent;
}
#btn_header_navigation.active i:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
#btn_header_navigation.active i:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}

/************ owl carousel - theme ************/
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/************ General ************/

.page-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 250px;
    z-index: 3100;
    box-shadow: 0 1px 3px transparent;
    border-left: 1px solid #eee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(-100%);
}
.page-sidebar.left{
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.page-sidebar.active{
    box-shadow: 0 1px 3px #ccc;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
body.with-sidebar-active > .page-wrap {
    z-index: 2000;
}
body.with-sidebar-active > .page-wrap:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #22222254;
    z-index: 3000;
}
.page-sidebar_wrap {
    position: relative;
    padding: 15px;
    overflow-y: auto;
    font-size: 14px;
}
.page-sidebar_wrap .title{
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.page-sidebar_wrap .btn-close {
    position: absolute;
    top: 6px;
    left: 15px;
    background: #fff;
    border: none;
    box-shadow: none !important;
    font-size: 2em;
    color: red;
    cursor: pointer;
}
.sidebar .sidebar-menu{
    width: 100%;
    height: 100%;
    margin: 10px 0;
}
.sidebar-menu > ul {
    width: 100%;
    height: 90%;
    margin: auto;
    overflow-y: auto;
}
.sidebar-menu > ul li {
    position: relative;
    display: block;
    padding: 0 !important;
    line-height: 2;
}
.sidebar-menu > ul li.menu-item-has-children:before {
    position: absolute;
    right:0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f107' !important;
    font-weight: 700;
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.sidebar-menu > ul li.menu-item-has-children:before{
    top: 10px;
    right:15px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: var(--main);
    padding: 2px;
    color: var(--white);
    border-radius: var(--radius);
}
.sidebar-menu > ul li.menu-item-has-children.active:before{
    transform: rotate(180deg);
}
.sidebar-menu > ul li.menu-item-has-children .sub-menu {
    position: relative;
    background: transparent;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.08);;
    display: none;
    border: none;
    overflow: hidden;
    color: #000;
    padding-right: 7px;
    line-height: 50px;
    transition: none;
}
.sidebar-menu li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #f7f7f7;
    color: var(--main);
    line-height: 1;
    font-size: 15px;
}
.sidebar_menu .logo_wrap img {
    display: none;
    margin: 15px auto;
    max-height: 100px;
    width: auto;
}
.theme_tooltip:after, .theme_tooltip:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.theme_tooltip:before{
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
    border-top-color: #263045;
}
.theme_tooltip::after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0,0%,20%,.9);
    color: #fff;
    content: attr(title);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    bottom: -205%;
    background-color: var(--main);
    margin-left: -15px;
}
.theme_tooltip:hover:before,
.theme_tooltip:hover:after{
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
/* Header */

header .get-support{
    font-size: 22px !important;

    padding: 7px 20px 7px 0px;
    letter-spacing: 1px;

}
header .get-support .phone2{
    margin-right: 10px;
}
header .get-support a{
    color: var(--white) !important;
}

.get-support strong{
    font-size: 25px !important;
    padding-right: 10px;
    color: var(--main);
}
.get-support strong{

    padding-right: 2px;
}
header .get-support{
    color: var(--main);
}
header .get-support i{
    float: left;
    font-size: 30px;
    color: var(--main);
    padding-right: 10px;
    line-height: 30px;
}
header .search_form{
    position: relative;
    width: 215px;
}
header .search_form button{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.53rem 0.5rem;
    z-index: 5;
    background: transparent !important;
    box-shadow: none;
    border: none;
    color: var(--main);
    font-size: 20px;
    border-radius: 50%;
}
.header-navigation {
    /*! background: #fff; */


    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    -o-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    will-change:transform,opacity;
    transition: none !important;
}
body.navigation-fixed .header-navigation {
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
    box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
    right: 0;
    left: 0;
    z-index: 500;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}
header .logo{
    position: relative;
}
header .logo img{
    height: unset;
    max-width: 180px;
}
.header-navigation_extra{
    padding-right: 300px;
}
#page_header .header-menu > li{
    position: relative;

}
#page_header .header-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-menu-wrap{

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page_header .header-menu > li > a {
    display: block;
    position: relative;
    color: inherit;
    font-weight: 400;
    color: var(--white);
    font-size: 18px;
    padding: 21px 19px 16px 0px;
}
#page_header .header-menu > li > a:before{
    content: '';
    width: 12px;
    height: 5px;
    background: var(--main);
    -webkit-box-shadow: 0px 2px 7px var(--main);
    box-shadow: 0px 2px 7px var(--main);
    border-radius: 2px;
    position: absolute;
    bottom: 0.5rem;
    -webkit-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
    right: calc(50% - 3px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#page_header .header-menu > li:hover > a::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#page_header .header-menu > li > a:hover{
    color: var(--main) !important;
}


#page_header .header-menu ul.sub-menu {
    background-color: #fff;
    min-width: 220px;
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    margin: 0;
    left:  0;
    padding: 0;
    list-style: none;
    border-radius: 0;
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.07),0 0 0 rgba(0,0,0,.10) inset;
    z-index: 99;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all .2s ease;
}
#page_header .header-menu ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
}
#page_header .header-menu li:hover > ul.sub-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    border-top: 2px solid var(--main);
}
#page_header .sub-menu > li{
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}
#page_header .sub-menu > li > a {
    display: block;
    position: relative;
    padding: 15px;
    color: var(--text-light) !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#page_header .sub-menu > li:hover > a,
#page_header .sub-menu > li:focus > a{
    padding-left:30px;

    color: var(--main) !important;
}
#page_header .sub-menu > li > a:before {
    font-style: normal;
    font-weight: normal;
    display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    content: "-";
    margin-right: 5px;
    position: relative;
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
    left: -2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    top: 4px;
}
#page_header .sub-menu > li:hover > a:before {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}
.header-navigation_extra .search > a {
    background: var(--main);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    position: relative;
    text-align: center;
    display: block;
    padding: 0;
}
.header-navigation_extra .search.show > a i:before{
    content: "\f00d"
}
.header-navigation_extra .search-overlay {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    z-index: 2;
}
.header-navigation_extra .search.show .search-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header-navigation_extra .search-overlay .form-control {
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    background-color: #f7f9fe;
    color: #333;
    width: 85%;
    line-height: 50px;
    border: 1px solid #f1f1f1;
}
.header-navigation_extra .search-overlay .wrap{
    padding: 10px 15px;
}
.header-navigation_extra .search-overlay .wrap:before{
    content: " ";
    position: absolute;
    left: 25px;
    top: -8px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;

}
.header-navigation_extra .search-overlay button {
    font-size: 15px;
    background-color: #5a71a3;
    color: #fff;
    width: 13%;
    border: 0;
    border-radius: 0;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 45px;
}
body.navigation-fixed .phone-header{
    color: var(--main);
    font-size: 18px !important;
}
body.navigation-fixed .header-navigation{
    position: fixed;
    top: 0;
    background: var(--back-dark) !important;
    right: 0;
    left: 0;
    padding: 10px 0px 10px 0px;
    box-shadow: 0 0 20px 0 rgba(54,83,120,.0784313725490196);
    z-index: 500;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform:translateY(-100%)
    }
    100% {
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes slideDown {
    0% {
        -moz-transform:translateY(-100%)
    }
    100% {
        -moz-transform:translateY(0)
    }
}
@-o-keyframes slideDown {
    0% {
        -o-transform:translateY(-100%)
    }
    100% {
        -o-transform:translateY(0)
    }
}
@keyframes slideDown {
    0% {
        transform:translateY(-100%)
    }
    100% {
        transform:translateY(0)
    }
}
/************ Page ************/



.form-contact label{
    font-size: 13px;
    color: var(--text-light);
}
.form-contact input{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    box-shadow: var(--shadow) !important;
    background-color: #fff;
    border: none !important;
    border-radius: var(--radius);
    padding: 10px 10px;
    font-size: 14px;
    color: var(--text-light);
    transition: all 500ms ease;
    direction: ltr;
}
.form-contact textarea{
    box-shadow: var(--shadow) !important;
    background-color: #fff;
    border: none !important;
    border-radius: var(--radius);
    padding: 10px 10px;
    height: 150px;
    width: 100%;
}
.form-contact .title{
    color: var(--text-dark);
}
.form-contact .wpcf7-submit{
    background: var(--main);
    color: #fff;
}
#page_main {
    position: relative;
    z-index: 1;
}
.title_404{
    font-size: 20em;
    font-weight: bold;
}


body:not(.home) #page_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: var(--back-dark);
}
body:not(.home) #page_header .header-navigation {

}
body:not(.home) #page_title {
    padding-top: 150px;
}

#page_title .wrap {
    position: relative;
    text-align: center;
    padding: 2em 0;
}
#page_title .title{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
}
/* Comment */
#commentform{
    display: flex;
    flex-wrap: wrap;
}
#commentform .comment-notes{
    width: 100%;
}
#commentform .comment-form-text,
#commentform .comment-form-name{}
#commentform .comment-form-email{}
#commentform .comment-form-cookies-consent{
    width: 100%;
    order: 6;
}
#commentform .comment-form-submit{
    order: 5;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform select,
#commentform textarea {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    color: #7f8187;
    font-size: 13px;
    width: 100%;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    -o-text-overflow: "";
    text-overflow: "";
}
.comment-wap {
    position: relative;
    margin-bottom: 20px;
    background: #f6f7f9;
    border-radius: 4px;
    padding: 30px;
}
.comments-list .children {
    margin-right: 40px;
    padding-bottom: 10px;
}
.c-avatar {
    float: right;
    margin-left: 20px;
}
.c-avatar img {
    border-radius: 50%;
    display: block;
}
.c-body {
    overflow: hidden;
}
.c-title {
    display: inline-block;
    color: #46484d;
    font-weight: bold;
    font-size: 18px;
}
.c-head .comment-reply-link{
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
    margin-top: 2px;
    vertical-align: middle;
}
.c-head time {
    color: #7f8187;
    display: block;
    font-size: 13px;
}

.c-content {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
.comments-list #respond {
    position: relative;
    margin-bottom: 20px;
    background: #f6f7f9;
    border-radius: 4px;
    padding: 15px;
}

/************ account ************/



/************ Widgets ************/
.theme_slider .owl-item.active .title {
    -webkit-animation: slideInDown 2s both;
    animation: slideInDown 2s both;
}
.theme_slider  {
    background-position: center;
    background-size: cover;
    position: relative;
}
.theme_slider .header-inner{
    overflow:hidden;

}
.theme_slider .slide .title {
    font-size: 60px;
    line-height: 70px;
    color: var(--main);
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.theme_slider .slide .description {
    font-size: 15px;
    line-height: 40px;
    color: #999;
    margin-bottom: 30px;
}
.theme_slider .slide .header-inner {
    overflow: hidden;
}
.theme_slider .owl-item.active .description {
    -webkit-animation: slideInLeft 2s 1s both;
    animation: slideInLeft 2s 1s both;
}
.theme_slider .owl-item.active .slide.style-03 .description {
    -webkit-animation: slideInDown 2s 1s both;
    animation: slideInDown 2s 1s both;
}
.theme_slider.owl-carousel .owl-nav button.owl-prev,
.theme_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    text-align: center;
    color: rgba(255,255,255,.6);
    line-height: 50px;
    border: 1px solid rgba(255,255,255,.6);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    visibility: hidden;
    opacity: 0;
}
.theme_slider.owl-carousel .owl-nav button.owl-next {
    left: 20px;
    right: auto;
}
.theme_slider.owl-carousel:hover .owl-nav button.owl-prev,
.theme_slider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}
.theme_slider.owl-carousel .owl-nav button:hover {
    color: var(--main);
    border-color: var(--main);
    outline: none;
}
.theme_slider .theme_slider .owl-item.active .description {
    -webkit-animation: slideInLeft 2s 1s both;
    animation: slideInLeft 2s 1s both;
}
.theme_slider .theme_slider .owl-item.active .slide.style-03 .description {
    -webkit-animation: slideInDown 2s 1s both;
    animation: slideInDown 2s 1s both;
}
.theme_slider .theme_slider .owl-item.active .title {
    -webkit-animation: slideInDown 2s both;
    animation: slideInDown 2s both;
}
#btn_header_navigation {
    position: absolute;
    top: 15px;
    right:0px;
    width: 40px;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    height: 37px;
}
#btn_header_navigation i {
    display: inline-block;
    width: 30px;
    height: 3px;
    background:var(--white);
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
}
#btn_header_navigation i:before,
#btn_header_navigation i:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background:var(--white);
    border-radius: 3px;
    transition: 0.3s;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    margin: 0;
}
#btn_header_navigation i:before {
    top: -9px;
}
#btn_header_navigation i:after{
    top: 9px;
}
#btn_header_navigation.active i{
    background: transparent;
}
#btn_header_navigation.active i:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
#btn_header_navigation.active i:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
#page_sidebar_menu .logo {
    display: block;
    padding: 15px;
}
#page_sidebar_menu .logo img {
    max-width: 125px;
}
#page_sidebar_menu .sidebar_close {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 2em;
    cursor: pointer;
    z-index: 2;
}
#page_sidebar_menu .sidebar-menu > ul li {
    line-height: 1.8;
}
#page_sidebar_menu .header-menu > li > a {
    padding: 15px 10px;
    display: block;
    position: relative;
    color: var(--text-dark) !important;
}
#page_sidebar_menu .header-menu > li > a:hover {

    color: var(--main) !important;
}
@media (max-width: 1200px){

    #page_header #header_navigation{
        display: none;
    }
    #btn_header_navigation {
        display: block !important;
    }
    .header-navigation_extra .search{
        margin-left: 30px;
    }
}
@media (max-width: 991px){
    body:not(.home) #page_title {
        padding-top: 200px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
        line-height: 1.6;
    }
    .sec-title-center .sub-title{
        font-size: 14px !important;
    }
    .sec-title-center .text-desc {
        font-size: 15px !important;
    }
    .service-block-three .inner-box{
        padding-right: 0px !important;
    }
    .about-section::before, .about-section-bg::before{
        width: 100% !important;
    }
}
@media (min-width: 1366px){
    .container{
        max-width: 1306px;
    }
}

@media (min-width: 992px){

    .page-sidebar{
        display: none;
    }
    body.navigation-fixed .header-bottom {
        position: fixed;
        top: 0;
        z-index: 500;
        padding: 0;
        background: #fff;
        box-shadow: 0 1px 3px #eee;
        min-height: inherit;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

}
@media (max-width: 991px){
    .page-header .navbar-area{
        top: 40px;
    }

}

@media( max-width: 420px){

}