@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
    3.1 Top Bar
    3.2 Logo
    3.3 Main Nav
    3.4 Menu
4. Home
    4.1 Home Slider
    4.2 Home Slider Nav
    4.3 Home Slider Dots
5. Search
6. Section Title
12. Contact
13. Footer
    13.1 Footer - About
    13.2 Footer - Blog
    13.3 Footer - Tags
    13.4 Footer - Contact Info
14. Copyright


******************************/

/***********
1. Fonts
***********/
@font-face
{
    font-family: 'IranSans';
    src: url('../fonts/IranSans/IRANSansWeb(FaNum).ttf')  format('opentype');
}

@font-face
{
    font-family: 'Titr';
    src: url('../fonts/farsi/BTitrBold.ttf')  format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
    font-family: 'IranSans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    background: #FFFFFF;
    color: #333;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p
{
    font-family: 'IranSans', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a {
    color: #58595b;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #f7941d;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #f7941d;
}
p a:hover
{
    color: #FFFFFF;
    background: #f7941d;
}
p a:hover::after
{
    opacity: 0.2;
}
a:hover {
    color: #6d6e71;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'IranSans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

ol, ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*.form-control
{
    color: #db5246;
}*/
.font-lg{
    font-size: 21px;
}
.form-check-input:checked{background-color:#f7941d !important;border-color:#f7941d !important;}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 0.16em solid #6d6e71;
}
.form-check-input:focus{border-color:#6d6e71;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top:50px;
    padding-bottom:50px;
}

.highlight {
    background: #ccc;
}
.clear
{
    clear: both;
}
.pt-200 {
    padding-top: 100px;
}
.grayBox {
    background-color: #f1f1f1;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.nopadding
{
    padding: 0px !important;
}
.button
{
    display: inline-block;
    height: 53px;
    border-radius: 5px;
    overflow: hidden;
}
.button_bcg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    /*background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);*/
    background-color: #58595b;
    z-index: -1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.button:hover .button_bcg
{
    left: -100%;
}
.button a
{
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    white-space: nowrap;
    z-index: 2;
}
.button span
{
    display: inline-block;
    vertical-align: middle;
    width: 5.75px;
    height: 5.63px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 2px;
}
.button span:first-child
{
    margin-left: 10px;
}
.button span:nth-child(2)
{
    opacity: 0.6;
}
.button span:last-child
{
    opacity: 0.4;
    margin-right: 0px;
}

.error-msg {
    width: 100%;
    text-align: right;
    margin-top: -20px;
    font-size: 12px;
}
/**************pagination************/
.pagination{
    justify-content: center;
}
.page-link {
    color: #f7941d !important;
}
.page-item.active .page-link {
    color: #fff !important;
    background-color: #f7941d !important;
    border:1px solid #f7941d !important;
}
/*********************************
3. Header
*********************************/

.header-section
{   
    width: 100%;
    background: #fff;
    z-index: 12;
}
.header-section.scrolled
{
    background: #fff;
    position: fixed;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
    width: 100%;
    height: 36px;
    background: #f7941d;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header-section.scrolled .top_bar
{
    visibility: hidden;
    opacity: 0;
    height: 0px;
}
.phone
{
    display: inline-block;
    margin-left: 16px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
}
.phone span{
    margin-right: 13px;
}
.phone i{
    font-size: 18px;
    position: absolute;
    line-height: 34px;
}
.social_list_item
{
    position: relative;
    display: inline-block;
    margin-right: 3px;
}
.social_list_item:last-child
{
    margin-right: 0px;
}
.social_list_item a
{
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
}
.social_list_item:hover a i
{
    color: #fa9e1c;
}
.social_list_item a i
{
    font-size: 12px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.social_list_item a:hover
{
    color: #FFFFFF;
}
.user_box_link
{
    display: inline-block;
}
.user_box_link a
{
    display: block;
    font-size: 10px;
    line-height: 36px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
}
.user_box_link a:hover
{
    color: #58595b;
}
.user_box_login
{
    margin-left: 15px;
}
.user_box_login::after
{
    display: block;
    position: absolute;
    top: 15px;
    left: -9px;
    background: #FFFFFF;
    width: 1px;
    height: 9px;
    content: '';
}
.main_nav_col
{
    height: 80px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header-section.scrolled .main_nav_col
{
    height: 80px;
}
.header.scrolled .main_nav
{
    height: 80px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}


/*********************************
3.2 Logo
*********************************/

.logo_container
{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.header.scrolled .logo_container
{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.logo a
{
    font-family: 'IranSans', sans-serif;
    font-size: 30px;
    color: #f4f4f8;
    font-weight: 800;
    text-transform: uppercase;
}
.logo a img
{
    display: inline-block;
    vertical-align: baseline;
    margin-left: 9px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

/*
================================================
4. Header
================================================
*/
.header-bottomarea {
    /*position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1008;*/
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}
.menu-fixed .header-bottomarea {
    background: #ffffff;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);   
}
.header-section.menu-fixed {
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header-section.menu-fixed .header-top {
    display: none !important;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    display: inline-block;
    padding: 15px 0;
}
.header-search {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}
.header-searchtrigger {
    border: none;
    font-size: 24px;
    align-self: stretch;
    display: flex;
    align-items: center;
    color: #2b2b2b;
    min-width: 34px;
    background: none;
    border: none;
    outline: none !important;
    cursor: pointer;
}
.header-searchtrigger:hover, .header-searchtrigger.is-active {
    color: #ff9138;
}
.header-searchbox {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    height: auto;
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0.8);
    transform-origin: 50% 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.header-searchbox input {
    border: 1px solid #bbbbbb;
    border-right-color: #f26b31;
    width: 85%;
    padding: 0 15px;
}
.header-searchbox input:focus {
    border-color: #f26b31;
}
.header-searchbox button, .header-searchbox [type="submit"] {
    background: #f26b31;
    border: 1px solid #f26b31;
    color: #ffffff;
    flex: 0 0 45px;
    max-width: 45px;
    font-size: 18px;
}
.header-searchbox button:hover, .header-searchbox [type="submit"]:hover {
    background: #f26b31;
}
.header-searchbox input, .header-searchbox select {
    height: 45px;
    padding: 0 15px;
}
.header-searchbox.is-visible {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-topcontact, .header-toplinks {
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
.header-topcontact, .header-toplinks {
    text-align: center;
    padding: 0;
}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
.header-topcontact, .header-toplinks {
    margin-top: 5px;
}
}

@media only screen and (max-width: 767px) {
.header-topcontact li, .header-toplinks li {
    border-right: none;
    line-height: 1.5;
}
.header-topcontact li:first-child, .header-toplinks li:first-child {
    padding-left: 15px;
}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
.header-topcontact li:first-child, .header-toplinks li:first-child {
    margin-bottom: 5px;
}
}

@media only screen and (max-width: 767px) {
.header-topcontact li:last-child, .header-toplinks li:last-child {
    padding-right: 15px;
}
}

@media only screen and (max-width: 575px) {
.header-searchbox {
    width: 290px;
}
}
/**
 * Navigation */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.1);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}
/*********************************
3.3 Main Nav
*********************************/

/*.main_nav_container
{
    margin-right: 221px;
}
.main_nav_item
{
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.main_nav_item:last-child
{
    margin-right: 0px;
}
.main_nav_item a
{
    font-family: 'IranSans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #58595b;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}
.main_nav_item::after
{
    display: block;
    position: absolute;
    left: -1px;
    bottom: -11px;
    width: calc(100% + 2px);
    height: 2px;
    background: #f7941d;
    content: '';
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main_nav_item:hover::after
{
    opacity: 1;
}*/
.content_search
{
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    cursor: pointer;
}
.header-section.scrolled .content_search
{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.mag_glass
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.content_search img
{
    width: 17px;
    height: 17px;
}
.content_search i {
    background-color: #f7941d;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}
.content_search i:hover {
    background-color: #58595b;
}
.content_search:hover .mag_glass
{
    fill: #fa9e1c;
}

/*********************************
4. Home
*********************************/

.home
{
    width: 100%;
    height: 100vh;
}


/*********************************
4.1 Home Slider
*********************************/

.home_slider_container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /*background: #31124b;*/
}
.home_slider
{
    width: 100%;
    height: 100%;
}
.home_slider_item
{
    width: 100%;
    height: 100%;
}
.home_slider_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*opacity:0.5;*/
}
.home_slider_content
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    background-color: hsla(0,0%,100%,.5);
    padding: 20px 40px;
}
.home_slider_content h1
{
    margin-bottom: 0px;
}
.home_slider_content h1:first-child
{
    font-family: 'Titr';
    font-size: 50px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
}
.home_slider_content p {
    font-size: 17px;
}
.home_slider_content h1:nth-child(2)
{
    font-family: 'Titr';
    font-size: 70px;
    color: #FFFFFF;
    margin-top: 0px;
}
.home_slider_button
{
    margin-top: 50px;
}
.flipInX
{
    animation-delay: 600ms;
}

/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}
.home_slider_prev
{
    left: 50px;
}
.home_slider_next
{
    right: 50px;
}
.home_slider_nav i {
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 8px;
    border-radius: 9px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
    fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
    fill: url(#home_grad_next);
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots
{
    position: absolute;
    right: 50px;
    bottom: 45px;
    z-index: 10;
}
.home_slider_custom_dots
{

}
.home_slider_custom_dot
{
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
    color: #fa9e1c;
}
.home_slider_custom_dot:hover.active div
{
    border-color: #fa9e1c;
}
.home_slider_custom_dot.active
{
    padding-left: 13px;
    padding-right: 9px;
    margin-right: 3px;
}
.home_slider_custom_dot div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
    border-radius: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
    border: solid 2px #FFFFFF;
}

/*********************************
5. Search
*********************************/
.searchbar.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.searchbar {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    z-index: 1;
    background-color: #222;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.searchbar__group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.searchbar__addon, .searchbar__input, .searchbar__close {
    display: table-cell;
}

.searchbar__addon {
    color: #f0542c;
    background-color: transparent;
    border: 0;
    padding: 6px 12px;
}

.searchbar__addon, .searchbar__close {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.searchbar__input {
    height: 60px !important;
    line-height: 60 !important;
    font-size: 12px !important;
    letter-spacing: 0;
    border: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    width:100%
}

.searchbar__input::-webkit-input-placeholder {
    color: #fff !important;
    text-transform: uppercase !important;
}

.searchbar__input::-moz-placeholder {
    color: #fff !important;
    text-transform: uppercase !important;
}

.searchbar__input:-moz-placeholder {
    color: #fff !important;
    text-transform: uppercase !important;
}

.searchbar__input:-ms-input-placeholder {
    color: #fff !important;
    text-transform: uppercase !important;
}

.searchbar__close {
    position: relative;
    cursor: pointer;
    padding: 6px 12px;
}

.searchbar__close:after, .searchbar__close:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
}

.searchbar__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.searchbar__close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.btn-right {
    font-size: 0;
}

@media (max-width: 1199px) {
    .btn-right {
        margin-right: 30px;
    }
}

.search-btn, .header-menu__toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
}

.search-btn {
    color: #fff;
    background-color: #f0542c;
}


.search
{
    width: 100%;
    /*height: 192px;
    background: linear-gradient(to right, #fa9e1b, #8d4fff);*/
    z-index: 10;
}
.search_tabs_container
{
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: calc(100% - 30px);
}
.search_tabs
{
    height: 94px;
}
.search_tab
{
    font-size: 14px;
    color: #2d2c2c;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    flex-grow: 1;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding:18px;
    
}

.search_tab h1{
    font-size: 17px;
    font-weight: 700;
}
.search_tab div{
    width: 100%
    }
.search_tab img
{
    margin-left: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search_tab:first-child
{
    /*border-top-left-radius: 94px;
    padding-left: 7px;*/
}
.search_tab:last-child
{
    /*border-top-right-radius: 94px;
    padding-right: 7px;*/
}
.search_tab.active 
{
    background: #f7941d;
    color: #FFFFFF;
}
.search_tab.active a{
    color: #FFFFFF;
}
.search_tab:hover{
    background-color: #58595b;
}
.search_tab.active:hover{
    background-color: #58595b;
}
.search_tab:hover a{
    color: #fff;
}
.search_tab a {
    color: #333;
}
/*.search_tab.active img
{
    -webkit-filter: brightness(200%) grayscale(100%);
    -moz-filter: brightness(200%) grayscale(100%);
    -ms-filter: brightness(200%) grayscale(100%);
    -o-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%);
}*/
/*.search_tab:hover
{
    background: #fa9e1b;
    color: #FFFFFF;
}*/
/*.search_tab:hover img
{
    -webkit-filter: brightness(200%) grayscale(100%);
    -moz-filter: brightness(200%) grayscale(100%);
    -ms-filter: brightness(200%) grayscale(100%);
    -o-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%);
}*/
.search_panel
{
    display: none !important;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.search_panel.active
{
    display: flex!important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search_panel_content
{
    width: 100%;
    height: 100%;
}
.search_input
{
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #929191;
}
.search_item:first-child
{
    width: 30.453%;
}
.search_item:nth-child(2)
{
    width: 13.961%;
}
.search_item:nth-child(3)
{
    width: 13.961%;
}
.search_item:nth-child(4)
{
    width: 9.947%;
}
.search_item:nth-child(5)
{
    width: 9.947%;
}
.search_item div
{
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.dropdown_item_select
{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: solid 1px #FFFFFF;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
    border: solid 1px #fa9e1c;
}
.dropdown_item_select:focus
{
    outline-color: #fa9e1c;
}
.search_button
{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    background: #31124b;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    border: none;
    outline: none;
    cursor: pointer;
}
.search_button:hover
{
    opacity: 0.8;
}

/*********************************
6. Section Title
*********************************/
.section-header h2 {
  font-size: 32px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f7941d;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header h4 {
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h4::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f7941d;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}



/*********************************
12. Contact
*********************************/

.contact
{
    width: 100%;
    padding-bottom: 105px;
}
.contact_background
{
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 100%;
    height: 104%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact_title
{
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
.contact_form_container
{
    padding-top: 74px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 88px;
    background: linear-gradient(to top right, #fa9e1b, #8d4fff);
}
.contact_form
{
    margin-top: 52px;
    font-size: 0px;
}
.input_field
{
    /*height: 48px;*/
    font-size: 12px;
    font-weight: 400;
    border: none;
    outline: none;
    background: transparent;
    color: #333;
    border-bottom: solid 2px #e1e1e1;
}
.customform .input_field{
    color: #FFFFFF !important;
}
.contact_form_name
{
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}
.contact_form_email
{
    width: calc((100% - 30px) / 2);
}
.contact_form_subject
{
    width: 100%;
    margin-top: 11px;
}
.contact_form_message
{
    height: 126px;
    width: 100%;
    border: none;
    outline: none;
    margin-top: 19px;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: solid 2px #e1e1e1;
    padding-top: 11px;
}
.form_submit_button
{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 29px;
    padding-right: 29px;
    background: #31124b;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    border: none;
    outline: none;
    margin-top: 37px;
    cursor: pointer;
}
.form_submit_button:hover
{
    opacity: 0.8;
}
.customform .input_field::-webkit-input-placeholder,
.customform .text_field::-webkit-input-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}
.customform .input_field:-moz-placeholder,
.customform .text_field:-moz-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}
.customform .input_field::-moz-placeholder,
.customform .text_field::-moz-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
} 
.customform .input_field:-ms-input-placeholder,
.customform .text_field:-ms-input-placeholder
{ 
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}
.customform .input_field::input-placeholder,
.customform .text_field::input-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}


.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
}

/*********************************
13. Footer
*********************************/
.footer-area::before {
  position: absolute;
  content: '';
  background-image: url(../images/map-2.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.footer-area {
    background: #6d6e71;
}
.footer
{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    
}
.footer_title
{
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}

/*********************************
13.1 Footer - About
*********************************/

.footer_about
{
    padding-top: 40px;
}
.footer_logo
{
    position: absolute;
    left: 0;
    top: -24px;
}
.footer_about_text
{
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-align:justify;
}
.footer_social_item
{
    display: inline-block;
    width: 31px;
    height: 31px;
    border: solid 1px #f7941d;
    background-color: #f7941d;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-left: 9px;
}
.footer_social_item:last-child
{
    margin-right: 0px;
}
.footer_social_item a
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.footer_social_item a i
{
    display: block;
    position: relative;
    color: #FFFFFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social_item:hover
{
    background: #fff;
}
.footer_social_item:hover a i
{
    color: #f7941d;
}

/*********************************
13.2 Footer - Blog
*********************************/

.footer_blog
{
    margin-top: 39px;
}
.footer_blog_item
{
    margin-bottom: 21px;
}
.footer_blog_item:last-child
{
    margin-bottom: 0px;
}
.footer_blog_image
{
    width: 60px;
    height: 60px;
    float: left;
}
.footer_blog_image img
{
    width: 100%;
}
.footer_blog_content
{
    padding-left: 81px;
}
.footer_blog_title
{
    margin-top: -4px;
    padding-left: 1px;
}
.footer_blog_title a
{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer_blog_title a:hover
{
    color: #fa9e1b;
}
.footer_blog_date
{
    font-size: 12px;
    font-weight: 400;
    color: #fa9e1b;
    margin-top: 7px;
}

/*********************************
13.3 Footer - Tags
*********************************/

.footer_tags
{
    margin-top: 40px;
}
.tag_item
{
    height: 35px;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    border: solid 1px #fa9e1b;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.tag_item:hover
{
    background: #fa9e1b;
}
.tag_item a
{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    padding-left: 25px;
    padding-right: 25px;
}

/*********************************
13.4 Footer - Contact Info
*********************************/

.contact_info_list
{
    margin-top: 40px;
}
.contact_info_item
{
    margin-bottom: 22px;
}
.contact_info_icon
{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    text-align: center;
}
.contact_info_icon i
{
    display: block;
    width: 100%;
    color: #f7941d;
    font-size: 20px;
}
.contact_info_text,
.contact_info_text a
{
    color: #FFFFFF;
    line-height: 2.14;
    margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
    color: #fa9e1b;
}

form.customform input, form.customform textarea, form.customform select {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
  padding: 0.425rem;
  width: 100%;
  border-radius:5px;
  margin-bottom:20px;
}
form.customform .btn-def{
    background-color:#f7941d;
    width:100%;
    font-size:12px;
    color:#fff;
}
form.customform .btn-def:hover{
    background-color:#58595b;
}

form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
form.baseform .form-group{
    
}
form.baseform input, form.baseform textarea, form.baseform select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
  padding: 0.425rem;
  width: 100%;
  border-radius:5px;
  margin-bottom:20px;
}
form.baseform .btn-def{
    background-color:#f7941d;
    width:100%;
    font-size:12px;
    color:#fff;
}

form.baseform .btn-def:hover{
    background-color:#58595b;
}

form.baseform .btn-def-gray{
    background-color:#58595b;
    width:100%;
    font-size:12px;
    color:#fff;
}

form.baseform .btn-def-gray:hover{
    background-color:#f7941d;
}

form.baseform input:hover, form.baseform textarea:hover, form.baseform select:hover, form.baseform input:focus, form.baseform textarea:focus, form.baseform select:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
p.form-error {
  background-color: #DD442C;
  color: #fff;
  display: none;
  font-size: 0.8rem;
  margin: -10px 0 15px 0;
  padding: 7px;
  text-align: center;
}
p.form-success {
  background-color: #9bdd42;
  color: #fff;
  display: none;
  font-size: 0.85rem;
  padding: 10px;
  text-align: center;
}
.required {
  border-right: 1px solid #f7941d !important;
}
/*********************************
14. Copyright
*********************************/

.copyright
{
    border-top: 1px solid #d6d8d9;
    /*background: #58595b;*/
}
.copyright_content
{
    height: 52px;
}
.copyright_content div
{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.footer_nav_container
{
    height: 52px;
}
.footer_nav
{
    
}
.footer_nav_list
{
    font-size: 0px;
}
.footer_nav_item
{
    display: inline-block;
    margin-right: 40px;
}
.footer_nav_item a
{
    font-size: 12px;
    font-weight: 600;
    color: #685677;
    text-transform: uppercase;
    line-height: 2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_nav_item a:hover
{
    color: #FFFFFF;
}

/*=========================
    Blogs CSS
===========================*/
.blog{
    background:#f1f1f1;
}
.blog .section-title{
    margin-bottom:20px;
}
.blog .single-news {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
    position:relative;
}
.blog .single-news img{
    width:100%;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
    height: 234px;
    object-fit: cover;
}
.blog .single-news:hover img{
    transform:scale(1.1);
}
.blog .single-news .news-head{
    overflow:hidden;
}
.blog .single-news .news-date {
    background: #f7941d;
    position: absolute;
    left: -80px;
    top: -20px;
    height: 87px;
    width: 196px;
    text-align: center;
    border-bottom: 3px solid #fff;
    padding-top: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: rotate(-45deg);
    z-index: 3;
}
.blog .single-news .news-date span{
    display:block;
    color:#fff;
    font-size:13px;
    line-height: 17px;
    text-transform:uppercase;
}
.blog .single-news .news-date span:before{
    position:relative;
    content:"";
    left:0;
    top:0;
    height:20px;
    width:20px;
    color:#000;
}
.blog .single-news .news-view {
    background: #f7941d;
    position: absolute;
    right: -300px;
    top: 197px;
    height: 37px;
    padding: 0 20px;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 10px 0px 0px 0px;
}
.blog .single-news:hover .news-view{
    right: 0;
}
.blog .single-news .news-view span {
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
    margin-left: 10px;
}
.blog .single-news .news-view i {
    color: #fff;
    margin-left: 5px;
    font-size: 17px;
}
.blog .single-news .news-body{
    padding:20px;
}
.blog .single-news .news-body h2{
    font-size:18px;
    text-transform:uppercase;
    font-weight:500;
    min-height: 45px;
}
.blog .single-news .news-body h2 a{
    text-decoration:none;
    color: #58595b
}
.blog .single-news .news-body h2:hover a{
    color:#f7941d
}
.blog .single-news .news-body p{
    color:#999;
    margin:15px 0;
    text-align: justify;
    min-height: 85px;
}
.blog .single-news .news-body .btn {
    background:#6d6e71; 
    padding: 4px 0;
    width: 110px;
    line-height: 24px;
    border-radius: 5px;
    color: #fff;
    margin-top:10px;
}
.blog .single-news .news-body .btn:hover{
    color:#fff;
    background:#f7941d;
}
.blog .single-news .news-body .btn i{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.blog .single-news .news-body .btn:hover i{
    margin-right:5px;
}
/***** next Blog Css *****/
.post-slide{
    position:relative;
    padding-right:14px;
}
.post-slide .post-img{
    position: relative;
}
.post-slide .overlay{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
}
.post-slide  .post-img:hover .overlay{
    opacity:1;
}
.post-slide .overlay > i{
    position: absolute;
    top:40%;
    left: 45%;
    opacity:0;
    color:#f7941d;
    transform:translate(-50%, -50%) scale(8);
    transition:transform 0.40s linear, opacity 0.40s linear;
}
.post-slide .overlay:hover i{
    transform: translate(50%,50%) scale(2);
    opacity:1;
}
.post-slide .post-review{
    padding:17px 17px 17px 17px;
    background: #fff;
}
.post-slide .post-comment{
    float:right;
    margin:0;
    padding:7px 0 0 0;
    line-height:1;
    text-align:center;
}
.post-slide .post-comment li{
    list-style:none;
    margin-left: 15px;
    font-size:26px;
    color:darkgray;
    font-weight:700;
}
.post-slide:hover .post-comment li{
    color:#f7941d;
}
.post-slide .post-comment li small{
    display:block;
    margin-bottom:10px;
    font-size: 13px;
    text-transform: capitalize;
}
.post-slide .post-comment li a,
.post-slide:hover .post-comment li small{
    color:darkgray;
}
.post-slide .post-comment li:after{
    content: "";
    border-bottom:1px solid lightgray;
    margin-bottom:10px;
    display: block;
}
.post-slide .post-comment li:last-child:after{
    border-bottom: 0px none;
    margin-bottom: 0;
}
.post-slide .post-title{
    margin: 0;
    padding: 0 70px 0 0;
}
.post-slide .post-title > a{
    font-size:17px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 1px;
    font-weight: bold;
}
.post-slide .post-title > a:hover{
    color:#e74c3c;
}
.post-slide .post-description{
    font-size:13px;
    color:gray;
    line-height:21px;
    padding: 0 70px 0 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*=========================
    End Blogs CSS
===========================*/
/***********************************/
/*****Social Connection Section*****/
/***********************************/

.social-sec{
    /*padding-top: 120px;
    padding-bottom: 10px;*/
}
.social-sec img{
    /*height: 100%;*/
    width: 100%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.social-sec .s-img-area{
    position: relative;
    overflow: hidden;
}
.social-sec .s-img-area i{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    color: #FFFFFF;
    z-index: 11;
}
.social-sec .twitter-box{
    position: relative;
    padding: 40px;
    background-color: #6d6e71;
}
.social-sec .twitter-box .twitter-head{
    margin-bottom: 35.5px;
}
.social-sec .twitter-box .twit-icon {
    position: absolute;
    top:40px;
    left:25px;
}
.social-sec .twitter-box .twit-icon i{
    color: #FFFFFF;
    font-size: 28px;
}
.social-sec .twitter-box .twitter-head .twit-mention{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-right: -15px;
}
.social-sec .twitter-detail {
    position:absolute;
    right:0;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.social-sec .twitter-box .small-text{
    color: #FFFFFF;
    /*margin-bottom: 22px;*/

}
.social-sec .twitter-box .twit-btn{
    padding: 10px 35px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #41a9f0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #41a9f0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.social-sec .twitter-box .twit-btn:hover{
    color: #41a9f0;
    background-color: #FFFFFF;
    /*border: solid 1px #41a9f0;*/
}
.social-sec .img-box{
    position: relative;
}
.social-sec .img-box .facebook-box{
    position: absolute;
    right:0;
    top: 50%;
    left: 50%;
    bottom: 0;
    background-color: #58595b;
    padding: 14.5px;
    z-index: 11;
}
.social-sec .facebook-box .facebook-head{
    margin-bottom: 35.5px;
}
.social-sec .facebook-box .face-icon {
    position: absolute;
    top:15px;
    left:10px;
}
.social-sec .facebook-box .face-icon i{
    color: #FFFFFF;
    font-size: 24px;
}
.social-sec .facebook-box .facebook-head .face-mention{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-right: -1px;
}
.social-sec .facebook-detail{
    position:absolute;
    right:0;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.social-sec .facebook-box .small-text{
    color: #FFFFFF;
    /*margin-bottom: 22px;*/
}
.social-sec .facebook-box .face-btn{
    padding: 10px 35px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #2c4884;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #2c4884;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.social-sec .facebook-box .face-btn:hover{
    color: #2c4884;
    background-color: #FFFFFF;
    /*border: solid 1px #41a9f0;*/
}
.social-sec .figure{
    display: block;
}
.social-sec .social-tab2,.social-sec .social-tab3{
    position: relative;
    overflow: hidden;
}
.social-sec .social-tab2 i,.social-sec .social-tab3 i{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 28px;
    color: #FFFFFF;
    z-index: 11;
}

/*social images hover*/

.figure:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,.3)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}

/* start category area css
============================================================================================ */
.single-deal {
  position: relative;
  margin-bottom: 30px; }
  .single-deal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-deal .deal-details {
    position: absolute;
    left: 50%;
    top: 115%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .single-deal .deal-details h6 {
      color: #fff;
      text-transform: uppercase; }
  .single-deal:hover .overlay {
    opacity: .5;
    visibility: visible; }
  .single-deal:hover .deal-details {
    top: 50%;
    opacity: 1;
    visibility: visible; }

/* end category area css
============================================================================================ */

.product-tab {
    /*padding-top: 60px;*/
}

.tab-item ul li:nth-child(1) a {
    /*border-right: 1px solid #ebebeb;*/
}

.tab-item ul li:nth-child(2) a {
    /*border-right: 1px solid #ebebeb;*/
}

.tab-item ul li:nth-child(3) a {
    /*border-right: 1px solid #ebebeb;*/
}

.tab-item ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #6d6e71;
    text-transform: uppercase;
    padding: 18px 40px;
    margin: 0 10px; 
    position: relative;
    /*border-top: 2px solid #6d6e71;*/
    /*border-left: 1px solid #6d6e71;*/
    /*border-bottom: 2px solid #6d6e71;*/
    /*background-color:#6d6e71;*/
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    width:260px;
    text-align:center;


    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.15) inset;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.tab-item ul li a.active, .tab-item ul li a:hover {
    color: #fff;
    background-color: #fff;
    border: 5px solid #fff;
}

.tab-item ul li a.active:before, .tab-item ul li a:hover:before {
    opacity: 1;
    transform: rotate(0);
    top: 0;
}

.tab-item ul li a::before {
    content: "";
    background-color: #f7941d;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(20deg);
    position: absolute;
    top: 150%;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease 0s,transform 0.3s ease 0.13s, top 0.5s ease 0s;
}
}

/*.tab .nav-tabs li a:before{
    
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    
}*/



.cost-label {
    color: #333;
    font-size: 13px;
    font-weight: normal;
}
/****** first pro **************/
.product-grid{
    border: 1px solid #ddd;
    transition: all 0.35s ease-in-out;
    margin-bottom: 20px;
    background-color: #fff;
}
.product-grid:hover{ box-shadow: 0px 2px 15px 0px #DEDEDE; }
.product-grid .product-image{
    position: relative;
    overflow: hidden;
    height: 195px;
    border-bottom:1px solid #ddd;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    /*height: auto;*/
    height:195px;
    object-fit:cover;
    object-position:center;
}
.product-image .pic-1{ transition: all 0.5s ease 0s; }
.product-grid:hover .product-image .pic-1{ transform:scale(1.1); }
/*.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }*/
.product-grid .product-discount-label,
.product-grid .product-sale-label{
    color: #fff;
    background-color: #6d6e71;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 40px 4px;
    transform: rotate(-45deg);
    position: absolute;
    top: -10px;
    left: -45px;
    transition: all 0.3s ease 0s;
}
.product-grid .product-sale-label{
    background-color: #d60011;
    transform: rotate(45deg);
    left: auto;
    right: -53px;
}
.product-grid:hover .product-discount-label,
.product-grid:hover .product-sale-label{
    /*opacity: 0;*/
}
.product-grid .product-links{
    background: rgba(109,110,113,0.5);
    width: 100%;
    padding: 6px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
    opacity: 0;
    position:absolute;
    bottom: -50px;
    left: 0;
    transition: all 0.35s ease 0s;
    text-align: center;
}
.product-grid:hover .product-links{
    opacity: 1;
    bottom: 0;
}
.product-grid .product-links li{
    margin: 0 10px;
    display: inline-block;
}
.product-grid .product-links li a{
    color: #fff;
    font-size: 16px;
    display: block;
    position: relative;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.product-grid .product-links li a:hover{ color: #fff; }
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #111;
    font-size: 12px;
    line-height: 22px;
    padding: 0 7px;
    white-space: nowrap;
    visibility: hidden;
    border-radius: 5px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -37px;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:after{
    content: '';
    height: 12px;
    width: 12px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -24px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    visibility: visible;
}
.product-grid .product-content{
    /*padding: 15px 10px;*/
    text-align: right;
    /*height:120px*/
}
.product-grid .price{
    color: #d60011;
    font-size: 15px;
    font-weight: 600;
    width: calc( 100% - 91px);
    margin: 5px 0px 10px;
    padding-right: 7px; 
    display: inline-block;
    height: 5px;
}
.product-grid .price span{
    color: #333;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-grid .rating{
    width: 87px;
    padding-left: 7px !important;
    margin: 0;
    list-style: none;
    display: inline-block;
    direction: ltr;
    text-align: left;
}
.product-grid .rating i{
    color: #ffbf00;
    font-size: 12px;
    color: #ddd;
    text-align: left;
    margin-right: -3px;

}
.product-grid .rating>i.fullrating {
  color: #fff200;
}
.product-grid .rating li.far{ color: #d3ced2; }
.product-grid .title{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    height: 50px;
    padding: 5px 7px;
}
.product-grid .title a{
    color: #323232;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #f7941d; }
@media screen and (max-width:990px){
    .product-grid{ margin: 0 0 30px; }
}

.product-grid .product-buttons{
    font-size: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left:0px !important;
}
.product-grid .product-buttons li{
    display: inline-block;
    width: 100%;
}
.product-grid .product-buttons li:nth-child(2){ margin: 0 0 0 -1px; }
.product-grid .product-buttons li a{
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 7px 5px;
    border-top: 1px solid #ebebeb;
    display: block;
    transition:all 0.3s;
}
.product-grid .product-buttons li:nth-child(2) a{
    border-right: none;
    border-left: 1px solid transparent;
}
.product-grid .product-buttons li a:hover{
    color: #f7941d;
    border-color: #f7941d;
}

/****************** category *****************/
.feature-item {
  background: #e6e6e6;
  padding: 20px;
  color:#58595b;
  text-align: center;
  /*border-radius: 4px;*/
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .feature-item .icon {
    /*font-size: 40px;*/
    margin-bottom: 0px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
height:70px }
  .feature-item h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .feature-item .counting {
    /*border-radius: 4px;*/
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    background: #cccccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .feature-item:hover {
    background: #58595b;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .feature-item:hover .icon {
      color: #fff !important; }
    .feature-item:hover h2 {
      color: #fff; }
    .feature-item:hover .counting {
      background: #6d6e71;
      color: #fff; }
/****************** category *****************/

/*============ Start Blog Single Styles  =============*/
.single-post {
    background-color: #fff;
    border: 1px solid #ddd;
}
.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
  color: #000000;
}

.single-post-area .blog_details {
  padding: 0 30px;
}

.single-post-area .blog_details p {
  margin-bottom: 10px;
}

.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  -webkit-box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

.single-post-area .feature-img .img-fluid{
    height: 250px !important;
    object-fit: cover;
    width: 100% !important;
}
.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fff;
  border: 1px solid #ddd;
  padding: 50px 30px;
  margin-top: 25px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  /*margin-bottom: 50px;*/
  color: #000000;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area a {
  color: #000000;
}
.description p {
    margin-bottom: 0px;
}
.comment-box .comment-list {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.comment-box .comment-list:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 11px;
  color: #aaa;
  margin-bottom: 13px;
}

.comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #000000;
  border: 1px solid #ddd;
  padding: 2px 18px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.comments-area .btn-reply:hover {
  background-color: #f7941d;
  color: #fff;
}

.comment-form {
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  padding: 47px 30px 43px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border: 1px solid transparent;
}

.comment-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}
/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding: 30px 30px 0;
}

.blog_info .post_tag {
  padding-bottom: 6px;
}

.blog_info .post_tag a {
  font: 300 14px/21px "IranSans";
  color: #000000;
}

.blog_info .post_tag a:hover {
  color: #666666;
}

.blog_info .post_tag a.active {
  color: #f7941d;
}
.blog_info ul.blog_meta{
    display: inline-flex !important;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 5px 0 ;
}
.blog_info .blog_meta li a {
  color: #777777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
  padding-left: 20px;
}

.blog_info .blog_meta li a i {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 20px;
  vertical-align: middle;
}

.blog_info .blog_meta li a:hover {
  color: #f7941d;
}

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

.blog_details {
  padding-top: 20px;
}

.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_details h2:hover {
  color: #f7941d;
}

.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog_right_sidebar {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
}

.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  background: #f7941d;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-right: 1px solid #f7941d !important; 
  width: 100%;
  font-weight: 300;
  color: #333;
  padding-left: 20px;
  border-radius: 5px !important;
  z-index: 0;
  background: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #333;
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #333;
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
  color: #333;
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
  color: #333;
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  left: 20px;
  background: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #f7941d;
  padding: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.blog_right_sidebar .search_widget .input-group .btn-default:hover {
    color: #58595b;
}

.blog_right_sidebar .author_widget {
  text-align: center;
}

.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 30px;
}

.blog_right_sidebar .author_widget p {
  margin-bottom: 0px;
}

.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0px 15px;
}

.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog_right_sidebar .author_widget .social_icon a + a {
  margin-left: 20px;
}

.blog_right_sidebar .author_widget .social_icon a:hover {
  color: #f7941d;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 5px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
  color: #f7941d;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
  color: #999
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 5px 12px 5px;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #f7941d;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #f7941d;
}

.blog_right_sidebar .newsletter_widget {
  text-align: center;
}

.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}

.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #eeeeee;
  border-right: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  border: 1px solid #ddd;
  border-left: 0px;
  border-radius: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
.media img{
    width: 100px;
    height: 60px;
    object-fit: cover;
}
.blog_right_sidebar .newsletter_widget .bbtns {
  background: #f7941d;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000000;
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #f7941d;
  color: #fff;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: #fff;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #f7941d;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f7941d;
  border-color: #eee;
}
/*============ End Blog Single Styles  =============*/
/*===================================================================================*/
/*  SINGLE-PRODUCT-PAGE
/*===================================================================================*/
#sync1 {
    height: 450px;
    margin: 5px;
    border: 1px solid #ddd;
}
#sync1 .item {
     padding: 0px;
    /* -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;*/
     text-align: center;     
     height: 100%;
     background-color: #fff;
}
#sync1.owl-carousel .owl-item img {
display: unset;
width: 100%;
height: 440px;
object-fit: contain;
}
#sync2{
    height:120px;
    
}
 #sync2 .item {
    margin: 5px;
     padding: 0px;
     /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;*/
     text-align: center;
     cursor: pointer;
     height: 100px;
     border: 1px solid #ddd;
     background-color: #fff;
}
}
 #sync2 .item h1 {
     font-size: 18px;
}
#sync2.owl-carousel .owl-item img {
  object-fit: contain;
  height: 95px;
}
 #sync2 .current .item {
    border: 1px solid #f7941d;
}
.owl-theme div.owl-nav{
    position: unset;
}
 .owl-theme .owl-nav [class*='owl-'] {
     transition: all .3s ease;
}
 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
     background-color: #D6D6D6;
}
 #sync1.owl-theme {
     position: relative;
}
.owl-theme .owl-nav i {
    color: #ccc;
    font-size: 25px;
}
 #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
     /*width: 22px;
     height: 40px;
     margin-top: -20px;*/
     position: absolute;
     top: 50%;
     background: transparent;
     border-radius: 9px;
     padding: 4px 8px;
     border: 2px solid #ddd;
}
 #sync1.owl-theme .owl-prev {
     right: 10px;
}
 #sync1.owl-theme .owl-next {
     left: 10px;
}
.product-tab .tab{ }
.product-tab .tab .nav-tabs{ border: none; }
.product-tab .tab .nav-tabs li a{
    /*color: #999B9D;
    background: #F7F7F7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px 11px;
    margin: 0 0 1px 0;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease-in-out;*/
    line-height: 1em;
    font-size: 1.286em;
    color: #333e48;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    position: relative;
    display: block;
}
.product-tab .tab .nav-tabs li a.active:before {
    content: ' ';
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f7941d;
}
.product-tab .tab .nav-tabs li a.active:after {

content: ' ';
border-bottom: 2px solid #f7941d;
display: block;
position: absolute;
bottom: -1px;
width: 100%;
}

div.tab-content, div.tab-pane{
    position: unset;
}
.product-tab .tab .tab-content .tab-pane{
    color: #333;
    /*background-color: #fff;*/
    font-size: 14px;
    line-height: 25px;
    padding: 30px 25px 20px;
    border: 1px solid #ddd;
    background-color: #fff;

}
.product-tab .nav-tabs li + li {
      margin-right: 3.214em; 
}

@media only screen and (max-width: 479px){
    .product-tab .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-right:0;
    }
    .product-tab .tab .nav-tabs li a:before{ bottom: 0; }
}
.advanced-review .rating-histogram .rating-bar .rating-percentage-bar {
    float: right;
}
.advanced-review .rating-histogram .rating-percentage-bar {
    width: 14.286em;
    height: 0.714em;
    border-radius: 0.286em;
    background-color: #f3f3f3;
    margin-top: 0.143em;
    margin-right: 2.857em;
}
.advanced-review .rating-histogram .rating-bar .star-rating {
    float: right;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 6.5em;
    color: #ddd;
    text-align: right;
    direction: ltr;
}
.advanced-review .rating-histogram .rating-count {
    /*float: right;*/
    margin-left: 0.714em;
    line-height: 1em;
}
.advanced-review .rating-histogram .rating-bar {
    margin-bottom: 1.429em;
}
.advanced-review .rating-histogram .rating-percentage {
    height: 100%;
    background-color: #d8d8d8;
    display: block;
    border-radius: 0.286em;
}
.advanced-review .avg-rating .avg-rating-number {
    display: block;
    font-size: 2.143em;
    font-weight: bold;
    line-height: 0.6em;
}
.advanced-review i{
    margin-left: -3px;
}
.advanced-review i.fullrating {
    color: #fff200;
}
.advanced-review .based-title {
    margin-bottom: 2.571em;
    font-size: 13px;
}
.commentlist {
    list-style: none;
}
.commentlist > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    list-style: none;
    clear: both;
    /*padding-bottom: 1.5em;*/
}
.commentlist > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.commentlist > li time {
    color: #aeaeae;
    font-size: 0.929em;
}
.product-details .product-name {
    text-transform: uppercase;
    font-size: 22px;
}
.product-details .product-rating {
    display: inline-block;
    margin-left: 15px;
    direction: ltr;
}
.product-details .product-rating>i {
  color: #ddd;
  margin-left: -3px;
}

.product-details .product-rating>i.fullrating {
  color: #fff200;
}
.product-details .review-link {
    font-size: 12px;
}
.product-details .product-price {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #a29f9f;
  margin-top: 10px;
  color: #D10024;
  /*margin-bottom: 15px;*/
  
  font-weight: bold;
}
.product-details .product-price:last-child {
    border-left: none;
    }
.product-details .product-price.master {
    color: #D10024;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.old-price {
  font-size: 80%;
  font-weight: 400;
  color: #8D99AE;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  color: #D10024;
}

.product-details .product-options {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bottomLine {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
}
.tags a {
  font-size: 13px;
  color: #282828;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.tags a:hover {
  background-color: #f7941d;
  color: #ffffff;
  border: 1px solid #f7941d;
}
.product-details .product-btns li {
    display: inline-block;
    text-transform: uppercase;
}
/************** rating *************/
.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 0px;
  font-size: 1.5em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
  color: #ddd; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #fff200 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #fff200 ;  } /* Set yellow color when star hover */

/*************** loading ***********************/
.overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/loading.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
/* Make spinner image visible when body element has the loading class */
.loading .overlay{
    display: block;
}
.loadingOverlay {
  position: relative;
}
/************* faq question ***********/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 6px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 25px 40px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #f7941d;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-right: 3px solid #f7941d;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    color: #333;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    position: absolute;
    top: 23px;
    left: 25px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f106";
}
#accordion .panel-title a:hover,
#accordion .panel-title a.collapsed:hover,
#accordion .panel-title a:before,
#accordion .panel-title a:hover:before{
    color: #f7941d;
}
#accordion .panel-body{
    padding: 15px 27px;
    font-size: 14px;
    color: #333;
    line-height: 23px;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -8px;
    /*border-right: 3px solid #eaeaea;*/
}
#accordion .panel-body p{
    margin-bottom: 0;
}
/******************* profile *******************/
.noItem i {
  font-size: 120px;
  color: #b5b5b5;
  margin-bottom: 20px;
}
.btn-profile {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
}
.btn-profile:hover {
    color: #f7941d;
    background-color: #fff;
    border-color: #fff;
}
.btn-transparent {
  color: #666666;
  font-size:13px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #f7941d;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.btn-transparent:hover,.btn-transparent.active {
  color: #f7941d;
  border: 1px solid #f7941d;
}
.profile-nav, .profile-info{
/*    margin-top:30px;  */

}

.profile-nav .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.profile-nav .panel {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 30px;
  /*border-radius: 15px;*/
  
}
.profile-nav .user-heading {
    /*border-radius: 4px 4px 0 0;*/
    /*-webkit-border-radius: 4px 4px 0 0;*/
    padding: 10px;
    text-align: right;
    padding: 20px;
    margin: 10px;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    margin-left: 15px;
    border: 1px solid rgba(255,255,255,0.3);
}

.profile-nav .user-heading h1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #232933;
}

.profile-nav .user-heading p {
    font-size: 12px;
    color: #81858b;
}

.profile-nav ul {
    margin-top: 1px;
    border-top: 1px solid #ececec;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ececec;
    margin-top: 0;
    line-height: 30px;
    width: 100%;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #424750;
    border-right: 5px solid transparent;

}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
   /* background: #f8f7f5 !important;*/
    border-right: 3px solid #f7941d;
   /* color: #89817f !important;*/
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-left: 10px;
    color: #424750;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #6d6e71;
    color: #fff;
    text-align: right;
    padding: 15px 10px;
    /*border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;*/
    font-size: 16px;
    font-weight: 300;
}
.bio-graph-heading h1 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0px;
}
.bio-graph-info {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd; 
    padding: 30px; 
}
.header-with-button {
  position: relative;
}
.header-with-button a {
  position: absolute;
  left: 10px;
  top: 10px;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}
/************************ Msg *****************/

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden
}

.comment .comment-author-ava>img {
    display: block;
    width: 100%
}

.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #ddd;
    /*border-radius: 7px;*/
    background-color: #fff
}

.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e1e7ec
}

.comment .comment-title {
    margin-bottom: 8px;
    color: #606975;
    font-size:13px;
    font-weight: 500
}

.comment .comment-text {
    margin-bottom: 12px
}

.comment .comment-footer {
    display: table;
    width: 100%
}

.comment .comment-footer>.column {
    display: table-cell;
    vertical-align: middle
}

.comment .comment-footer>.column:last-child {
    text-align: right
}

.comment .comment-meta {
    color: #9da9b9;
    font-size: 13px
}

.comment .reply-link {
    transition: color .3s;
    color: #606975;
    font-size:13px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none
}

.comment .reply-link>i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle
}

.comment .reply-link:hover {
    color: #0da9ef
}

.comment.comment-reply {
    margin-top: 30px;
    margin-bottom: 0
}

@media (max-width: 576px) {
    .comment {
        padding-left: 0
    }
    .comment .comment-author-ava {
        display: none
    }
    .comment .comment-body {
        padding: 15px
    }
    .comment .comment-body::before,
    .comment .comment-body::after {
        display: none
    }
}
/*******************chat********************/
/* Messages */
.messages-panel img.img-circle {
    border: 1px solid rgba(0,0,0,0.1);
}

.medium-image {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.img-circle {
    border-radius: 50%;
}
.messages-panel {
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 460px;
  background-color: #fbfcff;
  display: inline-block;
  border-top-left-radius: 5px;
  margin-bottom: 0;
}

.messages-panel img.img-circle {
  border: 1px solid rgba(0,0,0,0.1);
}

.messages-panel .tab-content {
  border: none;
  background-color: transparent;
}
.message-body {
  background-color: #fbfcff;
  height: 100%;
  width: calc(100% - 305px);
  float: right;
}

.message-body .message-top {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 53px;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(205,211,237,0.5);
}

.message-body .message-top .new-message-wrapper {
  width: 100%;
}

.message-body .message-top .new-message-wrapper > .form-group {
  width: 100%;
  padding: 10px 10px 0 10px;
  height: 50px;
}

.message-body .message-top .new-message-wrapper .form-group .form-control {
  width: calc(100% - 50px);
  float: left;
}

.message-body .message-top .new-message-wrapper .form-group a {
  width: 40px;
  padding: 6px 6px 6px 6px;
  text-align: center;
  display: block;
  float: right;
  margin: 0;
}

.message-body .message-top > .btn {
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
}

.message-body .message-top > .btn:hover,
.message-body .message-top > .btn:focus,
.message-body .message-top > .btn.active {
  opacity: 1;
}

.message-body .message-top > .btn > i {
  margin-right: 5px;
  font-size: 18px;
}

.new-message-wrapper {
  position: absolute;
  max-height: 400px;
  top: 53px;
  background-color: #fff;
  z-index: 105;
  padding: 20px 15px 30px 15px;
  border-bottom: 1px solid #cfdbe2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 7px 10px rgba(0,0,0,0.25);
  transition: 0.5s;
  display: none;
}

.new-message-wrapper.closed {
  opacity: 0;
  max-height: 0;
}

.chat-footer.new-message-textarea {
  display: block;
  position: relative;
  padding: 0 10px;
}

.chat-footer.new-message-textarea .send-message-button {
  right: 35px;
}

.chat-footer.new-message-textarea .upload-file {
  right: 85px;
}

.chat-footer.new-message-textarea .send-message-text {
  padding-right: 100px;
  height: 90px;
}

.message-chat {
  width: 100%;
  overflow: hidden;
}

.chat-body {
  width: calc(100% + 17px);
  min-height: 290px;
  height: calc(100vh - 320px);
  background-color: #fbfcff;
  margin-bottom: 30px;
  padding: 30px 5px 5px 5px;
  overflow-y: scroll;
}

.message {
  position: relative;
  width: 100%;
}

.message br {
  clear: both;
}

.message .message-body {
  position: relative;
  width: auto;
  max-width: calc(100% - 150px);
  float: left;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin: 0 5px 20px 15px;
  color: #788288;
}

.message:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #fff;
}

.message:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: none;
  border-bottom: 11px solid transparent;
  border-right: 13px solid #dbe3e8;
}

.message .medium-image {
  float: left;
  margin-left: 10px;
}

.message .message-info {
  width: 100%;
  height: 22px;
}

.message .message-info > h5 > i {
  font-size: 11px;
  font-weight: 700;
  margin: 0 0px 0 2px;
  color: #a2b8c5;
}

.message .message-info > h5 {
  color: #a2b8c5;
  margin: 8px 0 0 0;
  font-size: 12px;
  float: right;
  padding-right: 10px;
}

.message .message-info > h4 {
  font-size:13px;
  font-weight: 600;
  margin: 7px 13px 0 10px;
  color: #65addd;
  float: left;
}

.message hr {
  margin: 4px 2%;
  width: 96%;
  opacity: 0.75;
}

.message .message-text {
  text-align: right;
  padding: 3px 13px 10px 13px;
  font-size:13px;
}

.message.my-message .message-body {
  float: right;
  margin: 0 15px 20px 5px;
}

.message.my-message:after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 10px solid transparent;
  border-right: none;
}

.message.my-message:before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  right: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: 13px solid #dbe3e8;
  border-bottom: 11px solid transparent;
  border-right: none;
}

.message.my-message .medium-image {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.message.my-message .message-info > h5 {
  float: left;
  padding-left: 10px;
  padding-right: 0;
}

.message.my-message .message-info > h4 {
  float: right;
}

.message.info .message-body {
  background-color: #2da9e9;
  border: 1px solid #2da9e9;
  color: #fff;
}

.message.info:after, .message.info:before {
  border-right: 13px solid #2da9e9;
}

.message.success .message-body {
  background-color: #0ec8a2;
  border: 1px solid #0ec8a2;
  color: #fff;
}

.message.success:after, .message.success:before {
  border-right: 13px solid #0ec8a2;
}

.message.warning .message-body {
  background-color: #ff9e2a;
  border: 1px solid #ff9e2a;
  color: #fff;
}

.message.warning:after, .message.warning:before {
  border-right: 13px solid #ff9e2a;
}

.message.danger .message-body {
  background-color: #f95858;
  border: 1px solid #f95858;
  color: #fff;
}

.message.danger:after, .message.danger:before {
  border-right: 13px solid #f95858;
}

.message.dark .message-body {
  background-color: #314557;
  border: 1px solid #314557;
  color: #fff;
}

.message.dark:after, .message.dark:before {
  border-right: 13px solid #314557;
}

.message.info .message-info > h4, .message.success .message-info > h4,
.message.warning .message-info > h4, .message.danger .message-info > h4,
.message.dark .message-info > h4 {
  color: #fff;
}

.message.info .message-info > h5, .message.info .message-info > h5 > i,
.message.success .message-info > h5, .message.success .message-info > h5 > i,
.message.warning .message-info > h5, .message.warning .message-info > h5 > i,
.message.danger .message-info > h5, .message.danger .message-info > h5 > i,
.message.dark .message-info > h5, .message.dark .message-info > h5 > i {
  color: #fff;
  opacity: 0.9;
}

.chat-footer {
  position: relative;
  width: 100%;
  padding: 0 80px;
}

.chat-footer .send-message-text {
  position: relative;
  display: block;
  width: 100%;
  min-height: 55px;
  max-height: 75px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 95px 5px 10px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  border: 1px solid #e0e6eb;
}

.chat-footer .send-message-button {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(0,0,0,0.05);
  outline: none;
  font-weight: 600;
  border-radius: 50%;
  padding: 0;
}

.chat-footer .send-message-button > i {
  font-size: 16px;
  margin: 0 0 0 -2px;
}

.chat-footer label.upload-file input[type="file"] {
  position: fixed;
  top: -1000px;
}

.chat-footer .upload-file {
  display: block;
  position: absolute;
  right: 150px;
  height: 30px;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
}

.chat-footer .upload-file:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .messages-panel {
    min-width: 0;
    display: inline-block;
  }
  .message-body {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dce2e9;
    background-color: #fff;
  }

  .message .message-body {
    max-width: calc(100% - 85px);
  }

  .message-body .chat-body {
    background-color: #fff;
    width: 100%;
  }

  .chat-footer {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .chat-footer .send-message-button {
    right: 40px;
  }

  .chat-footer .upload-file {
    right: 90px;
  }

  .message-body .message-top > .btn {
    border-radius: 0;
    width: 100%;
  }

  .contacts-add {
    display: none;
  }
}

.comment{
  max-height: 400px;
  overflow: auto;
}
.orderList li{
  border-bottom: solid 1px #ededed;
  padding: 15px 0;
}
.orderList li:last-child{
  border-bottom: none;
}
.orderList a:hover{
    color: #f7941d;
}
/*********************** project **********************/
.latest-works .single-work{
    position:relative;
    margin-bottom:30px;
    overflow:hidden;
    height: 240px
}
.latest-works .single-work:before{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    content:"";
    background:#000;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    z-index:10;
}
.latest-works .single-work:hover:before{
    opacity:0.8;
    visibility:visible;
}
.latest-works .single-work img{
    width:100%;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.latest-works .single-work:hover img{
    transform:scale(1.1);
    z-index:-2;
}
.latest-works .single-work .works-hover{
    text-align:center;
    position:absolute;
    top:-130px;
    left:0;
    width:100%;
    height:100%;
    padding:30px;   
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    z-index:999;
}
.latest-works .single-work:hover .works-hover{
    top:50px;
}
.latest-works .single-work:hover .works-hover{
    opacity:1;
    visibility:visible;
}
.latest-works .single-work .works-hover h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.latest-works .single-work .works-hover a{
    margin-right:10px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.latest-works .single-work .works-hover a i{
    color:#fff;
    font-size: 25px;
    border:1px solid #fff;
    padding: 5px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.latest-works .button-head{
    text-align:center;
}

.latest-works .button{
    margin-top:55px;
    text-align:center;
    display:inline-block;
    position:relative;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.latest-works .button .btn{
    color:#333333b3;
}


.latest-works .button .btn::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #333333b3;
    height: 2px;
    width: 40px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.latest-works .button:hover .btn::before{
    width: 100%;
}
.latest-works .button .btn:after{
    position:absolute;
    content:"";
    right:0;
    bottom:0;
    background:#333333b3;
    height:30px;
    width:2px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    
}
.latest-works .button:hover .btn::after{
    height: 100%;
}
.latest-works .button span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #333333b3;
    height: 2px;
    width: 40px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.latest-works .button:hover span::before{
    width: 100%;
}
.latest-works .button span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #333333b3;
    height: 30px;
    width: 2px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.latest-works .button:hover span::after{
    height: 100%;
}

/*-- Store Sort --*/

.store-sort {
  display: flex;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}
.input-select {
  padding: 0px 15px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  height: 40px;
}
.store-filter {
  margin-bottom: 25px;
  border: 1px solid #ddd;
  /*border-radius: 15px;*/
  padding: 10px;
  background-color: #fff;
}
.width-sorting {
  min-width: 150px;
}
/********************************* accardion *********************/
.scrollbar-filter-height{
  max-height: 300px;
  overflow:auto;
}
.cd-accordion{
  /*border: 1px solid #ddd;
  border-radius: 15px;*/
  /*-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  box-shadow:0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
*/}
.cd-accordion li {
  display: block;
}
.cd-accordion--animated .cd-accordion__label::before{
  transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s
}
.cd-accordion__sub{
  display:none;
  overflow:hidden
}
.cd-accordion__sub--is-visible{
  display:block
}
.cd-accordion__item{
  -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.cd-accordion__input{
  position:absolute;opacity:0
}
.SelectFilter {
  position: absolute;
  left: 0.55em;
}
.cd-accordion__label{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  padding:0.75em 0.55em;
  background:hsl(218, 7%, 32%);
  background:var(--cd-color-1);
  --color-shadow: lightness(hsl(218, 7%, 32%), 1.2);
  --color-shadow: lightness(var(--cd-color-1), 1.2);
  box-shadow:inset 0 -1px lightness(hsl(218, 7%, 32%), 1.2);
  box-shadow:inset 0 -1px var(--color-shadow);
  color:hsl(0, 0%, 100%);
  color:var(--color-white);
  margin-bottom: 0px;
}
.cd-accordion__label span{-ms-flex-order:3;order:3}

.cd-accordion__item--has-children .cd-accordion__label--icon-folder::before{
  content:'\f107';
  display:block;
  margin-left:0.25em;
  font-family: "FontAwesome";
}
.cd-accordion__item--has-children .cd-accordion__label--icon-folder::before{
  background-position:0 0;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg)
}

.cd-accordion__label--icon-folder::before{-ms-flex-order:1;order:1}
.cd-accordion__label::after{-ms-flex-order:2;order:2}



.cd-accordion__input:checked+.cd-accordion__label::before{
  -webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}

.cd-accordion__input:checked ~ .cd-accordion__sub{display:block}

.cd-accordion__sub--l1 .cd-accordion__label{
  padding-right:calc(0.55em + 16px);
}
.cd-accordion__sub--l2 .cd-accordion__label{
  padding-right:calc(0.55em + 32px);
}
.cd-accordion__sub--l3 .cd-accordion__label{
  padding-right:calc(0.55em + 48px);
}

ul.product-list li {
    display: inline-block;
    /*border-radius: 5px;*/
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 5px;
}
.list-products
{
    border: 1px solid #ddd;
    border-top: none;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: -20px; 
}
.table.border-less th,.table.border-less td {
  border-top: none;
  border-bottom: none;
}
.product_image
{
  width: 67px;
  height: 67px;
}
.product_image img
{
  max-width: 100%;
}
/*=======================
  Clients CSS
=========================*/
#clients {
    padding: 60px 0;
}
#clients .single-client {
    text-align: center;
    width: 170px;
    height: 110px;
    border: 1px solid #ddd;
    /*border-radius: 5px;*/
    padding: 0 10px;
    margin: 0 auto;
    background-color: #fff
}
#clients .single-client img {
    cursor: pointer;
    opacity: 0.7;
    width: 200px;
    height: 100px;
    object-fit: contain;
    object-position: center center;
    /*width: auto;
    display: inline-block;
    object-fit: cover;*/
}
#clients .single-client:hover img{
    opacity:1;
}
/*=======================
  End Clients CSS
=========================*/
.about {
    display: block;
    position: relative;
    /*margin-bottom: 50px;
    margin-left: 30px;
    min-height: 400px;*/
}

.about img {
    display: none;
    width: 100%;
    height: auto;
    border: 0;
}

@media (min-width: 993px) {
    .about img {
        display: block;
    }

    .about .about-quote {
        position: relative;
        bottom: 50px;
        left: -30px;
        float: left;
        opacity: .85;
    }
}

@media (min-width: 993px) and (min-width: 481px) {
    .about .about-quote {
        position: absolute;
        left: -30px;
        bottom: -30px;
        float: none;
    }
}
/* 11. quote_02
--------------------------------------------------------------------------------*/

.quote-02 {
    max-width: 300px;
    background-color: #f7941d;
    border: 5px solid #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 5px rgba(68, 68, 68, .6);
}

.quote-02 * {
    color: #fff;
}

.quote-02__text {
    font-style: italic;
}

.quote-02__text:before {
    content: '\F10D';
    font-family: 'FontAwesome';
    font-size: 25px;
    display: block;
}
.chart {
    height: 30px;
}
.chart-item{
  width: 10px;
  height: 10px;
  float: right;
  border: 3px solid #ddd;
  padding: 7px;
  margin-left: 10px
}










.navbar-area .main-nav {
  background: #ffffff;
  padding: 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  
}

.navbar-area .main-nav .navbar {
  padding: 15px 0;
  flex-grow: 1;
  margin-right: 20px;
}

.navbar-area .main-nav .navbar .navbar-brand {
    margin-right: 0rem !important;
}
.navbar-area .main-nav .navbar .navbar-brand img {
  max-width: 78px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  color: #2b2b2b;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #f7941d;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
  /*top: 2px;*/
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
 /* line-height:22px;*/
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
  color: #f7941d !important;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu {
  background: #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
  border: 0;
/*  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);*/
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item {
  display: block;
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a {
  color: #282828;
  /*border-bottom: 1px dashed #ddd;*/
  box-shadow: 0 4px 6px -6px #6d6e71;
  position: relative;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.first :last-child a {
  border-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.second .nav-item a {
  border-bottom: 1px dashed #ddd;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.second :last-child a {
  border-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.third .nav-item a {
  border-bottom: 1px dashed #ddd;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.third :last-child a {
  border-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::before {
  position: absolute;
  content: '';
  background: #f7941d;
  width: 3px;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::after {
  /*position: absolute;
  content: '';
  background: #d60011;
  width: 3px;
  height: 95%;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;*/
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover {
  color: #f7941d;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover::before {
  height: 95%;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover::after {
  height: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a .active {
  color: #f7941d;
}

.navbar-area .main-nav .navbar .navbar-button {
  margin-right: 25px;
}

.navbar-area .main-nav .navbar .navbar-button a {
  color: #ffffff;
  background: #595959;
  padding: 10px 17px;
  /*border-radius: 5px;*/
  position: relative;
  z-index: 0;
  font-size: 16px;
}

.navbar-area .main-nav .navbar .navbar-button a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #f7941d;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*border-radius: 5px;*/
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar-area .main-nav .navbar .navbar-button a:hover::before {
  height: 100%;
}

.is-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* social */
.social-body{
  position:fixed;
  top:85%;
  right:0;
  margin-top:-80px;
  z-index:999;
}
.social-body ul li{
  display:block;
}
.social-body ul li a{
  font-size:20px;
  color:#fff;
  background:#42bc7f;
  height: 35px;
    width: 35px;
  line-height:38px;
  text-align:center;
  display:block;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.social-body ul li a:hover{
  width:50px;
}
.social-body  ul li.facebook a{
  background:#425F9C;
}
.social-body .ul li.twitter a{
  background:#1DA1F3;
}
.social-body ul li.instagram a {
  background: #E21B75;
}
.social-body ul li.whatsapp a{
  background:#3ab54a;
}
.social-body ul li.telegram a{
  background:#0087cb;
}
.social-body ul li.linkedin a{
  background:#CB2028;
}

.srchTitle{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 61px;
    position: relative; 
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.srchTitle.Orange{
    background-color: #f7941d;
}
.srchTitle.gray{
    background-color: #59585b;
}
.srchRes{
    display: block;
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-right: 3px solid #f7941d;
    margin-bottom: .5rem;
}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding-top: 150px;
}

.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f7941d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}

.notfound .notfound-404 h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 25px 0;
}

.notfound a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #2c2c2c;
}

.top-btn {
  width: 40px;
  height: 50px;
  color: #ffffff;
  background: #f7941d;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
}
.top-btn:hover {
    background: #58595b;
}
/*----------------------------*\
  Breadcrumb
\*----------------------------*/

#breadcrumb {
  padding: 10px 0px;
  background: #FBFBFC;
  border: 1px solid #E4E7ED;
/*  margin-bottom: 30px;*/
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #d60011;
}

.btn-Hour{
    background-color:#f7941d;
    font-size:12px;
    color:#fff;
    padding: 10px 20px;
    border-radius: 5px;
    display:block;
    width:116px;
}
.btn-Hour:hover{
    background-color:#58595b;
    color: #fff;
}
.footer_content a{
    color: #fff !important;
}
.footer_content a:hover{
    color: #f7941d !important;
    background-color: transparent;
}
.height180 {
    height:180px;
}
.height380 {
    height:380px;
}
.height200 {
    height:200px;
}

.product-slider div.owl-nav{
    position: unset;
}
.product-slider .owl-nav button {
    font-size: 30px;
    position: absolute;
    right: -62px;
    top: 38%;
    color: #171717;
    opacity: 0.3;
    border:0;
    background:transparent;
}

.product-slider .owl-nav button.owl-next {
    right: auto;
    left: -62px;
    color: #171717;
    opacity: 0.3;
}

.owl-dots {
    text-align: center;
    margin-top: 27px;
    display: flex;
    justify-content: center;
}

.owl-dots div {
    width: 6px;
    height: 6px;
    background: #D8D9DA;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-dots div:last-child {
    margin-right: 0;
}

.owl-dots div.active {
    width: 30px;
    background: #252525;
    border-radius: 50px;
}

.aboutBox {
    padding-top:0px !important;
    padding-bottom:0px !important;
    background-color:#14128E;
    color: #fff !important;
}
.aboutBox h2{
    color: #fff !important;
}
.aboutBox p{
    color: #fff !important;
}