
/*******************
    1.General zzz
*******************/

body {
    overflow-x: hidden;
    zoom: 105%;
}


a {
    text-decoration: none;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

input {
    outline: none;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

a, button {
    outline: none;
    border: none;
}

button {
    background: transparent;
}

    button:hover, select:hover {
        cursor: pointer;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 24px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #34675a;
}

::selection {
    color: #fff;
    background: #34675a;
}

/*-- - Input Placeholder -----------------------------------------*/
*::-moz-placeholder {
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    opacity: 1;
}


/*==========================
  Font Face : SCJ Fonts
============================*/


/* Cairo-Regular-Font */
@font-face {
    font-family: 'scj-font';
    src: url("../fonts/ibm/eot/IBMPlexSansArabic-Regular.eot");
    src: url("../fonts/ibm/eot/IBMPlexSansArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm/woff/IBMPlexSansArabic-Regular.woff") format("woff2"), url("../fonts/ibm/woff/IBMPlexSansArabic-Regular.woff") format("woff"), url("../fonts/ibm/ttf/IBMPlexSansArabic-Regular.ttf") format("truetype"), url("../fonts/cairo/Cairo-Regular.svg#../font/cairo/Cairo-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}


/* Cairo-Cairo-Light-Font */
@font-face {
    font-family: 'scj-font';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ibm/ttf/IBMPlexSansArabic-Light.ttf");
}
/* Cairo-ExtraLight-Font */

@font-face {
    font-family: 'scj-font';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/ibm/ttf/IBMPlexSansArabic-ExtraLight.ttf");
}


/* Cairo-SemiBold-Font */

@font-face {
    font-family: 'scj-font';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ibm/ttf/IBMPlexSansArabic-SemiBold.ttf");
}


/* Cairo-Bold-Font */

@font-face {
    font-family: 'scj-font';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ibm/ttf/IBMPlexSansArabic-Regular.ttf");
}


/* Cairo-Black-Font */

@font-face {
    font-family: 'scj-font';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/ibm/ttf/IBMPlexSansArabic-Bold.ttf");
}

* {
    font-family: 'scj-font';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'scj-font'
}



body {
    font-family: 'scj-font' "Noto Sans", sans-serif, 'Font Awesome 5 Free';
    font-size: 14px;
    background-color: #ffffff;
}


h3 {
    line-height: 30px;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    line-height: 1.6;
    font-size: 15px;
}


a:hover {
    color: #b69a70;
    text-decoration: underline;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}
/*******************
    2.Helper
*******************/
.section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url(../images/scj-colord-pattren-01.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 98px;
}

.section-sm {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-primary {
    color: #405a53 !important;
}

.text-custom {
    color: #405a53;
}

.bg-custom {
    background-color: #b69a70;
}

.bg-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#405a53), to(#274b42));
    background: linear-gradient(to bottom, #405a53,#274b42);
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 70%;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.btn-custom {
    color: #ffffff !important;
    background-color: #ffffff3b;
    border-color: #ffffff82;
    font-size: 14px;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom:active {
        background-color: #2d5a52;
    }

.title .small-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

/**BACK TO TOP**/
.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
    background-color: #b69a70;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .back-to-top i {
        color: #ffffff;
        font-size: 22px;
        display: block;
        line-height: 30px;
    }

/******************
    3.Navbar
*******************/
.navbar-custom {
    padding: 14px 0px;
    width: 100%;
    border-radius: 0px;
    background: #1a3d37;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* background-image: url(../images/p01.png); */
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(46,91,83,1) 0%, rgba(109,125,106,1) 60%, rgba(161,154,125,1) 90%);
    border-image-slice: 1;
    width: 100%;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    align-items: center;
    list-style: none;
}

.nav-link .badge {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 10px;
}

.collapse .show {
    /* background-color: #fff !important; */
}

.noti-scroll {
    max-height: 230px;
    overflow-y: auto;
}

.notification-list {
    margin-left: 0;
}

    .notification-list .noti-title {
        background-color: transparent;
        padding: 15px 20px;
    }

    .notification-list .notify-item {
        padding: 12px 20px;
    }

        .notification-list .notify-item .notify-icon {
            float: right;
            height: 36px;
            width: 36px;
            font-size: 18px;
            line-height: 36px;
            text-align: center;
            margin-left: 10px;
            border-radius: 50%;
        }

        .notification-list .notify-item .notify-details {
            margin-bottom: 5px;
            overflow: hidden;
            margin-right: 45px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .notification-list .notify-item .notify-details b {
                font-weight: 500;
            }

            .notification-list .notify-item .notify-details small {
                display: block;
            }

            .notification-list .notify-item .notify-details span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 13px;
            }

        .notification-list .notify-item .user-msg {
            margin-right: 45px;
            white-space: normal;
            line-height: 16px;
        }

    .notification-list .profile-dropdown .notify-item {
        padding: 7px 20px;
    }

.noti-icon {
    font-size: 21px;
    vertical-align: middle;
}

.profile-dropdown {
    min-width: 170px;
}

.dropdown-item i {
    color: #b69a70;
    font-size: 16px;
}

.profile-dropdown i {
    vertical-align: middle;
    margin-left: 5px;
}

.nav-user {
    padding: 0 12px !important;
}

    .nav-user img {
        height: 32px;
        width: 32px;
    }


.navbar-custom .logo .logo-light {
    display: inline-block;
}

.navbar-custom .logo .logo-dark {
    display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 6px 10px;
    margin: 0 7px;
}

.nav-item .dropdown-toggle::after {
    display: inline-block;
    visibility: hidden;
    margin-right: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    background-image: url(../images/p02.png);
}

    .nav-sticky.navbar-custom .logo .logo-dark {
        display: inline-block;
    }

    .nav-sticky.navbar-custom .logo .logo-light {
        display: none;
    }

    .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
        color: rgba(40, 40, 46, 0.8);
    }

        .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
            color: #b69a70;
        }

    .nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
        color: #b69a70;
    }

/*******************
    4.Home
*******************/
.bg-home {
    position: relative;
    padding: 200px 0px 240px;
}

.home-center {
    width: 100%;
    height: 100%;
}

.home-desc-center h2 {
    color: white;
}

.home-desc-center {
    display: block;
    vertical-align: middle;
    margin-top: -25px;
}

.home-title .play-icon-circle {
    background: #ffffff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #672fed;
}

.how-it-work {
    margin-top: 80px;
    position: relative;
    top: 30px;
}

/*******************
    5.main-tabs
*******************/
.main-tabs {
    top: -90px;
    position: relative;
    bottom: 48px;
    padding-bottom: 0px;
    margin-bottom: -90px;
}

    .main-tabs .nav-item {
        margin-left: 10px;
    }

.features-tab .nav-link.active, .nav-pills .show > .nav-link {
    color: #246653;
    background-color: #ffffff !important;
    /* border-top-left-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
}

.features-tab .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    padding: 22px 30px;
    position: relative;
    color: #bebebe;
    background: rgba(255, 255, 255, 0.1);
    text-align: right;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* bottom: -19px; */
}

.nav-link.active i {
    color: #b69a70;
}

.features-tab h5 {
    color: #fff;
}

.features-tab .active h5 {
    color: #366150;
    font-weight: 700;
}



.main-tabs-tab .nav-item {
    text-align: right;
    margin: 0px 12px;
}

    .main-tabs-tab .nav-item:first-child {
        margin-left: 0px;
    }

    .main-tabs-tab .nav-item:last-child {
        margin-right: 0px;
    }

    .main-tabs-tab .nav-item .nav-link {
        padding: 22px 30px;
        color: #bebebe;
        background: rgba(255, 255, 255, 0.1);
    }

        .main-tabs-tab .nav-item .nav-link p {
            color: rgba(255, 255, 255, 0.6);
        }

        .main-tabs-tab .nav-item .nav-link.active {
            background: #ffffff;
            color: #28282e;
        }

            .main-tabs-tab .nav-item .nav-link.active p {
                color: #7a7d84;
            }

            .main-tabs-tab .nav-item .nav-link.active .main-tabs-icon i {
                color: #b69a70;
                font-size: 36px;
            }

.main-tabs-icon i {
    font-size: 36px;
    font-weight: 600;
}

.about-page-img {
    border-radius: 10px;
    padding: 10px;
    background-color: #f2f2f2;
}

.main-tabs-icon img {
    width: 60px;
    height: 60px;
}

/* custom Vertical tabs */
.tabs-bg {
    padding: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 17px #aaaaaa38;
    border-radius: 15px;
}

.tabs-cont-bg {
    padding: 25px;
    background-color: #fff;
    box-shadow: 10px 10px 17px #aaaaaa38;
    border-radius: 15px;
    min-height: 30vh;
}

.vertical-tabs .nav-pills .nav-link {
    color: #474747;
    background: #e5e5e5;
    position: relative;
    margin-bottom: 5px;
    /* margin-left: 16px; */
}

    .vertical-tabs .nav-pills .nav-link.active {
        color: #ffffff;
        background: #b69a70;
        min-height: 50px;
        line-height: 31px;
        font-size: 14px;
        font-weight: bold;
    }


@media (min-width: 992px) {
    .vertical-tabs .nav-pills .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-right: 10px solid #b69a70;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.vertical-tabs .nav-pills .nav-link.active::before {
    opacity: 1;
}

/*******************
    6.Services
*******************/

.main-tabs {
    background-image: url(../images/scj-colord-pattren-01.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 98px;
}

#news {
    background-image: url(../images/news-bg.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -98px;
}

.services-box {
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c9c9c9));
    background: linear-gradient(to bottom, #ffffff,#c9c9c9);
    display: block;
    min-height: 199px;
}

    .services-box:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c9c9c9));
        background: linear-gradient(to bottom, #ffffff,#c9c9c9);
        transition: .5s;
    }

    .services-box p {
        min-height: 40px;
        ;
    }

    .services-box h5 {
        color: #405a53;
        font-weight: bold;
        font-size: 18px;
    }

.services-bg a {
    display: block;
    width: 100%;
    height: 100%;
}

.services-box .services-img img {
    max-height: 46px;
    width: 46px;
}

/*******************
    7.demo
*******************/
.demo-box {
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
}

    .demo-box a .demo-content {
        border-radius: 4px;
        overflow: hidden;
    }

    .demo-box a .demo-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#3a59af), to(#352786));
        background: linear-gradient(to bottom, #3a59af, #352786);
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .demo-box a .overlay-icon {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .demo-box a:hover .demo-overlay {
        opacity: 0.7;
    }

    .demo-box a:hover .overlay-icon {
        opacity: 1;
    }

/*******************
    8.Clients
*******************/
.testi-box {
    position: relative;
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 7px;
}

    .testi-box .testi-img img {
        max-width: 64px;
    }

    .testi-box .testi-icon i {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #f4f4f4;
    }

.client-images img {
    margin: 10px auto;
    opacity: 0.7;
}

/*******************
  9.Pricing plans
*******************/
.pricing-plans {
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 7px;
    max-width: 414px;
    margin: 0px auto;
}

    .pricing-plans .plan-price .price {
        display: inline-block;
        width: 94px;
        height: 94px;
        line-height: 94px;
        background: #dfd3fb;
        border-radius: 50%;
        color: #672fed;
    }

/*******************
    10.Contact
********************/
.custom-form .form-group {
    margin-bottom: 1.5rem;
}

    .custom-form .form-group .form-control {
        height: 43px;
        font-size: 14px;
        border-color: #e6eaf9;
        background-color: #fcfdff;
    }

        .custom-form .form-group .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .custom-form .form-group textarea.form-control {
        height: auto;
    }

.error {
    margin: 8px 0px;
    display: none;
    color: #ff5d48;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff5d48;
    background-color: #ffdbd7;
    border-color: #ffdbd7;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

    #success_page h3 {
        color: #10c469;
        font-size: 22px;
    }

/*******************
    11.Cta
********************/
.cta {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a59af), to(#352786));
    background: linear-gradient(to bottom, #3a59af, #352786);
    border-radius: 7px;
    position: relative;
    top: 60px;
}

/*******************
    12.footer
********************/
.footer {
    padding: 40px 0px 20px 0px;
}

    .footer .footer-list li a {
        color: rgba(255, 255, 255, 0.5);
        padding: 1px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 14px;
        display: block;
        !i;
        !;
    }

        .footer .footer-list li a:hover {
            color: #ffffff;
        }

    .footer .footer-border {
        border-color: rgba(255, 255, 255, 0.07);
    }

    .footer .social-links li a {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 32px;
        color: rgba(255, 255, 255, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .footer .social-links li a:hover {
            color: #ffffff;
            border-color: #ffffff;
        }

/******************
    13.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {

    .container-fluid {
        /* max-width: 95%; */
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        max-width: 80%;
    }
}

@media (max-width: 991px) {
    .nav-user img {
        height: 32px;
        width: 32px;
    }

    .tab-content > .active {
        overflow: hidden;
    }

    .pro-user-name {
        display: none;
    }

    html. {
        overflow-x: hidden;
    }

    .main-tabs {
        bottom: 74px;
    }

        .main-tabs span {
            display: block;
        }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .notification-list {
        display: none;
    }

    .home-img img {
        max-height: 210px;
        opacity: .0;
    }

    .main-tabs-icon {
        float: none !important;
        text-align: center;
    }

    .features-tab .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        padding: 10px 9px;
        color: #bebebe;
        background: rgba(255, 255, 255, 0.1);
        text-align: right;
        /* border-top-left-radius: 50px; */
    }

    .side {
        position: relative !important;
        bottom: -40px !important;
        display: none;
        justify-content: space-evenly;
    }

    .switch {
        display: flex;
        justify-content: center;
    }

    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    }

        .navbar-custom .logo .logo-dark {
            display: inline-block;
        }

        .navbar-custom .logo .logo-light {
            display: none;
        }

        .navbar-custom .logo img {
            height: 25px;
        }

        .navbar-custom .navbar-nav .nav-item .nav-link {
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            color: rgba(40, 40, 46, 0.8) !important;
            margin: 0px;
            padding: 6px 0px !important;
        }

        .navbar-custom .navbar-nav .nav-item.active .nav-link {
            color: #ffffff !important;
            background-color: #b69a70;
        }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #28282e;
    }

    .footer-logo, .footer-desc, .footer-list {
        text-align: center;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .bg-home {
        padding: 130px 0px;
    }


    .home-title h2 {
        font-size: 24px;
    }

    .mo-mb-20 {
        margin-bottom: 20px !important;
    }

    .mo-mt-20 {
        margin-top: 20px !important;
    }
}

@media (max-width: 425px) {
    .main-tabs-tab .nav-item .nav-link {
        padding: 14px;
    }

    .nav-link .badge {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: inherit;
    }

    .cta {
        padding: 24px !important;
    }

    .nav-item form {
        margin-bottom: 0px;
        padding: 5px;
    }

    ul#pills-tab {
        padding: 0px;
    }

    .breadcrumb {
        display: none !important;
    }

    .timeline-desk .panel {
        padding: 7px !important;
    }
}

/* services section */
.activity .active {
    background-image: url(../images/cards-bg-01.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.process-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 430px;
}

.traineeship .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 267px;
    margin: 30px 8px 50px;
    background-color: #2d5a52;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .5s;
    overflow: hidden;
}

.animate-from-bottom__0 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.animate-from-bottom__1 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.animate-from-bottom__2 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animate-from-bottom__3 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.animate-from-bottom__4 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.traineeship .activity .relative-block {
    width: 100%;
    min-height: 350px;
}

@-webkit-keyframes from-left {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes from-left {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.relative-block {
    position: relative;
}

.activity-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

    .activity-icon img {
        margin: auto;
        width: 130px;
        border: 10px;
        position: relative;
        bottom: 20px;
    }

.traineeship .inactive {
    padding: 20px 10px;
}

    .traineeship .inactive .title {
        border-bottom: 3px solid #b69a70;
        padding-bottom: 14px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        color: #fff;
        font-size: 1.2vw;
        font-weight: 400;
        line-height: 28px;
    }

.traineeship .activity .active {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    min-height: 100%;
    padding: 25px 30px 50px;
}

    .traineeship .activity .active .title {
        color: #2d5a52;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }

    .traineeship .activity .active .sub-title {
        margin-top: 10px;
        color: #616161;
        font-size: 16px;
        line-height: 28px;
        text-align: right;
    }

    .traineeship .activity .active .ul {
        margin-bottom: 45px;
        margin-top: 10px;
    }

    .traineeship .activity .active .li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 30px;
        color: #616161;
        font-size: 16px;
        line-height: 26px;
    }

        .traineeship .activity .active .li:before {
            position: absolute;
            content: "\f00c";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.6em;
            width: 22px;
        }

.traineeship .activity:hover {
    width: 558px;
    background-color: #fff;
}

    .traineeship .activity:hover .inactive {
        display: none;
    }

    .traineeship .activity:hover .active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media (max-width: 991px) {
    .process-row {
        display: none;
    }
}


/* hover cards */


.hover-card {
    padding: 20px 0 30px;
    background: #fbfbfb;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #b69a70;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 3px 4px 13px #aaaaaa38;
    margin-bottom: 25px;
}

    .hover-card .pic {
        display: inline-block;
        height: 80px;
        width: 80px;
        margin-bottom: 20px;
        z-index: 1;
        position: relative;
    }

        .hover-card .pic:before {
            content: "";
            width: 100%;
            height: 0;
            border-radius: 50%;
            background: #b69a70;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 0;
            transform: scale(3);
            transition: all 0.2s linear 0s;
        }

    .hover-card:hover .pic:before {
        height: 100%;
        opacity: 1;
    }

    .hover-card .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #b69a70;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .hover-card .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: inherit;
        transition: all 0.3s ease 0s;
        position: relative;
    }

    .hover-card:hover .pic img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
    }

.our-tram .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.hover-card .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #b69a70;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.hover-card:hover .social {
    bottom: 0;
}

.hover-card .social li {
    display: block;
}

    .hover-card .social li a {
        display: block;
        padding: 5px;
        font-size: 16px;
        color: white;
        transition: all 0.3s ease 0s;
        text-decoration: none;
    }

        .hover-card .social li a:hover {
            color: #000000;
            background: #e6e5dc;
            border-top: 1px solid #b69a70;
            transition: .5s;
        }

.team-content h6 {
    padding: 8px;
}

@media only screen and (max-width:990px) {
    .hover-card {
        margin-bottom: 30px;
    }
}

/* End of Hover card */


/*page section*/



.login-cont {
    border-radius: 5px;
    border-bottom: 2px solid #b69a706e;
}

.login-form-cont {
    background-color: #eeeeee;
    overflow: hidden;
    padding-bottom: 10px;
}




/*timeline start */

.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

    .hexa:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 15px solid #f0f0f0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        top: -15px;
    }

    .hexa:after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 15px solid #f0f0f0;
        bottom: -15px;
    }

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        background: rgb(213,213,213);
        background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        z-index: 5;
    }

    .timeline li {
        padding: 2em 0;
    }

    .timeline .hexa {
        width: 16px;
        height: 10px;
        position: absolute;
        background: #b59c5a;
        z-index: 5;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -30px;
        margin-top: 0;
    }

        .timeline .hexa:before {
            border-bottom: 4px solid #b49c5c;
            border-left-width: 8px;
            border-right-width: 8px;
            top: -4px;
        }

        .timeline .hexa:after {
            border-left-width: 8px;
            border-right-width: 8px;
            border-top: 4px solid #b49b5a;
            bottom: -4px;
        }

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(255,255,255);
    font-weight: 600;
    z-index: 15;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.time {
    background: #41796a;
    display: inline-block;
    padding: 8px;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(254,254,254);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
}

@media(min-width: 768px) {
    .bg-home {
        position: relative;
        padding: 200px 0px 240px;
        background-image: url(../images/home-center-bg.jpg);
        max-height: 58vh !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px;
    }

        .timeline li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .timeline .hexa {
            left: -28px;
            right: auto;
            top: 8px;
        }

        .timeline .direction-l .hexa {
            left: auto;
            right: -28px;
        }

    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }

    .flag-wrapper {
        display: inline-block;
    }

    .flag {
        font-size: 18px;
    }

    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254,254,254);
        border-width: 8px;
    }

    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254,254,254);
        border-width: 8px;
        left: -8px;
    }

    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }

    .direction-l .time-wrapper {
        float: right;
    }

    .direction-r .time-wrapper {
        float: left;
    }

    .time {
        padding: 5px 10px;
    }

    .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }
}

@media(min-width: 992px) {
    .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .direction-l {
        position: relative;
        width: 380px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 380px;
        float: right;
        text-align: left;
    }
}


/* members card start */


.profile-body {
    background: -moz-linear-gradient(320deg, rgba(39 75 66) 0%, rgba(65 122 107) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgb(62 95 86)), color-stop(100%, rgba(65 122 107))); /* safari4+,chrome */
    background: -webkit-linear-gradient(320deg, rgba(39 75 66) 0%, rgba(65 122 107) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(320deg, rgba(39 75 66) 0%, rgba(65 122 107) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(320deg, rgba(39 75 66) 0%, rgba(65 122 107) 100%); /* ie10+ */
    background: linear-gradient(130deg, rgb(39 75 66) 0%, rgb(65 122 107) 100%); /* w3c */
    height: 110px;
    margin-bottom: 30px;
}

    .profile-body img {
        margin: 15px;
        height: 73px;
        width: 73px;
        border: 3px solid #b69a70;
        border-radius: 100%;
        vertical-align: top;
        float: right;
        background-color: #f8fafa;
    }

        .profile-body img:after {
            clear: both;
        }

.profile-details {
    overflow: hidden;
    color: white;
    display: block;
    font-size: 12px;
    padding-top: 32px;
    min-height: 109px;
    padding-left: 10px;
}

    .profile-details:after {
        clear: both;
    }

    .profile-details h1 {
        margin-bottom: 0.1em;
    }

    .profile-details .description {
        margin: 0;
        padding-bottom: 0.3em;
    }

    .profile-details ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .profile-details ul li, .profile-details .item {
            display: inline;
        }

    .profile-details p {
        font-size: 12px;
        margin-bottom: 5px;
        font-weight: bold;
    }

@media (max-width: 550px) {
    .profile-details {
        font-size: 10px;
    }
}


@media (max-width: 550px) {
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 10px;
        margin-left: 14px;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
    }

        .navbar-collapse li.nav-item {
            background-color: #f9f9f9;
            margin-bottom: 8px;
            width: 100%;
        }
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    filter: sepia(60%);
}

    .owl-carousel .owl-item img:hover {
        filter: sepia(0%);
        transition: 2s;
    }


/* page header */


/* header customizations */
.content-page .section-header {
    /* background: url(../images/section-bg.jpg) center 8px no-repeat fixed; */
    background-size: contain;
    height: 23px;
    background-color: #b69a70;
}

    .content-page .section-header .section-header-top {
        background: #055959;
        height: 48px;
        color: #fff;
    }

    .content-page .section-header .page-head {
        background-color: transparent;
    }

    .content-page .section-header .page-sub-header {
        margin: 0;
    }

    .content-page .section-header .page-sub-header-right {
        float: right;
        padding: 10px 0;
        line-height: 2.154em;
    }

    .content-page .section-header .page-sub-header-left {
        float: left;
        padding: 10px 0;
        line-height: 2.154em;
    }

    .content-page .section-header .page-sub-header a {
        color: #fff;
        display: inline-block;
        margin-right: 25px;
    }

    .content-page .section-header .page-sub-header i {
        color: #dadc39;
        margin: 0 5px;
    }

    .content-page .section-header .page-sub-header a.link-lang {
        color: #dadc39;
    }

    .content-page .section-header div.section-header-menu {
        background: url(../images/bg.svg) !important;
        height: 124px;
    }

        .content-page .section-header div.section-header-menu .page-logo {
            float: right;
            display: inline-block;
            margin: 20px 0;
        }

    .content-page .section-header .section-header-menu .hor-menu {
        display: inline-block;
        float: left;
        margin: 35px 0;
    }

        .content-page .section-header .section-header-menu .hor-menu .navbar-nav > li > a {
            font-size: 1em;
        }

        .content-page .section-header .section-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .section-header .section-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .section-header .section-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .section-header .section-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
            background-color: transparent;
        }

.page-head .system-title {
    color: #fff !important;
    text-align: center;
    padding-top: 35px;
    display: none;
}

    .page-head .system-title h1 {
        line-height: 1.38em;
    }

.page-head .page-breadcrumb {
    text-align: center;
    background: none;
    border: 0 none;
    color: #fff;
    font-size: 1.154em;
}

.page-head .breadcrumb > .active {
    color: #fff;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px !important;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #b69a70;
    border-radius: .25rem;
}

.breadcrumb-item a {
    color: #ffffff82;
}

    .breadcrumb-item a:hover {
        color: #fff;
    }

.bg-home {
    position: relative;
    padding: 200px 0px 240px;
    background-image: url(../images/home-center-bg.jpg);
    max-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 11%);
    margin-bottom: 1.5rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f7f7f7;
    border-radius: 0.25rem;
}

.services-container .card {
    position: relative;
    cursor: default;
    border: none;
    background: #ffffff;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px rgb(204 204 204 / 50%);
}

    .services-container .card .face {
        width: 300px;
        height: 200px;
        transition: 0.5s;
    }

        .services-container .card .face.face1 {
            position: relative;
            background: #405a53;
            display: flex;
            justify-content: center;
            border-radius: 10px;
            align-items: center;
            z-index: 1;
            transform: translateY(100px);
        }

    .services-container .card:hover .face.face1 {
        background: #246653;
        transform: translateY(0);
    }

    .services-container .card .face.face1 .content {
        opacity: 0.6;
        transition: 0.5s;
    }

    .services-container .card:hover .face.face1 .content {
        opacity: 1;
    }

    .services-container .card .face.face1 .content img {
        max-width: 100px;
    }

    .services-container .card .face.face1 .content h3 {
        margin: 10px 0 0;
        padding: 0;
        color: #fff;
        text-align: center;
        font-size: 1.5em;
    }

    .services-container .card .face.face2 {
        position: relative;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0 10px 50px rgb(0 0 0 / 59%);
        transform: translateY(-100px);
    }

    .services-container .card:hover .face.face2 {
        transform: translateY(0);
    }

    .services-container .card .face.face2 .content p {
        margin: 0;
        padding: 0;
    }

    .services-container .card .face.face2 .content a {
        margin: 15px 0 0;
        display: inline-block;
        text-decoration: none;
        font-weight: 900;
        color: #333;
        padding: 5px;
        border: 1px solid #405a53;
    }

        .services-container .card .face.face2 .content a:hover {
            background: #b69a70;
            color: #fff;
            border-color: #b69a70;
        }


/*login page*/

.section-header:after,
.section-header:before {
    content: '';
    position: absolute;
    top: 68px;
}

.section-header:after {
    /* height: 2px; */
    /* background-color: rgba(155, 155, 155, 0.23); */
    left: 25%;
    right: 25%;
}

.section-header:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #b69a70;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;
    top: 62px;
    z-index: 9;
    border-radius: 50%;
}


.section-header {
    color: #b69a70;
    padding: 10px 15px;
    min-width: 50%;
    width: auto;
    position: relative;
    text-align: center;
    margin: auto;
    /* background-color: #c6c6c629; */
    font-size: 16px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 45px;
}

.content-page .section-header::before {
    display: none;
}

/* new news section */


/* news section start */

@media (max-width:991px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

.section-title h2 {
    position: relative;
    /* margin-bottom: 45px; */
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

    .section-title h2::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 60px;
        height: 2px;
        background: #b69a70;
        bottom: -25px;
        margin-left: -30px;
    }

.section-title.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.news-area {
    background: inherit;
}

.news-wrapper {
    background: #fff;
    overflow: hidden;
    padding: 20px;
}

.home-news-wrapper {
    transition: .3s;
    box-shadow: 10px 20px 30px rgba(53, 31, 32, -0.5);
    border-radius: 15px;
    border-top: 2px solid #569081;
    border-bottom: 2px solid #569081;
}

.news-wrapper.home-news-wrapper:hover {
    box-shadow: 10px 20px 30px rgba(0, 0, 0, .12);
    transition: .5s;
    background-color: #e7e7e7;
}

.news-thumb {
    margin-bottom: 20px;
}

.news-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding: 0;
    text-align: right;
}

.news-content.home-news h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-content.home-news p {
    margin-bottom: 10px;
    font-weight: normal;
}

.news-title a {
    color: #222;
}

.meta-info ul li {
    color: #777777;
    display: inline-block;
    font-size: 11px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.embed-responsive {
    margin-bottom: 20px;
}

.meta-info ul li:first-child {
    padding-left: 0
}

.meta-info ul li a {
    color: #ff5e14
}

    .meta-info ul li a:hover {
        color: #444
    }

.meta-info ul li::before {
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
    height: 5px;
    left: -4px;
    position: absolute;
    top: 6px;
    width: 5px;
}

.meta-info ul li:first-child:before {
    display: none
}

.news-thumb img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
}

.link-box a {
    font-weight: 600;
}

.meta-info ul {
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 10px;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
    background-color: #405a53;
    padding: 10px;
    border-radius: 10px;
}

    .carousel-nav-icon:hover {
        background-color: #225f4f;
        transition: .5s;
    }

.carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {
    margin: 8px;
    height: auto;
    min-height: 450px;
    width: 31%;
    background-size: cover;
    background-position: center center;
}


.carousel-item {
    position: relative;
    display: none;
    float: right;
    width: 100%;
    margin-right: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}


.carousel-nav-icon img, svg {
    vertical-align: middle;
    fill: #f8f9fa;
}
/*End of news section */


/* new services card */
.service-card .card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 860px;
}

.service-card .shoeBackground {
    position: relative;
    background-color: transparent;
    transition: .5s;
}

.service-card .gradients {
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: 0; */
    background-color: transparent;
}



.service-card .first {
    z-index: 0;
    animation: 1s width ease;
}

@keyframes width {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.service-card .second {
    /* z-index: 0; */
}

.service-card .gradient[color="blue"] {
    background-color: #fff;
}

.service-card .gradient[color="red"] {
    background-image: linear-gradient(45deg, #d62926, #ee625f);
}

.service-card .gradient[color="green"] {
    background-image: linear-gradient(45deg, #11998e, #1ce669);
}

.service-card .gradient[color="orange"] {
    background-image: linear-gradient(45deg, #fc4a1a, #f7b733);
}

.service-card .gradient[color="black"] {
    background-image: linear-gradient(45deg, #111, #666);
}

.service-card .logo {
    /* position: absolute; */
    /* width: 100px; */
    /* left: 20px; */
    /* top: 20px; */
}

.service-card .share {
    position: absolute;
    top: 15px;
    left: 15px;
    right: auto;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
    color: var(--primary);
    transition: .5s;
}

.share i {
    color: #405a53 !important;
}

.service-card .share:hover {
    transform: scale(1.1);
}

.service-card .share i {
    line-height: 50px;
    color: #405a53;
}

.service-card .nike {
    position: absolute;
    top: 85px;
    left: 15px;
    font-size: 7rem;
    text-transform: uppercase;
    line-height: .9;
    color: #fff;
    opacity: .1;
}

.service-card .shoe {
    /* position: absolute; */
    width: 54px;
    /* opacity: 0; */
    /* bottom: 20px; */
    /* right: 10px; */
    /* left: auto; */
    transition: .5s;
}

    .service-card .shoe.show {
        /* opacity: 1; */
    }



.service-card .shoeName {
    padding: 0 0 10px 0;
}

    .service-card .shoeName div {
        display: flex;
        align-items: center;
    }

        .service-card .shoeName div .big {
            font-size: 24px;
            color: #405a53;
            font-weight: 600;
            line-height: 1;
        }

        .service-card .shoeName div .new {
            background-color: var(--primary);
            text-transform: uppercase;
            color: #b69a70;
            padding: 3px 10px;
            border-radius: 5px;
            transition: .5s;
        }

    .service-card .shoeName .small {
        font-weight: 500;
        color: #444;
        margin-top: 3px;
        text-transform: capitalize;
    }

.service-card .shoeName {
    border-bottom: 2px solid #ffffff;
    padding: 20px;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(46,91,83,1) 0%, rgba(109,125,106,1) 60%, rgba(161,154,125,1) 90%);
    border-image-slice: 1;
}



.service-card .title {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.service-card .text {
    color: #2d5a52;
    font-size: 15px;
    text-align: justify;
    padding: 20px;
    min-height: 162px;
}

.service-card .color-container {
    padding: 10px 0;
}

.service-card .colors {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.service-card .color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 10px;
    border: 5px solid;
    cursor: pointer;
    transition: .5s;
}

    .service-card .color[color="blue"] {
        background-color: #2175f5;
        border-color: #2175f5;
    }

    .service-card .color[color="red"] {
        background-color: #f84848;
        border-color: #f84848;
    }

    .service-card .color[color="green"] {
        background-color: #29b864;
        border-color: #29b864;
    }

    .service-card .color[color="orange"] {
        background-color: #ff5521;
        border-color: #ff5521;
    }

    .service-card .color[color="black"] {
        background-color: #444;
        border-color: #444;
    }

    .service-card .color.active {
        border-color: #fff;
        box-shadow: 0 0 10px .5px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

.service-card .size-container {
    /* padding: 10px; */
    width: 100%;
    background-color: #2d5a52;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-card .sizes {
    /* padding: 8px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .size {
    width: auto;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    padding: 4px;
    min-width: 103px;
    margin-right: 5px;
    font-size: 11px !important;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

a.size {
    line-height: 2.5 !important;
}

    a.size i {
        color: #fff !important;
    }


.service-card .size.active {
    background-color: #405a53;
    color: #ffffff;
    transition: .5s;
    width: 190px;
}

.service-card .buy-price {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-card .price {
    color: #333;
    display: flex;
    align-items: flex-start;
}

    .service-card .price h1 {
        font-size: 2.1rem;
        font-weight: 600;
        line-height: 1;
    }

    .service-card .price i {
        font-size: 1.4rem;
        margin-right: 1px;
    }

.service-card .buy {
    padding: .7rem 1rem;
    background-color: var(--primary);
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.1rem;
    transition: .5s;
}

    .service-card .buy:hover {
        transform: scale(1.1);
    }

    .service-card .buy i {
        margin-right: 2px;
    }

@media (max-width: 1070px) {
    .service-card .shoe {
        width: 80px;
        /* left: 10px; */
        right: auto;
        display: none;
        height: 50px;
    }

    .section-title h2 {
        position: relative;
        display: inline-block;
        font-weight: bold;
        line-height: 1;
        font-size: 18px;
    }

    .tab-content {
        float: left;
        width: 100%;
        /* background-color: #fff; */
        margin-bottom: 20px;
        padding: 0px !important;
    }

    .tabs-cont-bg {
        padding: 10px !important;
        background-color: #fff;
        box-shadow: 10px 10px 17px #aaaaaa38;
        border-radius: 15px;
        min-height: 30vh;
    }

    .news-container img {
        height: 100%;
        width: 100%;
        background-size: 155%;
        transition: 0.5s ease-in-out;
        transition-delay: 0.15s;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1000px) {
    .service-card .card {
        flex-direction: column;
        width: 100%;
        box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.2);
    }

        .service-card .card > div {
            width: 100%;
            box-shadow: none;
        }


    .service-card .nike {
        top: 20%;
        left: 5%;
    }
}

@media (max-width: 600px) {
    .service-card .share {
        width: 40px;
        height: 40px;
    }

        .service-card .share i {
            font-size: 1rem;
            line-height: 40px;
        }

    .service-card .logo {
        width: 70px;
    }
}

@media (max-width: 490px) {
    .service-card .nike {
        font-size: 7rem;
    }

    .service-card .shoeName div .big {
        font-size: 1.3rem;
    }

    .service-card .small {
        font-size: 1rem;
    }

    .service-card .new {
        padding: 2px 6px;
        font-size: .9rem;
    }

    .service-card .title {
        font-size: .9rem;
    }

    .service-card .text {
        font-size: .8rem;
    }

    .service-card .buy {
        padding: .5rem .8rem;
        font-size: .8rem;
    }

    .service-card .price h1 {
        font-size: 1.5rem;
    }

    .service-card .price i {
        font-size: .9rem;
    }

    .service-card .size {
        width: 30px;
        margin: 0 2px;
        font-size: .9rem;
    }

    .service-card .color {
        margin: 0 6px;
        width: 0 20px;
        width: 20px;
        height: 20px;
        border-width: 4px;
    }

    .service-card .share {
        width: 35px;
        height: 35px;
        top: 30px;
        right: auto;
    }

        .service-card .share i {
            font-size: .8rem;
            line-height: 35px;
        }

    .service-card .logo {
        width: 60px;
        top: 10px;
        left: 10px;
    }

    .service-card .info {
        padding: 20px;
    }
}

@media (max-width: 400px) {
    .service-card .buy i {
        display: none;
    }

    .service-card .container {
        padding: 20px;
    }
}


/*tooltip*/


/* setup tooltips */

.tooltip {
    position: relative;
    opacity: inherit !important;
}

    .tooltip:before,
    .tooltip:after {
        display: block;
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

    .tooltip:after {
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgb(182, 157, 90);
        border-left: 6px solid transparent;
        content: '';
        height: 0;
        top: 53px;
        left: 20px;
        width: 0;
    }

    .tooltip:before {
        background: rgb(182, 157, 90);
        border-radius: 2px;
        color: #fff;
        content: attr(data-title);
        font-size: 14px;
        padding: 6px 10px;
        top: 59px;
        white-space: nowrap;
        border-radius: 10px;
    }


    /* the animations */


    /* fade */

    .tooltip.fade:after,
    .tooltip.fade:before {
        transform: translate3d(0, -10px, 0);
        transition: all .15s ease-in-out;
    }

    .tooltip.fade:hover:after,
    .tooltip.fade:hover:before {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }


/* end of tooltip */

/* news slider new */

/* Internal pages style */


.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.mainTitle {
    width: 100%;
    border-top: 4px solid #2d5a52;
    border-bottom: 1px solid #b69a70;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 4px 5px;
    line-height: 49px;
}

    .mainTitle h3 {
        font-size: 1em;
        background: #fff;
        display: block;
        margin: 0;
        padding: 8px 0;
        line-height: 33px;
        border-bottom: none;
    }

.news-side-section .mainTitle h3 {
    border-bottom: 1px solid #2d5a52 !important;
}

.topbar-nav1 {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    margin: 0;
    float: left;
}

    .topbar-nav1 > li {
        float: right;
    }

        .topbar-nav1 > li > a,
        .topbar-nav1 > li > span {
            color: #58595b;
            line-height: 30px;
            font-size: 15px;
            border-left: 1px solid #e0e0e0;
            padding-left: 14px;
            padding-right: 14px;
            display: block;
        }

.mainTitle i {
    vertical-align: middle;
    margin: auto 5px;
    margin-right: 4px;
}

.thumbnail {
    padding: 0;
    min-height: 250px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
}

.container.scj-content {
    background-color: #ffffff75;
    min-height: 70vh;
    padding: 20px;
    margin-bottom: 35px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 1.3rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.system-title h3 {
    color: #fff;
}

.mainTitle i {
    color: #b69a70;
}

.section-title {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #b69a70;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    text-align: center;
}

    .section-title:after, .section-title:before {
        content: '';
        position: absolute;
        top: 62px;
    }

    .section-title:before {
        width: 15px;
        height: 15px;
        border: 3px solid #fff;
        background-color: #b69a70;
        left: 50%;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        bottom: 0;
        top: 56px;
        z-index: 9;
        border-radius: 50%;
    }

    .section-title:after {
        height: 2px;
        background-color: rgba(155, 155, 155, 0.23);
        left: 0;
        right: 0;
    }

.star-rating {
    color: #b69a70;
}

/* accordion*/

.accordion-collapse {
    border: 0;
}

#accordion i {
    color: #b69a70 !important;
}

.accordion-button {
    padding: 0px;
    font-weight: bold;
    display: inline-block;
    border: 0;
    font-size: 18px;
    font-size: 16px;
    color: #333333;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

    .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    .accordion-button:not(.collapsed) {
        background: none;
        color: #307965;
    }

.accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}

.accordion-button::after {
    width: 50px;
    height: auto;
    content: "+";
    font-size: 30px;
    float: left;
    background-image: none;
    font-weight: bold;
    color: #b69a70;
    transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}

/* End of accordion */

/* circulars */
.circular-bg span {
    background-color: #b69a70;
    color: #fff;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
    min-height: 36px;
    line-height: initial;
    border-radius: 5px;
}

.btn i {
    margin-left: 5px;
}
/* End of circulars */

/* Start of Chart */

:root {
    --level-1: #8dccad;
    --level-2: #f5cc7f;
    --level-3: #7b9fe0;
    --level-4: #f27c8d;
    --black: black;
}


ol {
    list-style: none;
}

.rectangle {
    position: relative;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 16px;
}


@media screen and (max-width: 700px) {
    .rectangle {
        padding: 20px 10px;
    }

    .contact .cta-block {
        border: none;
    }


    .level-1,
    .level-2 {
        width: 100%;
    }

    .level-1 {
        margin-bottom: 20px;
    }

        .level-1::before,
        .level-2-wrapper > li::before {
            display: none;
        }

    .level-2-wrapper,
    .level-2-wrapper::after,
    .level-2::after {
        display: block;
    }

    .level-2-wrapper {
        width: 90%;
        margin-left: 10%;
    }

        .level-2-wrapper::before {
            left: -20px;
            width: 2px;
            height: calc(100% + 40px);
        }

        .level-2-wrapper > li:not(:first-child) {
            margin-top: 50px;
        }
}

/* news slider */
.news-slider .owl-nav {
    display: flex;
    position: absolute;
    top: -77px;
    left: 0;
}

@media (max-width: 575px) {
    .news-slider .owl-nav {
        display: none;
    }
}

.news-slider .owl-nav div {
    margin: 0 7px;
}

    .news-slider .owl-nav div button {
        font-size: 24px;
        color: #333;
        background: transparent;
        -webkit-transition: all 0.1s ease-out 0s;
        -moz-transition: all 0.1s ease-out 0s;
        -ms-transition: all 0.1s ease-out 0s;
        -o-transition: all 0.1s ease-out 0s;
        transition: all 0.1s ease-out 0s;
    }

        .news-slider .owl-nav div button:hover {
            color: #b69a70;
            -webkit-transform: scale(1.7);
            -moz-transform: scale(1.7);
            -ms-transform: scale(1.7);
            transform: scale(1.7);
        }

.news-item {
    position: relative;
    padding: 15px 10px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
}

    .news-item.news-item-2 {
        border: 2px solid #ebebeb;
    }

        .news-item.news-item-2:hover {
            border-color: #b69a70;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .news-item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(155, 166, 200, 0.2);
        -moz-box-shadow: 0 0 20px 0 rgba(155, 166, 200, 0.2);
        box-shadow: 0 0 20px 0 rgba(155, 166, 200, 0.2);
    }

        .news-item:hover .news-thumb .second-img {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .news-item:hover .news-thumb .news-action {
            visibility: visible;
            opacity: 1;
            bottom: 20px;
        }

        .news-item:hover .news-add-btn {
            bottom: 35px;
            visibility: visible;
            opacity: 1;
        }

        .news-item:hover .news-add-btn-4 {
            bottom: 10px;
        }

.news-item-4 {
    padding-bottom: 0;
}

    .news-item-4:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.news-item-sidebar {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.news-sale {
    padding: 15px 10px;
    padding-bottom: 0;
}

.news-thumb .second-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
}

.news-thumb-sale {
    width: 41.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-thumb-sale {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-thumb-sale {
        width: 120px;
        height: 120px;
    }
}

.news-thumb-sale img {
    width: 125px !important;
}

.news-thumb-sidebar img {
    width: 100px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-thumb-sidebar img {
        width: 70px !important;
    }
}

.news-action {
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

    .news-action ul li {
        display: inline-block;
        margin: 0 2px;
    }

        .news-action ul li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #d7d7d7;
            background: #fafafa;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            font-size: 16px;
            color: #222;
        }

            .news-action ul li a:hover {
                background: #b69a70;
                color: #ffffff;
                border-color: #b69a70;
            }

.news-action-4 ul li a:hover {
    background: #d01418;
    border-color: #d01418;
}

.news-content h6 {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 700;
    min-height: 50px;
    max-height: 50px;
    color: #0066c0;
    margin-bottom: 10px;
    /* width: 250px; */
    overflow: hidden;
}

    .news-content h6:hover a {
        text-decoration: underline;
    }

.news-content span {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding: 0 7px;
    display: inline-block;
}

    .news-content span.new {
        color: #b69a70;
    }

    .news-content span.new-2 {
        color: #222;
    }

    .news-content span.price-old {
        color: #b5b5b5;
        font-weight: 400;
    }

.news-content-2 h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-content-2 p {
    padding: 0;
}

.news-content-4 h6 {
    color: #222;
}

.news-content-4 span.new {
    color: #d01418;
}

.news-add-btn {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .news-add-btn button {
        font-size: 12px;
        font-weight: 500;
        background-color: #b69a70;
        line-height: 45px;
        padding: 0 50px;
        color: #ffffff;
        border-radius: 30px;
        text-transform: initial;
        z-index: 1;
        text-transform: uppercase;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-add-btn button {
        padding: 0 30px;
    }
}

.news-add-btn button:hover {
    background: #222;
    color: #ffffff;
}

.news-add-btn-4 button {
    border: 2px solid #d01418;
    background: #d01418;
    color: #ffffff;
}

    .news-add-btn-4 button:hover {
        background: #ffffff;
        color: #d01418;
    }

@media (max-width: 575px) {
    .news-nav-tab {
        margin-right: 0;
    }
}

.news-nav-tab .nav-tabs {
    border: none;
}

.news-nav-tab .nav-item {
    margin-left: 5px;
    padding: 10px;
    text-align: center;
    min-width: 130px;
    background-color: #e3e3e4;
    border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-nav-tab .nav-item {
        margin-right: 30px;
    }
}

@media (max-width: 575px) {
    .news-nav-tab .nav-item {
        margin-bottom: 5px;
    }
}

.news-nav-tab .nav-item:last-child {
    margin-right: 0;
}

.news-nav-tab .nav-link {
    font-size: 14px;
    color: #222;
    margin: auto;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
}

    .news-nav-tab .nav-link.active {
        color: #405a53;
        background: transparent;
        font-weight: bold;
    }

.news-nav-tab-red .nav-link:hover {
    color: #d01418;
}

.news-nav-tab-red .nav-link.active {
    color: #d01418;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-nav-tab-3 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-nav-tab-3 {
        margin-top: 20px;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .news-nav-tab-3 {
        margin-top: 20px;
        margin-right: 0;
    }
}

.news-stock span {
    font-size: 14px;
    color: #b69a70;
}

    .news-stock span:first-child {
        color: #222;
        padding-right: 5px;
    }

.news-add-review span a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

    .news-add-review span a::after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background: #ebebeb;
    }

    .news-add-review span a:hover {
        color: #b69a70;
    }

.news-add-review span:last-child a::after {
    display: none;
}

.news-price span {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 22px;
}

.news-price-slider input {
    font-size: 16px;
    font-weight: 500;
    color: #b69a70;
    border: none;
    outline: none;
    background: none;
    margin-left: 10px;
    width: 100px;
    margin-bottom: 15px;
}

.news-offer {
    position: absolute;
    top: 0px;
    right: 10px;
}

    .news-offer span {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        padding: 2px 10px;
        border-radius: 2px;
        background-color: #d01418;
        color: #ffffff;
        font-weight: 400;
    }

        .news-offer span.discount-2 {
            padding: 0px 10px;
        }

.news-countdown {
    padding-bottom: 25px;
}

    .news-countdown h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .news-countdown ul li {
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        background: #f5f5f5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 1;
        padding: 13px 0;
        margin-right: 10px;
    }

        .news-countdown ul li span {
            font-size: 14px;
        }

        .news-countdown ul li p {
            font-size: 12px;
            margin-bottom: 0;
            text-transform: capitalize;
        }

.news-deal .owl-nav {
    display: flex;
    position: absolute;
    top: -77px;
    right: 0;
}

    .news-deal .owl-nav div {
        margin: 0 7px;
    }

        .news-deal .owl-nav div button {
            font-size: 24px;
            color: #333;
            background: transparent;
            -webkit-transition: all 0.1s ease-out 0s;
            -moz-transition: all 0.1s ease-out 0s;
            -ms-transition: all 0.1s ease-out 0s;
            -o-transition: all 0.1s ease-out 0s;
            transition: all 0.1s ease-out 0s;
        }

            .news-deal .owl-nav div button:hover {
                color: #b69a70;
                -webkit-transform: scale(1.7);
                -moz-transform: scale(1.7);
                -ms-transform: scale(1.7);
                transform: scale(1.7);
            }

.news-electronic .owl-nav {
    display: flex;
    position: absolute;
    top: -77px;
    right: 0;
}

    .news-electronic .owl-nav div {
        margin: 0 7px;
    }

        .news-electronic .owl-nav div button {
            font-size: 24px;
            color: #333;
            background: transparent;
            -webkit-transition: all 0.1s ease-out 0s;
            -moz-transition: all 0.1s ease-out 0s;
            -ms-transition: all 0.1s ease-out 0s;
            -o-transition: all 0.1s ease-out 0s;
            transition: all 0.1s ease-out 0s;
        }

            .news-electronic .owl-nav div button:hover {
                color: #b69a70;
                -webkit-transform: scale(1.7);
                -moz-transform: scale(1.7);
                -ms-transform: scale(1.7);
                transform: scale(1.7);
            }

.news-phone-slider .owl-nav {
    right: -285px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-phone-slider .owl-nav {
        right: -230px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-phone-slider .owl-nav {
        right: -190px;
    }
}

.news-phone-slider-3 .owl-nav {
    right: -310px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .news-phone-slider-3 .owl-nav {
        right: -285px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-phone-slider-3 .owl-nav {
        right: -235px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-phone-slider-3 .owl-nav {
        right: -200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-phone-slider-3 .owl-nav {
        right: -365px;
    }
}

.news-col .nav-tabs {
    border: none;
}

    .news-col .nav-tabs .nav-item:not(:last-child) {
        margin-right: 15px;
    }

    .news-col .nav-tabs .nav-item .nav-link {
        padding: 0;
        font-size: 24px;
        border: none;
        color: #b6b6b6;
    }

        .news-col .nav-tabs .nav-item .nav-link.active {
            color: #b69a70;
        }

@media (max-width: 575px) {
    .contact .cta-block {
        border: none !important;
    }

    .news-result {
        padding-left: 0;
        margin-top: 10px;
    }
}

.news-result p {
    font-size: 14px;
    margin-bottom: 0;
}

.news-sorting .nice-select {
    border: 1px solid #e6e6e6;
    color: #222;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 40px;
}

    .news-sorting .nice-select::after {
        right: 20px;
    }

.news-sorting.news-show-position .nice-select {
    padding-left: 50px;
    padding-right: 70px;
}

    .news-sorting.news-show-position .nice-select::after {
        right: 30px;
    }

.news-color ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .news-color ul li {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

@media (max-width: 575px) {
    .news-color ul li {
        margin-bottom: 10px;
    }
}

.news-color ul li:not(:last-child) {
    margin-right: 12px;
}

.news-color ul li a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 0;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6, inset 0 0 0 2px #fff;
    background: #000;
}

    .news-color ul li a img {
        width: 16px;
        height: 16px;
    }

    .news-color ul li a.selected {
        box-shadow: 0 0 0 1px #222, inset 0 0 0 2px #fff;
    }

    .news-color ul li a:hover {
        box-shadow: 0 0 0 1px #222, inset 0 0 0 2px #fff;
    }

    .news-color ul li a.blue {
        background: blue;
    }

    .news-color ul li a.red {
        background: red;
    }

    .news-color ul li a.yellow {
        background: yellow;
    }

    .news-color ul li a.pink {
        background: pink;
    }

    .news-color ul li a.brown {
        background: brown;
    }

    .news-color ul li a.green {
        background: green;
    }

    .news-color ul li a.oragne {
        background: orange;
    }

.news-widget-item .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.news-widget-item .accordion-button {
    padding: 0;
    outline: 0;
    box-shadow: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

    .news-widget-item .accordion-button::before {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 50px;
        background: #b69a70;
    }

    .news-widget-item .accordion-button::after {
        background-image: none;
        border-bottom: 1px solid #222;
        border-right: 1px solid #222;
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        margin-top: -7px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .news-widget-item .accordion-button.collapsed::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .news-widget-item .accordion-button:not(.collapsed) {
        background: #ffffff;
    }

.news-widget-item .accordion-item {
    border: none;
}

.news-widget-item .accordion-body {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.news-widget-title {
    padding: 0;
    outline: 0;
    box-shadow: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

    .news-widget-title::before {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 50px;
        background: #b69a70;
    }

.news-size ul li {
    display: inline-block;
    margin-right: 5px;
}

    .news-size ul li a {
        font-size: 12px;
        color: #666;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #dadada;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .news-size ul li a:hover {
            color: #ffffff;
            background: #b69a70;
            border-color: #b69a70;
        }

.news-sm-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.news-sm-title {
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

    .news-sm-title a:hover {
        color: #b69a70;
    }

.news-sm-price .price {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.news-list {
    border-bottom: 1px solid #e6e6e6;
}

    .news-list:hover {
        box-shadow: none;
    }

    .news-list .news-thumb img {
        width: 332px;
        height: 332px;
    }

@media (max-width: 575px) {
    .news-list .news-thumb img {
        width: 100%;
        height: auto;
    }
}

.news-list .news-head-text {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-bottom: 6px;
}

.news-list .price {
    padding: 0;
    margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .news-list .product-review-action {
        margin-left: 0;
    }
}

.news-list .product-review-action span {
    padding: 0;
    padding-right: 10px;
    margin-right: 7px;
    font-size: 13px;
    line-height: 1;
    color: #989898;
    font-weight: 400;
}

    .news-list .product-review-action span:not(:last-child) {
        padding-right: 10px;
        margin-right: 7px;
        border-right: 1px solid #e6e6e6;
    }

.news-list .product-text {
    padding: 0;
    margin-bottom: 20px;
}

.news-list .news-action-list {
    position: relative;
    visibility: visible;
    opacity: 1;
    text-align: left;
    margin: inherit;
    bottom: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .news-list .news-action-list ul {
        margin-top: 10px;
    }
}

.news-list .news-action-list ul li {
    margin: 0;
    margin-right: 10px;
}

.news-list-features {
    margin-bottom: 20px;
}

    .news-list-features ul li {
        list-style: disc;
        margin-left: 13px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-details-wrapper {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-details-nav-thumb img {
        width: 100%;
    }
}

.news-details-nav .nav-tabs {
    border: none;
}

    .news-details-nav .nav-tabs .nav-item {
        padding: 0;
    }

        .news-details-nav .nav-tabs .nav-item .nav-link {
            padding: 0;
            margin: 0;
            border: none;
            padding: 5px 0;
            border-top: 1px solid #ebebeb;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .news-details-nav .nav-tabs .nav-item .nav-link img {
                width: 85px;
                height: 85px;
            }

.news-details-title {
    font-size: 24px;
}

.news-details .rating__shop ul li a {
    font-size: 14px;
}

.news-details .news-price span {
    font-size: 22px;
}

    .news-details .news-price span.new {
        color: #b69a70;
    }

    .news-details .news-price span.old {
        color: #555;
        font-size: 18px;
        text-decoration: line-through;
        margin-left: 10px;
    }

.news-details-stock h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 17px;
}

    .news-details-stock h3 span {
        font-weight: 500;
    }

.news-details-stock .progress {
    height: 10px;
    border-radius: 10px;
    margin-bottom: 70px;
}

.news-details-stock .progress-bar {
    background-color: #b69a70;
}

.news-details-action ul li {
    display: inline-block;
    margin-right: 4px;
}

    .news-details-action ul li a {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #f6f6f6;
        border: 1px solid #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
    }

        .news-details-action ul li a:hover {
            color: #222;
            background: #b69a70;
            border-color: #b69a70;
        }

.news-details-des h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.news-details-des-tab .nav-tabs {
    border: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

    .news-details-des-tab .nav-tabs .nav-item {
        margin: 0;
    }

        .news-details-des-tab .nav-tabs .nav-item .nav-link {
            padding: 0;
            padding-bottom: 5px;
            border: 0;
            position: relative;
            font-size: 20px;
            font-weight: 500;
            color: #222;
            margin-right: 30px;
            color: #b6b6b6;
            background: transparent;
        }

            .news-details-des-tab .nav-tabs .nav-item .nav-link::after {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                height: 2px;
                width: 50px;
                background: transparent;
            }

            .news-details-des-tab .nav-tabs .nav-item .nav-link.active, .news-details-des-tab .nav-tabs .nav-item .nav-link:hover {
                color: #222;
            }

                .news-details-des-tab .nav-tabs .nav-item .nav-link.active::after, .news-details-des-tab .nav-tabs .nav-item .nav-link:hover::after {
                    background-color: #b69a70;
                }

.news-details-review .review-wrapper .block-title {
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.news-details-review .review-item {
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
    padding-bottom: 30px;
}

.news-details-review .review-title {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 7px;
}

.news-details-review .review-ratings ul {
    line-height: 1;
}

    .news-details-review .review-ratings ul li {
        line-height: 1;
        display: inline-block;
        margin-bottom: 5px;
    }

        .news-details-review .review-ratings ul li a {
            font-size: 13px;
            color: #b69a70;
        }

.news-details-review .review-ratings-single span {
    color: #222;
    width: 20%;
    line-height: 1;
}

@media (max-width: 575px) {
    .news-details-review .review-ratings-single span {
        width: 30%;
    }
}

.news-details-review .review-text p {
    color: #222;
}

.news-details-review .review-meta span {
    color: #222;
    line-height: 1;
}

.news-details-review .review-input {
    width: 75%;
}

@media (max-width: 575px) {
    .news-details-review .review-input {
        width: 65%;
    }
}

.news-details-review .review-input input, .news-details-review .review-input textarea {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 30px;
}

.news-details-review .review-input textarea {
    line-height: 1.1;
    padding: 15px;
    height: 105px;
    outline: none;
}

.news-details-review .review-input-title {
    font-size: 12px;
    color: #555;
    width: 25%;
}

@media (max-width: 575px) {
    .news-details-review .review-input-title {
        width: 35%;
    }
}

.news-details-review .review-input-title::after {
    content: "*";
    color: #e02b27;
    font-size: 14px;
    margin: 0 0 0 5px;
}

.news-details-review .review-input .review-ratings-single ul li a {
    color: #c7c7c7;
}

    .news-details-review .review-input .review-ratings-single ul li a:hover {
        color: #b69a70;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-details-review .review-form {
        margin-top: 35px;
    }
}

.news-details-review .review-form h3, .news-details-review .review-form > p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
}

.news-details-color span {
    font-size: 14px;
    color: #222;
    width: 8%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-details-color span {
        width: 13%;
    }
}

@media (max-width: 575px) {
    .news-details-color span {
        width: 25%;
    }
}

.news-details-color ul {
    line-height: 1;
}

    .news-details-color ul li {
        display: inline-block;
        margin-right: 5px;
        line-height: 1;
    }

        .news-details-color ul li a {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: #000;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .news-details-color ul li a.blue {
                background: blue;
            }

            .news-details-color ul li a.red {
                background: red;
            }

.news-details-size span {
    font-size: 14px;
    color: #222;
    width: 8%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-details-size span {
        width: 13%;
    }
}

@media (max-width: 575px) {
    .news-details-size span {
        width: 25%;
    }
}

.news-details-size ul {
    line-height: 1;
}

    .news-details-size ul li {
        display: inline-block;
        margin-right: 5px;
        line-height: 1;
    }

        .news-details-size ul li a {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 30px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            font-size: 12px;
            color: #222;
            border: 1px solid #dadada;
        }

            .news-details-size ul li a:hover {
                color: #ffffff;
                background: #b69a70;
                border-color: #b69a70;
            }

.news-details-quantity .t-y-btn {
    padding: 0 70px;
}

.news-details-download-input {
    font-size: 14px;
    color: #222;
}

    .news-details-download-input span {
        display: block;
        font-size: 13px;
    }

        .news-details-download-input span::after {
            content: "*";
            color: #e02b27;
            font-size: 14px;
            margin: 0 0 0 5px;
        }

    .news-details-download-input label:hover {
        cursor: pointer;
    }

.news-details-download-btn {
    margin-left: 290px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-details-download-btn {
        margin-left: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-download-btn {
        margin-left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-details-download-btn {
        margin-left: 260px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-details-download-btn {
        margin-left: 60px;
    }
}

@media (max-width: 575px) {
    .news-details-download-btn {
        margin-left: 0px;
        margin-top: 15px;
    }
}

.news-details-download-btn a {
    color: #b69a70;
}

.news-details-group-top {
    background: #f6f6f6;
    padding: 5px 5px;
    margin-bottom: 10px;
}

    .news-details-group-top h4 {
        font-size: 13px;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 0;
    }

.news-details-group .product-group-left h3 {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 6px;
}

.news-details-group .product-group-left .price {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

    .news-details-group .product-group-left .price.new-price {
        color: #b69a70;
    }

    .news-details-group .product-group-left .price.old-price {
        text-decoration: line-through;
        color: #b1b1b1;
        margin-left: 7px;
    }

.news-details-group .product-group-quantity input {
    border: 1px solid #ebebeb;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-filter-right {
        margin-top: 30px;
    }
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    direction: rtl;
    -webkit-transform: translate3d(0,0,0);
}

.new-des {
    display: block;
}

.news-slider .owl-nav {
    display: flex;
    position: absolute;
    top: -77px;
    left: -23px;
}

@media (max-width: 575px) {
    .news-slider .owl-nav {
        display: none;
    }

    .news-nav-tab .nav-item {
        margin-left: 5px;
        padding: 10px;
        text-align: center;
        min-width: 100%;
        background-color: #e3e3e4;
        border-radius: 5px;
    }
}

.news-slider .owl-nav div {
    margin: 0 7px;
}

    .news-slider .owl-nav div button {
        font-size: 24px;
        color: #405a53;
        width: 55px;
        background: transparent;
        -webkit-transition: all 0.1s ease-out 0s;
        -moz-transition: all 0.1s ease-out 0s;
        -ms-transition: all 0.1s ease-out 0s;
        -o-transition: all 0.1s ease-out 0s;
        transition: all 0.1s ease-out 0s;
        border: none;
        background-color: #e3e3e4;
    }

        .news-slider .owl-nav div button:hover {
            color: #b69a70;
            -webkit-transform: scale(1.7);
            -moz-transform: scale(1.7);
            -ms-transform: scale(1.7);
            transform: scale(1.2);
        }

.news-slider .owl-dots {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

    .news-slider .owl-dots .owl-dot {
        width: 38px;
        height: 12px;
        border-radius: 20%;
        border: 2px solid #ffffff;
        margin: 0 3px;
        background: #e3e3e4;
        display: inline-block;
    }

.owl-dot.active {
    border-color: #b69a70 !important;
    background-color: #b69a70 !important;
}

/* Map */


#map-container.fullwidth-home-map {
    height: 600px;
    margin-bottom: 0;
}

    #map-container.fullwidth-home-map.hp3 {
        height: 490px;
    }

    #map-container.fullwidth-home-map .main-search-inner {
        position: absolute;
        display: block;
        bottom: 60px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 0;
        z-index: 9999;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #map-container.fullwidth-home-map .main-search-input {
        margin-top: 0;
    }

.cluster img {
    display: none;
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

    .cluster-visible:before {
        border: 7px solid;
        opacity: 0.2;
        -webkit-box-shadow: inset 0 0 0 4px #b69a70;
        box-shadow: inset 0 0 0 4px #b69a70;
        content: '';
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation: cluster-animation 2.5s infinite;
        animation: cluster-animation 2.5s infinite;
    }

@-webkit-keyframes cluster-animation {
    0%, 100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg);
    }
}

@keyframes cluster-animation {
    0%, 100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg);
    }
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    margin: 10px auto;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    top: -5px;
}

#singleListingMap .marker-container {
    cursor: default;
}

.marker-container {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.marker-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.map-marker-container.clicked .marker-card,
.marker-container:hover .marker-card {
    -webkit-transform: rotateY(-180deg) translateY(0px);
    transform: rotateY(-180deg) translateY(0px);
}

.marker-arrow {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0;
    border-color: #23254c transparent transparent;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-radius: 0;
    z-index: 1;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    border-radius: 10%;
    color: #fff;
    z-index: 100;
    border-radius: 50px;
}

    .face i {
        line-height: 30px;
        font-size: 16px;
    }

    .face.front {
        background-color: #fff;
        border: 6px solid;
        z-index: 100;
    }

    .face.back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
    }

        .face.back i {
            trasform: scaleX(-1);
            line-height: 38px;
            font-size: 18px;
        }

        .face.back:after {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            top: 2px;
            left: 2px;
            border-radius: 10%;
            position: absolute;
        }

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    margin: 5px 15px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 34px;
    width: 34px;
}

    .custom-zoom-in:hover,
    .custom-zoom-out:hover {
        background-color: #66676b;
        color: #fff;
    }

    .custom-zoom-in:before,
    .custom-zoom-out:before {
        font-family: 'Font Awesome 5 Free';
        width: 100%;
        font-weight: 700;
        line-height: 35px;
        transition: -webkit-text-stroke 0.3s;
        -webkit-text-stroke: 1px #fff;
    }

.zoomControlWrapper {
    position: absolute;
    left: 0;
    right: auto;
    width: 70px;
}

.custom-zoom-in:before {
    content: "\f067";
}

.custom-zoom-out:before {
    content: "\f068";
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #66676b;
}

#mapnav-buttons {
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 999;
    font-size: 14px;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    list-style: none;
    padding: 0;
}

    #mapnav-buttons.top {
        top: 20px;
        right: 20px;
        bottom: auto;
    }

    #mapnav-buttons li {
        float: left;
        margin-left: 4px;
        line-height: 20px;
    }

    #geoLocation,
    #mapnav-buttons a,
    #scrollEnabling,
    #streetView {
        color: #333;
        background-color: #fff;
        padding: 9px 18px 7px;
        font-weight: 500;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 50px;
        -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    }

        #geoLocation:hover,
        #mapnav-buttons a:hover,
        #scrollEnabling.enabled,
        #scrollEnabling:hover,
        #streetView:hover {
            background-color: #66676b;
            color: #fff;
        }

#nextpoint:after,
#prevpoint:before {
    font-family: 'Font Awesome 5 Free';
    position: relative;
    font-weight: 500;
    margin: 0 0 0 6px;
    font-size: 17px;
    top: 0;
    line-height: 1px;
}

#prevpoint:before {
    content: "\f104";
    margin: 0 6px 0 0;
}

#nextpoint:after {
    content: "\f105";
    margin: 0 0 0 6px;
}

#geoLocation,
#scrollEnabling,
#streetView {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 13px;
    line-height: 21px;
}

    #geoLocation:before,
    #scrollEnabling:before,
    #streetView:before {
        content: "\e015";
        font-family: "simple-line-icons";
        position: relative;
        top: 2px;
        margin: 0 6px 0 0;
        font-size: 15px;
        line-height: 1px;
    }

    #scrollEnabling:before {
        margin-left: -3px;
    }

    #streetView:before {
        content: "\f21d";
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        top: 1px;
        margin-right: 8px;
    }

#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px;
}

    #geoLocation:before {
        content: "\f192";
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        margin: 0;
        top: 2px;
    }

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.infoBox {
    border-radius: 4px;
}

.map-box {
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px 0 rgba(3, 3, 3, 0.15);
    box-shadow: 0 0 40px 0 rgba(3, 3, 3, 0.15);
    position: relative;
}

    .map-box .listing-img-container img {
        width: 100%;
        border-radius: 4px 4px 0 0;
        position: relative;
    }

    .map-box .rate-info {
        position: absolute;
        bottom: 84px;
        left: 0;
        padding-bottom: 20px;
    }

        .map-box .rate-info > h5 {
            padding: 5px;
            color: #fff;
            font-size: 12px;
            text-align: center;
            min-width: 112px;
            background-color: #405a53;
            border-radius: 5px;
        }

    .map-box h4 {
        margin: 0;
        padding: 0;
    }

        .map-box h4 a {
            padding: 0 0 2px;
            font-size: 17px;
            line-height: 25px;
            display: inline-block;
        }

.listing-img-container {
    position: relative;
    height: 100%;
    display: block;
}

.map-box h4 a:hover {
    color: #66676b;
}

.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0;
    font-size: 14px;
}

.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none;
}

.map-box .listing-title {
    padding: 16px 22px;
}

.map-box .listing-img-content {
    padding: 18px 22px;
}

    .map-box .listing-img-content span {
        font-size: 21px;
    }

    .map-box .listing-img-content .listing-price i {
        font-size: 15px;
        margin: -7px 0 0;
    }

.infoBox > img {
    position: absolute !important;
    right: 0;
    top: 0;
}

.map-box .listing-img-container::before {
    content: "";
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.85)), color-stop(35%, rgba(35, 35, 37, 0.4)), color-stop(60%, rgba(22, 22, 23, 0)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, transparent 100%);
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, transparent 100%);
    background-color: rgba(35, 35, 37, 0.2);
}

.map-box .listing-item-content {
    position: static;
    width: 100%;
    margin-top: -3px;
    background-color: #fff;
    padding: 15px 23px 20px 23px;
    border-left: 1px solid #e0e1e5;
    border-right: 1px solid #e0e1e5;
    border-bottom: 1px solid #e0e1e5;
}

    .map-box .listing-item-content h3 {
        color: #242526;
        font-size: 16px;
        padding: 0 0 2px;
        font-weight: 500;
        margin: 0;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .map-box .listing-item-content span {
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        color: #aeb4b6;
    }

        .map-box .listing-item-content span i {
            padding-right: 5px;
        }

.infoBox-close {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 29px;
    width: 29px;
    background-color: #fff;
    color: #333;
    font-family: 'Font Awesome 5 Free';
    border-radius: 50%;
    -webkit-text-stroke: 1px #fff;
}

    .infoBox-close:hover {
        color: #fff;
        background-color: #66676b;
        -webkit-text-stroke: 1px #66676b;
    }

.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
}

    .map-box-icon:before {
        content: "\f064";
        font-family: 'Font Awesome 5 Free';
        position: relative;
        top: 7px;
        display: block;
    }

.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.map-box-image {
    position: relative;
    overflow: hidden;
    display: block;
}

/*.infoBox {
      -webkit-animation: fadeIn 0.9s;
      animation: fadeIn 0.9s; }
    */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.infoBox .star-rating {
    font-size: 16px;
    margin-top: 1px;
}

    .infoBox .star-rating span {
        margin-right: 3px;
    }

.infoBox .rating-counter {
    position: relative;
    top: -1px;
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
}

#map {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 990;
}

#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 0;
    margin-bottom: 60px;
}

.gmnoprint {
    margin: 10px;
}

#map-container.fullwidth-home-map {
    height: 600px;
    margin-bottom: 0;
}

    #map-container.fullwidth-home-map.hp3 {
        height: 490px;
    }

    #map-container.fullwidth-home-map .main-search-inner {
        position: absolute;
        display: block;
        bottom: 60px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 0;
        z-index: 9999;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #map-container.fullwidth-home-map .main-search-input {
        margin-top: 0;
    }

.cluster img {
    display: none;
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

    .cluster-visible:before {
        border: 7px solid #97834e;
        opacity: .5;
        -webkit-box-shadow: inset 0 0 0 4px #b69a70;
        box-shadow: inset 0 0 0 4px #b69a70;
        content: '';
        position: absolute;
        border-radius: 50%;
        top: 0;
        color: #fff;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation: cluster-animation 2.5s infinite;
        animation: cluster-animation 2.5s infinite;
        background-color: #b69a70;
    }

@-webkit-keyframes cluster-animation {
    0%, 100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg);
    }
}

@keyframes cluster-animation {
    0%, 100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg);
    }
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    margin: 10px auto;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    top: -5px;
}

#singleListingMap .marker-container {
    cursor: default;
}

.marker-container {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.marker-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.map-marker-container.clicked .marker-card,
.marker-container:hover .marker-card {
    -webkit-transform: rotateY(-180deg) translateY(0px);
    transform: rotateY(-180deg) translateY(0px);
}

.marker-arrow {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0;
    border-color: #3eb18c transparent transparent;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-radius: 0;
    z-index: 1;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    border-radius: 10%;
    color: #fff;
    z-index: 100;
    border-radius: 50px;
}

    .face i {
        line-height: 30px;
        font-size: 16px;
    }

    .face.front {
        background-color: #ffffff;
        border: 6px solid #3eb18c;
        z-index: 100;
        color: #b69a70;
    }

    .face.back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #405a53;
        background-color: #ffffff;
    }

        .face.back i {
            trasform: scaleX(-1);
            line-height: 38px;
            font-size: 18px;
        }

        .face.back:after {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            top: 2px;
            left: 2px;
            border-radius: 10%;
            position: absolute;
        }

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    margin: 5px 15px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 34px;
    width: 34px;
}

    .custom-zoom-in:hover,
    .custom-zoom-out:hover {
        background-color: #b69a70;
        color: #b69a70;
    }

    .custom-zoom-in:before,
    .custom-zoom-out:before {
        font-family: 'Font Awesome 5 Free';
        width: 100%;
        font-weight: 700;
        color: #405a53;
        line-height: 35px;
        transition: -webkit-text-stroke 0.3s;
        -webkit-text-stroke: 1px #fff;
    }

.zoomControlWrapper {
    position: absolute;
    left: 0;
    right: auto;
    width: 70px;
}

.custom-zoom-in:before {
    content: "\f067";
}

.custom-zoom-out:before {
    content: "\f068";
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #66676b;
}

#mapnav-buttons {
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 999;
    font-size: 14px;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    list-style: none;
    padding: 0;
}

    #mapnav-buttons.top {
        top: 20px;
        right: 20px;
        bottom: auto;
    }

    #mapnav-buttons li {
        float: left;
        margin-left: 4px;
        line-height: 20px;
    }

    #geoLocation,
    #mapnav-buttons a,
    #scrollEnabling,
    #streetView {
        color: #333;
        background-color: #fff;
        padding: 9px 18px 7px;
        font-weight: 500;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 50px;
        -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    }

        #geoLocation:hover,
        #mapnav-buttons a:hover,
        #scrollEnabling.enabled,
        #scrollEnabling:hover,
        #streetView:hover {
            background-color: #66676b;
            color: #fff;
        }

#nextpoint:after,
#prevpoint:before {
    font-family: 'Font Awesome 5 Free';
    position: relative;
    font-weight: 500;
    margin: 0 0 0 6px;
    font-size: 17px;
    top: 0;
    line-height: 1px;
}

#prevpoint:before {
    content: "\f104";
    margin: 0 6px 0 0;
}

#nextpoint:after {
    content: "\f105";
    margin: 0 0 0 6px;
}

#geoLocation,
#scrollEnabling,
#streetView {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 13px;
    line-height: 21px;
}

    #geoLocation:before,
    #scrollEnabling:before,
    #streetView:before {
        content: "\e015";
        font-family: "simple-line-icons";
        position: relative;
        top: 2px;
        margin: 0 6px 0 0;
        font-size: 15px;
        line-height: 1px;
    }

    #scrollEnabling:before {
        margin-left: -3px;
    }

    #streetView:before {
        content: "\f21d";
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        top: 1px;
        margin-right: 8px;
    }

#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px;
}

    #geoLocation:before {
        content: "\f192";
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        margin: 0;
        top: 2px;
    }

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cta {
    background: #23254c;
}

    .cta.section-padding {
        padding: 68px 0 67px 0;
    }

    .cta .cta-text {
        text-align: center;
    }

        .cta .cta-text h2 {
            font-size: 32px;
            color: #fff;
            margin: 0px;
        }

.bottom.section-padding {
    padding: 67px 0px 67px;
}

.bottom-list {
    margin-top: 6px;
}

    .bottom-list h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 19px;
    }

    .bottom-list ul li a {
        line-height: 36px;
        color: #67686c;
        font-size: 14px;
        padding-right: 23px;
    }

        .bottom-list ul li a:hover {
            padding-left: 30px;
        }

    .bottom-list ul li {
        position: relative;
    }

        .bottom-list ul li:before {
            content: '\f0c1';
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            top: 50%;
            right: -4px;
            font-size: 14px;
            font-weight: 700;
            color: #78797f;
            transform: translateY(-50%);
        }

        .bottom-list ul li a i {
            margin-right: 17px;
            position: relative;
            top: -1px;
            font-size: 14px;
        }

    .bottom-list > ul {
        margin-top: 4px;
        float: left;
        width: 100%;
    }

.bottom-desc {
    margin-top: 6px;
    padding-right: 5px;
}

    .bottom-desc h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .bottom-desc p {
        color: #67686c;
        float: left;
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        margin-top: 7px;
        padding-right: 15px;
    }

.bottom-logo img {
    max-width: 60%;
    margin: auto;
    display: block;
    display: none;
}

.bottom-logo {
    background-image: url(../images/logo-ver-01.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 247px;
    margin: auto;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}


.footer-content {
    padding: 30px 0px 30px 0;
    border-top: 1px solid #e0e1e6;
}

    .footer-content .copyright p {
        margin-bottom: 1px;
        margin-top: 8px;
        font-size: 13px;
    }

.footer-social {
    text-align: left;
}

    .footer-social a {
        width: 35px;
        height: 35px;
        text-align: center;
        border: 1px solid #e0e1e6;
        color: #838488;
        display: inline-block;
        line-height: 35px;
        border-radius: 50px;
        font-size: 13px;
        margin: 0px 3px 0px 7px;
    }

        .footer-social a:hover {
            color: #fff;
            border-color: transparent;
        }

        .footer-social a:last-child {
            margin-right: 0;
        }


.alert-success {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 100%;
    text-align: center;
}

    .alert-success.active {
        opacity: 1;
        visibility: visible;
        z-index: 999999;
    }

.close-alert {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    color: #155724;
    font-size: 20px;
}

/* ========================= BLOG OPEN PAGE =========================== */



.pager-sec {
    background-image: url(../images/photos/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 0 72px 0;
    position: relative;
    z-index: 1;
}

    .pager-sec.st2 {
        background: #eeeef0;
        background-image: inherit;
    }

        .pager-sec.st2 .pager-sec-details > h3 {
            color: #242526;
        }

        .pager-sec.st2 .pager-sec-details > ul li a, .pager-sec.st2 .pager-sec-details > ul li span {
            color: #242526;
        }

        .pager-sec.st2 .pager-sec-details > ul li:before {
            color: #242526;
        }

.pager-sec-details {
    float: left;
    width: 100%;
}

    .pager-sec-details > h3 {
        color: #ffffff;
        font-size: 32px;
        font-weight: 500;
        float: right;
    }

    .pager-sec-details > ul {
        float: left;
        margin-top: 14px;
    }

        .pager-sec-details > ul li {
            display: inline-block;
            position: relative;
            padding: 0 11px 0 15px;
        }

            .pager-sec-details > ul li:last-child {
                padding-right: 5px;
            }

                .pager-sec-details > ul li:last-child:before {
                    display: none;
                }

            .pager-sec-details > ul li:before {
                content: '\f104';
                position: absolute;
                top: 4px;
                right: 95%;
                color: #fff;
                font-weight: 700;
                font-size: 12px;
                font-family: 'Font Awesome 5 Free';
            }

            .pager-sec-details > ul li a,
            .pager-sec-details > ul li span {
                display: inline-block;
                color: #ffffff;
                font-size: 14px;
            }


/* ================= BLOG SINGLE SEC ============== */


.blog-single-details {
    float: left;
    width: 100%;
}

.blog-single-post {
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
}

    .blog-single-post > ul.post-nfo,
    .post_info > ul.post-nfo {
        float: left;
        width: 100%;
        margin-bottom: 7px;
        margin-top: -1px;
    }

.post-nfo li,
.post-nfo li a {
    display: inline-block;
    color: #aeb4b6;
    font-size: 12px;
    margin-right: 20px;
}

    .post-nfo li a {
        margin-right: 0;
    }

    .post-nfo li i {
        font-size: 14px;
        padding-right: 6px;
        position: relative;
        top: 1px;
    }

.pt {
    padding: 105px 0;
}

.blog-single-sec.section-padding {
    padding: 110px 0 110px 0;
}

.blog-single-post > h3,
.post_info > h3 {
    color: #242526;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 23px;
    float: left;
    width: 100%;
}

    .post_info > h3 a {
        color: #242526;
    }

.blog-img {
    float: left;
    width: 100%;
    margin-bottom: 34px;
    position: relative;
}

    .blog-img:before,
    .agent_img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 100%;
        background-color: rgb(49 50 103 / 68%);
        opacity: 0;
        visibility: hidden;
    }

.blog-single-post:hover .blog-img:before,
.agent:hover .agent_img:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}

.blog-single-post.single {
    cursor: inherit;
}

    .blog-single-post.single .blog-img:before,
    .blog-single-post.single .blog-img:after {
        display: none;
    }

.blog-img > a img {
    width: 100%;
    float: left;
    height: 295px;
}

.blog-single-post p {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    color: #67686c;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Raleway';
}

.blog-single-post > blockquote {
    color: #242526;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    border-left: 3px solid;
    padding: 2px 0 1px 18px;
    float: left;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 13px;
}

.blg-dv {
    float: left;
    width: 100%;
    margin-bottom: 22px;
    margin-top: 8px;
}

.blg-sm {
    float: left;
    width: 100%;
}

.blg-info {
    float: left;
    width: 100%;
    padding-left: 27px;
}

.bg-links {
    float: left;
    width: 100%;
    padding: 0 40px;
    margin-top: 5px;
    margin-bottom: 13px;
}

    .bg-links li {
        float: left;
        width: 100%;
        color: #242526;
        font-size: 13px;
        margin-bottom: 17px;
        position: relative;
        padding-left: 19px;
        font-family: 'Raleway';
    }

        .bg-links li:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 100px;
            background-color: #242526;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }


/* ================ post-share =============== */

.post-share {
    float: left;
    width: 100%;
    padding: 21px 0;
    border-top: 1px solid #dfe0e5;
    margin-top: 8px;
    margin-bottom: 27px;
}

.social-links {
    float: left;
}

    .social-links li {
        display: inline-block;
        margin-right: 17px;
    }

        .social-links li a {
            display: inline-block;
            color: #242526;
            font-size: 13px;
        }

.post-share > a {
    float: right;
    color: #161616;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
}

    .post-share > a i {
        padding-left: 8px;
    }


/* ============== cm-info-sec ================ */

.cm-info-sec {
    float: left;
    width: 100%;
    display: table;
    border: 1px solid #dfe0e5;
    padding: 29px 24px;
    margin-bottom: 68px;
}

.cm-img {
    display: table-cell;
}

    .cm-img > img {
        float: right;
    }

.cm-info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-right: 19px;
    position: relative;
    top: -1px;
}

    .cm-info h3 {
        color: #151515;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .cm-info > p {
        color: #67686c;
        font-size: 13px;
        line-height: 24px;
        font-family: 'Raleway';
        margin-bottom: 12px;
    }

    .cm-info .social-links li a {
        color: #aeb4b6;
    }



/* ================= comment-section ================  */


.comment-section {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.p-title {
    color: #242526;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.comment-section .cm-info-sec {
    padding: 0;
    border: 0;
    margin: 0;
}

.comment-section .cm-info {
    padding-top: 7px;
}

    .comment-section .cm-info > h4 {
        color: #aeb4b6;
        font-size: 12px;
        font-weight: 400;
    }

    .comment-section .cm-info h3 {
        margin-bottom: 3px;
    }

.comment-section > ul {
    float: left;
    width: 100%;
}

    .comment-section > ul > li {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 32px;
        background-color: white;
        padding: 15px !important;
    }

.comment-section ul li p {
    float: left;
    width: 100%;
    margin-top: 13px;
    color: #67686c;
}

.cm-reply {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 7px;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ================ post-comment-sec =============== */

.post-comment-sec {
    float: left;
    width: 100%;
    margin-top: 22px;
}

    .post-comment-sec .p-title {
        margin-bottom: 18px;
    }

    .post-comment-sec > form {
        float: left;
        width: 100%;
    }

    .post-comment-sec .col-lg-4 {
        padding: 0 8px;
    }

    .post-comment-sec form button {
        margin-top: -5px;
    }

    .post-comment-sec form .row {
        margin: 0;
    }

    .post-comment-sec form input {
        height: 48px;
        padding: 0 17px;
    }

    .post-comment-sec form textarea {
        height: 124px;
        padding: 14px 17px;
    }

    .post-comment-sec form input,
    .post-comment-sec form textarea {
        width: 100%;
        color: #67686c;
        font-size: 12px;
        font-weight: 400;
        border: 1px solid #dfe0e5;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #67686c;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #67686c;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #67686c;
}

:-moz-placeholder { /* Firefox 18- */
    color: #67686c;
}

#map-container.fullwidth-home-map.wmap {
    height: 489px;
}

/* =============== RIGHT SIDEBAR ============= */

.sidebar {
    width: 100%;
    display: grid;
}

    .sidebar .widget-title {
        margin-top: -6px;
    }

    .sidebar.layout2 .widget-property-search {
        margin-top: 0;
    }

        .sidebar.layout2 .widget-property-search .widget-title {
            margin-top: 0;
        }

    .sidebar .banner-search {
        padding: 0;
    }

.widget {
    float: right;
    width: 100%;
    margin-bottom: 48px;
    padding-right: 10px;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 25px !important;
    background-color: white;
}

.sidebar-widget-title i {
    color: #b69a70;
}

.sidebar-sub-text {
    padding: 25px;
    border-bottom: 1px solid #2d5a52;
    margin-bottom: 20px;
}

.widget-search form {
    float: left;
    width: 100%;
    position: relative;
}

    .widget-search form input {
        width: 100%;
        height: 48px;
        border: 1px solid #dfe0e5;
        color: #67686c;
        font-size: 12px;
        padding: 0 18px;
        background-color: #fff;
    }

    .widget-search form button {
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 11px;
        background-color: inherit;
        border: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

.widget-title {
    color: #23254c;
    font-size: 18px;
    font-weight: 700;
    border-right: 2px solid #c4a455;
    margin-bottom: 20px;
    padding-right: 5px;
}


/* =============== Widget Categories ============= */

.widget-catgs {
    margin-bottom: 42px;
}

    .widget-catgs ul {
        float: left;
        width: 100%;
        margin-top: -5px;
    }

        .widget-catgs ul li {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

            .widget-catgs ul li:last-child {
                margin-bottom: 0;
            }

            .widget-catgs ul li a {
                float: left;
                font-size: 14px;
                font-weight: 400;
            }

                .widget-catgs ul li a span {
                    display: inline-block;
                }

                .widget-catgs ul li a:hover span {
                    padding-left: 15px;
                }

                .widget-catgs ul li a i {
                    color: #78797f;
                    font-size: 14px;
                    padding-right: 14px;
                    position: relative;
                    left: -4px;
                }

            .widget-catgs ul li > span {
                float: right;
                color: #88898d;
                font-size: 14px;
            }

/* =============== widget-posts ============= */


.widget-posts > ul {
    float: left;
    width: 100%;
}

    .widget-posts > ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

        .widget-posts > ul li:last-child {
            margin-bottom: 0;
        }

.wd-posts {
    float: right;
    width: 100%;
    display: table;
}

.ps-img {
    display: block;
    height: 75px;
    width: 75px;
}

    .ps-img > a img {
        float: right;
        height: 100%;
        width: 100%;
    }

.ps-info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-right: 19px;
    padding-top: 5px;
}

    .ps-info > h3 {
        color: #242526;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 4px;
    }

        .ps-info > h3 a {
            color: #242526;
        }

    .ps-info > span {
        display: inline-block;
        color: #aeb4b6;
        font-size: 12px;
        position: relative;
        top: -15px;
        right: -7px;
    }

        .ps-info > span i {
            font-size: 14px;
            padding-right: 5px;
        }


/* ============== widget-adver ========== */

.widget-adver > a img {
    width: 100%;
}

/* ============== POPULAR TAGS =========== */

.widget-tags > ul {
    float: left;
    width: 100%;
}

    .widget-tags > ul li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 7px;
    }

        .widget-tags > ul li a {
            display: inline-block;
            color: #ffffff;
            font-size: 12px;
            padding: 5px 13px 4px 13px;
            border-radius: 30px;
        }

            .widget-tags > ul li a:hover {
                background-color: #8b9af7;
            }

.widget-adver {
    margin-bottom: 42px;
}



/* ================== BLOG STANDARD PAGE ================ */

.blog-posts {
    float: left;
    width: 100%;
}

    .blog-posts .blog-single-post {
        margin-bottom: 45px;
    }

        .blog-posts .blog-single-post:last-child {
            margin-bottom: 0;
        }

.post_info {
    float: left;
    width: 100%;
    padding: 30px 30px 39px 30px;
    border: 1px solid #dfe0e5;
    border-top: 0;
}

.blog-posts .blog-img {
    margin-bottom: 0;
}

.blog-img > img {
    width: 100%;
    float: left;
}

.post_info > h3 {
    margin-bottom: 14px;
}

.btn1 {
    display: inline-block;
    font-size: 14px;
    height: 51px;
    line-height: 51px;
    border-radius: 30px;
    padding: 0 27px;
    border: 1px solid;
}

.post_info > a:hover {
    color: #fff;
    border-color: transparent;
}

.post_info > a {
    float: left;
}


/* ============== pagination ============ */
.pagination .page-link {
    color: #427c6d;
}
/*
.pagination {
    width: 100%;
    justify-content: center;
    margin-top: 62px;
}

.half_map .half-map-sec .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.half-map-sec .pagination {
    margin-top: 32px;
}

.pagination .page-link {
    padding: 0;
    width: 41px;
    height: 41px;
    border: 1px solid #e1e2e6;
    border-radius: 100px;
    line-height: 41px;
    color: #242526;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 40px !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    color: #fff;
    border-color: transparent;
}

.page-item .page-link b {
    position: relative;
    left: 1px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 100px;
}

.blog-standard.section-padding {
    padding: 110px 0;
}

*/

/* ===================== BLOG GRID PAGE ================== */

.blog-grid-posts {
    float: left;
    width: 100%;
}

    .blog-grid-posts .blog-single-post {
        margin-bottom: 30px;
    }

    .blog-grid-posts .blog-img {
        margin-bottom: 0;
    }

    .blog-grid-posts .post_info > h3 {
        font-size: 18px;
    }

    .blog-grid-posts .post_info > a {
        height: auto;
        line-height: inherit;
        border: 0;
        padding: 0;
        color: #161616;
        font-size: 12px;
    }

        .blog-grid-posts .post_info > a:hover {
            background-color: inherit;
        }

        .blog-grid-posts .post_info > a i {
            padding-left: 6px;
            position: relative;
            top: 1px;
        }

    .blog-grid-posts .post_info > ul.post-nfo {
        margin-bottom: 5px;
    }

    .blog-grid-posts .blog-single-post p {
        margin-bottom: 19px;
    }

.blog-single-post p:first-child {
    margin-top: -4px;
}

.blg-dv .blg-info p {
    margin-bottom: 21px;
    font-size: 13px;
}

.blog-grid-posts .post_info {
    padding: 29px 30px 27px 30px;
}

.view-posts {
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 14px 26px;
    display: inline-block;
}

.view-post {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    text-align: center;
}

.view-posts:hover {
    color: #fff;
}

.blog-single-post:hover .view-post,
.agent:hover .view-post {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.load-more-posts {
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

    .load-more-posts > .btn2 {
        padding: 0 28px 0 26px;
        width: auto;
        float: none;
        display: inline-block;
    }

.blog-grid.section-padding {
    padding: 110px 0 104px 0;
}


/* ================ about-us-sec ============= */

.about-sec.pt {
    padding: 110px 0 110px 0;
}

.page-main-content.section-padding {
    padding: 110px 0 110px 0;
}

.about-us-sec {
    float: left;
    width: 100%;
}

.about-info {
    float: left;
    width: 100%;
    padding-top: 72px;
}

    .about-info > h3 {
        color: #242526;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .about-info > h4 {
        color: #aeb4b6;
        font-size: 12px;
        border-bottom: 1px solid #dfe0e5;
        padding-bottom: 19px;
    }

    .about-info > p {
        font-size: 16px;
        color: #67686c;
        line-height: 30px;
        padding: 15px 0 20px 0;
    }

.about-img {
    float: left;
    width: 100%;
}

    .about-img > img {
        width: 100%;
        float: left;
    }

.explore-feature.pt {
    padding-bottom: 110px;
}

.explore-feature.st2 .card .card-body p {
    padding: 0 10px;
}



/* ================ agent-profile-sec ============== */
.user-info img {
    height: 90px;
}

.user-info i {
    color: #b69a70;
}

.user-info p {
    padding: 5px;
    background-color: #f7f7f7;
}

.my-orders .table a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 2px 0px 2px 0px;
}

.my-orders .table .badge {
    width: 100%;
}

.agent-profile-sec {
    width: 100%;
    margin-bottom: -11px;
}

    .agent-profile-sec .row {
        margin: 0;
    }

.agent-profile {
    width: 100%;
    padding-right: 5px;
    display: flex;
}

.agent-img {
    width: 355px;
}

    .agent-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* ================== agent-info ================= */


.agent-info {
    width: 415px;
    border: 1px solid #dfe0e5;
    padding: 27px 29px 40px 30px;
    border-left: 0;
    line-height: 1;
}

.agent-profile .col-lg-6 {
    padding: 0;
}

.agent-info > h3 {
    color: #242526;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 7px;
}

.agent-info > h4 {
    color: #aeb4b6;
    font-size: 12px;
    border-bottom: 1px solid #dfe0e5;
    padding-bottom: 22px;
}

.agent-info > p {
    float: left;
    width: 100%;
    color: #67686c;
    padding: 17px 0 31px 0;
}

.cont-links {
    float: left;
    width: 100%;
}

    .cont-links li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        .cont-links li a,
        .cont-links li span {
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
        }

            .cont-links li a i,
            .cont-links li span i {
                padding-right: 7px;
                font-size: 16px;
            }

/* ============== socio-links ============= */

.socio-links {
    float: left;
    width: 100%;
    margin-top: 17px;
}

    .socio-links li {
        display: inline-block;
        margin-right: 17px;
    }

        .socio-links li a {
            display: inline-block;
            color: #242526;
            font-size: 13px;
        }


/* ============== contact-agent ============= */


.contact-agent {
    width: 100%;
    line-height: 1;
}

    .contact-agent > h3 {
        color: #242526;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 24px;
        margin-top: -2px;
    }

    .contact-agent > form {
        float: left;
        width: 100%;
    }

.s {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.form-field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .form-field input {
        height: 48px;
        padding: 0 17px;
    }

    .form-field textarea {
        height: 105px;
        padding: 14px 18px;
    }

    .form-field input,
    .form-field textarea {
        width: 100%;
        text-align: right;
        font-size: 12px;
        color: #67686c;
        border: 1px solid #dfe0e5;
        background-color: #fff;
    }

    .form-field button {
        margin-top: 3px;
        cursor: pointer;
    }



/* ================= contact-details-sec ============== */

.contact-sec {
    float: left;
    width: 100%;
    padding: 101px 0 110px 0;
}

.contact-details-sec {
    float: left;
    width: 100%;
}

.contact_form {
    float: left;
    width: 100%;
}

    .contact_form > h3 {
        color: #242526;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 17px;
    }

    .contact_form > p {
        color: #67686c;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contact_form > form {
        float: left;
        width: 100%;
    }

.contact-details-sec .row {
    margin: 0;
}

.contact_form > form .col-lg-4,
.contact_form > form .col-lg-12 {
    padding: 0 8px;
}

.contact_form > form .form-field {
    margin-bottom: 16px;
}

    .contact_form > form .form-field textarea {
        height: 124px;
    }

.contact_form > form button {
    margin-top: -5px;
}

    .contact_form > form button:hover,
    .post-comment-sec form button:hover {
        color: #fff;
    }

/* ================ contact_info ================= */

.contact_info {
    float: left;
    width: 100%;
    margin-top: 54px;
    padding: 20px;
    background-color: white;
}

    .contact_info > h3 {
        color: #242526;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 24px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }

.cont_info {
    float: left;
    width: 100%;
}

    .cont_info li {
        float: left;
        width: 100%;
        color: #67686c;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 14px;
    }

        .cont_info li:nth-child(2) {
            margin-bottom: 15px;
        }

        .cont_info li i {
            font-size: 16px;
            padding-left: 10px;
        }


/* =================== social_links =================== */

.social_links {
    float: left;
    width: 100%;
    margin-top: 11px;
}

    .social_links li {
        display: inline-block;
        margin-right: 17px;
    }

        .social_links li a {
            display: inline-block;
            color: #242526;
            font-size: 13px;
        }




/* =============== support-sec ============== */


.feature-support-sec.section-padding {
    padding: 110px 0 110px 0;
}

.support-sec {
    float: left;
    width: 100%;
}

.video-img {
    float: left;
    width: 100%;
    position: relative;
}

    .video-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(106,123,231,0.10);
    }

    .video-img > img {
        width: 100%;
        float: left;
    }

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 60px;
}

    .video-play:hover {
        color: #fff;
    }


#html5-watermark {
    display: none !important
}

#html5lightbox-web-iframe img {
    float: none
}

/* ================= support-info =============== */

.support-info {
    float: left;
    width: 100%;
    margin-top: -7px;
    padding-left: 20px;
}

    .support-info > h3 {
        color: #242526;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 13px;
        text-transform: uppercase;
    }

    .support-info > p {
        color: #67686c;
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 28px;
    }





/* ==================== LIST LAYOUT WITH MAP ================== */


.listing-main-sec.section-padding {
    padding: 106px 0 110px 0;
}

.listing-main-sec.section-padding2 {
    padding: 106px 0 110px 0;
}

.listing-main-sec-details {
    float: left;
    width: 100%;
}
/*
    .listing-main-sec-details .row {
      margin-right: -15px;
      margin-left: -15px;
    }*/
.listing-directs {
    float: left;
    width: 100%;
}

.list-head {
    margin-bottom: 17px;
    position: relative;
}

.sortby {
    float: left;
    position: relative;
    text-align: left;
    padding: 10px;
    background-color: #23254c;
}

    .sortby > span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        float: right;
    }

    .sortby .drop-menu {
        float: right;
        border: 0;
        margin: 0;
        padding: 0;
        padding-right: 6px;
    }

        .sortby .drop-menu .select i {
            right: 0;
            margin-top: 4px;
        }

        .sortby .drop-menu .dropeddown {
            padding: 0 10px;
            width: 220px;
        }

        .sortby .drop-menu .select {
            padding: 0;
            font-size: 14px;
            color: #ffffff;
            font-weight: 500;
        }

.opt-slect {
    display: inline-block;
    position: relative;
}

    .opt-slect > i {
        position: absolute;
        top: 3px;
        right: 0;
        color: #242526;
        font-size: 14px;
    }

    .opt-slect > select {
        font-weight: 500;
        padding-right: 26px;
        border: 0;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

select::-ms-expand {
    display: none;
}

.view-change {
    float: right;
    margin-top: -4px;
}

    .view-change ul {
        display: inline-block;
    }

        .view-change ul li {
            display: inline-block;
            border: 0;
            margin-right: 4px;
        }

            .view-change ul li:last-child {
                margin-right: 0;
            }

            .view-change ul li a {
                padding: 0;
                color: #adadb0;
                font-size: 22px;
                border: 0;
            }

        .view-change ul.nav-tabs .nav-link {
            border: 0;
            font-size: 40px;
        }

        .view-change ul.nav-tabs {
            border-bottom: 0;
        }


/* =============== LIST LAYOUT WITH MAP SIDEBAR ============ */

.widget-property-search {
    margin-top: 1px;
}

    .widget-property-search .form_field:last-child {
        margin-bottom: 0;
    }

        .widget-property-search .form_field:last-child a {
            margin-bottom: 0;
        }

    .widget-property-search .form_field {
        float: left;
        width: 100%;
    }

    .widget-property-search .form-control {
        height: 48px;
    }

    .widget-property-search .form-control,
    .widget-property-search .drop-menu {
        border: 1px solid #e0e1e6;
        margin: 0;
    }

    .widget-property-search .form_field {
        margin-bottom: 16px;
        position: relative;
    }

    .widget-property-search .drop-menu {
        padding: 0;
    }

        .widget-property-search .drop-menu .select {
            height: 48px;
            line-height: 48px;
            padding: 0 18px;
        }

    .widget-property-search .banner-search .form-control {
        padding-left: 18px;
    }

    .widget-property-search .drop-menu .select i {
        margin-top: 18px;
    }

    .widget-property-search .form_field .btn {
        width: 100%;
    }

    .widget-property-search .banner-search {
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
    }

.form_field > h4 {
    color: #242526;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 14px;
}

.form_field input:checked {
    color: red;
}

.form_field > ul {
    float: left;
    width: 50%;
}

    .form_field > ul li {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

        .form_field > ul li:last-child {
            margin-bottom: 6px;
        }

.input-field > input[type="radio"],
.input-field > input[type="checkbox"] {
    display: none;
}

.input-field input[type="radio"] + label span,
.input-field input[type="checkbox"] + label span {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    border: 1px solid #dfe0e5;
    background-color: inherit;
    cursor: pointer;
}

    .input-field input[type="radio"] + label span:before,
    .input-field input[type="checkbox"] + label span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13px;
        height: 10px;
        background-image: url(../images/arrow.png);
        color: #fff;
        font-size: 12px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        visibility: hidden;
    }

.input-field input[type="radio"]:checked + label span:before,
.input-field input[type="checkbox"]:checked + label span:before {
    opacity: 1;
    visibility: visible;
}

.input-field input[type="radio"]:checked + label span,
.input-field input[type="checkbox"]:checked + label span {
    border-color: transparent;
}

.input-field > label {
    cursor: pointer;
}

    .input-field > label span {
        float: right;
    }

    .input-field > label small {
        float: right;
        color: #67686c;
        font-size: 12px;
        padding-right: 13px;
        margin-top: -8px;
    }


/* ================ widget-featured-property ============== */


.widget-featured-property .card {
    float: left;
    width: 100%;
    display: block;
    border: 0;
}

    .widget-featured-property .card .card-body {
        float: left;
        width: 100%;
        padding-top: 21px;
        padding-bottom: 19px;
        border-bottom: 1px solid #dfe0e5;
    }

        .widget-featured-property .card .card-body h3 {
            margin-bottom: 2px;
        }

        .widget-featured-property .card .card-body p {
            margin-bottom: 0;
        }

    .widget-featured-property .card .img-block h5 {
        top: 5px;
    }

    .widget-featured-property .card .img-block span {
        margin-top: 2px;
    }



.sidebar.layout2 .ps-info > strong {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.sidebar.layout2 .ps-info {
    padding-top: 3px;
}

    .sidebar.layout2 .ps-info > h3 {
        margin-bottom: 2px;
    }

.tab-content {
    float: left;
    width: 100%;
    /* background-color: #fff; */
    margin-bottom: 20px;
    padding: 20px;
    padding-right: 0px;
    min-height: 460px;
}

.tab-pane {
    float: left;
    width: 100%;
}

.list_products {
    float: left;
    width: 100%;
}

    .list_products .card {
        margin-bottom: 30px;
        border: 0;
    }


/* ==================== half-map-sec ================ */

.half-map-sec {
    padding-bottom: 80px;
}

.header.shd {
    -webkit-box-shadow: 0 0 10px rgba(1,1,2,0.08);
    -moz-box-shadow: 0 0 10px rgba(1,1,2,0.08);
    -ms-box-shadow: 0 0 10px rgba(1,1,2,0.08);
    -o-box-shadow: 0 0 10px rgba(1,1,2,0.08);
    box-shadow: 0 0 10px rgba(1,1,2,0.08);
    position: relative;
}

.half_map header .container {
    padding: 0 35px;
    width: 100%;
    max-width: 100%;
}

.half-map-sec .list-products .card .img-block {
    width: 33.2%;
}

.half-map-sec .list-products .card_bod_full {
    width: 66.8%;
}

.half-map-sec > .container > .row > .col-xl-6 {
    padding: 0;
}

.half-map-sec .listing-directs {
    padding: 0 50px 0 35px;
}

.half-map-sec .list_products .row {
    margin: 0;
}

.half-map-sec .list_products > .row > .col-lg-6:nth-child(odd) {
    padding-left: 0;
}

.half-map-sec .list_products > .row > .col-lg-6:nth-child(even) {
    padding-right: 0;
}

.half-map-sec .widget-property-search {
    float: left;
    width: 100%;
    padding: 34px 50px 0 35px;
}

    .half-map-sec .widget-property-search .form_field {
        margin-bottom: 19px;
    }

.half-map-sec .form_field.full {
    width: 100%;
    padding: 0;
}

.half-map-sec .banner-search .form_field {
    padding-right: 0;
}

.half-map-sec .feat-srch .form_field {
    float: right;
}

.half-map-sec .banner-search .form_field:nth-child(2) {
    padding-left: 0;
}

.half-map-sec .form_field {
    width: 25%;
    padding: 0 9px;
}

.half-map-sec .widget-property-search .banner-search {
    padding: 0;
}

.feat-srch {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    margin-top: -7px;
}

    .feat-srch .form_field {
        padding-right: 4px;
    }

.more-feat {
    float: left;
    width: 25%;
    margin-top: 20px;
    padding-left: 0;
}

    .more-feat h3 {
        color: #242526;
        font-size: 12px;
        cursor: pointer;
    }

    .more-feat i {
        font-size: 18px;
        padding-right: 10px;
        position: relative;
        top: 1px;
    }

.feat-srch > .form_field {
    width: 73.9%;
}

    .feat-srch > .form_field .btn {
        border-radius: 0;
    }


.half-map-sec #map-container.fullwidth-home-map {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    z-index: 50;
    height: 100%;
}

form, .ts-form {
    position: relative;
}

    form.ts-labels-inside-input .form-group,
    .ts-form.ts-labels-inside-input .form-group {
        position: relative;
    }

        form.ts-labels-inside-input .form-group label,
        .ts-form.ts-labels-inside-input .form-group label {
            line-height: 2.625rem;
            left: .8125rem;
            opacity: .4;
            pointer-events: none;
            position: absolute;
            top: 0;
            transition: .3s ease;
        }

            form.ts-labels-inside-input .form-group label.focused,
            .ts-form.ts-labels-inside-input .form-group label.focused {
                top: -2.1875rem;
                left: 0;
                font-size: .75rem;
                opacity: 1;
            }

    form .ts-form-advanced-search, .ts-form .ts-form-advanced-search {
        box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
        background-color: #00f;
        bottom: 0;
        color: #fff;
        left: 1rem;
        font-size: .75rem;
        position: absolute;
        padding: 1rem;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

.ts-form__map-search {
    max-height: 100%;
    overflow-y: auto;
    padding: 1rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .ts-form__map-search .ts-form {
        background-color: rgba(255, 255, 255, .95);
        border-radius: .1875rem;
        box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
        padding: 1rem;
    }

.ts-form__map-horizontal {
    height: auto;
    bottom: 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #f8f9fa;
}

    .ts-form__map-horizontal > .container {
    }

.form-control, .custom-select {
    border-width: .0625rem;
    border-color: rgba(0, 0, 0, .1);
    font-size: .9375rem;
    border-radius: .1875rem;
    /* padding: .5rem .75rem; */
    transition: .3s ease;
    min-height: 2.5rem;
    text-align: right;
}

    .form-control:hover, .custom-select:hover {
        border-color: rgba(0, 0, 0, .2);
    }

    .form-control:focus, .custom-select:focus {
        box-shadow: none;
        border-color: #9e9e9e;
    }

.form-group, .input-group {
    margin-bottom: 1.5rem;
}

    .input-group label {
        width: 100%;
    }

    .input-group .form-control:focus ~ .input-group-append .input-group-text {
        border-color: #9e9e9e;
    }

.input-group-append {
    margin-left: 0;
}

    .input-group-append .input-group-text {
        border-color: rgba(25, 25, 25, .15);
        color: rgba(25, 25, 25, .3);
        transition: .3s ease;
        font-size: .875rem;
    }

label:not(.custom-control-label) {
    font-size: 12px;
    font-weight: 600;
}

.custom-checkbox {
    padding-left: 2rem;
}

    .custom-checkbox .custom-control-label {
        color: rgba(0, 0, 0, .5);
        transition: .3s ease;
    }

        .custom-checkbox .custom-control-label:hover {
            cursor: pointer;
        }

        .custom-checkbox .custom-control-label:after {
            top: .125rem;
            left: -1.8125rem;
        }

        .custom-checkbox .custom-control-label:before {
            background-color: #fff;
            border: .0625rem solid rgba(0, 0, 0, .15);
            border-radius: .1875rem;
            height: 1.25rem;
            left: -2rem;
            top: 0;
            width: 1.25rem;
            transition: .3s ease;
        }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
        color: inherit;
    }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
            background-color: #23254c;
            border-color: #23254c;
            box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
        }

    .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    }

    .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
        background-color: rgba(0, 0, 0, .1);
    }

.custom-select {
    cursor: pointer;
    /* padding: .5625rem 1.5rem .5625rem .75rem; */
    height: auto;
    width: 100%;
    color: rgb(77 135 120);
}

    .custom-select.ts-selected {
        color: inherit;
    }

.custom-checkbox {
    margin-bottom: .5rem;
}

select [value=""] {
    color: rgba(0, 0, 0, .5);
}

.ts-icons-checkboxes {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding: 1rem .25rem;
}

    .ts-icons-checkboxes .ts-icon-checkbox {
        margin-right: 1.5rem;
        padding-left: 0;
        width: 100%;
    }

        .ts-icons-checkboxes .ts-icon-checkbox:last-child {
            margin-right: 0;
        }

        .ts-icons-checkboxes .ts-icon-checkbox i {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            top: .5rem;
            right: .5rem;
            font-size: 1.5rem;
            color: #191919;
            -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
            transition: .3s ease;
        }

        .ts-icons-checkboxes .ts-icon-checkbox .form-check-input {
            visibility: hidden;
            position: absolute;
        }

            .ts-icons-checkboxes .ts-icon-checkbox .form-check-input:checked ~ .form-check-label {
                box-shadow: 0 .25rem .3125rem rgba(0, 0, 0, .2);
                -webkit-transform: translateY(-0.125rem);
                transform: translateY(-0.125rem);
                opacity: 1;
            }

                .ts-icons-checkboxes .ts-icon-checkbox .form-check-input:checked ~ .form-check-label img {
                    opacity: 1;
                }

                .ts-icons-checkboxes .ts-icon-checkbox .form-check-input:checked ~ .form-check-label i {
                    -webkit-transform: scale(1) rotate(90.002deg);
                    transform: scale(1) rotate(90.002deg);
                }

        .ts-icons-checkboxes .ts-icon-checkbox .form-check-label {
            cursor: pointer;
            font-weight: normal;
            margin-bottom: 0;
            min-width: 6rem;
            padding: 0;
            opacity: .3;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: .3s ease;
            text-align: center;
            width: 100%;
        }

            .ts-icons-checkboxes .ts-icon-checkbox .form-check-label .ts-icon-checkbox-image {
                display: flex;
                justify-content: center;
                height: 7rem;
                opacity: .7;
                transition: .3s ease;
            }

            .ts-icons-checkboxes .ts-icon-checkbox .form-check-label .ts-icon-checkbox-text {
                background-color: #f8f8f8;
                border-top: .0625rem solid rgba(0, 0, 0, .1);
                display: block;
                padding: .5rem 1rem;
                position: relative;
            }

                .ts-icons-checkboxes .ts-icon-checkbox .form-check-label .ts-icon-checkbox-text:after {
                    border-color: #f8f8f8 transparent transparent transparent;
                    border-style: solid;
                    border-width: .25rem .25rem 0 .25rem;
                    bottom: -0.25rem;
                    content: "";
                    height: 0;
                    left: 0;
                    margin: auto;
                    position: absolute;
                    right: 0;
                    width: 0;
                }

.ts-icons-select {
    display: flex;
    padding: 1.75rem .5rem;
    overflow-x: auto;
    background-color: white;
}

    .ts-icons-select a {
        align-items: center;
        border: .0625rem solid rgb(25 25 25 / 17%);
        display: flex;
        min-width: 14rem;
        padding: 1.5rem 1rem 1.5rem 2rem;
        position: relative;
        margin-left: .75rem;
        margin-right: .75rem;
        width: 100%;
    }

        .ts-icons-select a:hover {
            color: inherit;
            background-color: rgb(233 233 233 / 40%);
        }

        .ts-icons-select a aside {
            background-color: #23254c;
            box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
            color: #fff;
            bottom: 0;
            margin: auto;
            height: 2rem;
            font-size: .75rem;
            line-height: 2rem;
            text-align: center;
            left: -0.8rem;
            width: 2rem;
            position: absolute;
            top: 0;
        }

        .ts-icons-select a img {
            margin-left: 1rem;
            opacity: .5;
        }

        .ts-icons-select a figure {
            margin-bottom: 0;
        }

        .ts-icons-select a h6 {
            margin-bottom: 0;
            font-size: 18px;
            color: #cbb26d;
        }

        .ts-icons-select a small {
            font-size: 16px;
        }

    .ts-icons-select.ts-icons-select__dark {
        background-color: #23254c;
    }

        .ts-icons-select.ts-icons-select__dark a {
            color: #fff;
            border-color: rgba(255, 255, 255, .2);
        }

            .ts-icons-select.ts-icons-select__dark a:hover {
                background-color: rgba(255, 255, 255, .1);
            }

            .ts-icons-select.ts-icons-select__dark a aside {
                color: #191919;
            }

.ts-borderless-inputs .form-control, .ts-borderless-inputs .custom-select,
.ts-borderless-inputs .input-group-append .input-group-text {
    border: none;
}

.ts-box {
    border-radius: .25rem;
    margin-bottom: 2rem;
    position: relative;
}

.rate-info span {
    display: block;
    text-align: center;
    padding: 2px;
}


/* statics */



/*counter*/

.stats-row {
    display: flex;
}

.stats-col {
    height: 100%;
    text-align: center;
    padding: 34px 0px;
}

    .stats-col:nth-child(even) {
        background: rgb(30, 136, 229);
    }

    .stats-col:nth-child(odd) {
    }

    .stats-col i {
        font-size: 50px;
        color: #fff;
    }

    .stats-col h1 {
        font-size: 40px;
        padding: 0;
        font-weight: bold;
        color: #fff;
        font-family: 'Open Sans';
    }

    .stats-col span {
        width: 60px;
        background: #fff;
        height: 2px;
        display: block;
        margin: auto;
    }

    .stats-col p {
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 10px;
    }

@media (max-width: 786px) {
    .stats-col {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .stats-col {
        width: 100%;
    }
}

/* counter shape */
#flag {
    width: 110px;
    height: 56px;
    box-sizing: content-box;
    padding-top: 15px;
    position: relative;
    background: red;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

    #flag:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 13px solid #23254c;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
    }

.counter-item {
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    color: #ffffff;
    font-size: 16px;
    margin: 10px;
    /* max-width: 315px; */
    min-width: 230px;
    overflow: hidden;
    position: relative;
    background-color: #405a53;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    text-align: center;
    height: 200px;
    width: 100%;
    -webkit-transform: translateZ(0);
}

    .counter-item *,
    .counter-item *:before,
    .counter-item *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .counter-item img {
        object-fit: cover;
        max-width: 100%;
        width: inherit;
        opacity: .8;
        margin-top: -13px;
    }

    .counter-item:before,
    .counter-item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 35px;
        left: 0;
        right: 0;
        content: '';
        background-color: #b69a70;
        opacity: 0;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .counter-item:before {
        -webkit-transform: skew(30deg) translateX(-80%);
        transform: skew(30deg) translateX(-80%);
    }

    .counter-item:after {
        -webkit-transform: skew(-30deg) translateX(-70%);
        transform: skew(-30deg) translateX(-70%);
    }

    .counter-item figcaption {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0;
        z-index: 1;
        bottom: 0;
        /* padding: 25px 7% 25px 20px; */
    }

        .counter-item figcaption:before,
        .counter-item figcaption:after {
            position: absolute;
            top: 0;
            bottom: 0;
            border-radius: 25px;
            left: 0;
            right: 0;
            background-color: #b69a70;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
            content: '';
            opacity: 0.5;
            z-index: -1;
        }

        .counter-item figcaption:before {
            -webkit-transform: skew(30deg) translateX(-100%);
            transform: skew(30deg) translateX(-100%);
        }

        .counter-item figcaption:after {
            -webkit-transform: skew(-30deg) translateX(-90%);
            transform: skew(-30deg) translateX(-90%);
        }

    .counter-item h3,
    .counter-item p {
        margin: 0;
        opacity: 0;
    }

    .counter-item h3 {
        font-family: 'Teko', sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
    }

    .counter-item p {
    }

    .counter-item a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .counter-item:hover h3,
    .counter-item.hover h3,
    .counter-item:hover p,
    .counter-item.hover p {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.9;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .counter-item:hover:before,
    .counter-item.hover:before {
        -webkit-transform: skew(30deg) translateX(-20%);
        transform: skew(30deg) translateX(-20%);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .counter-item:hover:after,
    .counter-item.hover:after {
        -webkit-transform: skew(-30deg) translateX(-10%);
        transform: skew(-30deg) translateX(-10%);
    }

    .counter-item:hover figcaption:before,
    .counter-item.hover figcaption:before {
        -webkit-transform: skew(30deg) translateX(-40%);
        transform: skew(30deg) translateX(-40%);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .counter-item:hover figcaption:after,
    .counter-item.hover figcaption:after {
        -webkit-transform: skew(-30deg) translateX(-30%);
        transform: skew(-30deg) translateX(-30%);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.stats-col img {
    max-width: 70px;
}

/* emd of statics */


/*=============================================
=            CTA            =
=============================================*/

.cta-block--shadow {
    -webkit-box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.23);
    box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.23);
}

.cta-block--default-color p {
    color: #ffffff;
    font-size: 24px !important;
}

.cta-block__inner {
    padding-right: 15px;
    padding-left: 15px;
}

.cta-block__light-text {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
}

    .cta-block__light-text span {
        font-size: 48px;
        font-weight: 700;
        line-height: 1;
    }

.cta-block__semi-bold-text {
    font-size: 42px;
    font-weight: 600;
    line-height: 2;
}

.cta-block__semi-bold-text--medium {
    font-size: 36px;
}

.cta-block__bold-text {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.cta-area-bg {
    background-repeat: no-repeat;
    background-image: url("../images/home-center-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .cta-area-bg .contact {
        background-repeat: no-repeat;
        background-color: #476b64;
        background-image: url("../images/cta/support-bg.jpg");
        background-blend-mode: soft-light;
        background-size: cover;
        background-position: center;
    }

/*=====  End of CTA  ======*/


/*=============================================
=            Fun Fact            =
=============================================*/

.fun-fact-wrapper-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fun-fact-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -77px;
    justify-content: center;
}

.single-fun-fact {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
}

.single-fun-fact__number {
    font-weight: 800;
}

@media (max-width:991px) {
    .counter-item {
        width: initial;
    }
}



/*----------------------------------------*/
/*  08. BLOG CSS START
/*----------------------------------------*/
.blog__slider .owl-nav {
    display: flex;
    position: absolute;
    top: -70px;
    right: 0;
}

    .blog__slider .owl-nav div {
        margin: 0 7px;
    }

        .blog__slider .owl-nav div button {
            font-size: 24px;
            color: #333;
            background: transparent;
            -webkit-transition: all 0.1s ease-out 0s;
            -moz-transition: all 0.1s ease-out 0s;
            -ms-transition: all 0.1s ease-out 0s;
            -o-transition: all 0.1s ease-out 0s;
            transition: all 0.1s ease-out 0s;
        }

            .blog__slider .owl-nav div button:hover {
                color: #b69a70;
            }

.blog__item {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .blog__item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(155, 166, 200, 0.2);
        -moz-box-shadow: 0 0 20px 0 rgba(155, 166, 200, 0.2);
        box-shadow: 0 0 20px 0 rgba(155, 166, 200, 0.2);
    }

        .blog__item:hover .blog__thumb img {
            -webkit-transform: scale(1.1) rotate(1deg);
            -moz-transform: scale(1.1) rotate(1deg);
            -ms-transform: scale(1.1) rotate(1deg);
            transform: scale(1.1) rotate(1deg);
        }

.blog__thumb img {
    width: 100%;
}

.blog__content {
    padding: 23px 20px;
}

    .blog__content h3 {
        font-size: 16px;
        margin-bottom: 2px;
    }

        .blog__content h3 a:hover {
            color: #b69a70;
        }

    .blog__content p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
    }

.blog__meta {
    margin-bottom: 12px;
}

    .blog__meta span.date {
        color: #b69a70;
    }

.news-item:hover .news-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-thumb {
    overflow: hidden;
}

.news-content {
    padding-top: 25px;
}

.news-title {
    font-size: 18px;
    margin-bottom: 15px;
}

    .news-title a:hover {
        color: #b69a70;
    }

.news-title-2 {
    font-size: 24px;
    color: #2f7863;
    font-weight: 700;
}

.news-meta {
    margin-bottom: 5px;
}

    .news-meta p {
        color: #888;
    }

        .news-meta p span {
            color: #b69a70;
        }

.news-text p {
    margin-bottom: 23px;
}

.postbox__tag p {
    color: #aaa;
    margin-bottom: 0;
}

    .postbox__tag p a {
        color: #222;
    }

.postbox__bottom {
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
}

.rc-post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc-post-thumb img {
    width: 80px;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rc-post-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    max-height: 39px;
}

    .rc-post-title a:hover {
        color: #b69a70;
    }

.rc-meta span {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    color: #989898;
}

.sidebar-widget-title {
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

    .sidebar-widget-title::after {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 50px;
        background: #b69a70;
    }

.sidebar__categories ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

    .sidebar__categories ul li a {
        font-size: 14px;
        color: #222;
    }

.sidebar__search {
    position: relative;
}

    .sidebar__search input {
        padding-left: 25px;
        padding-right: 55px;
        background: #f4f4f4;
        border-radius: 3px;
        border: 1px solid #e6e6e6;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }

        .sidebar__search input::placeholder {
            color: #bcbcbc;
            font-size: 12px;
        }

    .sidebar__search button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 25px;
        font-size: 16px;
        color: #bcbcbc;
    }

.sidebar__archive ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

    .sidebar__archive ul li a {
        font-size: 14px;
        color: #222;
    }

.post-comments {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.comments-box {
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.comments-avatar {
    float: right;
    margin-right: 20px;
}

    .comments-avatar img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.comments-text {
    overflow: hidden;
    padding-top: 4px;
}

    .comments-text p {
        font-size: 15px;
        color: #222;
    }

        .comments-text p span {
            color: #b5b5b5;
        }

.avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}

    .avatar-name h5 {
        font-size: 14px;
        margin-bottom: 0px;
        display: inline-block;
        color: #222;
    }

    .avatar-name span {
        color: #b5b5b5;
        font-size: 12px;
        text-transform: capitalize;
    }

.reply {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    color: #b5b5b5;
}

    .reply:hover {
        color: #b69a70;
    }

@media (max-width: 575px) {
    .reply {
        position: static;
    }
}

.comments-text p {
    margin-bottom: 0;
    margin-top: 8px;
    color: #5b5b5b;
}

.latest-comments li.children {
    margin-left: 100px;
}

@media (max-width: 575px) {
    .latest-comments li.children {
        margin-left: 15px;
    }
}

.load-comments {
    color: #b69a70;
    font-weight: 500;
}

.conatct-post-form input {
    border: 1px solid #eaeaea;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    outline: none;
}

    .conatct-post-form input::placeholder {
        color: #666;
    }

    .conatct-post-form input:focus {
        border-color: #b69a70;
    }

.conatct-post-form textarea {
    border: 1px solid #eaeaea;
    height: 175px;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    font-size: 14px;
    resize: none;
    outline: none;
}

    .conatct-post-form textarea::placeholder {
        color: #666;
    }

    .conatct-post-form textarea:focus {
        border-color: #b69a70;
    }

.news-page-details-thumb {
    display: block;
    width: 100%;
}

.news-page-details-nav-thumb img {
    object-fit: cover;
    width: 100%;
    max-height: 480px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid;
    border-color: #dee2e6 #dee2e6 #b69a70;
}

.card a {
    display: block;
    width: auto;
    height: auto;
    border-radius: 12px;
}

    .card a i {
        color: #ad9a71;
    }

#accordion .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgb(175 155 114);
}

.accordion .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(45 90 82);
    border-bottom: 1px solid rgb(175 155 114);
    color: #fff;
}

.my-orders h4 {
    font-weight: bold;
}

.header-title i {
    color: #ae9b72;
    font-size: 18px;
}

.max-w-100 {
    max-width: 100%;
}


.side {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

    .side button {
        background: #b69a70;
        color: #fafafa;
        font-size: 20px;
        display: block;
        width: 60px;
        /* height: 60px; */
        text-align: center;
        padding: 12px;
        line-height: 39px;
        text-decoration: none;
        margin: 8px 0;
        border-radius: 6px;
        transition: 0.5s all;
        text-transform: uppercase;
    }

    .side a {
        background: #b69a70;
        color: #fafafa;
        font-size: 20px;
        display: block;
        width: 60px;
        /* height: 60px; */
        text-align: center;
        padding: 12px;
        line-height: 39px;
        text-decoration: none;
        margin: 8px 0;
        border-radius: 6px;
        transition: 0.5s all;
        text-transform: uppercase;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .side button:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #3fb08a;
    }

    .side a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #3fb08a;
    }


/* tooltip */
*[tooltip] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    *[tooltip]:after, *[tooltip]:before {
        visibility: hidden;
        position: absolute;
        margin: 0;
        z-index: 98;
    }

    *[tooltip]:before {
        border-style: solid;
        border-color: #3eb18c transparent;
        content: "";
    }

    *[tooltip]:after {
        background: rgb(62 177 140);
        border-radius: 5px;
        color: #fff;
        content: attr(tooltip);
        padding: 5px 10px;
        font-size: 14px;
    }

    *[tooltip]:before, *[tooltip][tooltip-location="bottom"]:before {
        border-width: 0 6px 6px 6px;
        bottom: auto;
        top: 20px;
        left: 50%;
    }

    *[tooltip]:after, *[tooltip][tooltip-location="bottom"]:after {
        left: 0px;
        top: 26px;
    }

    *[tooltip][tooltip-location="top"]:before {
        border-width: 6px 6px 0px 6px;
        top: auto;
        bottom: 20px;
    }

    *[tooltip][tooltip-location="top"]:after {
        top: auto;
        bottom: 26px;
    }

    *[tooltip][tooltip-location="right"]:before {
        border-width: 6px 6px 0px 6px;
        top: 50%;
        left: 100%;
        transform: rotate(90deg);
    }

    *[tooltip][tooltip-location="right"]:after {
        top: 7%;
        left: calc(100% + 9px);
    }

    *[tooltip][tooltip-location="left"]:before {
        border-width: 6px 6px 0px 6px;
        top: 50%;
        right: 100%;
        left: auto;
        transform: rotate(-90deg);
    }

    *[tooltip][tooltip-location="left"]:after {
        top: -10%;
        left: auto;
        right: calc(100% + 9px);
    }

    *[tooltip]:hover:after, *[tooltip]:hover:before {
        visibility: visible;
    }

    *[tooltip][tooltip-animate]:before, *[tooltip][tooltip-animate][tooltip-location="bottom"]:before, *[tooltip][tooltip-animate]:after, *[tooltip][tooltip-animate][tooltip-location="bottom"]:after {
        margin: 10px 0px 0px 0px;
    }

    *[tooltip][tooltip-animate][tooltip-location="top"]:before, *[tooltip][tooltip-animate][tooltip-location="top"]:after {
        margin: 0px 0px 10px 0px;
    }

    *[tooltip][tooltip-animate][tooltip-location="right"]:before, *[tooltip][tooltip-animate][tooltip-location="right"]:after {
        margin: 0px 0px 0px 10px;
    }

    *[tooltip][tooltip-animate][tooltip-location="left"]:before, *[tooltip][tooltip-animate][tooltip-location="left"]:after {
        margin: 0px 10px 0px 0px;
    }

    *[tooltip][tooltip-animate]:after, *[tooltip][tooltip-animate]:before {
        transition: all 0.3s ease;
        opacity: 0;
    }

    *[tooltip][tooltip-animate]:hover:after, *[tooltip][tooltip-animate]:hover:before {
        margin: 0;
        opacity: 1;
    }

    *[tooltip][tooltip-size="small"]:after {
        width: 50px;
    }

    *[tooltip]:after, *[tooltip][tooltip-size="medium"]:after {
        width: 150px;
    }

    *[tooltip][tooltip-size="large"]:after {
        width: 250px;
    }

.modal .btn-close {
    margin-left: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ededed;
    opacity: 1;
}

/* lang switcher */
.switch {
    display: flex;
}

    .switch span {
        width: 40px;
        padding: 8px;
        background-color: #405a53;
        margin-right: 3px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }

    .switch .active {
        font-weight: bold;
        background-color: #3eb18c;
    }

    .switch span:hover {
        background-color: #3eb18c;
        transition: .2s;
        cursor: pointer;
    }

/* time line */

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline .time-show {
        margin-bottom: 30px;
        margin-left: -75px;
        margin-top: 30px;
        position: relative;
        text-align: left;
    }

        .timeline .time-show a {
            color: #fff;
            min-width: 150px;
        }

    .timeline:before {
        background-color: rgba(173, 181, 189, 0.3);
        bottom: 0px;
        content: "";
        right: 50%;
        position: absolute;
        top: 30px;
        width: 2px;
        z-index: 0;
    }

    .timeline .timeline-icon {
        -webkit-border-radius: 50%;
        background: #98a6ad;
        border-radius: 50%;
        color: #fff;
        display: block;
        height: 21px;
        right: -54px;
        margin-top: -11px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 21px;
    }

        .timeline .timeline-icon i {
            color: #f7f7f7;
            font-size: 12px;
            margin-right: 1px;
            position: relative;
            top: 2px
        }

    .timeline .time-icon:before {
        font-size: 16px;
        margin-top: 5px;
    }

h3.timeline-title {
    color: #98a6ad;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 8px solid transparent;
        border-left: 8px solid #ededed !important;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        right: -7px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .timeline-item.alt:after {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item.alt .timeline-desk .arrow-alt {
        border-bottom: 8px solid #ededed00;
        border-right: 8px solid #ededed !important;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        right: auto;
        margin-top: -10px;
        position: absolute;
        left: -7px;
        top: 50%;
        width: 0;
    }

    .timeline-item.alt .timeline-desk .album {
        float: left;
        margin-top: 20px;
    }

        .timeline-item.alt .timeline-desk .album a {
            float: left;
            margin-right: 5px;
        }

    .timeline-item.alt .timeline-icon {
        right: auto;
        left: -57px;
    }

    .timeline-item.alt:before {
        display: none;
    }

    .timeline-item.alt .panel {
        margin-right: 0;
        margin-left: 45px;
    }

        .timeline-item.alt .panel .panel-body p + p {
            margin-top: 10px !important;
        }

    .timeline-item.alt h4 {
        text-align: left;
        font-weight: bold;
    }

    .timeline-item.alt p {
        text-align: left;
    }

    .timeline-item.alt .timeline-date {
        text-align: left;
    }

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h4 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        font-weight: bold;
    }

    .timeline-desk .panel {
        background: #ededed;
        display: block;
        margin-bottom: 5px;
        margin-right: 45px;
        position: relative;
        text-align: right;
        padding: 20px;
        border-radius: 7px;
    }

    .timeline-desk h5 span {
        color: #f7f7f7;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .timeline-desk p {
        color: #98a6ad;
        font-size: 14px;
        margin-bottom: 0;
    }

    .timeline-desk .album {
        margin-top: 12px;
    }

        .timeline-desk .album a {
            float: right;
            margin-left: 5px;
        }

        .timeline-desk .album img {
            height: 36px;
            width: 36px;
            border-radius: 3px;
        }

    .timeline-desk .notification {
        background: none repeat scroll 100% 0 #fff;
        margin-top: 20px;
        padding: 8px;
    }

.custom-accordion .accordion-arrow {
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    right: auto;
}

.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\F0141";
}


/* search filter start */
.search-filter {
    background-color: #2d5a52;
    margin: 0 0 15px;
    height: 50px;
}

@media (max-width: 991px) {
    .search-filter {
        height: 160px;
    }

    .features-tab .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        padding: 21px 10px;
        position: relative;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        bottom: 18px;
    }
}

@media (max-width: 767px) {
    .search-filter {
        height: auto;
        /* text-align: center; */
    }
}

.search-filter .input-container {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 991px) {
    .search-filter .input-container {
        width: 100%;
        float: none;
    }
}

.search-filter .input-container .input-field {
    background-color: #4d7c74;
    color: #FFF;
    margin: 5px;
    height: 34px;
    border: none;
    outline: none;
    font-size: 12px;
}

@media (max-width: 991px) {
    .search-filter .input-container .input-field {
        margin: 15px 15px 0;
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .search-filter .input-container .input-field {
        margin: 15px 15px 0;
        width: calc(100% - 30px);
    }

    .side {
        position: relative !important;
        bottom: -220px !important;
        display: none;
        justify-content: space-evenly;
    }

    .bg-home {
        position: relative;
        padding: 200px 0px 240px;
        background-image: url(../images/home-center-bg.jpg);
        max-height: 40vh;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.search-filter .button-container {
    min-width: 90px;
    margin-right: 9px;
}

@media (max-width: 767px) {
    .search-filter .button-container {
        width: 100%;
        padding: 15px;
    }
}

.search-filter .button-container button {
    background-color: #b69a70;
    color: #FFF;
    height: 34px;
    margin-top: 8px;
    width: 80%;
}

@media (max-width: 991px) {

    /* new code end 8-3-2023 by Tareq */
    ul {
        padding: 0 0px !important;
    }

    .search-filter .button-container button {
        margin: 15px;
        width: 120px;
    }

    .orders-filter-bg {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search-filter .button-container button {
        margin: 0;
        display: block;
        width: 100%;
    }

    .programs .the-tabs li span {
        width: 300px;
    }
}

.search-filter ::-webkit-input-placeholder {
    color: #FFF;
}

.search-filter ::-moz-placeholder {
    color: #FFF;
}

.search-filter :-ms-input-placeholder {
    color: #FFF;
}

.search-filter :-moz-placeholder {
    color: #FFF;
}

.search-filter .custom-checkboxes {
    position: absolute;
    background-color: #414141;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 2;
    display: none;
}

    .search-filter .custom-checkboxes li label {
        margin: 0 5px 0 0;
        padding: 10px;
        display: block;
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #5f5e5e;
        position: relative;
        cursor: pointer;
    }

        .search-filter .custom-checkboxes li label:before {
            content: '';
            border: 2px solid #FFF;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            top: 2px;
            padding: 6px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .search-filter .custom-checkboxes li input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: none;
    }

        .search-filter .custom-checkboxes li input[type=checkbox]:checked + label:after {
            font-family: 'FontAwesome';
            content: "\f00c";
            color: #ab986c;
            position: absolute;
            right: auto;
            left: 12px;
            top: 4px;
            font-size: 20px;
        }

.form-group.scj-picker {
    position: relative;
}

/* serach filter end */


/* start of news archive */
.news-archive-cont {
    margin-top: 40px;
    margin-bottom: 50px;
}

.news-heading-text {
    font-size: 14px;
    font-weight: bold;
    color: #52796d;
}

.news-desc-text {
    font-size: 12px;
    margin-top: 10px;
    color: #000;
    margin-bottom: 10px;
}

.news-date-bg {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}

.news-text-cont {
    position: relative;
    /*height: 100%;*/
    display: block;
    min-height: 100px;
}


.data-text {
    padding: 5px;
    color: #52786c;
    border-top: 1px dotted #b69a70;
}

.news-tail-cont {
    background-color: #fbfbfb;
    padding: 10px;
    display: block;
    margin-bottom: 30px;
    border-bottom: 2px solid #2d582a;
    border-radius: 10px;
    border-top: 2px solid #2d582a;
    min-height: 280px !important;
}

    .news-tail-cont:hover {
        box-shadow: -1px 1px 13px #888888;
        transition: .5s;
    }

.news-img.col-xs-12 img {
    height: 100px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 766px) {
    .news-text-cont {
        margin-top: 10px;
        min-height: 123px;
    }
}
/* end of news archive */

/* transaction -inq */


.forms-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.forms {
    display: flex;
    margin-top: 30px;
}

.form-wrapper {
    animation: hideLayer .3s ease-out forwards;
}

    .form-wrapper.is-active {
        animation: showLayer .3s ease-in forwards;
    }

@keyframes showLayer {
    50% {
        z-index: 1;
    }

    100% {
        z-index: 1;
    }
}

@keyframes hideLayer {
    0% {
        z-index: 1;
    }

    49.999% {
        z-index: 1;
    }
}

.switcher {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    color: #999;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateX(0);
    /* transition: all .3s ease-out; */
}

.form-wrapper.is-active .switcher-login {
    color: #466f67;
    transform: translateX(-40px);
}

.form-wrapper.is-active .switcher-signup {
    color: #466f67;
    transform: translateX(20px);
}

.underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 2px;
}

    .underline::before {
        content: '';
        position: absolute;
        top: 0;
        left: inherit;
        display: block;
        width: inherit;
        height: inherit;
        background-color: currentColor;
        transition: transform .2s ease-out;
    }

.switcher-login .underline::before {
    transform: translateX(101%);
}

.switcher-signup .underline::before {
    transform: translateX(-101%);
}

.form-wrapper.is-active .underline::before {
    transform: translateX(0);
}

.form {
    overflow: hidden;
    min-width: 260px;
    margin-top: 50px;
    padding: 30px 25px;
    border-radius: 5px;
    transform-origin: top;
}

.form-login {
    animation: hideSignup .3s ease-out forwards;
    border-radius: 100%;
    height: 460px;
}

.form-wrapper.is-active .form-login {
    animation: showSignup .3s ease-in forwards;
    border-top: 2px solid #b69a70;
    border-bottom: 2px solid #b69a70;
    border-radius: 30px;
    min-height: 370px;
}

@keyframes showLogin {
    0% {
        background: #e3e3e4;
        transform: translate(40%, 10px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
}

@keyframes hideLogin {
    0% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        background: #e3e3e4;
        transform: translate(40%, 10px);
    }
}

.form-signup {
    animation: hideLogin .3s ease-out forwards;
    min-height: 370px;
}

.form-wrapper.is-active .form-signup {
    animation: showLogin .3s ease-in forwards;
    border-top: 2px solid #b69a70;
    border-bottom: 2px solid #b69a70;
    border-radius: 30px;
    height: 460px;
}

@keyframes showSignup {
    0% {
        background: #e3e3e4;
        transform: translate(-40%, 10px) scaleY(.8);
    }

    50% {
        transform: translate(0, 0) scaleY(.8);
    }

    100% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }
}

@keyframes hideSignup {
    0% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }

    50% {
        transform: translate(0, 0) scaleY(.8);
    }

    100% {
        background: #e3e3e4;
        transform: translate(-40%, 10px) scaleY(.8);
    }
}

.form fieldset {
    position: relative;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease-out;
}

.form-login fieldset {
    transform: translateX(-50%);
}

.form-signup fieldset {
    transform: translateX(50%);
}

.form-wrapper.is-active fieldset {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .4s ease-in, transform .35s ease-in;
}

.form legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.input-block {
    margin-bottom: 20px;
}

    .input-block label {
        font-size: 14px;
    }

    .input-block input {
        display: block;
        width: 100%;
        margin-top: 8px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 40px;
        color: #3b4465;
        border: .5px solid #eee;
        border-bottom: 2px solid #cdcdcd;
    }

.form [type='submit'] {
    opacity: 0;
    display: block;
    min-width: 120px;
    margin: 30px auto 10px;
    font-size: 18px;
    line-height: 40px;
    transition: all .3s ease-out;
}

.form-wrapper.is-active .form [type='submit'] {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s ease-in;
}

.btn-login {
    color: #fbfdff;
    background: #a7e245;
    transform: translateX(-30%);
}

.btn-signup {
    color: #a7e245;
    background: #fbfdff;
    box-shadow: inset 0 0 0 2px #a7e245;
    transform: translateX(30%);
}

.input-block input:focus {
    border-bottom: 3px solid #2d5a52;
    transition: .2s;
}


/* transaction -inq */


.forms-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.forms {
    display: flex;
    margin-top: 30px;
}

.form-wrapper {
    animation: hideLayer .3s ease-out forwards;
}

    .form-wrapper.is-active {
        animation: showLayer .3s ease-in forwards;
    }

@keyframes showLayer {
    50% {
        z-index: 1;
    }

    100% {
        z-index: 1;
    }
}

@keyframes hideLayer {
    0% {
        z-index: 1;
    }

    49.999% {
        z-index: 1;
    }
}

.switcher {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    color: #999;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateX(0);
    /* transition: all .3s ease-out; */
}

.form-wrapper.is-active .switcher-login {
    color: #466f67;
    transform: translateX(-40px);
}

.form-wrapper.is-active .switcher-signup {
    color: #466f67;
    transform: translateX(20px);
}

.underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 2px;
}

    .underline::before {
        content: '';
        position: absolute;
        top: 0;
        left: inherit;
        display: block;
        width: inherit;
        height: inherit;
        background-color: currentColor;
        transition: transform .2s ease-out;
    }

.switcher-login .underline::before {
    transform: translateX(101%);
}

.switcher-signup .underline::before {
    transform: translateX(-101%);
}

.form-wrapper.is-active .underline::before {
    transform: translateX(0);
}

.form {
    overflow: hidden;
    min-width: 260px;
    margin-top: 50px;
    padding: 30px 25px;
    border-radius: 5px;
    transform-origin: top;
}

.form-login {
    animation: hideSignup .3s ease-out forwards;
    height: 460px;
}

.form-wrapper.is-active .form-login {
    animation: showSignup .3s ease-in forwards;
    border-top: 2px solid #b69a70;
    border-bottom: 2px solid #b69a70;
    border-radius: 30px;
    min-height: 370px;
}

@keyframes showLogin {
    0% {
        background: #e3e3e4;
        transform: translate(40%, 10px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
}

@keyframes hideLogin {
    0% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        background: #e3e3e4;
        transform: translate(40%, 10px);
    }
}

.form-signup {
    animation: hideLogin .3s ease-out forwards;
    min-height: 370px;
}

.form-wrapper.is-active .form-signup {
    animation: showLogin .3s ease-in forwards;
    border-top: 2px solid #b69a70;
    border-bottom: 2px solid #b69a70;
    border-radius: 30px;
    height: 460px;
}

@keyframes showSignup {
    0% {
        background: #e3e3e4;
        transform: translate(-40%, 10px) scaleY(.8);
    }

    50% {
        transform: translate(0, 0) scaleY(.8);
    }

    100% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }
}

@keyframes hideSignup {
    0% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }

    50% {
        transform: translate(0, 0) scaleY(.8);
    }

    100% {
        background: #e3e3e4;
        transform: translate(-40%, 10px) scaleY(.8);
    }
}

.form fieldset {
    position: relative;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease-out;
}

.form-login fieldset {
    transform: translateX(-50%);
}

.form-signup fieldset {
    transform: translateX(50%);
}

.form-wrapper.is-active fieldset {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .4s ease-in, transform .35s ease-in;
}

.form legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.input-block {
    margin-bottom: 20px;
}

    .input-block label {
        font-size: 14px;
    }

    .input-block input {
        display: block;
        width: 100%;
        margin-top: 8px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 40px;
        color: #3b4465;
        border: .5px solid #eee;
        border-bottom: 2px solid #cdcdcd;
    }

.form [type='submit'] {
    opacity: 0;
    display: block;
    min-width: 120px;
    margin: 30px auto 10px;
    font-size: 18px;
    line-height: 40px;
    transition: all .3s ease-out;
}

.form-wrapper.is-active .form [type='submit'] {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s ease-in;
}

.btn-login {
    color: #fbfdff;
    background: #a7e245;
    transform: translateX(-30%);
}

.btn-signup {
    color: #a7e245;
    background: #fbfdff;
    box-shadow: inset 0 0 0 2px #a7e245;
    transform: translateX(30%);
}

.input-block input:focus {
    border-bottom: 3px solid #2d5a52;
    transition: .2s;
}

.home-img img {
    max-height: 210px;
    /* position: relative; */
    top: -30px;
    right: 60px;
}

.nav-pills .nav-link.active p {
    color: #bababa;
}

.owl-rtl .owl-nav {
    left: auto;
}

rc-post-thumb ms-2 ul {
    padding: 0px;
}

.inq-form {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.text-error {
    color: #b69a70;
    text-shadow: rgb(182 154 112 / 46%) -5px 1px, rgb(182 154 112 / 64%) -10px 3px;
    font-size: 84px;
    line-height: 90px;
}

.error-text-box {
    font-size: 10rem;
    min-height: 200px;
}

    .error-text-box .text {
        fill: none;
        stroke-width: 6;
        stroke-linejoin: round;
        stroke-dasharray: 30 100;
        stroke-dashoffset: 0;
        animation: stroke 9s infinite linear;
    }

        .error-text-box .text:nth-child(5n + 1) {
            stroke: #ff5b5b;
            animation-delay: -1.2s;
        }

        .error-text-box .text:nth-child(5n + 2) {
            stroke: #f9c851;
            animation-delay: -2.4s;
        }

        .error-text-box .text:nth-child(5n + 3) {
            stroke: #b69a70;
            animation-delay: -3.6s;
        }

        .error-text-box .text:nth-child(5n + 4) {
            stroke: #35b8e0;
            animation-delay: -4.8s;
        }

        .error-text-box .text:nth-child(5n + 5) {
            stroke: #10c469;
            animation-delay: -6s;
        }

@keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .error-text-box .text {
        fill: #ff5b5b;
        stroke: #ff5b5b;
        stroke-width: 6;
        stroke-dasharray: 0 0;
        stroke-dashoffset: 0;
        animation: none;
    }
}

.logout-checkmark {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0;
}

    .logout-checkmark .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
        animation: dash 2s ease-in-out;
    }

    .logout-checkmark .spin {
        animation: spin 2s;
        transform-origin: 50% 50%;
    }

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* new code start 8-3-2023 by Tareq */

.support-info-right {
    background-color: #2f4a43;
    color: white;
    padding: 5px;
    text-align: center;
    position: relative;
}



    .support-info-right:before, .support-info-right:after {
        border-right: 2px solid;
        content: '';
        display: block;
        font-weight: bold;
        height: 8px;
        margin-top: -6px;
        position: absolute;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(57deg);
        left: -13px;
        top: 50%;
        width: 0;
    }

    .support-info-right:after {
        margin-top: -1px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(303deg);
    }

.support-info-right {
    padding: 10px;
    background-color: #f7f7f7;
    color: #547b6f;
    font-weight: bold;
    border-left: 1px solid #547b6f;
}

.support-info-left {
    padding: 10px;
    background-color: #f7f7f7;
    border-left: 1px solid #ad9972;
}

.support-info-form .card-header {
    padding: 15px;
    font-weight: bold;
    border-bottom: 2px solid rgb(173 153 114);
}

.attach-name {
    background-color: #ad9972;
    padding: 5px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px;
}

    .attach-name i {
        color: #fff !important;
    }

.coment-card p {
    border-top: 1px solid #ac9871;
    padding-top: 8px;
    margin-top: 15px;
}

.card.coment-card {
    background-color: white;
    border-right: 2px solid #ad9972;
    margin-bottom: 10px;
}
/* start of timeline */

/*================================== TIMELINE ==================================*/
/*-- GENERAL STYLES ------------------------------*/
.support-timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    /* text-align: left; */
    padding: 0;
    width: 100%;
}

    .support-timeline h1, .support-timeline h2, .support-timeline h3, .support-timeline h4, .support-timeline h5, .support-timeline h6 {
        line-height: inherit;
        font-size: 16px;
        font-weight: bold;
        color: #547b6f;
    }

.timeline-title i {
    color: #89743e;
}
/*----- TIMELINE ITEM -----*/
.support-timeline-item {
    padding-right: 40px;
    position: relative;
    /* border: 2px solid; */
}

    .support-timeline-item:last-child {
        padding-bottom: 0;
    }
/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 15px;
    color: #89743e;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 5px;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
}

    .timeline-marker:before {
        background: #547b6f;
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    }

    .timeline-marker:after {
        content: "";
        width: 3px;
        background: #ccd5db;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

.support-timeline-item:last-child .timeline-marker:after {
    content: none;
}

.support-timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #547b6f;
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
    border-bottom: 2px solid #dedede;
    border-radius: 5px;
    padding: 10px;
}

    .timeline-content p:last-child {
        margin-bottom: 0;
    }

.time-line-name {
    color: #89743e;
}

.timeline-content h3 {
    color: #547b6f;
    line-height: 25px;
}

.Start-time-line .timeline-content h3 {
    color: #000;
    text-align: center;
}

.support-timeline .tab-title {
    text-align: center;
    padding: 10px;
    background-color: #f2f2f2;
}

.Start-time-line .timeline-content {
    background-color: #e6e1d1;
    line-height: 8px;
    padding-bottom: 6px;
    padding-top: 13px;
}


/* --time line state --*/


.timeline-stat {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 0px;
    color: #89743e;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 5px;
}

.stat-01 {
    border-top: 2px solid #4d8778;
}

.stat-02 {
    border-top: 2px solid #89743e;
}

.stat-03 {
    border-top: 2px solid #893e3e;
}

.stat-04 {
    border-top: 2px solid #359aaa;
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

    .period .timeline-info {
        display: none;
    }

    .period .timeline-marker:before {
        background: transparent;
        content: "";
        width: 15px;
        height: auto;
        border: none;
        border-radius: 0;
        top: 0;
        bottom: 30px;
        position: absolute;
        border-top: 3px solid #ccd5db;
        border-bottom: 3px solid #ccd5db;
    }

    .period .timeline-marker:after {
        content: "";
        height: 32px;
        top: auto;
    }

    .period .timeline-content {
        padding: 40px 0 70px;
    }

    .period .timeline-title {
        margin: 0;
    }
/*---------------------------------------------- MOD: TIMELINE SPLIT ----------------------------------------------*/
@media (min-width: 768px) {
    .timeline-split .timeline, .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item, .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info, .timeline-centered .timeline-info, .timeline-split .timeline-marker, .timeline-centered .timeline-marker, .timeline-split .timeline-content, .timeline-centered .timeline-content, .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content, .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info, .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}
/*---------------------------------------------- TIMELINE CENTERED ----------------------------------------------*/
@media (min-width: 992px) {

    .timeline-centered, .timeline-centered .support-timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

        .timeline-centered .timeline-item {
            padding-bottom: 40px;
            overflow: hidden;
        }

        .timeline-centered .timeline-marker {
            position: absolute;
            left: 50%;
            margin-left: -7.5px;
        }

        .timeline-centered .timeline-info, .timeline-centered .timeline-content {
            width: 50%;
        }

        .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
            float: left;
            text-align: left;
            padding-right: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
            float: left;
            text-align: left;
            padding-right: 30px;
        }

        .timeline-centered > .timeline-item.period .timeline-content {
            float: none;
            padding: 0;
            width: 100%;
            text-align: center;
        }

        .timeline-centered .timeline-item.period {
            padding: 50px 0 90px;
        }

        .timeline-centered .period .timeline-marker:after {
            height: 30px;
            bottom: 0;
            top: auto;
        }

        .timeline-centered .period .timeline-title {
            left: auto;
        }
}

.swal2-actions .btn {
    margin-left: 5px;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.new-des p:nth-child(1) {
    display: none;
}

.new-des p:nth-child(3) {
    display: none;
}

.new-des p {
    min-height: 110px;
}

.fixed-top .btn-custom {
    background-color: #476b64;
}

.icon-bar {
    width: 50%; /* Set a specific width */
    top: 100px;
    position: relative;
    background-color: #5555555e; /* Dark-grey background*/
    overflow: auto;
    margin: auto;
}

    .icon-bar a {
        display: block;
        float: right;
        text-align: center; /* Center-align text */
        padding: 12px 0; /* Add some padding */
        width: 20%;
        transition: all 0.3s ease; /* Add transition for hover effects */
        color: white; /* White text color */
        font-size: 36px; /* Increased font-size */
    }

    .icon-bar button {
        display: block;
        float: left;
        text-align: center;
        padding: 12px 0;
        width: 20%;
        transition: all 0.3s ease;
        color: white;
        font-size: 36px;
    }


    .icon-bar a:hover {
        background-color: #000; /* Add a hover color */
    }



.productContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .productContainer .card {
        height: auto;
        overflow: hidden;
        max-width: 280px;
        border-radius: 1rem;
        margin: 10px;
        transition: transform 0.5s, box-shadow 0.5s;
        box-shadow: 0px 0px 20px 1px rgb(204 204 204 / 50%);
    }

        .productContainer .card:hover {
            transform: translateY(-15px);
            box-shadow: 0px 10px 20px 0px rgb(204 204 204 / 50%);
        }

        .productContainer .card .header {
            z-index: 2;
            display: block;
            position: relative;
            text-align: center;
            width: 100%;
            padding-top: 15px;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            /* border-radius: 0rem 0rem 4rem 0rem; */
        }

            .productContainer .card .header::before {
                content: "";
                top: 0;
                right: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                position: absolute;
                /* border-radius: 0rem 0rem 4rem 0rem; */
            }

            .productContainer .card .header img {
                width: 35%;
            }

        .productContainer .card .footer {
            z-index: 2;
            text-align: center;
            position: relative;
            padding: 20px 20px 20px 20px;
        }

            .productContainer .card .footer::before {
                content: "";
                top: 0px;
                left: 0;
                width: 100%;
                z-index: -1;
                height: 100%;
                position: absolute;
                background-color: #fff;
                /* border-radius: 3rem 0rem 0rem 0rem; */
            }

            .productContainer .card .footer .title {
                margin-bottom: .4rem;
                color: #2d5a52;
            }

            .productContainer .card .footer p {
                font-size: 14px;
                /* min-height: 114px; */
            }

        .productContainer .card:nth-child(2) .header img {
            /* width: 35%; */
        }

        .productContainer .card:nth-child(3) .header img {
            width: 25%;
        }

        .productContainer .card:nth-child(1) .header::before {
            /* background-image: linear-gradient(to bottom, #476b64, #23252c); */
        }

        .productContainer .card:nth-child(1) .footer {
            background: #23252c;
        }

        .productContainer .card:nth-child(2) .header::before {
            /* background-image: linear-gradient(to bottom, #b69a70, #23252c); */
        }

        .productContainer .card:nth-child(2) .footer {
            background: #23252c;
        }

        .productContainer .card .header::before {
            background: rgb(45,90,82);
        }

        .productContainer .card:nth-child(3) .footer {
            background: #ffffff;
        }

        .productContainer .card:nth-child(4) .header::before {
            /* background-image: linear-gradient(to bottom, #b69a70, #23252c); */
        }

        .productContainer .card:nth-child(4) .footer {
            background: #23252c;
        }



        .productContainer .card:nth-child(1) .buyNow {
            color: #2f354d;
            border: 2px solid #2f354d;
        }

            .productContainer .card:nth-child(1) .buyNow:hover {
                color: #fff;
                background-color: #2f354d;
            }

        .productContainer .card:nth-child(2) .buyNow {
            color: #01408f;
            border: 2px solid #01408f;
        }

            .productContainer .card:nth-child(2) .buyNow:hover {
                color: #fff;
                background-color: #01408f;
            }

        .productContainer .card:nth-child(3) .buyNow {
            color: #e93632;
            border: 2px solid #e93632;
        }

            .productContainer .card:nth-child(3) .buyNow:hover {
                color: #fff;
                background-color: #e93632;
            }

@media (max-width: 1248px) {
    .productContainer {
        /* margin-top: 29rem; */
    }
}

@media (max-width: 832px) {
    .productContainer:nth-child(1) {
        margin-top: 92rem;
    }
}


.title h2 {
    font-size: 20px;
    font-weight: bold;
}


.service-card {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 22em;
    max-width: 80%;
    /* padding: 2em 0; */
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12);
    transition: all 0.35s ease;
}

    .service-card::before, .service-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        height: 4px;
    }

    .service-card::before {
        width: 0;
        opacity: 0;
        transition: opacity 0 ease, width 0 ease;
        transition-delay: 0.5s;
    }

    .service-card::after {
        width: 100%;
        background: white;
        transition: width 0.5s ease;
    }

    .service-card .content {
        width: 18em;
        max-width: 80%;
    }

    .service-card .logo {
        margin: 0 0 1em;
        width: 10.625em;
        transition: all 0.35s ease;
    }

    .service-card h6 {
        color: #999;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        letter-spacing: 2px;
    }

    .service-card .hover_content {
        overflow: hidden;
        max-height: 0;
        transform: translateY(1em);
        transition: all 0.55s ease;
    }

        .service-card .hover_content p {
            margin: 1.5em 0 0;
            color: #6E6E70;
            line-height: 1.4em;
        }

    .service-card:hover {
        width: 24em;
        box-shadow: 0 10px 20px 0 rgba(32, 32, 36, 0.12);
    }

        .service-card:hover::before {
            width: 100%;
            opacity: 1;
            transition: opacity 0.5s ease, width 0.5s ease;
            transition-delay: 0;
        }

        .service-card:hover::after {
            width: 0;
            opacity: 0;
            transition: width 0 ease;
        }

        .service-card:hover .logo {
            margin-bottom: 0.5em;
        }

        .service-card:hover .hover_content {
            max-height: 10em;
            transform: none;
            transition: 0;
        }

.productContainer .card .header img {
    width: 70px;
}

    .productContainer .card .header img:hover {
        width: 75px;
    }

.header {
    height: 98px;
}

.traineeship {
    min-height: 360px;
}

/*news card */


.news-container .overview p {
    color: #3577e7;
    display: inline-block;
    margin-top: 50px;
    transition: 0.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
}

.news-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.7s cubic-bezier(0.82, 0.1, 0, 0.99);
    padding-right: 0px;
    background-image: url(../images/scj-colord-pattren-01.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 18px;
}

    .news-container:hover {
        box-shadow: 0px 15px 40px 5px #dedfe3;
        cursor: pointer;
        transform: translateY(-10px);
    }

.dark .news-container:hover {
    box-shadow: none;
}

.dark .news-item {
    background-color: transparent;
}

.dark .news-title-2 {
    color: #fff;
}

.dark .news-wrapper {
    background: #383c46;
}

.sidebar-post.rc-post {
    margin-right: 10px;
}

.news-container:hover .overview p {
    opacity: 1;
}

.news-container:hover .fa-chevron-right {
    opacity: 1;
    animation-name: left-right;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: aternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

.news-container:hover .img {
    background-size: 160%;
}

.news-container .fa-chevron-right {
    color: #3577e7;
    opacity: 0;
    font-size: 12px;
    margin-left: 2px;
    transition: 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.news-container .left {
    height: 160px;
    width: 250px;
    margin: 0px 0px 0px 15px;
    background-color: #405a53;
    transition: 0.5s ease-in-out;
    transition-delay: 0.5s;
    /* border-top-left-radius: 30px !important; */
}

.news-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: 155%;
    transition: 0.5s ease-in-out;
    transition-delay: 0.15s;
    height: 100%;
    /* border-top-left-radius: 30px !important; */
}

.news-container .right {
    justify-content: flex-end;
    width: 75%;
    padding-left: 8px;
}

@keyframes left-right {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

.home-img {
}


.contact i {
    color: #b69a70;
    width: 70px;
    height: 70px;
    border: 1px solid;
    line-height: 70px;
    font-size: 34px;
    border-radius: 50px;
}

.contact .cta-block {
    border: 1px dotted#b69a70;
    display: block;
    padding: 15px;
    border-radius: 15px;
}

.steps-head {
    cursor: default;
}

.right p {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    font-weight: normal !important;
    !i;
    !;
}

.right a {
    height: 23px;
    overflow: hidden;
    display: block;
    font-weight: bold;
}

.news-text h3 {
    font-size: 16px;
}

#v-pills-timeline i {
    font-size: 12px;
    color: #b69a70;
}

.region-content iframe {
    max-width: 100%;
}

.ribon, .cta-area.ribbon {
    padding: 15px 40px;
    text-align: center;
    position: relative;
    left: -10px;
    display: inline-block;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 50px;
}

    .ribonBefore, .cta-area .ribbon:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 2px;
        border-style: solid;
        border-width: 5px;
    }

    .cta-area .ribbon.two {
        background-color: #b69a70;
    }

        .cta-area .ribbon.two:before {
            border-color: #b69a70;
        }

.ribonBefore, .ribbon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    border-style: solid;
    border-width: 5px;
}

.ribon, .cta-area .ribbon {
    padding: 11px 0px;
    text-align: center;
    position: absolute;
    left: -6px;
    font-size: 12px;
    top: 0px;
    display: inline-block;
    color: #fff;
    /* border-top-right-radius: 20px; */
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 238px;
}

.ribbon-wrapper-green {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 114px;
    height: 88px;
    overflow: hidden;
    position: fixed;
    top: -10px;
    left: -3px;
    z-index: 2000;
    /* border-radius: 75px; */
}

.ribbon-green {
    /* border-top-right-radius: 15px; */
    border-bottom-right-radius: 15px;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 4px;
    top: 22px;
    width: 124px;
    background-color: #b69a70;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); */
    /* background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); */
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        /* border-top: 3px solid #6e8900; */
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-green:before {
        right: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .ribbon-green:after {
        left: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0,0,0,0.05);
    /* padding: 10px; */
    margin: 10px 20px;
    padding: 0px !important;
    display: inline-block;
}

.map-loaction iframe {
    width: 100%;
    height: 250px;
}

@media (max-width: 1024px) {
    .cta-block__semi-bold-text--medium {
        font-size: 26px;
    }

    .support-info-left {
        padding: 10px;
        background-color: #f7f7f7;
        text-align: center;
        border-left: 1px solid #ad9972;
    }

    .support-info-right:before, .support-info-right:after {
        display: none;
    }


    .pagination {
        margin-top: 15px !important;
    }

    .cta-block__light-text {
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
    }

        .cta-block__light-text span {
            font-size: 25px;
            font-weight: 700;
            line-height: 1;
        }

    .ribbon-wrapper-green {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        width: 114px;
        height: 88px;
        overflow: hidden;
        position: fixed;
        top: 50px;
        left: -3px;
        z-index: 2000;
        /* border-radius: 75px; */
    }

    .section {
        position: relative;
        padding-top: 80px;
        padding-bottom: 0px;
        background-image: url(../images/scj-colord-pattren-01.svg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 98px;
    }
}

.news-wrapper table {
    width: 100% !important;
}



/* font size changer */

.row p {
    line-height: calc(var(--line-height) * 1.5);
    font-size: var(--font-size);
}

input[type=range] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    height: 12px;
    margin: 0;
    border: none;
    padding: 1px 2px;
    border-radius: 14px;
    background: #c7c7c7;
    outline: none;
}

    input[type=range]::-moz-range-track {
        border: inherit;
        background: transparent;
    }

    input[type=range]::-ms-track {
        border: inherit;
        color: transparent;
        background: transparent;
    }

    input[type=range]::-ms-fill-lower,
    input[type=range]::-ms-fill-upper {
        background: transparent;
    }

    input[type=range]::-ms-tooltip {
        display: none;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 40px;
        height: 18px;
        border: none;
        border-radius: 12px;
        background: #1a3d37;
    }

    input[type=range]::-moz-range-thumb {
        width: 40px;
        height: 18px;
        border: none;
        border-radius: 12px;
        background: #1a3d37;
    }

    input[type=range]::-ms-thumb {
        width: 40px;
        height: 18px;
        border-radius: 12px;
        border: 0;
        background: #1a3d37;
    }

html.gray-scale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    filter: grayscale(100%);
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}



/* gray scal settings*/

.graysacle .checkbox {
    opacity: 0;
    position: absolute;
}

.graysacle .label {
    background-color: #476b64;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 21px;
    width: 47px;
    transform: scale(1.2);
    margin: auto;
}

    .graysacle .label .ball {
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        height: 18px;
        width: 18px;
        transform: translateX(0px);
        transition: transform 0.2s linear;
    }

.graysacle .checkbox:checked + .label .ball {
    transform: translateX(24px);
}


.graysacle .fa {
    color: #cbcbcb;
}

.graysacle .fa-sun {
    color: #b69a70;
}

/* grayscal settings*/




body.dark {
    background: #292C35;
    color: #fff;
}

.dark-mode .checkbox {
    opacity: 0;
    position: absolute;
}

.dark-mode .label {
    background-color: #476b64;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 21px;
    width: 47px;
    transform: scale(1.2);
    margin: auto;
}

    .dark-mode .label .ball {
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        height: 18px;
        width: 18px;
        transform: translateX(0px);
        transition: transform 0.2s linear;
    }

.dark-mode .checkbox:checked + .label .ball {
    transform: translateX(24px);
}


.dark-mode .fa-moon {
    color: #cbcbcb;
}

.dark-mode .fa-sun {
    color: #b69a70;
}
/* dark mode*/
.dark .card .footer {
    background: #000 !important;
}

.dark .bg-light {
    background-color: #292C35 !important;
}

.dark .container.scj-content {
    background-color: #292C35;
    box-shadow: none;
}

.dark .mainTitle {
    width: 100%;
    border-top: 4px solid #2d5a52;
    border-bottom: 1px solid #b69a70;
    background: #292C35;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 4px 5px;
    line-height: 49px;
}

.dark .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #383c46;
    background-clip: border-box;
    border: 0 solid #f7f7f7;
    border-radius: 0.25rem;
    box-shadow: none;
}

.dark .features-tab .nav-link.active {
    color: #ffffff !important;
    background-color: #383c46 !important;
}

.dark .features-tab .active h5 {
    color: #fff;
}

.dark .features-tab .nav-link {
    color: #bebebe;
    background: rgb(0 0 0 / 13%);
    /* bottom: -19px; */
}

.dark .tabs-cont-bg {
    background-color: #383c46;
    box-shadow: none;
}

.dark .tabs-bg {
    padding: 10px;
    background-color: #2a2f37;
    box-shadow: none;
    border-radius: 15px;
}

.dark .text-primary {
    color: #88c5b6 !important;
}




/* new services UI*/


.new-services.card {
    position: relative;
    width: 320px;
    height: 420px;
    background: #122936;
    border-radius: 20px;
    overflow: hidden;
}

    .new-services .card::before {
        content: "";
        position: absolute;
        top: -50%;
        width: 100%;
        height: 100%;
        background: #2d5a52;
        transform: skewY(351deg);
        transition: 0.5s;
        border-radius: 30px;
    }

    .new-services .card:hover::before {
        top: -43%;
        transform: skewY(360deg);
    }

    .new-services .card::after {
        content: "\f085";
        position: absolute;
        bottom: 0;
        left: 0;
        font-weight: 600;
        font-size: 10em;
        color: rgb(0 0 0 / 1%);
        font-family: 'Font Awesome 5 Free';
    }

    .new-services .card .imgBx {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        z-index: 1;
    }

        .new-services .card .imgBx img {
            max-width: 36%;
            transition: 0.5s;
        }

    .new-services .card:hover .imgBx img {
        max-width: 50%;
    }

    .new-services .card .contextBx {
        margin-top: 30px;
        position: relative;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
        min-height: 160px;
    }

        .new-services .card .contextBx h3 {
            /* font-size: 18px; */
            color: #2d5a52;
            font-weight: bold;
            margin-bottom: 30px;
        }

.dark .new-services .card .contextBx h3 {
    color: #fff;
}


.new-services .card .contextBx .price {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.new-services .card .contextBx .buy {
    position: relative;
    top: 200px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    background: #b69a70;
    border-radius: 30px;
    text-decoration: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}

.new-services .card .contextBx .buy {
    top: 0;
    opacity: 1;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}


/* news new*/
.news-item .card {
    position: relative;
    width: 400px;
    height: 500px;
    background: #222;
    margin: auto;
}

    .news-item .card .wrap {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url("");
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,.2);
    }

        .news-item .card .wrap#wrap2 {
            background-image: url("");
        }

        .news-item .card .wrap .header {
            padding: 10px;
        }

.news-item .date {
    float: left;
    color: #fff;
    font-size: 16px;
}

.news-item .menu {
    float: right;
}

    .news-item .menu li {
        display: inline-block;
        font-size: 20px;
        margin: 0 5px;
    }

        .news-item .menu li a {
            color: #fff;
            text-decoration: none;
        }

.news-item .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(Calc(90px + 3em));
    transition: transform 0.3s;
}

    .news-item .data .content {
        padding: 1em;
        position: relative;
        text-shadow: 0 2px 2px rgba(0,0,0,0.8);
    }

        .news-item .data .content h1 {
            margin-top: 10px;
        }

            .news-item .data .content h1 a {
                letter-spacing: 1px;
                color: #fff;
                text-decoration: none;
            }

        .news-item .data .content p {
            color: #fff;
            letter-spacing: 1px;
            height: 90px;
            margin: 10px 0;
        }

        .news-item .data .content a {
            letter-spacing: 1px;
            color: #fff;
            text-decoration: none;
        }

.news-item .wrap:hover .data {
    transform: translateY(0);
}

.news-item .data .content .button:hover {
    color: #ffdd00;
    text-shadow: none;
}

.news-item .menu li:hover a {
    filter: invert(.3);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    right: auto;
    margin-top: .125rem;
    padding: 8px !important;
}

#DecisionNumber {
    min-height: 56px;
}


.news-content {
    padding-top: 25px;
    overflow-x: auto;
}

.footer-link {
    padding: 5px 10px 5px 5px;
    background-color: #2f353a;
    margin-top: 5px;
    display: block;
}

.scj-content {
    width: 100%;
}

.vision-sec {
    height: 317px;
    top: -115px;
}


.news-item .tab-content {
    min-height: inherit;
}