/************************************************************************

Template Name: ClassiPost Classified Listing HTML5 Template
Template URI: https://radiustheme.com
Description: ClassiPost Classified Listing HTML5 Template
Author: Radius Theme
Author URI: https://radiustheme.com
Version: 1.5

===================
CSS INDEX
===================

[01] Template Default CSS
    1.1 Typography
    1.2 Helper Elements
    1.3 Background Color Style
    1.4 Button Style
    1.5 Section Space Style
    1.6 Owl Control Style
    1.7 Other Elements Style
[02] Header Style
[03] Search Area Style
[04] About Us Page Style
[05] Service Area Style
[06] Products Page Style
[07] Product Details Page Style
[08] Category Menu Style
[09] Featured Product Style
[10] Counter Style
[11] Pricing Plan Style
[12] Process Area Style
[13] Subscribe Style
[14] Sidebar Style
[15] Gradient Style
[16] Contact Page Style
[17] Report Abuse Style
[18] Ad Banner Style
[19] Faq Page Style
[20] Working Process Style
[21] Post Ad Page Style
[22] Input Style
[23] My Account Page Style
[24] Footer Style
[25] Responsive Style

*************************************************************************/
/*=======================================================================
[01] Template Default CSS
=========================================================================*/
/*----------------------------------------
1.1 Typography
----------------------------------------*/
/*@import url(https://web.archive.org/web/20220722021509cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700);*/
.select2-container
{
    width: 100% !important;
}
html {
    background: #ffffff;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Tajawal', sans-serif;
    vertical-align: baseline;
    background: #ffffff;
    color: #646464;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    flex-direction: column;
}
.loader::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #0473c0;
    border-left-color: transparent;
    border-radius: 50%;
    animation: rotate 1s infinite forwards linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader img {
    max-width: 100%;
    margin-bottom: 20px;
}
.o-hidden {
    overflow: hidden !important;
}

.pagination{
    margin: 12px 0 10px;
    width: 100%;
    text-align: center;
    display: block;
}

.pagination li:first-child {
    line-height: 1.3;
    float: right;
    border-left: 1px solid #cccccc;
    border-right: none;
}

.pagination li {
    border-right: 1px solid #cccccc;
    padding: 0 5px;
    display: inline-block;
    line-height: 0.6;
}

.Case {
    margin-left:5px;
}

.pagination .active a {
    color: #0473c0;
}

.pagination li a,
.pagination li span{
    display: block;
    padding: 5px 10px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.pagination li:last-child {
    line-height: 1.3;
    border-right: none;
    float: left;
    border-right: 1px solid #cccccc;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    line-height: 1.5;
    font-family: 'DroidArabicKufiRegular';
    margin: 0 0 20px 0;
    color: #222222;
    text-transform: capitalize;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    font-weight: 500;
}

p {
    line-height: 26px;
    margin: 0 0 20px 0;
}

/*----------------------------------------
1.2 Helper Elements
----------------------------------------*/
a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

h2.size-sm {
    font-size: 30px;
}

h2.size-md {
    font-size: 32px;
}

h2.size-lg {
    font-size: 38px;
}

h2.size-xl {
    font-size: 40px;
}

h3.size-sm {
    font-size: 16px;
}

h3.size-md {
    font-size: 16px;
}

h3.size-lg {
    font-size: 20px;
}

h3.size-xl {
    font-size: 24px;
}

.child-size-xl h3 {
    font-size: 22px;
}

h2.title-light-dark {
    font-weight: 300;
}

.nopadding {
    padding: 0;
}

.nopaddingright {
    padding-right: 0;
}

.nopaddingleft {
    padding-left: 0;

}

h2.title-light-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-light-dark a:hover {
    color: #0473c0;
}

h2.title-light-dark span {
    color: #0473c0;
}

h2.title-regular-dark {
    font-weight: 400;
}

h2.title-regular-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-regular-dark a:hover {
    color: #0473c0;
}

h2.title-regular-dark span {
    color: #0473c0;
}

h2.title-medium-dark {
    font-weight: 500;
}

h2.title-medium-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-medium-dark a:hover {
    color: #0473c0;
}

h2.title-medium-dark span {
    color: #0473c0;
}

h2.title-bold-dark {
    font-weight: 700;
}

h2.title-bold-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-bold-dark a:hover {
    color: #0473c0;
}

h2.title-bold-dark span {
    color: #0473c0;
}

h2.title-light-light {
    font-weight: 300;
    color: #FFFFFF;
}

h2.title-light-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-light-light a:hover {
    color: #0473c0;
}

h2.title-light-light span {
    color: #0473c0;
}

h2.title-regular-light {
    font-weight: 400;
    color: #FFFFFF;
}

h2.title-regular-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-regular-light a:hover {
    color: #0473c0;
}

h2.title-regular-light span {
    color: #0473c0;
}

h2.title-medium-light {
    font-weight: 500;
    color: #FFFFFF;
}

h2.title-medium-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-medium-light a:hover {
    color: #0473c0;
}

h2.title-medium-light span {
    color: #0473c0;
}

h2.title-bold-light {
    font-weight: 700;
    color: #FFFFFF;
}

h2.title-bold-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-bold-light a:hover {
    color: #0473c0;
}

h2.title-bold-light span {
    color: #0473c0;
}

h2.title-light-primary {
    color: #0473c0;
    font-weight: 300;
}

h2.title-light-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-light-primary a:hover {
    color: #fcaf01;
}

h2.title-light-primary span {
    color: #fcaf01;
}

h2.title-regular-primary {
    color: #0473c0;
    font-weight: 400;
}

h2.title-regular-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-regular-primary a:hover {
    color: #fcaf01;
}

h2.title-regular-primary span {
    color: #fcaf01;
}

h2.title-medium-primary {
    color: #0473c0;
    font-weight: 500;
}

h2.title-medium-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-medium-primary a:hover {
    color: #fcaf01;
}

h2.title-medium-primary span {
    color: #fcaf01;
}

h2.title-bold-primary {
    color: #0473c0;
    font-weight: 700;
}

h2.title-bold-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h2.title-bold-primary a:hover {
    color: #fcaf01;
}

h2.title-bold-primary span {
    color: #fcaf01;
}

h3.title-light-dark {
    font-weight: 300;
}

h3.title-light-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-light-dark a:hover {
    color: #0473c0;
}

h3.title-light-dark span {
    color: #0473c0;
}

h3.title-regular-dark {
    font-weight: 400;
}

h3.title-regular-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-regular-dark a:hover {
    color: #0473c0;
}

h3.title-regular-dark span {
    color: #0473c0;
}

h3.title-medium-dark {
    font-weight: 500;
}

h3.title-medium-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-medium-dark a:hover {
    color: #0473c0;
}

h3.title-medium-dark span {
    color: #0473c0;
}

h3.title-bold-dark {
    font-weight: 700;
}

h3.title-bold-dark a {
    color: #222222;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-bold-dark a:hover {
    color: #0473c0;
}

h3.title-bold-dark span {
    color: #0473c0;
}

h3.title-light-light {
    font-weight: 300;
    color: #FFFFFF;
}

h3.title-light-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-light-light a:hover {
    color: #0473c0;
}

h3.title-light-light span {
    color: #0473c0;
}

h3.title-regular-light {
    font-weight: 400;
    color: #FFFFFF;
}

h3.title-regular-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-regular-light a:hover {
    color: #0473c0;
}

h3.title-regular-light span {
    color: #0473c0;
}

h3.title-medium-light {
    font-weight: 500;
    color: #FFFFFF;
}

h3.title-medium-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-medium-light a:hover {
    color: #0473c0;
}

h3.title-medium-light span {
    color: #0473c0;
}

h3.title-bold-light {
    font-weight: 700;
    color: #FFFFFF;
}

h3.title-bold-light a {
    color: #FFFFFF;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-bold-light a:hover {
    color: #0473c0;
}

h3.title-bold-light span {
    color: #0473c0;
}

h3.title-light-primary {
    color: #0473c0;
    font-weight: 300;
}

h3.title-light-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-light-primary a:hover {
    color: #fcaf01;
}

h3.title-light-primary span {
    color: #fcaf01;
}

h3.title-regular-primary {
    color: #0473c0;
    font-weight: 400;
}

h3.title-regular-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-regular-primary a:hover {
    color: #fcaf01;
}

h3.title-regular-primary span {
    color: #fcaf01;
}

h3.title-medium-primary {
    color: #0473c0;
    font-weight: 500;
}

h3.title-medium-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-medium-primary a:hover {
    color: #fcaf01;
}

h3.title-medium-primary span {
    color: #fcaf01;
}

h3.title-bold-primary {
    color: #0473c0;
    font-weight: 700;
}

h3.title-bold-primary a {
    color: #0473c0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

h3.title-bold-primary a:hover {
    color: #fcaf01;
}

h3.title-bold-primary span {
    color: #fcaf01;
}

p.text-light-dark {
    font-weight: 300;
    color: #222222;
}

p.text-regular-dark {
    font-weight: 400;
    color: #222222;
}

p.text-medium-dark {
    font-weight: 600;
    color: #222222;
}

p.text-bold-dark {
    font-weight: 700;
    color: #222222;
}

p.text-light-light {
    font-weight: 300;
    color: #FFFFFF;
}

p.text-regular-light {
    font-weight: 400;
    color: #FFFFFF;
}

p.text-medium-light {
    font-weight: 600;
    color: #FFFFFF;
}

p.text-bold-light {
    font-weight: 700;
    color: #FFFFFF;
}

p.text-light-primary {
    font-weight: 300;
    color: #0473c0;
}

p.text-regular-primary {
    font-weight: 400;
    color: #0473c0;
}

p.text-medium-primary {
    font-weight: 600;
    color: #0473c0;
}

p.text-bold-primary {
    font-weight: 700;
    color: #0473c0;
}

.overflow-hidden {
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.possition-static {
    position: static;
}

.elv-clear:after {
    clear: both;
    content: "";
    display: block;
}

.full-width-container .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters.full-width {
    margin-right: -15px;
    margin-left: -15px;
}

.row.no-gutters.full-width > [class^="col-"],
.row.no-gutters.full-width > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.radius-none {
    border-radius: 0 !important;
}

.border-none {
    border: none !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.p-none {
    padding: 0 !important;
}

.m-auto {
    margin: 0 auto;
}

.item-mt {
    margin-top: 30px;
}

.item-mr {
    margin-right: 30px;
}

.item-mb {
    margin-bottom: 30px;
}

.item-ml {
    margin-left: 30px;
}

.item-pt {
    padding-top: 30px;
}

.item-pr {
    padding-right: 30px;
}

.item-pb {
    padding-bottom: 30px;
}

.item-pl {
    padding-left: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.section-title-dark {
    text-align: center;
    margin-bottom: 45px;
}

.section-title-dark h1 {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.section-title-dark h2 {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.section-title-dark p {
    font-size: 16px;
}

.section-title-left-dark h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.section-title-left-dark h3 {
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}
.navbutton.addbuttons
{
    display: flex;
    align-items: center;
}
.addbuttons a
{
    margin: 10px;
}

.section-title-left-primary h2 {
    font-weight: 700;
    text-transform: capitalize;
    color: #0473c0;
}

.section-title-left-primary h3 {
    font-weight: 700;
    text-transform: capitalize;
    color: #0473c0;
}

.title-bar {
    position: relative;
}

.title-bar:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(#0473c0, #0b9876);
    background-image: -moz-linear-gradient(#0473c0, #0b9876), -moz-linear-gradient(#0473c0, #0b9876);
    background-image: -o-linear-gradient(#0473c0, #0b9876), -o-linear-gradient(#0473c0, #0b9876);
    background-image: linear-gradient(#0473c0, #0b9876), linear-gradient(#0473c0, #0b9876);
    background-repeat: no-repeat;
    z-index: 1;
    top: 45px;
    right: 0;
}

.title-bar h3 {
    margin-bottom: 35px;
}

.direction-img {
    position: relative;
}

.direction-img:before {
    content: url("/web/20220722021509im_/https://ofook.net/haragtime/img/direction-right.png");
    position: absolute;
    left: -50px;
    top: 5px;
    z-index: 3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.direction-img:after {
    content: url("/web/20220722021509im_/https://ofook.net/haragtime/img/direction-left.png");
    position: absolute;
    right: -50px;
    top: 5px;
    z-index: 3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.direction-img:hover:before {
    left: -40px;
}

.direction-img:hover:after {
    right: -40px;
}

.title-bar-center {
    padding-bottom: 20px;
    position: relative;
}

.title-bar-center:before {
    content: "";
    height: 4px;
    width: 35px;
    background: #0473c0;
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.title-bar-left {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.title-bar-left:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #0473c0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.full-width-border-top {
    position: relative;
}

.full-width-border-top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 2px;
    background-color: #e5e6e6;
}

.full-width-border-bottom {
    position: relative;
}

.full-width-border-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}

.border-bottom {
    position: relative;
}

.border-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 1px;
    background-color: #dadada;
}

.border-bottom-2 {
    position: relative;
}

.border-bottom-2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 2px;
    background-color: #dadada;
}

.border-top {
    position: relative;
}

.border-top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 1px;
    background-color: #dadada;
}

.top0 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    top: 0%;
}

.top50 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.top40 {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 40%;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*----------------------------------------
1.3 Background Color Style
----------------------------------------*/
.bg-body {
    background-color: #ffffff;
}

.bg-primary {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(#0473c0, #0b9876);
    background-image: -moz-linear-gradient(#0473c0, #0b9876), -moz-linear-gradient(#0473c0, #0b9876);
    background-image: -o-linear-gradient(#0473c0, #0b9876), -o-linear-gradient(#0473c0, #0b9876);
    background-image: linear-gradient(#0473c0, #0b9876), linear-gradient(#0473c0, #0b9876);
    background-repeat: no-repeat;
}

.bg-accent-shadow {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#f8f8f8));
    background-image: -webkit-linear-gradient(#f8f8f8, #eaeaea);
    background-image: -moz-linear-gradient(#f8f8f8, #eaeaea), -moz-linear-gradient(#f8f8f8, #eaeaea);
    background-image: -o-linear-gradient(#f8f8f8, #eaeaea), -o-linear-gradient(#f8f8f8, #eaeaea);
    background-image: linear-gradient(#f8f8f8, #eaeaea), linear-gradient(#f8f8f8, #eaeaea);
    background-repeat: no-repeat;
}

.bg-accent-shadow-body {
    background: #eaeaea;
    background-repeat: no-repeat;
}

.bg-accent {
    background-color: #f4f6f5;
}

.bg-box {
    background-color: #f6f6f6;
}

.secondary-bg-box {
    background-color: #eeeeee;
}

.overlay-default {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-default:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.overlay-primary {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-primary:before {
    content: "";
    background-color: rgba(19, 158, 129, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*----------------------------------------
1.4 Button Style
----------------------------------------*/
.play-btn {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.play-btn i {
    color: #0473c0;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.play-btn:hover {
    background: #0473c0;
    border: 3px solid #0473c0;
}

.play-btn:hover i {
    color: #0473c0;
}

.isotop-btn {
    text-align: center;
    margin-bottom: 50px;
}

.isotop-btn:after {
    display: none;
}

.isotop-btn a {
    background: #f4f6f5;
    color: #646464;
    padding: 8px 20px;
    margin: 0 1px 0 0;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.isotop-btn a:hover {
    background-color: #0473c0;
    color: #FFFFFF;
}

.isotop-btn a:last-child {
    margin: 0;
}

.isotop-btn .current {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(#0473c0, #0b9876);
    background-image: -moz-linear-gradient(#0473c0, #0b9876), -moz-linear-gradient(#0473c0, #0b9876);
    background-image: -o-linear-gradient(#0473c0, #0b9876), -o-linear-gradient(#0473c0, #0b9876);
    background-image: linear-gradient(#0473c0, #0b9876), linear-gradient(#0473c0, #0b9876);
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.default-big-btn {
    color: #FFFFFF;
    padding: 15px 0;
    background: #0473c0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 160px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.default-big-btn:hover {
    background: #fcaf01;
    color: #222222;
}

.cp-search-btn {
    border: 1px solid #383838;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#282828));
    background-image: -webkit-linear-gradient(top, #383838, #282828);
    background-image: -moz-linear-gradient(top, #383838, #282828);
    background-image: -ms-linear-gradient(top, #383838, #282828);
    background-image: -o-linear-gradient(top, #383838, #282828);
    background-image: linear-gradient(to bottom, #383838, #282828);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    cursor: pointer;
}
.modal-lg {
    width: 900px;
    max-width: 90%;
}
.modal-map #map {
    width: 100%;
    height: 500px;
}

.cp-search-btn i {
    color: #0473c0;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cp-search-btn:hover,
.cp-search-btn:focus {
    color: #0473c0;
    border: 1px solid #282828;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#383838));
    background-image: -webkit-linear-gradient(top, #282828, #383838);
    background-image: -moz-linear-gradient(top, #282828, #383838);
    background-image: -ms-linear-gradient(top, #282828, #383838);
    background-image: -o-linear-gradient(top, #282828, #383838);
    background-image: linear-gradient(to bottom, #282828, #383838);
}

.cp-search-btn:hover i,
.cp-search-btn:focus i {
    color: #FFFFFF;
}

.bg-accent-btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0880b), to(#E7940C));
    background-image: -webkit-linear-gradient(top, #e0880b, #E7940C);
    background-image: -moz-linear-gradient(top, #e0880b, #E7940C);
    background-image: -ms-linear-gradient(top, #e0880b, #E7940C);
    background-image: -o-linear-gradient(top, #e0880b, #E7940C);
    background-image: linear-gradient(to bottom, #e0880b, #E7940C);
}

.bg-accent-btn-hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E7940C), to(#e0880b));
    background-image: -webkit-linear-gradient(top, #E7940C, #e0880b);
    background-image: -moz-linear-gradient(top, #E7940C, #e0880b);
    background-image: -ms-linear-gradient(top, #E7940C, #e0880b);
    background-image: -o-linear-gradient(top, #E7940C, #e0880b);
    background-image: linear-gradient(to bottom, #E7940C, #e0880b);
}

.bg-primary-btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0473c0), to(#0b9876));
    background-image: -webkit-linear-gradient(top, #0473c0, #0b9876);
    background-image: -moz-linear-gradient(top, #0473c0, #0b9876);
    background-image: -ms-linear-gradient(top, #0473c0, #0b9876);
    background-image: -o-linear-gradient(top, #0473c0, #0b9876);
    background-image: linear-gradient(to bottom, #0473c0, #0b9876);
}

.bg-primary-btn-hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(top, #0b9876, #0473c0);
    background-image: -moz-linear-gradient(top, #0b9876, #0473c0);
    background-image: -ms-linear-gradient(top, #0b9876, #0473c0);
    background-image: -o-linear-gradient(top, #0b9876, #0473c0);
    background-image: linear-gradient(to bottom, #0b9876, #0473c0);
}

.cp-default-btn {
    border: 1px solid #007bff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#0473c0));
    background-image: -webkit-linear-gradient(top, #007bff, #0473c0);
    background-image: -moz-linear-gradient(top, #e0880b, #E7940C);
    background-image: -ms-linear-gradient(top, #e0880b, #E7940C);
    background-image: -o-linear-gradient(top, #e0880b, #E7940C);
    background-image: linear-gradient(to bottom, #0473c0, #007bff);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default1-btn {
    border: 1px solid #007bff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ccab40+0,fad049+100 */
    background: #007bff; /* Old browsers */
    background: -moz-linear-gradient(top, #007bff 0%, #0473c0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007bff 0%,#0473c0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007bff 0%,#0473c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default1-btn:hover,
.cp-default1-btn:focus {
    outline: none;
    color: #FFFFFF;
    border: 1px solid #0473c0;
    background: #0473c0; /* Old browsers */
    background: -moz-linear-gradient(top, #0473c0 0%, #0473c0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0473c0 0%,#0473c0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0473c0 0%,#0473c0 100%);
}

.cp-default-btn:hover,
.cp-default-btn:focus {
    outline: none;
    color: #FFFFFF;
    border: 1px solid #0473c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0473c0), to(#0473c0));
    background-image: -webkit-linear-gradient(top, #0473c0, #0473c0);
    background-image: -moz-linear-gradient(top, #0473c0, #0473c0);
    background-image: -ms-linear-gradient(top, #0473c0, #0473c0);
    background-image: -o-linear-gradient(top, #0473c0, #0473c0);
    background-image: linear-gradient(to bottom, #0473c0, #0473c0);
}

.cp-default-btn-primary {
    border: 1px solid #0473c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 36px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0473c0), to(#0b9876));
    background-image: -webkit-linear-gradient(top, #0473c0, #0b9876);
    background-image: -moz-linear-gradient(top, #0473c0, #0b9876);
    background-image: -ms-linear-gradient(top, #0473c0, #0b9876);
    background-image: -o-linear-gradient(top, #0473c0, #0b9876);
    background-image: linear-gradient(to bottom, #0473c0, #0b9876);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default-btn-primary:hover,
.cp-default-btn-primary:focus {
    outline: none;
    color: #FFFFFF;
    border: 1px solid #0b9876;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(top, #0b9876, #0473c0);
    background-image: -moz-linear-gradient(top, #0b9876, #0473c0);
    background-image: -ms-linear-gradient(top, #0b9876, #0473c0);
    background-image: -o-linear-gradient(top, #0b9876, #0473c0);
    background-image: linear-gradient(to bottom, #0b9876, #0473c0);
}

.cp-default-btn-lg {
    border: 1px solid #e0880b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 36px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0880b), to(#E7940C));
    background-image: -webkit-linear-gradient(top, #e0880b, #E7940C);
    background-image: -moz-linear-gradient(top, #e0880b, #E7940C);
    background-image: -ms-linear-gradient(top, #e0880b, #E7940C);
    background-image: -o-linear-gradient(top, #e0880b, #E7940C);
    background-image: linear-gradient(to bottom, #e0880b, #E7940C);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default-btn-lg:hover,
.cp-default-btn-lg:focus {
    outline: none;
    color: #FFFFFF;
    border: 1px solid #E7940C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E7940C), to(#e0880b));
    background-image: -webkit-linear-gradient(top, #E7940C, #e0880b);
    background-image: -moz-linear-gradient(top, #E7940C, #e0880b);
    background-image: -ms-linear-gradient(top, #E7940C, #e0880b);
    background-image: -o-linear-gradient(top, #E7940C, #e0880b);
    background-image: linear-gradient(to bottom, #E7940C, #e0880b);
}

.cp-default-btn-sm {
    border: 1px solid #e0880b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0880b), to(#E7940C));
    background-image: -webkit-linear-gradient(top, #e0880b, #E7940C);
    background-image: -moz-linear-gradient(top, #e0880b, #E7940C);
    background-image: -ms-linear-gradient(top, #e0880b, #E7940C);
    background-image: -o-linear-gradient(top, #e0880b, #E7940C);
    background-image: linear-gradient(to bottom, #e0880b, #E7940C);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default-btn-sm:hover,
.cp-default-btn-sm:focus {
    outline: none;
    color: #FFFFFF;
    border: 1px solid #E7940C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E7940C), to(#e0880b));
    background-image: -webkit-linear-gradient(top, #E7940C, #e0880b);
    background-image: -moz-linear-gradient(top, #E7940C, #e0880b);
    background-image: -ms-linear-gradient(top, #E7940C, #e0880b);
    background-image: -o-linear-gradient(top, #E7940C, #e0880b);
    background-image: linear-gradient(to bottom, #E7940C, #e0880b);
}

.cp-default-btn-sm-primary {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0473c0), to(#0b9876));
    background-image: -webkit-linear-gradient(top, #0473c0, #0b9876);
    background-image: -moz-linear-gradient(top, #0473c0, #0b9876);
    background-image: -ms-linear-gradient(top, #0473c0, #0b9876);
    background-image: -o-linear-gradient(top, #0473c0, #0b9876);
    background-image: linear-gradient(to bottom, #0473c0, #0b9876);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default-btn-sm-primary:hover,
.cp-default-btn-sm-primary:focus {
    outline: none;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(top, #0b9876, #0473c0);
    background-image: -moz-linear-gradient(top, #0b9876, #0473c0);
    background-image: -ms-linear-gradient(top, #0b9876, #0473c0);
    background-image: -o-linear-gradient(top, #0b9876, #0473c0);
    background-image: linear-gradient(to bottom, #0b9876, #0473c0);
}

.cp-default-btn-xl {
    border: 1px solid #e0880b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 36px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0880b), to(#E7940C));
    background-image: -webkit-linear-gradient(top, #e0880b, #E7940C);
    background-image: -moz-linear-gradient(top, #e0880b, #E7940C);
    background-image: -ms-linear-gradient(top, #e0880b, #E7940C);
    background-image: -o-linear-gradient(top, #e0880b, #E7940C);
    background-image: linear-gradient(to bottom, #e0880b, #E7940C);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cp-default-btn-xl:hover,
.cp-default-btn-xl:focus {
    outline: none;
    color: #FFFFFF;
    border: 1px solid #E7940C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E7940C), to(#e0880b));
    background-image: -webkit-linear-gradient(top, #E7940C, #e0880b);
    background-image: -moz-linear-gradient(top, #E7940C, #e0880b);
    background-image: -ms-linear-gradient(top, #E7940C, #e0880b);
    background-image: -o-linear-gradient(top, #E7940C, #e0880b);
    background-image: linear-gradient(to bottom, #E7940C, #e0880b);
}

.update-btn {
    margin-top: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px 11px;
    background: #0473c0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #0473c0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.update-btn:hover {
    background: transparent;
    color: #0473c0;
}

/*----------------------------------------
1.5 Section Space Style
----------------------------------------*/
.s-space {
    padding: 90px 0 100px;
}

@media only screen and (max-width: 1199px) {
    .s-space {
        padding: 80px 0 90px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space {
        padding: 70px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space {
        padding: 60px 0 70px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space {
        padding: 50px 0 60px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space {
        padding: 40px 0 50px;
    }
}

.s-space-default {
    padding: 87px 0 100px;
}

@media only screen and (max-width: 1199px) {
    .s-space-default {
        padding: 77px 0 90px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-default {
        padding: 67px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-default {
        padding: 57px 0 70px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-default {
        padding: 47px 0 60px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-default {
        padding: 37px 0 50px;
    }
}

.s-space-custom {
    padding: 115px 0 60px;
}

@media only screen and (max-width: 1199px) {
    .s-space-custom {
        padding: 105px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-custom {
        padding: 70px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-custom {
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-custom {
        padding: 50px 0 20px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-custom {
        padding: 40px 0 10px;
    }
}

.s-space-custom2 {
    padding: 83px 0 70px;
}

@media only screen and (max-width: 1199px) {
    .s-space-custom2 {
        padding: 73px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-custom2 {
        padding: 63px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-custom2 {
        padding: 53px 0 40px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-custom2 {
        padding: 43px 0 30px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-custom2 {
        padding: 33px 0 20px;
    }
}

.s-space-custom3 {
    padding: 93px 0 70px;
}

@media only screen and (max-width: 1199px) {
    .s-space-custom3 {
        padding: 83px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-custom3 {
        padding: 73px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-custom3 {
        padding: 63px 0 40px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-custom3 {
        padding: 53px 0 30px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-custom3 {
        padding: 43px 0 20px;
    }
}

.s-space-custom4 {
    padding: 90px 0 70px;
}

@media only screen and (max-width: 1199px) {
    .s-space-custom4 {
        padding: 80px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-custom4 {
        padding: 70px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-custom4 {
        padding: 60px 0 40px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-custom4 {
        padding: 50px 0 30px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-custom4 {
        padding: 40px 0 20px;
    }
}

.s-space-regular {
    padding: 87px 0 65px;
}

@media only screen and (max-width: 1199px) {
    .s-space-regular {
        padding: 77px 0 55px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-regular {
        padding: 67px 0 45px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-regular {
        padding: 57px 0 35px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-regular {
        padding: 47px 0 25px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-regular {
        padding: 37px 0 15px;
    }
}

.s-space-equal {
    padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
    .s-space-equal {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-equal {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-equal {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-equal {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-equal {
        padding: 50px 0;
    }
}

.s-space-bottom {
    padding: 0 0 70px;
}

@media only screen and (max-width: 1199px) {
    .s-space-bottom {
        padding: 0 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-bottom {
        padding: 0 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-bottom {
        padding: 0 0 40px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-bottom {
        padding: 0 0 30px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-bottom {
        padding: 0 0 20px;
    }
}

.s-space-bottom-full {
    padding: 40px 0 100px;
}

.s-space-bottom-full-single {
    padding: 0 0 100px 0;

}

.sliderhome {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .s-space-bottom-full {
        padding: 0 0 90px;
    }
}

@media only screen and (max-width: 991px) {
    .s-space-bottom-full {
        padding: 0 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .s-space-bottom-full {
        padding: 0 0 70px;
    }
}

@media only screen and (max-width: 479px) {
    .s-space-bottom-full {
        padding: 0 0 60px;
    }
}

@media only screen and (max-width: 320px) {
    .s-space-bottom-full {
        padding: 0 0 50px;
    }
}

/*----------------------------------------
1.6 Owl Control Style
----------------------------------------*/
@media only screen and (min-width: 480px) {
    .owl-carousel.nav-control-top {
        position: relative;
    }

    .owl-carousel.nav-control-top .owl-nav {
        position: absolute;
        top: -70px;
        right: 0;
        z-index: 5;
        margin-top: 0;
    }

    .owl-carousel.nav-control-top .owl-nav > button.owl-prev,
    .owl-carousel.nav-control-top .owl-nav > button.owl-next {
        background: #FFFFFF;
        opacity: 1;
        font-size: 18px;
        margin: 0 4px;
        height: 30px;
        width: 30px;
        -webkit-box-shadow: 0px 1px 0px 0px #d1d1d1;
        -moz-box-shadow: 0px 1px 0px 0px #d1d1d1;
        box-shadow: 0px 1px 0px 0px #d1d1d1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .owl-carousel.nav-control-top .owl-nav > button.owl-prev i,
    .owl-carousel.nav-control-top .owl-nav > button.owl-next i {
        color: #222222;
        display: block;
        line-height: 21px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .owl-carousel.nav-control-top .owl-nav > button.owl-prev:focus,
    .owl-carousel.nav-control-top .owl-nav > button.owl-next:focus {
        outline: none;
    }

    .owl-carousel.nav-control-top .owl-nav .owl-prev:hover {
        background: #0473c0;
        -webkit-box-shadow: 0px 1px 0px 0px #09765c;
        -moz-box-shadow: 0px 1px 0px 0px #09765c;
        box-shadow: 0px 1px 0px 0px #09765c;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .owl-carousel.nav-control-top .owl-nav .owl-prev:hover i {
        color: #FFFFFF;
    }

    .owl-carousel.nav-control-top .owl-nav .owl-next:hover {
        background: #0473c0;
        -webkit-box-shadow: 0px 1px 0px 0px #09765c;
        -moz-box-shadow: 0px 1px 0px 0px #09765c;
        box-shadow: 0px 1px 0px 0px #09765c;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .owl-carousel.nav-control-top .owl-nav .owl-next:hover i {
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 479px) {
    .nav-control-top {
        position: relative;
    }

    .nav-control-top .owl-nav {
        margin-top: 0;
    }

    .nav-control-top .owl-nav > button.owl-prev,
    .nav-control-top .owl-nav > button.owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        background: transparent;
        border: 1px solid #0473c0;
        opacity: 1;
        font-size: 18px;
        margin: 0 4px;
        height: 30px;
        width: 30px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-top .owl-nav > button.owl-prev i,
    .nav-control-top .owl-nav > button.owl-next i {
        color: #0473c0;
        display: block;
        line-height: 21px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-top .owl-nav > button.owl-prev:focus,
    .nav-control-top .owl-nav > button.owl-next:focus {
        outline: none;
    }

    .nav-control-top .owl-nav .owl-prev {
        left: -15px;
    }

    .nav-control-top .owl-nav .owl-prev:hover {
        background: #0473c0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-top .owl-nav .owl-prev:hover i {
        color: #FFFFFF;
    }

    .nav-control-top .owl-nav .owl-next {
        right: -15px;
    }

    .nav-control-top .owl-nav .owl-next:hover {
        background: #0473c0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-top .owl-nav .owl-next:hover i {
        color: #FFFFFF;
    }
}

.nav-control-middle .owl-nav {
    margin-top: 0;
}

.nav-control-middle .owl-nav > button.owl-prev,
.nav-control-middle .owl-nav > button.owl-next {
    border: 1px solid #0473c0;
    background: #0473c0;
    opacity: 1;
    font-size: 18px;
    margin: 0 4px;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 35%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-control-middle .owl-nav > button.owl-prev i,
.nav-control-middle .owl-nav > button.owl-next i {
    color: #FFFFFF;
    display: block;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-control-middle .owl-nav > button.owl-prev:focus,
.nav-control-middle .owl-nav > button.owl-next:focus {
    outline: none;
}

.nav-control-middle .owl-nav .owl-prev {
    left: -20px;
}

@media only screen and (max-width: 767px) {
    .nav-control-middle .owl-nav .owl-prev {
        left: -15px;
    }
}

.nav-control-middle .owl-nav .owl-prev:hover {
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-control-middle .owl-nav .owl-prev:hover i {
    color: #0473c0;
}

.nav-control-middle .owl-nav .owl-next {
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .nav-control-middle .owl-nav .owl-next {
        right: -15px;
    }
}

.nav-control-middle .owl-nav .owl-next:hover {
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-control-middle .owl-nav .owl-next:hover i {
    color: #0473c0;
}

.dot-control .owl-controls {
    margin-top: 30px;
}

.dot-control .owl-controls .owl-dots .owl-dot span {
    margin: 2px 7px;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 1px solid #0473c0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dot-control .owl-controls .owl-dots .active span {
    background: #0473c0;
}

.dot-control .owl-nav {
    margin-top: 0;
}

/*----------------------------------------
1.7 Other Elements Style
----------------------------------------*/
#scrollUp {
    background-color: rgba(4, 116, 192, 0.3);
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    position: fixed;
    left: 20px;
    text-align: center;
    text-decoration: none;
    width: 44px;
    z-index: 99999;
    border: 2px solid #0473c0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#scrollUp i {
    color: #0473c0;
}

#scrollUp:hover,
#scrollUp:focus {
    background-color: #0473c0;
}

#scrollUp:hover i,
#scrollUp:focus i {
    color: #FFFFFF;
}

#scrollUp {
    animation: blinker 10s linear infinite;
}

#preloader {
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #FFF;
    text-align: center;
}

#preloader img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
}

.breadcrumbs-area {
    padding: 20px 0;
    background: #0473c0;
}

.breadcrumbs-area ul li {
    display: inline-block;
    color: #000;
    font-size: 16px;
}

.breadcrumbs-area ul li a {
    color: #000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.breadcrumbs-area ul li a:hover {
    color: #fff;
}

.breadcrumbs-area ul .active {
    color: #fff;
}

.cp-pagination {
    margin: 12px 0 10px;
    width: 100%;
    text-align: center;
}

.cp-pagination li {
    border-right: 1px solid #cccccc;
    padding: 0 5px;
    display: inline-block;
    line-height: 0.6;
}

.cp-pagination li a {
    display: block;
    padding: 5px 10px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cp-pagination li a:hover {
    color: #0473c0;
}

.cp-pagination li a i {
    color: #0473c0;
}

.cp-pagination li:first-child {
    line-height: 1.3;
    float: left;
    border-right: 1px solid #cccccc;
}

.cp-pagination li:first-child a {
    padding: 1px 10px;
}

.cp-pagination li:first-child a:hover {
    cursor: no-drop;
    color: inherit;
}

.cp-pagination li:first-child i {
    margin-right: 10px;
    float: left;
    position: relative;
    top: 5px;
}

.end {
    color: #dc3545;
}

.dots {
    border: none !important;
}

.cp-pagination li:last-child {
    line-height: 1.3;
    border-right: none;
    float: right;
    border-left: 1px solid #cccccc;
}

.cp-pagination li:last-child a {
    padding: 1px 10px;
}

.cp-pagination li:last-child i {
    margin-left: 10px;
    float: right;
    position: relative;
    top: 5px;
}

.cp-pagination li:nth-last-child(2) {
    border-right: 0;
}

.cp-pagination .active a {
    color: #0473c0;
}

/*=======================================================================
[02] Header Style
=========================================================================*/
.logo-area img {
    width: 75%;
}

div#sticker {
    padding: 10px 0;
}

.top-bar-style1 {
    background-color: #242424;
    padding: 10px 0;
}

.top-bar-style1 .top-bar-left p {
    margin-bottom: 0;
    color: #b1b1b1;
}

.top-bar-style1 .top-bar-left p i {
    margin-right: 10px;
    color: #fcaf01;
}

.top-bar-style1 .top-bar-right {
    text-align: right;
}

.top-bar-style1 .top-bar-right ul li {
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    position: relative;
}

.top-bar-style1 .top-bar-right ul li .login-btn {
    border: none;
    background-color: transparent;
    font-size: 14px;
    display: block;
    color: #b1b1b1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar-style1 .top-bar-right ul li .login-btn i {
    padding-right: 10px;
    font-size: 14px;
    color: #fcaf01;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar-style1 .top-bar-right ul li .login-btn:hover {
    color: #fcaf01;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar-style1 .top-bar-right ul li .login-btn:focus {
    outline: none;
}

.top-bar-style2 {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

.top-bar-style2 .top-bar-left p {
    margin-bottom: 0;
    color: #444444;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.top-bar-style2 .top-bar-left p i {
    float: right;
    font-size: 20px;
    margin-left: 10px;
    color: #0473c0;
    position: relative;
    top: 3px;
}

.top-bar-style2 .top-bar-right {
    text-align: right;
    position: relative;
    top: -5px;
}

.top-bar-style2 .top-bar-right ul li {
    padding-right: 0;
    display: inline-block;
    position: relative;
    float: left;
}

.top-bar-left {
    position: relative;
    top: 5px;
}

.top-bar-style2 .top-bar-right ul li .login-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #000000;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    top: 10px;
}

.top-bar-style2 .top-bar-right ul li .login-btn:focus {
    outline: none;
}

.top-bar-style2 .top-bar-right ul li .login-btn i {
    float: right;
    padding-left: 10px;
    font-size: 20px;
    color: #0473c0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.top-bar-style2 .top-bar-right ul li .login-btn i,
.drop-btn i
{
    font-size: 14px;
}

.top-bar-style2 .top-bar-right ul li .login-btn:hover {
    color: #0473c0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar-style3 {
    padding: 10px 0;
    background-color: #0473c0;
}

.top-bar-style3 .top-bar-left p {
    margin-bottom: 0;
    color: #FFFFFF;
}

.top-bar-style3 .top-bar-left p i {
    float: left;
    font-size: 20px;
    margin-right: 10px;
    color: #fcaf01;
}

.top-bar-style3 .top-bar-right {
    text-align: right;
}

.top-bar-style3 .top-bar-right ul li {
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    position: relative;
}

.top-bar-style3 .top-bar-right ul li .login-btn {
    font-size: 14px;
    display: block;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar-style3 .top-bar-right ul li .login-btn:focus {
    outline: none;
}

.top-bar-style3 .top-bar-right ul li .login-btn i {
    float: left;
    padding-right: 10px;
    font-size: 20px;
    color: #fcaf01;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar-style3 .top-bar-right ul li .login-btn:hover {
    color: #fcaf01;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.login-form {
    text-align: right;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    padding: 40px 60px 40px 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .login-form {
        margin-bottom: 15px;
        padding: 40px 20px;
    }
}

.login-form label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #0473c0;
}

.login-form .checkbox label {
    padding-right: 30px;
}

.login-form .checkbox label:before {
    top: 4px;
    right: 0px;
}

#select-country {
    border: 1px dashed #c8c8c8;
    background: #ffffff;
}

.login-form input {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    color: #0473c0;
    font-weight: 500;
    font-size: 15px;
}

.login-form button {
    font-size: 13px;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-form button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .login-form button {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px;
    }
}

.login-form button input {
    width: inherit;
    height: inherit;
    margin-right: 10px;
    padding: 30px;
}

.login-form .lost-password a {
    color: #0473c0;
}

.modal {
    text-align: center;
    padding: 0;
    z-index: 99999;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.title-default-bold {
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    color: #0473c0;
    display: table;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .title-default-bold {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .title-default-bold {
        font-size: 26px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .title-default-bold {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .title-default-bold {
        font-size: 22px;
    }
}

.title-default-bold a {
    color: #0473c0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.title-default-bold a:hover {
    color: #fcaf01;
}

.main-menu-area .cp-main-menu {
    text-align: right;
}

.main-menu-area .cp-main-menu nav ul li {
    text-align: left;
    position: relative;
    display: inline-block;
}

.main-menu-area .cp-main-menu nav ul li a {
    display: block;
    padding: 30px 12px;
    font-weight: 600;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.main-menu-area .cp-main-menu nav ul li a:hover {
    color: #0473c0;
}

.main-menu-area .cp-main-menu nav ul .cp-dropdown-menu {
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    margin: 0;
    min-width: 240px;
    padding: 0;
    top: 100%;
    left: -5px;
    position: absolute;
    visibility: hidden;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9999;
}

.main-menu-area .cp-main-menu nav ul li ul.cp-dropdown-menu > li {
    margin-right: 0;
    display: block;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(#0473c0, #0473c0);
    background-image: -moz-linear-gradient(#0473c0, #0b9876), -moz-linear-gradient(#0473c0, #0b9876);
    background-image: -o-linear-gradient(#0473c0, #0b9876), -o-linear-gradient(#0473c0, #0b9876);
    background-image: linear-gradient(#0473c0, #0b9876), linear-gradient(#0473c0, #0b9876);
    background-repeat: no-repeat;
    position: relative;
}

.main-menu-area .cp-main-menu nav ul li ul.cp-dropdown-menu > li a {
    display: block;
    color: #FFFFFF;
    padding: 10px 10px 10px 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: right;
}

.main-menu-area .cp-main-menu nav ul li ul.cp-dropdown-menu > li a:hover,
.main-menu-area .cp-main-menu nav ul li ul.cp-dropdown-menu > li a:focus {
    background: #fcaf01;
}

.main-menu-area .cp-main-menu nav ul li ul.cp-dropdown-menu > li:last-child {
    border-bottom: none;
}

.main-menu-area .cp-main-menu nav ul li:hover > ul.cp-dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.sub2 {
    min-width: 500px !important;
    left: auto;
    right: 100%;
    top: 0 !important;
}

.sub2 li {
    width: 50%;
    float: right;
    background-image: linear-gradient(to bottom, #383838, #282828) !important;
}

.cp-dropdown-menu li > i {
    position: absolute;
    left: 10px;
    top: 13px;
    color: #fff;
    font-size: 17px;
}

.sub2 li i {
    font-size: 8px;
    color: #fff;
    margin-left: 10px;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify {
    position: static;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    visibility: hidden;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
    background: #0473c0;
    padding: 15px;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner .menu-layout-title {
    color: #FFFFFF;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
    border-bottom: 1px solid #cccccc;
    display: block;
    position: relative;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
    display: block;
    color: #FFFFFF;
    padding: 8px 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
    background: #fcaf01;
    padding-left: 10px;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
    border-bottom: none;
}

.main-menu-area .cp-main-menu nav ul li.menu-justify:hover .rt-dropdown-mega {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu-area .cp-main-menu nav ul .active a {
    color: #0473c0;
}

.main-menu-area .cp-main-menu nav ul ul.cp-dropdown-menu .active a {
    background: #fcaf01;
}

.main-menu-area .cp-main-menu nav ul ul.rt-mega-items .active {
    background: #fcaf01;
    padding-left: 10px;
}

.stick .cp-main-menu nav ul li a {
    padding: 22px 15px;
}

.header-style1 .cp-main-menu nav ul li a {
    color: #FFFFFF;
}

.header-style2 {
    -webkit-box-shadow: 0px 15px 100px 0px rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0px 15px 100px 0px rgba(212, 212, 212, 0.5);
    box-shadow: 0px 15px 100px 0px rgba(212, 212, 212, 0.5);
}

.header-style2 .cp-main-menu nav ul li a {
    color: #646464;
    margin-bottom: 0;
}

.navbutton a {
    margin-bottom: 0;
    font-weight: bold;
}

.header-style3 {
    border-bottom: 1px solid #cccccc;
}

.header-style3 .cp-main-menu nav ul li a {
    color: #646464;
}

.header-fixed {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
    position: fixed;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mobile-menu-nav-back {
    position: relative;
}

.mobile-menu-nav-back:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    background-color: rgba(4, 116, 192, 0.95);
    height: 50px;
    width: 100%;
    z-index: -1;
}

.mean-container .mean-bar {
    position: fixed;
    z-index: 99999;
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    .mean-container .mean-bar a {
        padding: 6px 16px;
        display: inline-block;
    }
}

@media only screen and (max-width: 991px) {
    .mean-container .mean-bar .meanmenu-reveal {
        margin-top: 10px;
    }
}

.mean-container .mean-bar a.logo-mobile-menu {
    text-align: center;
}

.mean-container .mean-bar a.logo-mobile-menu img {
    margin-right: 30px;
    width: 123px;
    height: 32px;
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block;
}

.mean-container .mean-nav {
    background-color: transparent;
}

.mean-container .mean-nav ul li a {
    color: #222222;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mean-container .mean-nav ul li a:hover {
    color: #0473c0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mean-container .mean-nav > ul:after {
    content: '';
    display: block;
    clear: both;img/logo.png
}

.mean-container .mean-nav > ul {
    overflow-y: scroll;
}

.mean-container .mean-bar a.logo-mobile-menu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    border-bottom: 1px solid #0473c0;
}

.mean-container a.meanmenu-reveal {
    position: absolute;
    color: #FFFFFF;
}

.mean-bar + div#wrapper {
    padding-top: 50px;
}

.mean-container .mean-nav ul {
    position: relative;
    top: 8px;
}

.mean-container .mean-nav ul li li a {
    color: #222222;
    opacity: 1;
    border-top: 1px solid #dddddd;
}

.mean-container a.meanmenu-reveal span {
    background-color: #FFFFFF;
}

.mobile-menu-area {
    background: transparent;
}

/*=======================================================================
[03] Search Area Style
=========================================================================*/
.map-modal .modal-content {
    position: relative;
    margin-top: 50px;
}
.map-modal .close {
    position: absolute;
    transform: translate(138%, -10px);
    font-size: 30px;
    color: #0473c0;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}
@media (max-width: 768px) {
    .map-modal .close {
        transform: translate(0, -30px);
    }
}
.search-layout1 {
    padding: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
    background-color: #0473c0;
}
.search-layout1 .search-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

@media (max-width: 768px) {
    .search-layout1 .search-content {
        grid-template-columns: 1fr;
    }
}

.search-layout1 .row > div {
    margin-bottom: 22px;
}

.search-layout2 {
    position: relative;
}

.search-layout2 .row > div {
    margin-bottom: 22px;
}

.search-layout2-holder {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    z-index: 5;
}

.search-layout2-holder .search-layout2-inner {
    position: relative;
    padding: 22px 15px 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(62, 62, 62, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(62, 62, 62, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(62, 62, 62, 0.3);
}

.search-layout2-holder .search-layout2-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}

.search-layout3 {
    position: relative;
}

.search-layout3 .search-layout3-holder {
    left: 0;
    right: 0;
    position: absolute;
    bottom: -65px;
}

.search-layout3 .search-layout3-holder .search-layout3-inner {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 15px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
}

.search-layout3 .search-layout3-holder .search-input-area input {
    border: none;
}

.search-layout3 .select2-container--classic .select2-selection--single {
    background-color: #FFFFFF;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 160px;
}

.search-input-area {
    margin-bottom: 0;
}

.search-input-area input {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 35px 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px dashed #c8c8c8;
}

.search-input-area input:focus {
    border: 1px dashed #0473c0;
    outline: none;
}

.input-icon-location {
    position: relative;
}

.owl-carousel {
    direction: ltr;
}

.input-icon-location:before {
    content: "\f041";
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 8;
    font-family: fontawesome;
    font-size: 16px;
    color: #0473c0;
}

.input-icon-category {
    position: relative;
}

.input-icon-category:before {
    content: "\f0c9";
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 8;
    font-family: fontawesome;
    font-size: 16px;
    color: #0473c0;
}

.input-icon-keywords {
    position: relative;
}

.input-icon-keywords:before {
    content: "\f035";
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 8;
    font-family: fontawesome;
    font-size: 16px;
    color: #0473c0;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0473c0;
    z-index: 9999;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--classic .select2-selection--single {
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px dashed #c8c8c8;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    height: 40px;
    line-height: 36px;
    padding-right: 35px;
    text-align: right;
}

.select2-container--classic .select2-dropdown {
    border: 1px dashed #c8c8c8;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0473c0 transparent;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #0473c0 transparent transparent transparent;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px dashed #c8c8c8;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px dashed #0473c0;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #0473c0;
    color: #FFFFFF;
}

.custom-select {
    margin-bottom: 15px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: none;
}

.select2-results__options {
    padding: 0 4px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
}

/*=======================================================================
[04] About Us Page Style
=========================================================================*/
.about-us img {
    margin-bottom: 30px;
}

.about-us h3 {
    color: #0473c0;
    font-size: 24px;
    font-weight: 500;
}

/*=======================================================================
[05] Service Area Style
=========================================================================*/
.service-box1 {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    padding: 40px 20px 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box1 img {
    margin: 0 auto 20px;
}

.service-box1 .view {
    color: #989898;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-box1:hover {
    -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.service-box1 h3:hover a {
    color: #0473c0;
}

/*=======================================================================
[06] Products Page Style
=========================================================================*/
.product-box {
    position: relative;
    padding: 5px;
}

.product-box .item-mask-wrapper {
    margin-bottom: 20px;
    padding: 4px;
    /*border: 1px solid #d6d6d6;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.product-box .item-mask {
    position: relative;
    text-align: center;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(202, 202, 202, 0.75);*/
    /*-moz-box-shadow: 0px 1px 2px 0px rgba(202, 202, 202, 0.75);*/
    /*box-shadow: 0px 1px 2px 0px rgba(202, 202, 202, 0.75);*/
}

.product-box .item-mask img {
    display: inline-block;
}

.product-box .item-mask > img {
    height: 165px;
    width: 100%;
    border-radius: 20px;

    object-fit: cover;
}

.product-box .item-mask .trending-sign {
    display: none;
    cursor: pointer;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #0473c0;
    border-right: 40px solid transparent;
    z-index: 10;
    left: 0;
}

.product-box .item-mask .trending-sign i {
    color: #FFFFFF;
    font-size: 16px;
    bottom: 17px;
    left: 8px;
    position: absolute;
}

.product-box .item-mask .trending-sign.active {
    display: block;
}

.product-box .item-mask .title-ctg {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    background-color: #fcaf01;
    padding: 4px 15px;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px #bc8200;
    -moz-box-shadow: 0px 1px 1px 0px #bc8200;
    box-shadow: 0px 1px 1px 0px #bc8200;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-box .item-mask:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-box .item-mask .info-link {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-box .item-mask .info-link li {
    margin-right: 5px;
    display: inline-block;
}

.product-box .item-mask .info-link li a {
    line-height: 3.6;
    display: inline-block;
    color: #FFFFFF;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #0473c0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-box .item-mask .info-link li a:hover {
    background-color: #FFFFFF;
    color: #0473c0;
}

.product-box .item-mask .info-link li:last-child {
    margin-right: 0;
}

.product-box .item-mask .symbol-featured {
    display: none;
    position: absolute;
    top: -10px;
    left: -14px;
    z-index: 5;
}

.product-box .item-mask .symbol-featured.active {
    display: block;
}

.product-box .item-content .title-ctg {
    background-color: #fcaf01;
    padding: 4px 15px;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px #bc8200;
    -moz-box-shadow: 0px 1px 1px 0px #bc8200;
    box-shadow: 0px 1px 1px 0px #bc8200;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-box .item-content h3 {
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 10px;
}

.product-box .item-content h3 a {
    color: #222222;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    top: -5px;
    font-size: 14px;
    font-weight: bold;

}

.product-box .item-content h3 a:hover {
    color: #0473c0;
}

.product-box .item-content .upload-info {
    line-height: 2;
}

.product-box .item-content .upload-info li {
    display: inline-block;
    border-left: 2px solid #cccccc;
    line-height: 1;
    padding-left: 10px;
    margin-left: 10px;
}

.product-box .item-content .upload-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-left: none;
}

.product-box .item-content .upload-info li i {
    color: #0473c0;
    margin-left: 5px;
    float: right;
}

.product-box .item-content .upload-info li a {
    color: #0473c0;
}

.product-box .item-content .price {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
}

.product-box .item-content a.product-details-btn {
    background-color: #fcaf01;
    padding: 8px 24px;
    color: #FFFFFF;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px #bc8200;
    -moz-box-shadow: 0px 1px 1px 0px #bc8200;
    box-shadow: 0px 1px 1px 0px #bc8200;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-box .item-content a.product-details-btn:hover {
    background-color: #0473c0;
    -webkit-box-shadow: 0px 1px 1px 0px #024f3f;
    -moz-box-shadow: 0px 1px 1px 0px #024f3f;
    box-shadow: 0px 1px 1px 0px #024f3f;
}

.allfeatured {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}

.allfeatured a.allfeatured-btn {
    background-color: #fcaf01;
    padding: 8px 24px;
    color: #FFFFFF;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px #bc8200;
    -moz-box-shadow: 0px 1px 1px 0px #bc8200;
    box-shadow: 0px 1px 1px 0px #bc8200;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.allfeatured a.allfeatured-btn:hover {
    background-color: #0473c0;
    -webkit-box-shadow: 0px 1px 1px 0px #024f3f;
    -moz-box-shadow: 0px 1px 1px 0px #024f3f;
    box-shadow: 0px 1px 1px 0px #024f3f;
}

.product-box .item-content p {
    color: #222222;
}

.product-box .item-content h3.long-title {
    display: none;
    width: 90%;
}

.product-box:hover .item-mask:before {
    opacity: 1;
    visibility: visible;
}

.product-box:hover .info-link {
    opacity: 1;
    visibility: visible;
}

.product-box:hover .title-ctg {
    top: 6px;
    right: 6px;
}

@media (max-width: 768px) {
    .featured-row {
        margin: 0;
    }
    .featured-row .col-6 {
        padding: 0;
        border: 1px solid #ddd;
    }

}

.category-grid-layout1 .product-box .item-content .title-ctg {
    display: none;
}

.category-grid-layout1 .product-box .item-content .upload-info li {
    border: none;
    font-size: 13px;
}

.category-grid-layout1 .product-box .item-content .upload-info .date {
    display: none;
}

.category-grid-layout1 .product-box .item-content .upload-info .tag-ctg {
    display: none;
}

.category-grid-layout1 .product-box .item-content a.product-details-btn {
    display: none;
}

.category-grid-layout1 .product-box .item-content p {
    display: none;
}

.category-grid-layout1 .product-box .item-content h3.short-title {
    display: block;
    text-align: right;
}

.category-grid-layout1 .product-box .item-content h3.short-title a {
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    color: #0473c0;
}

.category-grid-layout1 .product-box .item-content h3.short-title a {
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    color: #0473c0;
}
.product-box .item-content .upload-info {
    text-align: right;
}
.category-grid-layout1.zoom-gallery .product-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 0;
    direction: rtl;
}
.category-grid-layout1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.category-grid-layout1 .row {
    margin: 0;
}
.category-grid-layout1 .row > [class^="col-"]:nth-child(even) {
    background-color: #f7fbfa;
}

.category-grid-layout1.zoom-gallery .product-box .item-mask-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    border-radius: 20px;

}
.category-grid-layout1.zoom-gallery .product-box .item-content {
    width: calc(100% - 110px);
}

.category-grid-layout1.zoom-gallery .product-box .upload-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.category-grid-layout1.zoom-gallery .product-box .upload-info li:last-child {
    display: flex !important;
    grid-area: 1 / 1 / span 1 / span 2;
}
.category-grid-layout1.zoom-gallery .product-box .upload-info li:last-child a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-grid-layout1.zoom-gallery .product-box .item-mask  {
    height: 80px;
}
.category-grid-layout1.zoom-gallery .product-box .item-mask img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.category-grid-layout2 .product-box .item-mask-wrapper {
    padding: 0;
    border: none;
    border-radius: 0;
}


.category-grid-layout2 .product-box .item-content .title-ctg {
    display: none;
}

.category-grid-layout2 .product-box .item-content .upload-info i {
    display: none;
}

.category-grid-layout2 .product-box .item-content .upload-info .place {
    border-right: none;
}

.category-grid-layout2 .product-box .item-content .upload-info .tag-ctg {
    display: none;
}

.category-grid-layout2 .product-box .item-content a.product-details-btn {
    display: none;
}

.category-grid-layout2 .product-box .item-content p {
    display: none;
}

.category-grid-layout2 .product-box .item-content h3.short-title {
    display: block;
}

.category-grid-layout3 .product-box .item-mask-wrapper {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.category-grid-layout3 .product-box .item-content h3 {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .category-grid-layout1.zoom-gallery .product-box .item-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .category-grid-layout1.zoom-gallery .product-box .upload-info li {
        margin: 0;
    }

    .category-grid-layout1.zoom-gallery .product-box .upload-info {
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
}
.category-grid-layout3 .product-box .item-content .title-ctg {
    display: none;
}

.category-grid-layout3 .product-box .item-content .upload-info {
    display: none;
}

.category-grid-layout3 .product-box .item-content .price {
    position: inherit;
    color: #0473c0;
}

.category-grid-layout3 .product-box .item-content a.product-details-btn {
    display: none;
}

.category-grid-layout3 .product-box .item-content p {
    display: none;
}

.category-grid-layout3 .product-box .item-content h3.short-title {
    display: block;
}

.category-list-layout1 .row > [class^="col-"],
.category-grid-layout1 .row > [class^="col-"]{
    max-width: 100% !important;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.category-list-layout1 .row > [class^="col-"]:last-child .product-box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-list-layout1 .product-box {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.category-list-layout1 .product-box .item-mask-wrapper {
    display: inline-table;
    min-width: 215px;
    max-width: 215px;
    margin-left: 30px;
    margin-bottom: 0;
}

.category-list-layout1 .product-box .item-mask-wrapper .item-mask .title-ctg {
    display: none;
}

.category-list-layout1 .product-box .item-mask-wrapper .item-mask .info-link li {
    margin-right: 1px;
}

.category-list-layout1 .product-box .item-mask-wrapper .item-mask .info-link li a {
    height: 38px;
    width: 38px;
    line-height: 2.8;
    margin-bottom: 0;
}

.category-list-layout1 .product-box .item-mask-wrapper .item-mask .info-link li:nth-child(2n) {
    display: none;
}

.category-list-layout1 .product-box .item-content {
    padding-right: 0;
    width: 100%;

}

.category-list-layout1 .product-box .item-content .title-ctg {
    margin-bottom: 15px;
    display: none;
}

.category-list-layout1 .product-box .item-content .upload-info .place {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.category-list-layout1 .product-box .item-content .price {
    top: 0;
    bottom: inherit;
    line-height: 1;
}

.category-list-layout1 .product-box .item-content a.product-details-btn {
    float: right;
    margin-top: 15px;
}

.contact-data {
    display: table;
    float: left;
    margin-top: 20px;
    display: none;
}

.category-list-layout1 .contact-data {
    display: block;
}

.contact-data li {
    float: left;
    margin: 0 5px;
}

.contact-data li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #0473c0;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.category-list-layout1 .product-box .item-content p {
    display: block;
    font-size: 13px;
}

.category-list-layout1 .product-box .item-content h3.short-title {
    display: block;
}

.category-list-layout2 .row > [class^="col-"] {
    max-width: 100% !important;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.category-list-layout2 .row > [class^="col-"]:last-child .product-box {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.category-list-layout2 .product-box {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.category-list-layout2 .product-box .item-mask .title-ctg {
    display: none;
}

.category-list-layout2 .product-box .item-mask .info-link li {
    margin-right: 1px;
}

.category-list-layout2 .product-box .item-mask .info-link li a {
    height: 38px;
    width: 38px;
    line-height: 2.8;
}

.category-list-layout2 .product-box .item-mask .info-link li:nth-child(2n) {
    display: none;
}

.category-list-layout2 .product-box .item-mask-wrapper {
    display: inline-table;
    min-width: 100px;
    max-width: 100px;
    margin-right: 30px;
    margin-bottom: 0;
}

.category-list-layout2 .product-box .item-mask-wrapper .item-mask {
    padding: 15px;
}

.category-list-layout2 .product-box .item-content {
    padding-right: 15%;
}

.category-list-layout2 .product-box .item-content .title-ctg {
    display: none;
}

.category-list-layout2 .product-box .item-content .upload-info {
    margin-bottom: 15px;
}

.category-list-layout2 .product-box .item-content .price {
    position: inherit;
}

.category-list-layout2 .product-box .item-content a.product-details-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.category-list-layout2 .product-box .item-content p {
    display: none;
}

.category-list-layout2 .product-box .item-content h3.short-title {
    display: none;
}

.category-list-layout1 .product-box .item-content h3.long-title {
    display: block !important;
    width: 100%;
}

.category-list-layout3 .row > [class^="col-"] {
    max-width: 100% !important;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.category-list-layout3 .row > [class^="col-"]:last-child .product-box {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.category-list-layout3 .product-box {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.category-list-layout3 .product-box .item-mask-wrapper {
    display: inline-table;
    min-width: 100px;
    max-width: 100px;
    margin-right: 30px;
    margin-bottom: 0;
}

.category-list-layout3 .product-box .item-mask-wrapper .item-mask {
    padding: 15px;
}

.category-list-layout3 .product-box .item-mask-wrapper .item-mask .title-ctg {
    display: none;
}

.category-list-layout3 .product-box .item-mask-wrapper .item-mask .info-link li {
    margin-right: 1px;
}

.category-list-layout3 .product-box .item-mask-wrapper .item-mask .info-link li a {
    height: 38px;
    width: 38px;
    line-height: 2.8;
}

.category-list-layout3 .product-box .item-mask-wrapper .item-mask .info-link li:nth-child(2n) {
    display: none;
}

.category-list-layout3 .product-box .item-content {
    padding-right: 15%;
}

.category-list-layout3 .product-box .item-content .title-ctg {
    display: none;
}

.category-list-layout3 .product-box .item-content .upload-info {
    margin-bottom: 15px;
}

.category-list-layout3 .product-box .item-content .price {
    position: absolute;
    right: 0;
    top: 0;
    bottom: inherit;
    line-height: 1;
}

.category-list-layout3 .product-box .item-content a.product-details-btn {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: 30px;
}

.category-list-layout3 .product-box .item-content p {
    line-height: 22px;
    margin-bottom: 0;
}

.category-list-layout3 .product-box .item-content h3.short-title {
    display: none;
}

.category-list-layout3 .product-box .item-content h3.long-title {
    display: block;
}

body > .fox-tooltip {
    font-size: 100%;
    position: absolute;
    z-index: 9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    color: #fff;
    border-radius: 3px;
    background: #666;
    padding: 2px 10px;
    border-width: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

body > .fox-tooltip,
body > .fox-tooltip .fox-tooltip-bottom:after {
    background: #0473c0;
    border-radius: 2px;
}

body > .fox-tooltip .fox-tooltip-bottom {
    width: 70px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -16px;
}

body > .fox-tooltip .fox-tooltip-bottom:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.layout-switcher {
    position: relative;
    z-index: 8;
    float: left;
    top: 2px;
}

.layout-switcher ul > li {
    margin-left: 30px;
    display: inline-block;
}

.layout-switcher ul > li:hover a i {
    color: #0473c0;
}

.layout-switcher ul > li > a {
    display: block;
    position: relative;
}

.layout-switcher ul > li > a > i {
    position: absolute;
    top: -12px;
    left: -20px;
    color: #989898;
    font-size: 18px;
}

.layout-switcher ul > li:last-child {
    margin-right: 0;
}

.layout-switcher ul > .active i {
    color: #0473c0;
}

.page-controls-sorting button {
    cursor: pointer;
    padding: 0 12px;
    background-color: transparent;
    outline: none;
    border: none;
}

.page-controls-sorting button i {
    margin-right: 15px;
}

.page-controls-sorting button:focus,
.page-controls-sorting button:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

.page-controls-sorting button:active {
    box-shadow: none;
}

.page-controls-sorting button.dropdown-toggle::after {
    opacity: 0;
}

.page-controls-sorting .dropdown-menu {
    display: inherit;
    visibility: hidden;
    opacity: 0;
    top: 12px !important;
    left: 14px !important;
    padding: 0;
    border-radius: 0;
    transition: all 0.5s ease-out;
}

.page-controls-sorting .dropdown-menu a {
    margin-right: 0;
    display: inherit;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.page-controls-sorting .dropdown-menu a:focus,
.page-controls-sorting .dropdown-menu a:hover {
    outline: none;
    background-color: #0473c0 !important;
    color: #FFFFFF !important;
}

.page-controls-sorting .dropdown-toggle i:after {
    display: none;
}

.page-controls-sorting.show > .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: inherit;
}

img.mfp-img {
    background-color: #f6f6f6;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    color: #222222;
}

.mfp-title {
    padding-left: 15px;
    color: #222222;
    font-weight: 700;
    font-size: 18px;
}

.mfp-counter {
    right: 10px;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
}

/*=======================================================================
[07] Product Details Page Style
=========================================================================*/
.single-product-img-layout1 .tab-content {
    position: relative;
    border: none;
}

.single-product-img-layout1 .tab-content a {
    cursor: move;
    display: block;
}

.single-product-img-layout1 .tab-content a img {
    width: 100%;
    height: auto;
    border-radius: 20px;

}

.single-product-img-layout1 .tab-content span.price {
    position: absolute;
    top: 13px;
    left: -14px;
    padding: 5px 50px 25px 29px;
    z-index: 8;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.single-product-img-layout1 .tab-content span.price b {
    display: block;
    text-align: center;
}

.single-product-img-layout1 .tab-content span.price1 {
    position: absolute;
    top: 100px;
    left: -9px;
    padding: 5px 50px 25px 29px;
    z-index: 8;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.single-product-img-layout1 .tab-content span.price1 b {
    display: block;
    text-align: center;
}

.single-product-img-layout1 ul.tab-nav-inline {
    margin-top: 10px;
}

.single-product-img-layout1 ul.tab-nav-inline li {
    border: none;
    display: inline-block;
}

.single-product-img-layout1 ul.tab-nav-inline li a img {
    width: 100%;
    opacity: 0.5;
}

.single-product-img-layout1 ul.tab-nav-inline li a img:hover {
    opacity: 1;
}

.single-product-img-layout1 ul.tab-nav-inline .active a img {
    opacity: 1;
}

.single-product-img-layout1 ul.tab-nav-list {
    margin-left: 10px;
    display: block;
}

.single-product-img-layout1 ul.tab-nav-list li {
    width: 143px;
    margin-bottom: 7px;
    border: none;
}

@media only screen and (max-width: 1199px) {
    .single-product-img-layout1 ul.tab-nav-list li {
        width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .single-product-img-layout1 ul.tab-nav-list li {
        width: 116px;
    }
}



.single-product-img-layout1 ul.tab-nav-list li a img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.single-product-img-layout1 ul.tab-nav-list li a img:hover {
    opacity: 1;
}

.single-product-img-layout1 ul.tab-nav-list li:last-child {
    margin-bottom: 0;
}

.single-product-img-layout1 ul.tab-nav-list li a.active img {
    opacity: 1;
    border-radius: 20px;

}
@media only screen and (max-width: 767px) {
    .single-product-img-layout1 ul.tab-nav-list {
        overflow: auto;
    }
    .single-product-img-layout1 ul.tab-nav-list li {
        width: 80px;
    }
    .single-product-img-layout1 ul.tab-nav-list li a img {
        height: 100%;
        border-radius: 20px;

    }
    .single-product-img-layout1 ul.tab-nav-list li a {
        width: 100px;
        flex-shrink: 0;
        display: block;
        height: 100px;
    }
}
ul.specification-layout1:after {
    clear: both;
    content: "";
    display: block;
}

ul.specification-layout1 > li {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

@media only screen and (max-width: 991px) {
    ul.specification-layout1 > li {
        width: 100%;
    }
}

ul.specification-layout1 > li:before {
    text-align: center;
    content: "\f105";
    height: 16px;
    width: 16px;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 3px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #fcaf01;
}

ul.specification-layout2:after {
    clear: both;
    content: "";
    display: block;
}

ul.specification-layout2 > li {
    box-sizing: border-box;
    float: left;
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px;
    width: 50%;
}

ul.specification-layout2 > li span {
    color: #0473c0;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    ul.specification-layout2 > li {
        width: 100%;
    }
}

ul.specification-layout2 > li:before {
    text-align: center;
    content: "\f104";
    height: 16px;
    width: 16px;
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 3px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #fcaf01;
}

.item-actions {
    padding: 20px 0 0;
}
.admin-item-actions {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .item-actions.ad-details-icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ad-details-icons.item-actions li {
        margin-bottom: 0;
        margin-left: 0;
    }
    .ad-details-icons.item-actions li a {
        font-size: 0;
    }
    .ad-details-icons.item-actions.admin-item-actions li a {
        font-size: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ad-details-icons.item-actions li a i {
        font-size: 20px;
    }
}

.item-actions li {
    margin-left: 30px;
    display: inline-block;
}

.item-actions li button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.item-actions .fa-heart {
    color: #dc3545;
}

.item-actions .fa-share-alt {
    color: #ccab40;
}

.item-actions .fa-exclamation-triangle {
    color: #dc3545;

}

@media only screen and (max-width: 575px) {
    .item-actions li {
        display: block;
        margin-bottom: 15px;
    }

    .item-actions li:last-child {
        margin-bottom: 0;
    }
}

.item-actions li a {
    color: #646464;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item-actions li i {
    margin-left: 10px;
    color: #666666;
}

.item-actions li a:hover {
    color: #fcaf01;
}

.item-actions li:last-child {
    margin-right: 0;
}

.item-danger i {
    color: #ff1744;
}

.product-details-tab-area {
    overflow: hidden;
}

.product-details-tab-area ul.tab-nav {
    margin-bottom: 30px;
}

.product-details-tab-area ul.tab-nav > li {
    margin: -1px;
    display: inline-block;
    background-color: #f6f6f6;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(197, 197, 197, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(197, 197, 197, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(197, 197, 197, 0.75);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 479px) {
    .product-details-tab-area ul.tab-nav > li {
        display: block !important;
        padding: 0;
    }
}

.product-details-tab-area ul.tab-nav > li a {
    display: block;
    padding: 12px 30px;
    color: #222222;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 479px) {
    .product-details-tab-area ul.tab-nav > li a {
        display: block !important;
    }
}

.product-details-tab-area ul.tab-nav > li:hover {
    background-color: #0473c0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-details-tab-area ul.tab-nav > li:hover a {
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-details-tab-area ul.tab-nav .active {
    background-color: #0473c0;
}

.product-details-tab-area ul.tab-nav .active a {
    color: #FFFFFF;
    text-decoration: none;
}

.product-details-tab-area .tab-content p {
    margin-bottom: 30px;
}

/*=======================================================================
[08] Category Menu Style
=========================================================================*/
.category-menu-layout1 {
    margin-bottom: 30px;
}

.category-menu-layout1 h3 {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
}

.category-menu-layout2 h3 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-bottom: 0;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 700;
}

.category-menu-layout2 ul {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

/*=======================================================================
[09] Featured Product Style
=========================================================================*/
.featured-product-area {
    position: relative;
}

.featured-product-area:before {
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    width: 100%;
    -webkit-box-shadow: 0px 15px 100px 0px rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0px 15px 100px 0px rgba(212, 212, 212, 0.5);
    box-shadow: 0px 15px 100px 0px rgba(212, 212, 212, 0.5);
}

.featured-product-inner-area .stylish-input-group .input-group-addon {
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    border-right: 1px solid #cccccc;
}

.featured-product-inner-area .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border: none;
    height: 52px;
    border-radius: 0;
    color: #222222;
}

.featured-product-inner-area .stylish-input-group button {
    border: 0;
    background: transparent;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.featured-product-inner-area .stylish-input-group button:focus {
    border: none;
    outline: none;
}

.featured-product-inner-area .stylish-input-group button:hover {
    color: #0473c0;
}

/*=======================================================================
[10] Counter Style
=========================================================================*/
.counter-box {
    margin: 30px 0;
}

.counter-box img {
    margin: 0 20px 0 0;
}

.counter-box .counter-title {
    margin-bottom: 0;
    font-size: 48px;
    color: #FFFFFF;
}

.counter-box h3 {
    margin-bottom: 0;
    line-height: 1;
}

/*=======================================================================
[11] Pricing Plan Style
=========================================================================*/
.pricing-box {
    padding: 60px 50px;
    text-align: center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pricing-box .plan-title {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 5px;
    color: #222222;
}

.pricing-box .price {
    font-size: 80px;
    color: #0473c0;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pricing-box .price .currency {
    position: relative;
    top: -42px;
    left: -20px;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
}

.pricing-box .price .duration {
    position: relative;
    bottom: 0;
    right: -10px;
    color: #222222;
    font-weight: 400;
    font-size: 14px;
}

.pricing-box h3 {
    margin-bottom: 15px;
}

.pricing-box p {
    margin-bottom: 35px;
}

.pricing-box:hover {
    -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.other-option {
    margin: 30px auto;
    height: 120px;
    width: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 4;
}

/*=======================================================================
[12] Process Area Style
=========================================================================*/
.process-area li {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 33%;
}

.process-area li img {
    margin: 0 auto 30px;
}

.process-area li:before {
    content: url("/web/20220722021509im_/https://ofook.net/haragtime/img/banner/process-dot.png");
    position: absolute;
    right: -100px;
    top: 65px;
    z-index: 3;
}

.process-area li:last-child:before {
    display: none;
}

.process-area li h3 {
    font-size: 22px;
    color: #0473c0;
    font-weight: 500;
    text-transform: capitalize;
}

.process-area li p {
    font-size: 15px;
    margin-bottom: 0;
}

/*=======================================================================
[13] Subscribe Style
=========================================================================*/
.subscribe-area {
    border: none;
    padding: 0;
    width: 60%;
    margin: 0 auto;
}

.subscribe-area .form-control {
    padding: 6px 20px;
    border: none;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #222222;
    height: 48px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 1px 0px 0px #e4e4e4;
    -moz-box-shadow: 0px 1px 0px 0px #e4e4e4;
    box-shadow: 0px 1px 0px 0px #e4e4e4;
}

.subscribe-area .input-group-addon {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.subscribe-area .input-group-addon button {
    margin-left: 10px;
}

/*=======================================================================
[14] Sidebar Style
=========================================================================*/
.sidebar-item-box {
    margin-bottom: 30px;
}

.sidebar-item-box:last-child {
    margin-bottom: 0;
}

ul.sidebar-category-list li {
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-category-list li:last-child {
    border-bottom: 0;
}

ul.sidebar-category-list li span {
    position: absolute;
    left: 20px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

ul.sidebar-category-list li a {
    width: 100%;
    display: inline-block;
    padding: 11px 10px;
    color: #444444;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-category-list li a img {
    margin-left: 15px;
    display: inline-block;
}

ul.sidebar-category-list li:hover {
    background: #0473c0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-category-list li:hover a {
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-loacation-list {
    padding: 15px 0 20px;
}

ul.sidebar-loacation-list li {
    position: relative;
    text-transform: capitalize;
}

ul.sidebar-loacation-list li:before {
    content: "\f041";
    position: absolute;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #0473c0;
    font-family: fontawesome;
    z-index: 3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-loacation-list li a {
    display: block;
    color: #646464;
    padding: 10px 45px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-loacation-list li:hover a {
    color: #0473c0;
}

ul.sidebar-safety-tips {
    padding: 15px 0 20px;
}

ul.sidebar-safety-tips li {
    display: block;
    padding: 10px 40px 10px 15px;
    position: relative;
    font-size: 13px;
}

ul.sidebar-safety-tips li:before {
    content: "\f104";
    position: absolute;
    right: 25px;
    top: 10px;
    color: #0473c0;
    font-family: fontawesome;
    z-index: 3;
    font-size: 15px;
}

ul.sidebar-sell-quickly {
    padding: 15px 0 20px;
}

ul.sidebar-sell-quickly li {
    display: block;
    padding: 10px 15px 10px 40px;
    position: relative;
}

ul.sidebar-sell-quickly li a {
    color: #646464;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-sell-quickly li a:hover {
    color: #0473c0;
}

ul.sidebar-sell-quickly li:before {
    content: "\f105";
    position: absolute;
    left: 25px;
    top: 12px;
    color: #0473c0;
    font-family: fontawesome;
    z-index: 3;
}

ul.sidebar-item-details {
    padding: 20px 25px 25px;
}

ul.sidebar-item-details > li {
    color: #222222;
    font-weight: 600;
    margin-bottom: 18px;
}

ul.sidebar-item-details > li:last-child {
    margin-bottom: 0;
}

ul.sidebar-item-details > li span {
    margin-left: 10px;
    color: #646464;
    font-weight: 400;
}

ul.sidebar-item-details > li ul.sidebar-social li {
    margin-right: 10px;
    display: inline-block;
}

ul.sidebar-item-details > li ul.sidebar-social li:last-child {
    margin-right: 0;
}

ul.sidebar-item-details > li ul.sidebar-social li a {
    padding: 5px;
    color: #646464;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-item-details > li ul.sidebar-social li a:hover {
    color: #0473c0;
}

ul.sidebar-seller-information li {
    border-bottom: 1px solid #cccccc;
    padding: 15px;
}

ul.sidebar-seller-information li:last-child {
    border-bottom: none;
}

ul.sidebar-seller-information li img {
    margin-right: 10px;
    margin-top: 3px;
}

ul.sidebar-seller-information li span {
    color: #969696;
    font-weight: 500;
}

ul.sidebar-seller-information li h4 {
    margin-bottom: 0;
}

ul.sidebar-more-option li {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 205, 205, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(205, 205, 205, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(205, 205, 205, 0.75);
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-more-option li:last-child {
    margin-bottom: 0;
}

ul.sidebar-more-option li a {
    display: block;
    padding: 16px 15px;
    color: #222222;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul.sidebar-more-option li a img {
    display: inline-block;
    border-left: 1px solid #cdcdcd;
    padding-left: 15px;
    margin-left: 15px;
}

ul.sidebar-more-option li:hover {
    background-color: #0473c0;
}

ul.sidebar-more-option li:hover a {
    color: #FFFFFF;
}

ul.sidebar-ads-from-user {
    padding: 15px 15px 20px 20px;
}

ul.sidebar-ads-from-user li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

ul.sidebar-ads-from-user li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

ul.sidebar-ads-from-user li .media > a {
    margin-top: 5px;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 4px;
}

ul.sidebar-ads-from-user li .media > a:hover img {
    opacity: 0.8;
}

ul.sidebar-ads-from-user li .media > a img {
    background: #f6f6f6;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 100px;
}

ul.sidebar-ads-from-user li h4 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 5px;
}

ul.sidebar-ads-from-user li h4 a {
    color: #222222;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 13px;
}

ul.sidebar-ads-from-user li h4 a:hover {
    color: #0473c0;
}

ul.sidebar-ads-from-user li .place {
    margin-bottom: 5px;
}

ul.sidebar-ads-from-user li .place i {
    color: #0473c0;
    margin-left: 10px;
}

ul.sidebar-ads-from-user li .price {
    font-size: 13px;
    color: #222222;
    font-weight: 500;
}

/*=======================================================================
[15] Gradient Style
=========================================================================*/
.gradient-wrapper {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.gradient-title {
    position: relative;
    padding: 12px 30px;
}

.gradient-title1 {
    position: relative;
    padding: 12px 10px;
}

.gradient-title:before {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(#ffffff));
    background-image: -webkit-linear-gradient(#ffffff, #e3e3e3);
    background-image: -moz-linear-gradient(#ffffff, #e3e3e3), -moz-linear-gradient(#ffffff, #e3e3e3);
    background-image: -o-linear-gradient(#ffffff, #e3e3e3), -o-linear-gradient(#ffffff, #e3e3e3);
    background-image: linear-gradient(#ffffff, #e3e3e3), linear-gradient(#ffffff, #e3e3e3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.gradient-title:after {
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#f8f8f8));
    background-image: -webkit-linear-gradient(#f8f8f8, #eaeaea);
    background-image: -moz-linear-gradient(#f8f8f8, #eaeaea), -moz-linear-gradient(#f8f8f8, #eaeaea);
    background-image: -o-linear-gradient(#f8f8f8, #eaeaea), -o-linear-gradient(#f8f8f8, #eaeaea);
    background-image: linear-gradient(#f8f8f8, #eaeaea), linear-gradient(#f8f8f8, #eaeaea);
    background-repeat: no-repeat;
    content: "";
    height: calc(92%);
    width: calc(99%);
    margin: 0 auto;
    top: 2px;
    left: 0.5px;
    right: 0;
    z-index: 2;
}

.gradient-title h2 {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    z-index: 3;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    text-align: right;
}

.gradient-title h3 {
    position: relative;
    font-size: 18px;
    z-index: 3;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.gradient-padding {
    padding: 30px 30px 40px;
}

.reduce-padding {
    padding: 30px 30px 25px;
}

/*=======================================================================
[16] Contact Page Style
=========================================================================*/
.contact-layout1 .google-map-area {
    margin-bottom: 30px;
}

.contact-layout1 p {
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-layout1 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-layout1 .contact-form .form-group .form-control {
    border-radius: 0;
    background: #f6f6f6;
    border: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
}

.contact-layout1 .contact-form .form-group input {
    height: 45px;
    color: #222222;
}

.contact-layout1 .contact-form .form-group textarea {
    color: #222222;
    padding-top: 15px;
}

.contact-layout1 .contact-form .form-group button {
    margin-top: 20px;
}

.contact-layout1 .contact-form .form-response .alert-info {
    background: transparent !important;
    border: none !important;
    color: red;
    letter-spacing: 5px;
}

.contact-layout1 .contact-form .form-response .alert-success {
    background-color: transparent;
    color: green;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500;
}

.contact-layout1 .contact-form .form-response .alert {
    border-radius: 0 !important;
    padding: 15px 0;
}

.contact-layout1 .contact-form input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.contact-layout1 .contact-form input::-webkit-input-placeholder,
.contact-layout1 .contact-form textarea::-webkit-input-placeholder {
    color: #646464;
}

.contact-layout1 .contact-form input::-moz-placeholder,
.contact-layout1 .contact-form textarea::-moz-placeholder {
    color: #646464;
}

.contact-layout1 .contact-form input:-moz-placeholder,
.contact-layout1 .contact-form textarea:-moz-placeholder {
    color: #646464;
}

.contact-layout1 .contact-form input:-ms-input-placeholder,
.contact-layout1 .contact-form textarea:-ms-input-placeholder {
    color: #646464;
}

/*=======================================================================
[17] Report Abuse Style
=========================================================================*/
.report-abuse-area {
    margin-bottom: 30px;
}

.report-abuse-area label {
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}

.report-abuse-area input {
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.report-abuse-area textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}

.report-abuse-area button.close {
    position: relative;
    z-index: 4;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*=======================================================================
[18] Ad Banner Style
=========================================================================*/
.add-layout1-left {
    height: 123px;
    background-color: #343434;
    position: relative;
}

.add-layout1-left h2 {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
}

.add-layout1-left:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 123px solid #343434;
    border-right: 60px solid transparent;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 3;
}

.add-layout1-middle {
    height: 123px;
    background-color: #ffffff;
    border-bottom: 2px solid #e6e6e6;
}

.add-layout1-middle h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.add-layout1-right {
    border-bottom: 2px solid #e6e6e6;
    height: 123px;
    background-color: #ffffff;
}

.add-layout2-left {
    padding-left: 30px;
    height: 123px;
    background-color: #343434;
    position: relative;
}

.add-layout2-left h2 {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
}

.add-layout2-left h3 {
    margin-bottom: 0;
    color: #fcaf01;
}

.add-layout2-left:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 123px solid #343434;
    border-right: 123px solid transparent;
    position: absolute;
    right: -122px;
    top: 0;
    z-index: 3;
}

.add-layout2-right {
    padding-right: 30px;
    border-bottom: 2px solid #e6e6e6;
    height: 123px;
    background-color: #ffffff;
    text-align: center;
}

/*=======================================================================
[19] Faq Page Style
=========================================================================*/
.faq-page h3 {
    font-size: 24px;
    color: #0473c0;
    font-weight: 700;
    text-transform: capitalize;
}

.faq-page .panel-default {
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    margin-bottom: 3px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default:last-child {
    border-bottom: 0;
}

.faq-page .panel-default .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #f6f6f6 !important;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default .panel-heading .panel-title {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default .panel-heading .panel-title a {
    color: #222222;
    font-size: 16px;
    padding: 13px 15px 15px;
    display: block;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default .panel-heading .accordion-toggle {
    position: relative;
}

.faq-page .panel-default .panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f106";
    left: 15px;
    position: absolute;
    top: 15px;
    color: #FFFFFF;
    font-size: 18px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default .panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #646464;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default .panel-collapse {
    background: #f5f5f5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.faq-page .panel-default .panel-body {
    padding: 30px 50px;
}

.faq-page .panel-default .panel-body h3 {
    font-size: 20px;
    color: #444444;
    font-weight: 700;
}

.faq-page .panel-default .panel-body p {
    color: #444444;
}

.faq-page .panel-default .active .panel-title a {
    color: #FFFFFF;
    background-color: #0473c0;
}

.faq-page .panel-default .active .accordion-toggle:after {
    color: #FFFFFF !important;
}

/*=======================================================================
[20] Working Process Style
=========================================================================*/
.working-process .working-process-content {
    padding-left: 60px;
    position: relative;
    margin-bottom: 40px;
}

.working-process .working-process-content span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9876), to(#0473c0));
    background-image: -webkit-linear-gradient(#0473c0, #0b9876);
    background-image: -moz-linear-gradient(#0473c0, #0b9876), -moz-linear-gradient(#0473c0, #0b9876);
    background-image: -o-linear-gradient(#0473c0, #0b9876), -o-linear-gradient(#0473c0, #0b9876);
    background-image: linear-gradient(#0473c0, #0b9876), linear-gradient(#0473c0, #0b9876);
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: 2.4;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.working-process .working-process-img {
    position: relative;
    top: 10px;
    margin-bottom: 30px;
}

.working-process .working-process-img:before {
    content: "";
    background-color: #0473c0;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 1;
}

.working-process .working-process-img:after {
    content: "";
    background-color: #0473c0;
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: -10px;
    z-index: 1;
}

.working-process .working-process-img img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.working-process .working-process-img span {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #0473c0;
    z-index: 1;
    top: -10px;
    left: -10px;
    display: block;
}

.working-process .border-bottom {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 20px 0 40px;
}

/*=======================================================================
[21] Post Ad Page Style
=========================================================================*/
.post-ad-page .section-title-left-dark {
    margin-bottom: 50px;
}

.post-ad-page .section-title-left-dark img {
    float: right;
    margin: -5px 0 0 20px;
}

.post-ad-page .section-title-left-dark h3 {
    font-weight: 500;
}

.post-ad-page .custom-select {
    border: 0;
    display: block;
    padding: 0;
}

.post-ad-page .custom-select .select2-container--classic .select2-selection--single {
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.post-ad-page .select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    font-weight: 400;
    color: #888e92;
}

.post-ad-page .price-box {
    width: 170px;
    display: inline-block;
    margin-right: 30px;
}

.picture-upload li {
    margin-bottom: 10px;
}

.picture-upload li:last-child {
    margin-bottom: 0;
}

.picture-upload li input {
    padding: 8px 12px 7px;
    width: 100%;
}

.picture-upload li .btn-file-upload {
    line-height: 2.8;
    background-color: #0473c0;
    height: 40px;
    padding: 0 20px;
    color: #FFFFFF;
    font-weight: 500;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: capitalize;
}

.picture-upload li .btn-file-upload i {
    color: #FFFFFF;
    margin-right: 10px;
}

.post-ad-page ul.make-premium li {
    width: 45%;
    display: inline-block;
    position: relative;
}

.post-ad-page ul.make-premium li .form-group {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: static;
}

.post-ad-page ul.make-premium li .form-group .radio {
    position: static;
}

.post-ad-page ul.make-premium li span {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
}

.post-ad-page ul.make-premium li:nth-child(odd) {
    margin-right: 9%;
}

.post-ad-page ul.select-payment-method {
    position: relative;
}

.post-ad-page ul.select-payment-method li {
    display: inline-block;
}

.post-ad-page ul.select-payment-method li:nth-child(1n) {
    width: 60%;
    position: relative;
    z-index: 2;
}

.post-ad-page ul.select-payment-method li:nth-child(2n) {
    position: absolute;
    right: 5px;
    top: 0;
    text-align: right;
    z-index: 1;
}

.post-ad-page ul.select-payment-method li h3 {
    font-weight: 500;
    font-size: 20px;
}

.post-ad-page ul.select-payment-method li h3 span {
    font-weight: 400;
}

/*=======================================================================
[22] Input Style
=========================================================================*/
.input-layout1 label.control-label {
    float: right;
    position: relative;
    top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
}

.input-layout1 label.control-label span {
    color: #ff0000;
}

.input-layout1 input.form-control {
    color: #222222;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.input-layout1 input.form-control:focus {
    box-shadow: none;
}

.input-layout1 .form-group {
    margin-bottom: 25px;
}

.input-layout1 label.possition-top {
    top: 2px;
}

.input-layout1 textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.input-layout1 .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #cccccc;
}

.radio {
    padding-right: 5px;
}

.radio input:focus,
.radio label:focus {
    outline: none;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    line-height: 1.2;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    right: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    width: 0;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
    margin-left: 15px;
    display: inline-block;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #0473c0;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #0473c0;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #0473c0;
}

.checkbox {
    padding-left: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
}

.login-button {
    background: #0473c0;
    border: 2px solid #7d6820;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 38px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
}

.reg-button {
    float: left;
}

.login-button:hover {
    opacity: 0.9;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #0473c0;
    border-color: #0473c0;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

/*=======================================================================
[23] My Account Page Style
=========================================================================*/
.my-account-title {
    border: 1px solid #d7d7d7;
    background: #FFFFFF;
    display: inherit;
}

.my-account-title li {
    border-bottom: 1px solid #d7d7d7;
}

.my-account-title li:last-child {
    border-bottom: none;
}

.my-account-title li a {
    padding: 10px 30px 10px 10px;
    position: relative;
    display: block;
    color: #707070;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.my-account-title li a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 14px;
    color: #444444;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.my-account-title a.active {
    color: #37474f;
}

.my-account-title a.active:before {
    color: #0473c0;
}

.my-account-title a.active:after {
    background: #0473c0;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.my-account-wrapper .personal-info .control-label {
    text-align: left;
    color: #444444;
    font-weight: 400;
}

.my-account-wrapper .personal-info .form-control {
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.my-account-wrapper .personal-info .form-control:focus {
    box-shadow: none;
}

.my-account-wrapper .public-profile .public-profile-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-title {
    margin-right: 10px;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    flex: 2;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-title h4 {
    font-size: 15px;
    color: #444444;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-flex: 7;
    flex: 7;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content img {
    margin-bottom: 15px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .file-title {
    color: #444444;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .file-size {
    font-size: 12px;
    color: #707070;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio {
    padding-left: 20px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:disabled {
    cursor: not-allowed;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .radio.radio-inline {
    margin-top: 0;
    margin-right: 10px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .profile-heading {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .html-format {
    margin-top: 30px;
}

.my-account-wrapper .public-profile .public-profile-item .public-profile-content .html-format li {
    font-size: 12px;
    color: #707070;
}

.my-account-wrapper .title-section {
    font-size: 18px;
    background: #FFFFFF;
    color: #263238;
    font-weight: 700;
    text-align: right;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    padding-bottom: 11px;
}

.my-account-wrapper .title-section button {
    float: left;
    margin-top: -15px;
}

.buttongroup .form-group {
    float: right;
    margin-left: 20px;
}

.buttongroup .form-group button {

    font-weight: bold;
}
.symbol-featured.showimage {
    display: block !important;
}
.buttongroup .form-group .exitedit {
    background: #cccccc;
    border: 1px solid #ccc;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .my-account-wrapper .title-section {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .my-account-wrapper .title-section {
        font-size: 24px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .my-account-wrapper .title-section {
        font-size: 22px;
        padding: 15px 30px;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .my-account-wrapper .title-section {
        font-size: 20px;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 320px) {
    .my-account-wrapper .title-section {
        font-size: 20px;
        padding: 15px;
    }
}

.my-account-wrapper .file-upload-area {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    color: #707070;
}

.my-account-wrapper .file-upload-area a {
    margin-right: 15px;
    padding: 5px 10px;
    color: #444444;
    background: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.my-account-wrapper .file-upload-area a:hover {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/*=======================================================================
[24] Footer Style
=========================================================================*/
.footer-area-top {
    background: #f8f7f7;
    padding: 20px 0 60px;
}

.footer-area-top .footer-box ul.useful-link li {
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-area-top .footer-box ul.useful-link li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-area-top .footer-box ul.useful-link li a i {
    width: 17px;
    text-align: center;
    margin-left: 10px;
}

.footer-area-top .footer-box ul.useful-link li a:hover {
    color: #0473c0;
}

.footer-area-top .footer-box ul.folow-us {
    margin-bottom: 35px;
}

.footer-area-top .footer-box ul.folow-us li {
    margin-bottom: 12px;
}

.footer-area-top .footer-box ul.folow-us li a {
    display: inline-block;
}

.footer-area-top .footer-box ul.folow-us li a img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.footer-area-top .footer-box ul.social-link li {
    text-align: center;
    display: inline-block;
}

.footer-area-top .footer-box ul.social-link .fa-classipost a {
    width: 130px;
    display: inline-block;
    color: #ffffff;
}

.footer-area-bottom {
    background: #111212;
    padding: 20px 0;
}

.footer-area-bottom p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.footer-area-bottom a {
    color: #0473c0;
}

.footer-area-bottom ul li {
    display: inline-block;
}

/*=======================================================================
[25] Responsive Style
=========================================================================*/
@media (min-width: 992px) {
    .d-md-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .justify-md-content-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-menu-area {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }

    .mb-sm {
        margin-bottom: 45px;
    }

    ul.sidebar-item-details > li ul.sidebar-social li {
        margin-right: 5px;
    }

    .sidebar-ads-from-user li .media a {
        float: inherit !important;
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-center-md {
        text-align: center;
    }

    .add-layout2-left h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 34px;
    }

    h2.size-sm {
        font-size: 28px;
    }

    h2.size-md {
        font-size: 30px;
    }

    h2.size-lg {
        font-size: 36px;
    }

    h2.size-xl {
        font-size: 38px;
    }

    h3.size-sm {
        font-size: 15px;
    }

    h3.size-md {
        font-size: 15px;
    }

    h3.size-lg {
        font-size: 18px;
    }

    h3.size-xl {
        font-size: 17px;
    }

    .counter-box .counter-title {
        font-size: 42px;
    }

    .lg-fluid {
        width: 100%;
    }

    .mb--md {
        margin-bottom: 30px;
    }

    .main-menu-area .cp-main-menu nav ul li a {
        padding: 30px 18px;
    }

    .process-area li:before {
        display: none;
    }

    .add-layout1-left:before,
    .add-layout2-left:before {
        display: none;
    }

    .add-layout2-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .add-layout2-left > div {
        text-align: center;
        margin: 0 auto;
    }

    .category-list-layout3 .product-box .item-content p {
        display: none;
    }

    .category-list-layout3 .product-box .item-content h3.short-title,
    .category-list-layout2 .product-box .item-content h3.short-title {
        display: block;
    }

    .category-list-layout3 .product-box .item-content h3.long-title,
    .category-list-layout2 .product-box .item-content h3.long-title {
        display: none;
    }

    .category-list-layout1 .product-box .item-content .upload-info li.date,
    .category-list-layout2 .product-box .item-content .upload-info li.date {
        border-right: 0;
        margin-bottom: 10px;
    }

    /*.category-list-layout1 .product-box .item-content .upload-info li.place,*/
    /*.category-list-layout1 .product-box .item-content .upload-info li.tag-ctg,*/
    /*.category-list-layout2 .product-box .item-content .upload-info li.place,*/
    /*.category-list-layout2 .product-box .item-content .upload-info li.tag-ctg {*/
    /*display: none;*/
    /*}*/

    .category-list-layout3 .product-box .item-content a.product-details-btn {
        position: inherit;
    }

    .category-list-layout3 .product-box .item-content .upload-info {
        margin-bottom: 20px;
    }

    .post-ad-page ul.make-premium li:nth-child(odd) {
        margin-right: 0;
    }

    .post-ad-page ul.make-premium li {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 32px;
    }

    h2.size-sm {
        font-size: 26px;
    }

    h2.size-md {
        font-size: 28px;
    }

    h2.size-lg {
        font-size: 34px;
    }

    h2.size-xl {
        font-size: 36px;
    }

    h3.size-lg {
        font-size: 17px;
    }

    h3.size-xl {
        font-size: 16px;
    }

    .counter-box .counter-title {
        font-size: 36px;
    }

    .mb--sm {
        margin-bottom: 30px;
    }

    .mb-sm--list {
        margin-bottom: 30px;
    }

    .mb-sm--list:last-child {
        margin-bottom: 0;
    }

    .text-center--md {
        text-align: center;
    }

    .mb20-auto--md {
        margin: 0 auto 20px !important;
    }

    .main-menu-area {
        display: none;
    }

    .fixed-menu-mt {
        margin-top: 0;
    }

    .header-fixed {
        position: inherit;
    }

    .top-bar-right {
        margin-top: 10px;
    }

    .process-area li {
        width: 32%;
    }

    .process-area li p {
        padding: 0 10px;
    }

    .header-style2 {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .search-layout3 .search-layout3-holder {
        bottom: -15px;
    }

    .search-layout3 .search-layout3-holder {
        position: inherit;
    }

    .search-layout3 .search-layout3-holder .search-layout3-inner {
        padding: 15px 15px 0;
    }

    .top-bar-style2 {
        padding: 10px 0 40px;
    }

    .header-style3 {
        border-bottom: 0;
    }

    .child-size-xl h3 {
        font-size: 20px;
    }

    .gradient-title h2 {
        font-size: 18px;
    }

    .faq-page h3 {
        font-size: 22px;
    }

    .about-us h3 {
        font-size: 22px;
    }

    .mb15--sm {
        margin-bottom: 15px;
    }

    .search-layout2-holder {
        position: initial;
        padding-top: 15px;
    }

    .add-layout2-right {
        padding-right: 0;
    }

    .add-layout2-right a {
        margin: 0 auto;
    }

    .category-list-layout2 .product-box .item-content .price {
        position: inherit;
    }

    .category-list-layout2 .product-box .item-content h3.long-title {
        display: none;
    }

    .category-list-layout2 .product-box .item-content h3.short-title {
        display: block;
    }

    .category-grid-layout2 .product-box .item-content .upload-info {
        display: none;
    }

    .category-grid-layout2 .product-box .item-content h3.short-title {
        margin-bottom: 0;
    }

    .category-grid-layout2 .product-box .item-content .price {
        position: inherit;
    }

    .category-list-layout3 .product-box .item-content .upload-info li.place,
    .category-list-layout3 .product-box .item-content .upload-info li.tag-ctg {
        display: none;
    }

    .category-list-layout3 .product-box .item-content .upload-info li.date {
        border-right: 0;
    }

    .add-layout2-left {
        height: auto;
        padding: 28px 0;
    }

    .gradient-title {
        padding: 12px 15px;
    }

    .top-bar-style2 {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    h2.size-sm {
        font-size: 24px;
    }

    h2.size-md {
        font-size: 26px;
    }

    h2.size-lg {
        font-size: 32px;
    }

    h2.size-xl {
        font-size: 34px;
    }

    .faq-page h3 {
        font-size: 20px;
    }

    .about-us h3 {
        font-size: 20px;
    }

    .counter-box .counter-title {
        font-size: 32px;
    }

    .pl-none--xs {
        padding-left: 0;
    }

    .mb--xs {
        margin-bottom: 30px;
    }

    .mb15--xs {
        margin-bottom: 15px;
    }

    .mb-xs--list {
        margin-bottom: 30px;
    }

    .mb-xs--list:last-child {
        margin-bottom: 0;
    }

    .text-center--xs {
        text-align: center;
    }

    .text-left--xs {
        text-align: left;
    }

    .cp-default-btn {
        padding: 6px 33px;
        font-size: 15px;
    }

    .top-bar-right {
        margin-top: 6px;
    }

    .process-area li {
        width: 100%;
        display: block;
    }

    .process-area li img {
        margin: 0 auto 15px;
    }

    .input-group .form-control,
    .input-group-addon,
    .input-group-btn {
        display: block;
    }

    .subscribe-area .form-control {
        margin-bottom: 15px;
    }

    .subscribe-area .input-group-addon {
        display: table-row;
    }

    .header-style2 {
        margin-bottom: 0;
    }

    .featured-product-inner-area .input-group {
        width: 100%;
    }

    .featured-product-inner-area .input-group .input-group-addon button span {
        top: 10px;
        z-index: 8;
        right: 30px;
    }

    .featured-product-inner-area .stylish-input-group .form-control {
        padding-right: 30px;
    }

    .top-bar-style3 .top-bar-right {
        margin-right: 5px;
    }

    .single-product-img-layout1 ul.tab-nav-list {
        width: 29%;
    }

    .single-product-img-layout1 .tab-content span.price {
        /*right: -8px;*/
        padding: 0px 32px 5px 34px;
        font-size: 20px;
    }

    .input-layout1 label.control-label {
        font-size: 14px;
    }

    .faq-page .panel-default .panel-body {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h2.size-sm {
        font-size: 22px;
    }

    h2.size-md {
        font-size: 24px;
    }

    h2.size-lg {
        font-size: 30px;
    }

    h2.size-xl {
        font-size: 32px;
    }

    .counter-box .counter-title {
        font-size: 30px;
    }

    .col-mb-8 {
        width: 66.66666667%;
    }

    .col-mb-4 {
        width: 33.33333333%;
    }

    .col-mb-12 {
        width: 100%;
    }

    .text-left-mb {
        text-align: left !important;
    }

    .text-center-mb {
        text-align: center !important;
    }

    .float-none-mb {
        float: none;
    }

    .mb10--mb {
        margin-bottom: 10px !important;
    }

    .footer-area-bottom {
        padding: 20px 0;
    }

    .footer-area-bottom p {
        margin-bottom: 10px;
    }

    .mb15--mb {
        margin-bottom: 15px;
    }

    .ml-none--mb {
        margin-left: 0;
    }

    .hidden-mb {
        display: none !important;
    }

    .subscribe-area {
        width: 100%;
    }

    .single-product-img-layout1 ul.tab-nav-list {
        width: 38%;
    }

    .single-product-img-layout1 ul.tab-nav-list li {
        width: 99%;
    }

    .input-layout1 label.control-label {
        float: inherit;
        top: -5px;
    }

    .post-ad-page .price-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .post-ad-page ul.select-payment-method li:nth-child(2n) {
        position: inherit;
        text-align: left;
    }

    .post-ad-page ul.select-payment-method li:nth-child(1n) {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .gradient-padding {
        padding: 30px 15px 40px;
    }

    .category-list-layout3 .product-box .item-content .price {
        position: inherit;
    }

    .category-list-layout3 .product-box .item-content a.product-details-btn {
        display: none;
    }

    .category-list-layout2 .product-box .item-content a.product-details-btn {
        display: none;
    }

    .category-list-layout2 .product-box .item-mask-wrapper,
    .category-list-layout3 .product-box .item-mask-wrapper {
        margin-right: 15px;
    }

    .cp-pagination li:nth-child(3n) {
        border-right: 0;
    }

    .cp-pagination li:nth-child(4n) {
        display: none;
    }

    .cp-pagination li:nth-child(5n) {
        display: none;
    }

    .cp-pagination li:nth-child(6n) {
        display: none;
    }

    .cp-pagination li:nth-child(7n) {
        display: none;
    }

    .cp-pagination li:nth-child(8n) {
        display: block;
    }

    .category-list-layout1 .product-box .item-content .title-ctg {
        display: none;
    }

    .category-list-layout1 .product-box .item-content .price {
        position: inherit;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        top: 0%;
        margin-top: 15px;
    }

    .category-list-layout1 .product-box .item-mask-wrapper {
        margin-right: 15px;
    }

    .single-product-img-layout1 ul.tab-nav-list {
        width: 43%;
    }

    .single-product-img-layout1 ul.tab-nav-list li {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .category-list-layout3 .product-box .item-mask-wrapper {
        margin-right: 15px;
    }

    .gradient-title {
        padding: 12px 5px;
    }
}


.mycontact-data li i {
    width: 40px;
    height: 40px;
    background: #0473c0;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    margin-left: 15px;
}
.favpageicons li a{
    background: #fff;
    box-shadow: 0 0px 2px 1px #ddd;
    color:#0473c0;

}
.favpageicons .fav a {
    box-shadow: none;
    background: #0473c0;
    color: #fff;
}

.mycontact-data li {
    font-size: 17px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.mycontact-data li:last-child {
    font-family: DroidArabicKufiRegular;
}

.message h3 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
    color: #0473c0;
    font-weight: bold;
}

#login-page-form .role {
    display: none;
}

#login-page-form .show {
    display: flex;
}

.uploadfile p {
    color: #dc3545;
}

.selects .form-group {
    margin-bottom: 0;
}

.selects p {
    color: #dc3545;

}

.plusimage {
    width: 100%;
    background: #e8960b;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.block-banks {
    display: block;
    width: 100%;
    background: whitesmoke;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.block-banks .blocks h1 {
    font-size: 14px;
    margin: 0;

}

.block-banks .blocks {
    margin: 15px 0;
}

.block-banks .blocks p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.addbutton button {
    width: 60%;
    margin: 0 auto;
    display: table;
    font-size: 17px;
    font-weight: bold;
}

.mazad .section-title-left-dark {
    margin-bottom: 10px !important;
}

.mazad .addbutton {
    margin-bottom: 0;
}

.commentblock {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

commentblock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.commentblock h1 {
    margin: 0 0 5px 0;
    font-size: 16px;
    margin-top: 8px;
}

.commentblock h1 a {
    color: #0473c0;
}

.commentblock p {
    margin: 0;
    color: #000;
}

.commentblock h2 {
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: #646464;
    display: table;
    float: left;
}

.commentblock h2 i {
    margin-left: 5px;
}

.commentblock button {
    display: table;
    float: left;
    margin-right: 10px;
    background: none;
    border: none;
    color: #646464;
    outline: none;
}

.commentblock button i {
    margin-left: 5px;
    color: red;
}


#report-abuse-form .radio {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
}

.addnew {
    float: left;
    position: absolute;
    top: 0;
    z-index: 99999;
    left: 0;
    font-size: 30px;
    cursor: pointer;
    background: #fcaf01;
    color: #fff;
    height: 100%;
    padding: 0 14px;
    padding-top: 13px;
}

.addnew h2 {
    color: #fff !important;
}

.addnew i {
    margin-left: 5px;
}

.datacomments .commentblock p {
    font-weight: bold;
    font-size: 20px;
    color: #fcaf01;
}

.limit {
    text-align: left;
    font-size: 14px !important;
    position: relative;
    top: 5px;
    color: #dc3545;
}

.commentblock img {
    border-radius: 50%;
    border: 2px solid #a5a2a2;
    width: 80px;
    height: 80px;
}

.blockadd {
    position: relative;
}

.blockadd textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 100px;
    resize: none;
    outline: none;
    color: #8e8e8e;
}

.blockadd button {
    border: none;
    background: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #0473c0;
    outline: none;
}
.blockadd button.btn-1
{
    top: 20px;
}
.blockadd button.btn-2
{
    top: 100px;
}

.upgrade {
    display: table;
    float: left;
}

.upgrade a {
    color: #0473c0;
}
.user-info-cover {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.user-info-cover .join-date {
    margin-top: 10px;
}
.user-info-cover .join-date span {
    display: block;

}
.user-info-cover .follow-icon {
    width: 110px;
    text-align: left;
    margin-top: 10px;
}
.user-info-cover .follow-icon a {
    color: #0473c0;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #0473c0;
    border-radius: 25px;
}
.user-chat-icon {
    min-width: 130px;
    min-height: 44px;
    border-radius: 9px;
    border: 0;
    color: #fff;
    background: #0073c6;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    padding-bottom: 2px;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    display: inline-block;
    line-height: 44px;
    font-size: 20px;

    margin-top: 10px;

}
.user-chat-icon:hover {
    background-color: #005ea1;
}
.user-info-cover .info {
    margin-top: -77px;
    text-align: center;
}
.slider-home {
    direction: ltr;
    width: 100%;

}
marquee {
    background: #797a7a;
    color: #fff;
    font-size: 24px;

}
.user-info-cover .info img {
    border-radius: 50%;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.user-info-cover .info h2,
.user-info-cover .info h3 {
    margin-bottom: 0;

}
@media (max-width: 768px) {

    .user-info-cover .info {
        margin-top: -42px;
        margin-bottom: 20px;
        width: 100px;
    }
    .user-info-cover .info h2 {
        font-size: 22px;
    }
    .user-info-cover .info h3 {
        font-size: 15px;
    }
    .user-info-cover .info img
    {
        width: 84px;
        height: 84px;
    }
}


.usercover{
    position: relative;
}

.usercover .full-image img {
    width: 100%;
    height: 300px;
}
.usercover .small-image  {
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 99999;
}
.usercover .small-image img {
    width: 150px;
    height: 150px;
}

.usercover .username {
    position: absolute;
    padding-right: 180px;
    padding-left: 60px;
    bottom: 10px;
    right: 30px;
    background: rgba(4, 116, 192, 0.7);
    padding-bottom: 15px;
    padding-top: 15px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.usercover .username  h2{
    font-size: 30px;
    margin: 0;
    color: #fff
}
.usercover .username  h3{
    font-size: 14px;
    margin: 0;
    color: #fff
}
.rate {
    position: absolute;
    bottom: 109px;
    right: 184px;
}
.rate img{
    width: 150px;
    height: 40px;
}

.isfeatured{
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99999;
}
.isfeatured img{
    width: 150px;
    height: 160px;
}

.modal-open {
    padding: 0 !important;
}

.close-modal {
    position: absolute;
    top: 20px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #1d6e6e;
    background-color: transparent;
    border: none;
    padding: 0;
}

.my-modal-content {
    padding: 20px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.modal {
    padding: 0 15px !important;
}

.modal-dialog {
    margin: 10px auto;
}

.modal-content.section-padding {
    padding: 30px 0
}

.modal-content .section-heading {
    margin: 0 auto 20px
}

.addbuttons a {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.flash{
    background: #dc3545;
    width: 10px;
    height: 10px;
    z-index: 9999;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    right: 0;
}

.messagedialog,.notdialog {
    width: 100%;
    max-height: 90%;
    overflow-y: scroll;
}

.blockmessage {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    display: block;
    clear: both;
    position: relative;
}
.blockmessage.read{
    background: none;
    border:1px solid #ddd;
}
.blockmessage.unread{
    background: #f8f8f8;

}
.blockmessage .userimg {
    width: 15%;
    float: right;
}
.blockmessage .userimg img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    max-width: 60px;
    display: block;
    margin: 0 auto;
}
.blockmessage .userdata {
    width: 85%;
    text-align: right;
    float: right;
    padding-right: 20px;
}
.blockmessage .userdata h1 {
    font-size: 18px;
    margin: 0;
    color: #444;
}

.blockmessage .time {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    color: #868e96;
}

.blockmessage .userdata p {
    margin: 0;
    color: #868e96;
    font-size: 14px;
    display: contents;
}
.messagedialog .button-groubs a {
    color: #fff !important;
}
.messagedialog .modal-header {
    padding: 10px;
}
.messagedialog .modal-header button {
    font-size: 15px;
}

.notdialog .button-groubs a {
    color: #fff !important;
}
.notdialog .close{
    font-size: 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.notdialog .blocknots {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    display: block;
    clear: both;
    position: relative;
}
.notdialog .blocknots.read{
    background: none;
    border:1px solid #ddd;
}
.notdialog .blocknots.unread{
    background: #f8f8f8;

}
.notdialog .blocknots {
    text-align: right;
}


.reload{
    position: absolute;
    z-index: 999;
    font-size: 18px;
    left: 10px;
    top: 13px;
    color: #0473c0;
    cursor: pointer;
}

.backall a {
    margin-bottom: 10px;
    display: block;
    color: #0473c0;
}
.backall i {
    margin-left: 10px;
    font-size: 16px;
    color: #464646;
}


a.notfav {
    background: white !important;
    box-shadow: 0px 0px 2px 1px #ddd;
}
a.notfav i {
    color: #fcaf00 !important;
}

.editprofile form {
    float: right;
    margin-left: 10px;
}

.Subscribe {
    text-align: right;
}

.follow {
    margin-bottom: 10px;
}
.subcats {
    margin-bottom: 10px;
}

.Category {
    margin-top: 5px;
}

.subcats a {
    color: #fff;
}
.new-item .select2 {
    width: 100% !important;
    text-align: right;
}

.new-item .select2-container .select2-selection--single {
    border: 1px dashed #c8c8c8;
}
.new-item span#select2-SubCategory-container {
    padding-right: 35px;
    padding-top: 5px;
    color: #888e92;
}
.new-item span.select2-selection__arrow {
    left: 0;
    top: 8px !important;
}


.new-item .attrubutes select {
    width: 100%;
    height: 40px;
    background: no-repeat;
    border: 1px dashed #c8c8c8;
    color: #888e92;
}
.call-userdata {
    position: fixed;
    left: 20px;
    bottom: 60px;
}
.call-userdata.static-call-userdata {
    position: static;
    display: flex;
    align-items: center;
}
.call-userdata li {
    list-style: none;
}
.call-userdata.static-call-userdata li {
    margin-left: 10px;
}
.rating {
    margin-top: 0 !important;
}
.call-userdata a {
    display: block;
    width: 100px;
    background: #0473c0;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}
.unfollw.Cancel-Follow {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #dc3545;
    font-size: 13px;
}
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ccab40+0,328c67+100 */
background: #ccab40; /* Old browsers */
background: -moz-linear-gradient(to bottom, #545fa8 0%,#1c2771 100%);; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ccab40 0%,#328c67 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #545fa8 0%,#1c2771 100%);


/*tarek*/

.product-box .item-mask > img
{
    object-fit: cover;
}

.top-bar-style2 .top-bar-right ul li .login-btn{
    cursor: pointer;
}

/*drop-down*/

.drop-container {
    position: relative;
}

.drop-btn {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .02);
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 2px;
}

/*
.drop-btn::after
{
    content: "\f0dd";
    font-weight: 900;
    margin: 0 5px;
}
*/
.drop-mnu {
    position: absolute;
    color: #000;
    top: calc(100% + 1px);
    right: 0;
    font-size: 12px;
    background-color: #fff;
    padding: 15px 0 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transition: .5s ease;
    transform-origin: right top;
    transform: rotateX(-90deg) rotateY(10deg) perspective(600px);
    -webkit-transform: rotateX(-90deg) rotateY(10deg) perspective(600px);
    -moz-transform: rotateX(-90deg) rotateY(10deg) perspective(600px);
    -ms-transform: rotateX(-90deg) rotateY(10deg) perspective(600px);
    -o-transform: rotateX(-90deg) rotateY(10deg) perspective(600px);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.drop-mnu.open {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    visibility: visible;
}


/*drop-down*/
.m-header
{
    display: none;
}
.drop-btn
{
    display: none;
}
.search-content .fixed-search > i {
    display: none;
}
@media (max-width: 768px) {
    .search-content .fixed-search {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
    }
    .search-content .fixed-search .search-box {
        width: 90%;
    }
    .search-content .fixed-search > i {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ffffff;
        font-size: 20px;
    }
    .search-content .fixed-search > .search-overlay.show,
    .search-content .fixed-search.show {
        opacity: 1;
        visibility: visible;
    }
    .search-content .fixed-search > .search-overlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0;
        visibility: hidden;
    }

    .m-header
    {
        display: block;
    }
    .m-header li > *
    {
        padding: 8px 15px;
        border: 1px solid #ddd;
        border-radius: 15px;
        text-decoration: none;
        color: #0473c0;
        display: block;
        white-space: nowrap;
        margin-left: 10px;
    }
    .m-header li > *.active {
        background-image: linear-gradient(to bottom, #ccab40, #0473c0);
        color: #ffffff;
    }
    .m-header ul
    {
        display: flex;
        align-items: center;
        overflow-y: hidden;
        overflow-x: auto;
        margin-bottom: 5px;
        background-color: #ffffff;
    }
    .category-list-layout1 .product-box
    {
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-list-layout1 .product-box .item-mask-wrapper
    {
        margin-bottom: 20px;
    }
    .mean-container .mean-bar .meanmenu-reveal
    {
        right: auto !important;
        left: 0 !important;
    }
    .mean-container .mean-nav ul
    {
        right: 0;
    }
    .mean-container .mean-nav ul
    {
        overflow: hidden;
    }
    .mean-nav ,
    .mean-nav *
    {
        box-sizing: border-box !important;
        float: none !important;
    }
    .mean-container .mean-nav ul li a
    {
        padding: 1em 50px;
        text-align: right;
    }
    .mean-container .mean-nav ul li li a
    {
        padding: 1em 50px;
        text-align: right;
    }
    .mean-container .mean-nav ul li a.mean-expand
    {
        font-size: 18px;
        right: auto;
        left: 15px;
        top: 21px;
        transform: translateY(-50%);
        line-height: 15px;
        padding-top: 0% !important;
    }
    .cp-dropdown-menu li > i
    {
        left: auto;
        right: 10px;
    }
    .mean-container .mean-nav ul li li li a
    {
        width: 100%;
    }


    .modal-open .modal
    {
        align-items: flex-start;
        bottom: auto;
    }
    .modal.show .modal-dialog
    {
        top: 50px;
    }

    .reg-button{
        float: none;
        display: block;
        text-align: center;
    }
    .login-form button
    {
        display: block;
        width: 100%;
        text-align: center;
    }
    .top-bar-style2 .top-bar-right ul li
    {
        float: none;
    }
    .top-bar-style2 .top-bar-right
    {
        top: 0;
    }
    .top-bar-style2 .top-bar-right ul li .login-btn
    {
        top: 0;
        text-align: right;
        float: none;
    }
    .single-product-img-layout1 .tab-content
    {
        order: -1;
    }
    .gradient-padding .single-product-img-layout1
    {
        flex-wrap: wrap;
    }
    .single-product-img-layout1 ul.tab-nav-list
    {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .drop-mnu a i {
        margin-left: 10px;
        width: 16px;
    }
    div#wrapper
    {
        overflow: hidden;
    }
    .modal.show .modal-dialog {
        top: 50px;
        position: absolute;
        width: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .mean-container .mean-bar .logo-mobile
    {
        width: 40px;
    }

    .top-bar-style2
    {
        background-color: #ffffff;
    }
    /*.top-bar-right*/
    /*{*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*}*/
    .drop-btn
    {
        background-color: transparent;
        color: #ffffff;
        font-size: 18px;
        border: 0;
        padding: 0;
        outline: none;
        line-height: 18px;;
        display: block;
    }
    .top-bar-right > ul
    {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        width: 100%;
    }
    .top-bar-right > ul li
    {
        margin-right: 0;
    }
    .top-bar-style2 .top-bar-right ul li .login-btn i
    {
        color: #ffffff;
        padding: 0;
    }
    .top-bar-right .cp-default-btn {
        padding: 6px 20px;
        padding: 0;
        font-size: 14px;
        background: transparent;
        border: 0;
        font-size: 14px;
    }
    .top-bar-right .cp-default-btn span
    {
        align-items: center;
    }
    .top-bar-right .cp-default-btn i
    {
        margin-left: 5px;
    }
    .top-bar-style2 .top-bar-right .drop-mnu
    {
        border-radius: 0;
        top: calc(100% + 10px);
        min-width: 240px;
    }
    .top-bar-style2 .top-bar-right .drop-mnu li
    {
        display: block;
        width: 100%;
        margin: 0;
    }
    .top-bar-style2 .top-bar-right .drop-mnu li:last-child a
    {
        border-bottom: 0;
    }
    .top-bar-style2 .top-bar-right .drop-mnu a,
    .fixed-footer .drop-mnu a
    {
        white-space: nowrap;
        padding: 10px 20px;
        display: block;
        border-bottom: 1px solid #ddd;
        width: 100%;
        font-size: 16px;
        color: #0473c0;
        font-weight: bold;
    }


}
body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start
{
    z-index: 9999999999999999999999999999999999999;
}
.m-logo img
{
    width: 80px;
}
#wrapper
{
    overflow: hidden;
    position: relative;
    /*z-index: 9999;*/
}
.picture-upload .form-control
{
    min-height: 40px;
}

.main-input.image-input.form-control.mult-img-result .uploaded-image i {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: -10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #ca2424;
    border-radius: 50%;
}

.main-input.image-input.form-control.mult-img-result .uploaded-image
{
    position: relative;
}
.main-input.image-input.form-control.mult-img-result
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-input.image-input.form-control.mult-img-result img
{
    width: 70px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.modal
{
    bottom: auto;
    height: 100%;
}
.newad img
{
    display: block;
    margin: auto;
}
.add-btns
{
    display: flex;
    padding: 15px 0;
}
.add-btns li:not(:last-child)
{
    margin-left: 10px;
    width: 100%;
}

.ShareLinks {
    color: indianred;
    font-size: 17px;
    font-weight: bold;
}

/*tarek*/

/*font-awesome-start*/
.fa-list:before{
    font-size: x-large;
}
.fa-sign-out:before{
    font-size: x-large;
    color: #747473;

}
.fa-user:before{
    font-size: x-large;
}
.fa-envelope:before{
    font-size: x-large;
}
.fa-bell:before{
    font-size: x-large;
}
.fa-chevron-right:before{
    font-size: x-large;
    color: #747473;

}
.fa-lock:before{
    font-size: x-large;
}
/*font-awesome-end*/

.home-load-more .cp-default1-btn {
    cursor: pointer;
}

.search-box {
    position: relative;
}
.search-box .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    background-color: #2b2b2b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    border: 0;
    height: 40px;
}

.home-special-slider .item {
    padding: 5px;
    background: #f7fbfa;
}

.sort-by-city.dropdown {
    display: none;
}

.sort-by-city.dropdown .dropdown-menu {
    max-height: 250px;
    overflow: auto;
    padding: 20px;
}
.sort-by-city.dropdown .dropdown-menu a {
    display: flex;
    align-items: center;
    color: #383838;
}
.sort-by-city.dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.sort-by-city.dropdown .dropdown-menu a::before {
    content: "\f041";
    color: #0473c0;
    font-family: fontawesome;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .sort-by-city.dropdown {
        display: block;
    }
}


.fixed-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(221, 221, 221);
    background: #f3f4f9;
    display: none;
    z-index: 999;
}
@media (max-width: 768px) {
    .fixed-footer {
        display: block;
    }
}

.fixed-footer .count
{
    top: -5px;
    background-color: #EDDB37;
}
.fixed-footer > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}

.fixed-footer > ul > li {
    flex-grow: 1px;
    list-style: none;
    text-align: center
}

.fixed-footer > ul > li > a,
.fixed-footer > ul > li > a {
    color: #98b3c8;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 20px
}

.fixed-footer > ul > li > a.active {
    color: #0473c0;
}

.fixed-footer > ul > li > a > span {
    display: block;
}

.fixed-footer .drop-mnu {
    bottom: 100%;
    left: 0;
    right: auto;
    top: auto;
    text-align: start;
}
.fixed-footer button {
    color: #98b3c8;
    border: 0;
    outline: none;
    background-color: transparent;
}

.fixed-footer button.open {
    color: #0473c0;
}



























/*
     FILE ARCHIVED ON 02:15:09 Jul 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:56:42 Jul 24, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 105.73
  exclusion.robots: 0.176
  exclusion.robots.policy: 0.166
  cdx.remote: 0.059
  esindex: 0.009
  LoadShardBlock: 49.783 (3)
  PetaboxLoader3.datanode: 106.214 (5)
  load_resource: 755.256
  PetaboxLoader3.resolve: 614.548
  loaddict: 110.962
*/
