@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/* theme css */
a {
    color: #17161a;
    transition: .5s;
}

a:hover {
    text-decoration: none;
    color: #cb8738;
}

body {
    color: #696969;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
}

p {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'DroidKufi-Regular';
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 24px;
    color: #1b1a1a;
    margin: 0 0 10px;
    transition: .5s;
}

/* === style_w6 shape ==== */
.witr_shape_item_inner {
    position: absolute;
    /* left: 0;
     */
    /* text-align: center;
     */
    /* top: 0px;
     */
    /* margin: auto;
     */
    z-index: -1;
    content: "";
    transition: .5s;
}

.witr_shape_box {
    width: 300px;
    height: 300px;
    background: #ddd;
    border-radius: 50%;
    border: 54px solid #f9f9f9;
    margin: auto;
    transition: .5s;
}

.witr_shape_box_text {
    text-align: center;
    left: 50%;
    top: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
}

@keyframes witr_movelr_box45 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(45px);
    }
}

/* single_seivice_ani */
.single_seivice_ani img {
    animation: single_seivice_ani 10s linear infinite alternate forwards;
}

@keyframes single_seivice_ani {

    0%,
    to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

/* circale Bar css */
.witr_bar_innerc {
    position: relative;
}

.witr_bar_innerc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #cb8738;
    border-radius: 50%;
    background: #1c1b1b;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg;
    animation-name: move_title_bg1;
}

.witr_bar_innerc::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #cb8738;
    border-radius: 50%;
    background: #1c1b1b;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg;
    animation-name: move_title_bg2;
}

@keyframes move_title_bg1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes move_title_bg2 {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

/* widget select */
.widget {}

.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}

.widget .screen-reader-text {
    display: none;
}

.textwidget select {
    width: 100%;
}

/* table css */
#wp-calendar {
    width: 100%;
}

/* tags */
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
    color: #cb8738;
}

.tagcloud a:hover {
    background: #cb8738;
    color: #fff;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#wp-calendar {
    font-size: 13px;
}

#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

table#wp-calendar td {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

#wp-calendar th,
#wp-calendar td {
    padding: 8px;
}

table#wp-calendar th {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

table#wp-calendar td#today {
    color: #fff;
    background-color: #cb8738;
}

table#wp-calendar td#today a {
    color: #fff;
}

.witr_blog_both .calendar_wrap {
    overflow: scroll;
}

.textwidget img {
    margin-bottom: 15px;
}

.textwidget p {
    margin-bottom: 0.5rem;
}

/** * 14.2 Galleries */
.gallery {}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1rem;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

/* witr_single_skill */
.witr_single_progress {
    overflow: hidden;
    position: relative;
}

.progress-bar {
    background-color: #cb8738;
}

/*----------------------- Progress Bar Style2 -------------------------*/
.witr_progress-style2.progress {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    height: 6px;
}

.witr_progress-style2+.witr_progress-style2 {
    margin-top: 50px;
}

.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}

.witr_title2 .witr_label {
    /* position: absolute;
     */
    left: 0px;
    top: 0px;
    color: #181b1d;
    font-size: 17px;
    font-weight: 700;
}

.witr_progress-style2 .witr_percent {
    position: absolute;
    left: -17px;
    font-weight: 700;
    color: #181b1d;
    font-size: 16px;
    top: -19px;
}

/*----------------------- Progress Bar Style 13 -------------------------*/
.witr_progress-style13.progress {
    background: transparent;
    border: 1px solid #cb8738;
}

.witr_progress-style13.witr_progress-style2 .progress-bar {
    margin: 2px 2px 2px;
}

.witr_ds_content_aream {
    position: relative;
}

/*----------------------- Progress Bar Style7 -------------------------*/
.witr_progress-style7 {
    height: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: visible;
    padding: 3px;
    background: #fff;
    margin-top: 20px;
}

.witr_progress-style7+.witr_progress-style7 {
    margin-top: 60px;
}

.witr_progress-style7 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}

.witr_title7 .witr_label {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #181b1d;
    font-size: 15px;
    font-weight: 600;
}

.witr_progress-style7 .witr_percent {
    position: absolute;
    right: -13px;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    top: -25px;
    background: #181b1d;
    padding: 8px 5px;
}

.witr_progress-style7 .witr_percent:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    left: 50%;
    border-top-color: #181b1d;
    top: 20px;
    transform: translateX(-50%);
}

/*----------------------- Progress Bar Style8 -------------------------*/
.witr_progress-style8 {
    position: relative;
    height: 40px;
    box-shadow: none;
    border-radius: 20px;
    overflow: visible;
    padding: 7px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(68, 68, 68, 0.08);
}

.witr_progress-style8+.witr_progress-style8 {
    margin-top: 30px;
}

.witr_progress-style8 .progress-bar {
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    border-radius: 15px;
}

.witr_progress-style8 .witr_label {
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
}

.witr_progress-style8 .witr_percent {
    position: absolute;
    right: 14px;
    top: 50%;
    font-weight: 500;
    color: #272727;
    font-size: 13px;
    transform: translateY(-50%);
}

/*----------------------- Progress Bar Style5 -------------------------*/
.witr_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}

.witr_progress-style5+.witr_progress-style5 {
    margin-top: 60px;
}

.witr_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}

.witr_title5 .witr_label {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    top: -35px;
    background: #222;
    padding: 3px 6px;
    border-radius: 4px;
}

.witr_progress-style5 .witr_percent:after {
    content: '';
    position: absolute;
    border: 11px solid transparent;
    border-right-color: #222;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
}

.progress.witr_progress-style5 {
    margin-top: 37px;
    margin-bottom: 16px;
}

/* circle progress */
.bestin_circle_area {
    padding: 100px 0px 70px;
}

.witr_circle_area {
    text-align: center;
    margin-bottom: 30px;
}

.witr_cp_class {
    position: relative;
}

span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    /* bottom: 0;
     */
    font-size: 20px;
    /* right: 0;
     */
    /* margin: auto;
     */
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    color: #7c7c7c;
}

span.witr_cir_text:first-letter {
    font-size: 0px;
}

.witr_circle_title {
    margin-top: 10px;
}

/*===================== Home 2 Header CSS ======================*/
.dvrm {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .7s;
    transition: .7s;
    position: relative;
    left: 600px;
}

.dvrm {
    margin-right: 80px;
    top: 0px;
}

.dvrm.nav-show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0px;
    transition: .5s;
}

/* === style_w7 unittest ==== */
/* THEME UNIT TEST CSS */
.tag-sticky-2 .bestin-single-blog {
    border: 1px solid #cb8738;
}

.post_reply ul,
.blog-content ul,
.single-blog-content ul {
    list-style-type: disc;
    /* padding-left: 40px;
     */
}

.blockquote p {
    font-size: 16px;
}

table {
    /* border-bottom: 1px solid #ededed;
     */
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    /* border: 1px solid #ededed;
     */
}

td {
    border-bottom: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 1em 1em;
}

blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    /* border-left: 3px solid #cb8738;
     */
    font-weight: 400;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}

blockquote p {
    font-size: 20px;
    position: relative;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 20px;
    font-weight: 600;
}

blockquote code {
    color: #555;
    font-weight: 400;
}

blockquote em,
blockquote i {
    font-style: normal;
}

blockquote strong,
blockquote b {}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

i {
    display: inline-block;
}

em {
    font-style: italic;
    font-weight: bold;
}

pre {
    background: #f5f5f5;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 18px;
}

tt,
code,
samp {}

kbd {}

/* image aligment */
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

img.size-full,
img.size-large,
img.wp-post-image {
    /* height: 404px;
     */
    max-width: 100%;
}

.alignleft {
    float: left;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

/* end new add css */
.post-password-form input[type=submit] {
    border: none;
    padding: 0px 14px;
    background: #18c8ff;
    color: #fff;
    text-transform: lowercase;
}

.post-password-form input[type=password] {
    border: 1px solid #ddd;
    height: 29px;
}

.fix {
    clear: both;
}

/*===================== bestin HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
.em40_header_area_main {}

.em40_header_area_main.hdisplay_none {
    display: none;
}

.bestin-header-top {
    background: #cb8738;
    padding: 10px 0;
    padding-left: 200px;
    padding-right: 200px;
}

.top-address p {
    margin-bottom: 0;
}

.top-address p span,
.top-address p a {
    margin-right: 20px;
}

.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #cb8738;
    margin-right: 5px;
}

.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* TOP RIGHT CSS */
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}

.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}

.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}

.top-welcomet p span,
.top-welcomet p a,
.top-welcome p span,
.top-welcome p a,
.top-welcome p,
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.top-welcome p a:hover {
    color: #17161a;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
    color: #17161a;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0px;
    margin-left: 12px;
}

.top-right-menu .menu-item-has-children>a:after {
    margin-left: 5px;
    content: "\e62a";
    font-family: themify;
    font-size: 15px;
    opacity: .7;
}

/* sub menu css */
.top-right-menu ul .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-top: 1px solid #cb8738;
    width: 150px;
    text-align: left;
    background: #cb8738;
    z-index: 1;
    transition: .5s;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.top-right-menu ul .sub-menu li {
    padding: 5px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
    font-size: 14px;
}

.top-right-menu ul .sub-menu ul {
    display: none;
}

.top-welcome p {
    padding: 0px;
    margin: 0px;
}

.top-address.em-login a {
    margin-right: 10px;
}

.top-address.em-login a+a {
    margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}

.top-address.em-login a+a:before {
    content: "|";
    margin-right: 12px;
}

.txtc {
    text-align: center;
}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* top opening */
.top-address.menu_18 span {
    padding: 8px 15px 9px;
    display: inline-block;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}

/* address left right icon */
.top-right-menu.litop {
    float: left;
}

/* mobile logo */
.mobile_menu_logo.text-center {
    padding: 20px 0;
}

/*===================== END bestin HEADING TOP AREA CSS =========================*/
/*======================= bestin HEADING NAV AREA CSS ========================*/
/* top search menu */
/* top quearys */
.em-top-quearys-area {
    position: relative;
}

.em-header-quearys {
    list-style: none;
}

.em-quearys-menu i {
    background: #cb8738;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.em-quearys-inner {}

.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}

.top-form-control {
    position: relative;
}

.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}

.top-form-control input::-webkit-input-placeholder {
    color: #fff;
    font-size: 50px;
}

.top-form-control input::-moz-placeholder {
    color: #888888;
    font-size: 14px;
}

.top-form-control input:-ms-input-placeholder {
    color: #888888;
    font-size: 14px;
}

.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    /* height: 44px;
     */
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    transform: translateY(-50%);
}

.em-s-hidden {
    display: none !important;
}

.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
}

.em-quearys-inner {}

.em-s-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: #000000e6 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* nav.bestin_menu.main-search-menu {
     */
/* float: right;
     */
/* margin-right: 0px;
     */
/* 
}
 */
.witr_h_h12 .bestin_menu,
.witr_h_h13 .bestin_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: pace-between;
    -ms-flex-pack: pace-between;
    justify-content: space-between;
}

.witr_h_h2 .bestin_menu,
.witr_h_h3 .bestin_menu,
.witr_h_h4 .bestin_menu,
.witr_h_h5 .bestin_menu,
.witr_h_h6 .bestin_menu,
.witr_h_h7 .bestin_menu,
.witr_h_h8 .bestin_menu,
.witr_h_h9 .bestin_menu,
.witr_h_h10 .bestin_menu,
.witr_h_h11 .bestin_menu,
.witr_h_h14 .bestin_menu,
.witr_h_h17 .bestin_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bestin_menu.main-search-menu>.em-header-quearys,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
}

.bestin_menu div.em-header-quearys {
    text-align: center;
}

/* social icon menu style */
.footer-social-icon.htop-menu-s {
    padding: 35px 0px;
    display: inline-block;
    margin-left: 15px;
}

.donate-btn-header {
    /* padding: 28px 0px 24px;
     */
}

.em_top_cart.hshop {
    padding: 37px 0;
}

/* New Top Menu Css */
.top-welcomet p span i {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}

.creative_header_address_text>p {
    word-break: break-all;
}

.creative_header_button .dtbtn {
    padding: 11px 24px;
}

/* cr logo */
.top-welcomet p {
    margin: 0px;
    color: #fff;
}

/* creative btn */
.tx_menuc_btn {
    text-align: right;
}

.tx_menuc_btn .tx_mc_btn {
    background: #006ff9;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
    padding: 12px 26px;
    transition: .5s;
}

.tx_menuc_btn .tx_mc_btn:hover {
    background: #131414;
    color: #fff;
}

/* social icon */
.top_crmenu_i_list li {
    display: inline;
    margin-left: 5px;
}

.top_crmenu_i_list li a i {
    display: inline-block;
    height: 42px;
    width: 42px;
    background: #ffffff5e;
    text-align: center;
    line-height: 42px;
    border-radius: 30px;
    box-shadow: 0 0 65px 0 #00000029;
    color: #cb8738;
    transition: .5s;
}

.top_crmenu_i_list li a i:hover {
    background: #006ff9;
    color: #fff;
}

/* top cr menu css */
.top_crmenu_l {
    /* margin-top: 9px;
     */
}

.top_crmenu_l li {
    display: inline-block;
    margin-left: 10x;
    position: relative;
}

.top_crmenu_l li a {
    font-weight: 500;
}

.top_crmenu_l li a:hover {}

.top_crmenu_l ul {
    position: absolute;
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-top: 1px solid #006ff9;
    width: 114px;
    text-align: left;
    background: #fff;
    z-index: 999;
    padding: 10px;
}

.top_crmenu_l li:hover ul {
    opacity: 1;
    transition: .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.top_crmenu_l li li a {
    margin: 0;
    padding: 1px 0;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}

.top_crmenu_l li li a:hover {
    color: #006ff9;
}

.tx_top_together {
    display: flex;
    justify-content: flex-start;
}

.tx_topmenu_together2 {
    display: flex;
    justify-content: flex-end;
}

/* top cr menu css */
.top_crmenu_l .menu-item-has-children>a:after {
    margin-left: 5px;
    content: "\e62a";
    font-family: themify;
    opacity: 1;
    font-size: 15px;
    opacity: .7;
}

.margin_l30 {
    margin-left: 30px;
}

.margin_l30 .top_crmenu_l ul {
    border-top: none;
    background: #ff4a17;
    z-index: 99999;
}

.margin_l30 .top_crmenu_l li li a:hover {
    color: #fff;
}

.margin_l30 .top_crmenu_l li li a:hover {
    color: #222222;
}

.top_crt_style {
    background: #568aff;
    padding: 20px 0;
}

.top_crt_style i {
    color: #fff;
}

.top_crt_style h3 {
    color: #fff;
}

.top_crt_style p,
.top_crt_style p a {
    color: #fff;
}

.top_crt_style .main_sticky_l {
    display: none;
}

.top_crt_style .logo a {
    margin-top: 0;
}

.cr_top_addess.top-address p a,
.cr_top_addess.top-address p a span {
    margin-right: 0px;
}

.cr_top_addess.top-address p {}

.creative_header_address {
    padding-left: 46px;
}

.creative_header_button {
    padding-left: 30px;
}

.tx_menuc_btn .tx_mc_btn i,
.creative_header_button i,
.donate-btn-header i {
    margin-left: 5px;
}

.d_main_none {
    display: none;
}

.mainmenu_width_tx.container {
    padding: 0;
}

/* main menu button search together */
.tx_menu_together,
.tx_bs_together {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wrapper {
    position: relative;
}

.all_header_abs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

/* top search */
.topsr .em-quearys-menu {
    text-align: center;
}

.witr_video_blog_c iframe {
    width: 100%;
    height: 275px;
}

.single-blog-content iframe {
    width: 100%;
}

.mean-container .mean-bar {
    float: none;
    background: #cb8738 none repeat scroll 0% 0;
    overflow: hidden;
}

.mean-container .mean-bar {
    padding: 0;
}

.mean-container .mean-nav {
    background: #cb8738 none repeat scroll 0% 0;
    float: none;
}

.main_menu_div {
    position: relative;
}

.bestin_nav_area {
    background: #fff none repeat scroll 0% 0;
    /* box-shadow: 0 0 65px 0 #00000008;
     */
}

/* LOGO CSS */
.logo {}

.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    margin-top: 25px;
}

.bestin_menu {}

/* MENU CSS */
.bestin_menu ul {
    text-align: right;
    list-style: none;
}

/* witr_h_h18 menu css */
.witr_shop_sc .bestin_menu ul {
    text-align: left;
}

.search_popup_button,
.tx_mmenu_together {
    align-items: center;
    display: flex;

}

.tx_mmenu_together .donate-btn-header {
    padding: 0;
}

.witr_shop_sc .donate-btn-header,
.witr_shop_sc .em_top_cart.hshop {
    padding: 0;
}

.witr_shop_sc .em-quearys-menu i {
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 7px;
}

.witr_shop_sc a.cart-contents {
    background: #ff4a17;
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    margin-top: 3px;
    display: block;
}

.witr_shop_sc a.dtbtn {
    margin-left: 20px;
}

.witr_shop_sc .em-header-quearys {
    text-align: center;
}

/* witr_h_h21 menu css */
.sb_popup .tx_mmenu_together {
    justify-content: space-between;
}

.bestin_menu>ul>li {
    display: inline-block;
    position: relative;
}

.bestin_menu>ul>li>a {
    display: block;
    margin: 38px 9px;
    transition: .5s;
    position: relative;
    color: #272727;
    font-size: 17px;
    font-weight: 600;
}

.bestin_menu>ul>li>a:before,
.bestin_menu>ul>li.current>a:before {
    background: #ffb600 none repeat scroll 0% 0;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 15%;
    display: none;
}

.heading_style_2 .bestin_menu>ul>li>a {
    color: #fff;
}

.heading_style_3 .bestin_menu>ul>li>a {
    color: #fff;
}

.heading_style_4 .bestin_menu>ul>li>a {
    color: #fff;
}

.heading_style_5 .bestin_menu>ul>li>a {
    color: #fff;
}

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

.bestin_menu>ul>li.current>a,
.bestin_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
    color: #cb8738;
    background-color: transparent;
}

.bestin_menu>ul>li:hover>a:before,
.bestin_menu>ul>li.current>a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* transparent 2 */
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    transition: .5s;
}

.hbg2 {
    background: rgba(0, 0, 0, .7);
    /* padding: 0 0 10px;
     */
}

/* stycky nav js */
.bestin_nav_area,
.trp_nav_area,
.transprent-menu .bestin_nav_area {
    padding-right: 200px;
    padding-left: 200px;
}

.transprent-menu.menu4 {
    position: relative;
}

.transprent-menu .bestin_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    transition: .5s;
    position: absolute;
}

.bestin_nav_area.postfix {
    -webkit-transition: .3s;
    transition: .3s;
}

.bestin_nav_area.prefix,
.hbg2 {
    background: #718f87;
}

.bestin_nav_area.prefix .bestin_menu>ul>li>a {
    color: #fff;
}

.bestin_nav_area.prefix .bestin_menu>ul>li.current>a {
    color: #cb8738;
}

.mean-container .mean-nav ul li li a {
    color: #17161a;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* LOGO LEFT RIGHT CSS */
.logo-left {}

.logo-left .logo {
    text-align: left;
}

.logo-right .logo {
    text-align: right;
}

.logo-right .bestin_menu>ul {
    text-align: left;
}

.logo-right .bestin_menu>ul>li:first-child a {
    padding-left: 0px;
}

.logo-right .bestin_menu>ul>li:last-child a {
    padding-right: auto;
}

/* logo top */
.logo-top .logo {
    text-align: center;
}

.logo-top .bestin_menu>ul {
    text-align: center;
}

.logo-top>.bestin_menu>ul>li:last-child a {
    padding-right: auto;
}

/* sub menu style */
.bestin_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #cb8738;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.bestin_menu ul li:hover>.sub-menu {
    transition: .5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.bestin_menu ul .sub-menu li {
    position: relative;
}

.bestin_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    letter-spacing: normal;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
    visibility: inherit !important;
}

.bestin_menu ul .sub-menu li:hover>a,
.bestin_menu ul .sub-menu .sub-menu li:hover>a,
.bestin_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.bestin_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #fff;
    color: #cb8738;
}

/* sub menu 2 */
.bestin_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.bestin_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.bestin_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.bestin_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.bestin_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 4 */
.bestin_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.bestin_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.bestin_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* has menu icon */
.bestin-main-menu .menu-item-has-children>a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bestin-main-menu .menu-item-has-children .menu-item-has-children>a:after {
    margin-left: 8px;
    content: "\f105";
}

/* menu button */
.donate-btn-header {
    display: inline-block;
}

a.dtbtn {
    border: none;
    display: block;
    font-size: 17px;
    margin-left: 20px;
    font-weight: 500;
    background-color: #cb8738;
    border-radius: 30px;
    color: #fff;
    padding: 13px 25px;
}

a.dtbtn:hover {
    background-color: #cb8738;
}

.redX {
    color: #cb8738;
}

/* logo sticky */
.bestin-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.bestin-main-menu .logo a.main_sticky_l {
    display: none;
}

/* logo sticky box menu */
.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
    display: none;
}

.hmenu_box_style.hbg2 .logo a.main_sticky_l {
    display: block;
}

/* logo pre */
.bestin-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}

.bestin-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}

.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
}

.menu-height-space {
    height: 100px;
}

/* sticky logo */
.creative_logo_thumb a.main_sticky_l {
    display: none;
}

.creative_logo_thumb .logo a {
    margin-top: 0;
}

.em_slider_social {
    position: fixed;
    left: 30px;
    text-align: center;
    bottom: 50%;
    z-index: 999999;
}

.em_slider_social li {
    display: block;
    list-style: outside none none;
    text-decoration: none;
}

.em_slider_social a {
    background: #718f87 none repeat scroll 0% 0;
    border: 1px solid #cb8738;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px;
}

.em_slider_social a:hover {
    background: #cb8738;
    color: #fff;
    border-color: #cb8738;
}

/*======================= END bestin HEADING NAV AREA CSS ========================*/
/* responsive 320 start */
/* small mobile :320px. */
@media (max-width: 479px) {
    body {
        overflow-x: hidden;
    }

    .bestin-header-top {
        /* display: none;
         */
    }

    .top-right-menu ul.social-icons li {
        margin-left: 13px;
    }

    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }

    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }

    .witr_ac_style:before,
    .active .witr_ac_style:before {
        display: none;
    }
}

.mobile-menu,
.mobile_logo_area {
    display: none !important;
    overflow: hidden;
}

/*======================== bestin BREADCRUMB AREA CSS =========================*/
.breadcumb-blog-area {
    padding: 60px 0 65px;
    background-color: #f7f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.breadcumb-inner h2 {
    font-size: 36px;
}

.breadcumb-area {
    padding: 35px 0px;
   /*= background-image: url(../images/services-2.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.breadcumb-area::before,
.breadcumb-blog-area::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #00000005;
}

.breadcumb-inner ul {
    font-weight: 600;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
}

.breadcumb-inner li:nth-last-child(-n+1) {
    color: #fff;
}

.breadcumb-inner li a {
    font-weight: 600;
    color: #fff;
}

.breadcumb-inner li a:hover {
    color: #cb8738;
}

.brpt h2 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 5px;
}
.pt-20 {
    padding-top: 20px;
}
.lcase {
    text-transform: lowercase;
}

.ucase {
    text-transform: uppercase;
}

.ccase {
    text-transform: capitalize;
}

/*======================== END bestin BREADCRUMB AREA CSS =========================*/
/* Swiper Slider Area Css */
.witr_swiper_area {
    overflow: hidden;
    position: relative;
}

.witr_swiper_height {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 800px;
}

.witr_swiper_height::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.witr_sw_text_area {
    margin: auto;
    height: 100%;
    width: 63%;
}

.witr_swiper_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.witr_swiper_topimg {
    margin-bottom: 23px;
}

.witr_swiper_content h1 {
    font-size: 22px;
    margin-bottom: 15px;
    display: inline;
    color: #cb8738;
    font-style: italic;
    text-decoration: underline;
}

.witr_swiper_content h2,
.witr_swiper_content h3 {
    font-size: 70px;
    font-weight: 700;
}

.witr_swiper_content h1 span,
.witr_swiper_content h2 span,
.witr_swiper_content h3 span {
    color: #cb8738;
    font-style: italic;
    text-decoration: underline;
}

.witr_swiper_content p {
    font-weight: 400;
    font-size: 19px;
    margin-top: 20px;
}

.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3 {
    margin: 0px auto 10px 0;
}

.text-left .witr_swiper_content p {
    margin: 28px auto 15px 0;
}

.text-center .witr_swiper_content h1,
.text-center .witr_swiper_content h2,
.text-center .witr_swiper_content h3 .text-center .witr_swiper_content p {
    margin-left: auto;
    margin-right: auto;
}

.text-center .witr_swiper_content p {
    margin: 28px auto 0;
    width: 60%;
}

.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3 {
    margin: 0px 0 10px auto;
}

.text-right .witr_swiper_content p {
    margin: 28px 0 15px auto;
}

.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3,
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3 {
    width: 66%;
}

.text-left .witr_swiper_content p,
.text-right .witr_swiper_content p {
    width: 47%;
}

.witr_swiper_area .swiper-slide a {
    display: inline-block;
    border-radius: 0px;
}

.witr_swiper_content .witr_btn.active {
    color: #FFFFFF;
    background-color: #1B1A1A;
}

.slider_btn .witr_btn.active:hover {
    background: #cb8738;
    color: #fff;
}

.witr_swiper_area .text-center .slider_vd_icon {
    top: 23%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.witr_icon_section {
    margin-top: 30px;
}

.slider_btn {
    margin-top: 50px;
}

/* pagination bullet */
.witr_swiper_area .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}

/* progressbar */
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #cb8738;
}

.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar {}

.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar {
    height: 10px;
}

/* scrollbar */
.witr_swiper_area .swiper-scrollbar-drag {
    background: #cb8738;
}

.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar {
    background: rgba(0, 0, 0, .0);
}

.witr_swiper_area .swiper-scrollbar-drag,
.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar {
    height: 10px;
}

/* pagination prev next */
.swiper-button-prev,
.swiper-button-next {
    background-image: inherit !important;
    color: #fff;
    transition: .5s;
    outline: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #cb8738;
    background: #fff;
    padding: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}

.wittr_gallery.witr_swiper_height {
    height: 100px !important;
    margin-top: 10px;
}

/* button default style */
.witr_button_area {
    text-align: left;
}

.witr_btn {
    background: #cb8738;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 18px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
}

.witr_btn:hover {
    background: #1b1a1a;
    color: #fff;
}

/* title css */
.witr_section_title {
    position: relative;
}

.witr_section_title_inner {
    position: relative;
    z-index: 1;
}

.witr_back_title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.title_in .witr_back_title {
    z-index: -1;
}

.witr_back_title h4 {
    font-size: 80px;
    -webkit-text-stroke: 1px #888888;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
}

.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3 {
    margin-right: 0px;
}

.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3 {
    margin-left: 0px;
}

.witr_section_title_inner h1 {}

.witr_section_title_inner h2 {
    font-size: 20px;
    color: #cb8738;
    margin-bottom: 13px;
    display: inline-block;
}

.witr_section_title_inner h3 {}

.witr_section_title_inner p span a,
.witr_section_title_inner p span,
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span {
    color: #cb8738;
}

.witr_section_title_inner p {
    margin-top: 10px;
}

.witr_section_title_inner.text-center p {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
}

.witr_section_title_inner.text-left p {
    width: 74%;
    margin-right: auto;
    margin-left: 0px;
}

.witr_section_title_inner.text-right p {
    width: 74%;
    margin-right: 0px;
    margin-left: auto;
}

.witr_image_title {
    margin-top: 0px;
    margin-bottom: 10px;
}

/*=========================== 10.video css ===========================*/
.video-part {}

.video-overlay {
    padding: 70px 0 50px;
}

.video-item {}

.video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
    background: #cb8738;
}

.video-item a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #cb8738;
    border-radius: 50%;
    top: 0;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-item i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-item h3 {
    font-size: 23px;
    margin-top: 35px;
}

/*=========================== 5.play css ===========================*/
.witr_play_vi {}

.witr_videobg_image {
    position: relative;
}

.witr_videobg_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #cb87386b;
     */
}

.witr_videobg_image img {
    /* width:100%;
     */
}

.play-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.play-overlay a {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 23px;
    border-radius: 100%;
    background: #cb8738;
}

.play-overlay a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #cb8738;
    border-radius: 50%;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
}

.play-overlay i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.witr_videos_title_text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 45%;
}

.witr_videos_title_text h3 {
    color: #fff;
    margin: 0;
}

.video-item a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #cb8738;
    border-radius: 50%;
    top: 0;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}

/* witr_squares_ */
@keyframes witr_squares {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        transform: scale(2.1);
        opacity: 0
    }
}

.set_class {
    animation: witr_squares 800ms ease-out infinite;
}

/*======== slick ========*/
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #cb8738;
    z-index: 999;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: .5s;
    border: 0px solid #17161a;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    background: #cb8738;
}

.witr_ds_content_area .slick-prev {
    left: 15px;
}

.witr_ds_content_area .slick-next {
    right: 15px;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "\f177";
    font-family: FontAwesome !important;
    line-height: inherit;
    opacity: 1;
}

.slick-next:before {
    content: "\f178";
    font-family: FontAwesome !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #1b1a1a;
    border-color: transparent;
    outline-color: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

.carso_id1:hover .slick-prev,
.carso_id1:hover .slick-next,
.witr_singleNav:hover .slick-prev,
.witr_singleNav:hover .slick-next,
.brand_imagess_active:hover .slick-prev,
.brand_imagess_active:hover .slick-prev,
.witr_case:hover .slick-prev,
.witr_case:hover .slick-next,
.service_active:hover .slick-prev,
.service_active:hover .slick-next,
.feature_active:hover .slick-prev,
.feature_active:hover .slick-next,
.event_active:hover .slick-prev,
.event_active:hover .slick-next,
.imagess_area:hover .slick-prev,
.imagess_area:hover .slick-next,
.witr_ds_content_area:hover .slick-prev,
.witr_ds_content_area:hover .slick-next,
.blog_wrap:hover .slick-prev,
.blog_wrap:hover .slick-next,
.witr_team_area_c:hover .slick-prev,
.witr_team_area_c:hover .slick-next,
.images_area:hover .slick-prev,
.images_area:hover .slick-next,
.testomonial-slide:hover .slick-prev,
.testomonial-slide:hover .slick-next,
.Screenshots-slide:hover .slick-prev,
.Screenshots-slide:hover .slick-next,
.mobile-slide:hover .slick-prev,
.mobile-slide:hover .slick-next,
.mobile-slide-7:hover .slick-prev,
.mobile-slide-7:hover .slick-next,
.witr_islidess_slick:hover .slick-prev,
.witr_islidess_slick:hover .slick-next,
.testomonial:hover .slick-prev,
.testomonial:hover .slick-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testomonial-slide .slick-prev,
.testomonial-slide .slick-prev {}

.blog_wrap .slick-prev,
.blog_wrap .slick-next {
    top: 35%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.testomonial-slide .slick-prev,
.blog_wrap .slick-prev {
    left: -65px;
}

.testomonial-slide .slick-next,
.blog_wrap .slick-next {
    right: -65px;
}

.witr_car_overlay .slick-slide {
    padding: 0 15px;
}

/* cursor css */
.carsur_dots .elementor-slick-slider ul.slick-dots {
    bottom: -70px;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li {
    margin: 0 5px;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li button:before {
    background-color: transparent;
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li.slick-active button:before {
    background-color: #fff;
}

.carsur_dots .elementor-slick-slider ul.slick-dots li button:hover:before {
    background-color: #fff;
}

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: inline-block;
    z-index: 11;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: #cb87385c;
    font-size: 0;
    width: 20px;
    height: 20px;
    border: 0px solid #cb8738;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 0px;
    padding: 0;
    transition: .5s;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #cb8738;
}

/*========== apartment contact css ==========*/
.apartment_area {
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    border-radius: 10px;
    text-align: left;
}

.apartment_text h1 {
    color: #cb8738;
    font-size: 17px;
    margin-bottom: 5px;
}

.apartment_text h2 {
    margin: 0 0 21px;
    font-size: 38px;
}

.form-group {
    margin-bottom: 0px;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    border: none;
    padding-left: 30px;
}

.witr_apartment_form {}

.witr_apartment_form form select option {}

.witr_apartment_form form select,
.witr_apartment_form textarea,
.witr_apartment_form input {
    width: 100%;
    height: 45px;
    color: #888888;
    border-radius: 5px;
    border: 1px solid #DDDDDD96;
    outline: none;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
}

.witr_apartment_form textarea {
    height: 150px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 15px;
}

.witr_apartment_form input::-moz-placeholder {
    color: #888888;
    opacity: 1;
}

.witr_apartment_form input::-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}

.witr_apartment_form input::-webkit-input-placeholder {
    color: #888888;
    opacity: 1;
}

.witr_apartment_form select::-webkit-input-placeholder,
.witr_apartment_form textarea::-webkit-input-placeholder {
    color: #888888;
    opacity: 1;
}

.witr_apartment_form .const_btn {
    font-size: 15px;
    background: #fff;
    font-weight: 600;
    /* padding: 15px 37px;
     */
    border-radius: 5px;
    margin-top: 10px;
    border: 0;
    color: #cb8738;
    cursor: pointer;
    transition: .5s;
}

.witr_apartment_form .const_btn:hover {
    background: #cb8738;
    color: #fff;
}

/* Bottom Contact */
.witr_bottom_contact .form-group {
    margin-bottom: 20px;
}

.witr_bottom_contact textarea {
    height: 100px;
}

.bestin_contact_area {
    padding: 100px 0px 0px;
}

.contact_bg {
    background-image: url(../../images/contact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
}

.bestin_contact_area .apartment_text h2 {
    padding: 0px 0px 17px 0px;
}

.contact_thumb_area {
    padding: 80px 0px 0px 0px;
}

.btn {
    background-color: #cb8738;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
}

.btn:hover {
    background-color: #1b1a1a;
}

/*===================== mettle PORTFOLIO AREA CSS =========================*/
.portfolio_nav {
    padding: 0px 0 40px;
}

.portfolio_nav ul {
    text-align: center;
}

.portfolio_nav ul li {
    display: inline;
}

.portfolio_nav ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 10px 20px;
    position: relative;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #cb8738 none repeat scroll 0% 0;
    border-color: #cb8738;
}

.prot_wrap {
    overflow: hidden;
}

/* single gallery css */
.single_protfolio {
    position: relative;
    /* margin-bottom: 30px;
     */
    overflow: hidden;
}

.prot_thumb {}

.prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prot_content {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #cb873880;
    z-index: 9;
}

.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}

.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
}

.prot_content h3 a {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;
}

.prot_content h3 a:hover {
    color: #1b1a1a;
}

.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}

.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}

.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}

.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}

.nospace.col-xs-12 {
    padding: 0px;
}

.nospace .single_protfolio {
    margin-bottom: 0px;
}

/* load button css */
.gallery_load_button {}

.gallery_load_button a {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}

.gallery_load_button a:hover {
    border-color: #cb8738;
    background: #cb8738;
    color: #fff;
}

.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}

/* portfolio icon css */
.picon {}

.picon a {
    background: #cb8738;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
    text-align: center;
}

.picon a:hover {
    border-color: #1b1a1a;
    background: #1b1a1a;
    color: #fff;
}

.pstyle_1 .picon a {
    background: transparent;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
}

.pstyle_1 .picon a:hover {
    background: #cb8738;
    color: #fff;
}

/*======================== bestin PAGINATION AREA CSS =========================*/
a.page-numbers,
.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current {
    box-shadow: none;
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    transition: .5s;
    background: #fff;
}

a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12) !important;
}

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

.paginations a,
.page-numbers span.current {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    color: #888;
}

.page-numbers li {
    display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #cb8738;
    border-color: #cb8738;
    color: #fff;
}

.project_top {
    margin-top: 31px;
}

.pstyle2 .single_protfolio:hover .prot_content_inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    opacity: 1;
}

.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*======================== END bestin PAGINATION AREA CSS =========================*/
/*===================== END bestin SERVICE CSS =========================*/
.all_color_testimonial,
.all_blog_color,
.all_color_service,
.all_service2_color,
.all_color_team,
.all_feature_color {
    transition: .5s;
}

.witr_s_flex {
    display: flex;
}

.all_color_service {
    text-align: left;
}

.em-service {
    /* padding: 27px 25px 39px;
     */
    text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    transition: .5s;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 2%);
    padding: 30px 15px 35px;
}

.em-service:hover {
    /* background: #cb8738;
     */
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
}

.em-service:hover:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
}

.service_top_text {
    display: block;
}

/* .em-service-icon {
     font-size: 35px;
}
 */
.em-service-icon img {
    margin-bottom: 15px;
}

.em-service-icon i {
    display: inline-block;
    transition: .5s;
    font-size: 35px;
    margin-bottom: 15px;
}

.em-service-title {
    overflow: hidden;
}

.em-service-title h3 {
    padding-top: 4px;
    transition: .5s;
}

.em-service-title h3 span {
    color: #cb8738;
    font-size: 18px;
    font-weight: 600;
}

.witr_sstyle_9 .em-service-title h3 {
    margin: 10px 0 15px;
}

.em-service-desc {}

.em-service-desc p {
    transition: .5s;
}

.service-btn {
    /* margin-top: 25px;
     */
    position: relative;
}

.service-btn>a {
    border-radius: 5px;
    display: inline-block;
    transition: .5s;
}

.service-btna a:hover {
    color: #cb8738;
}

.service-btn a span {
    font-size: 20px;
    transition: .5s;
    display: inline-block;
    position: relative;
    top: 3px;
}

.em-service:hover .service-btn>a {
    color: #fff;
}

.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-title h3 a,
.em-service:hover .em-service-desc {
    color: #fff;
    z-index: 1;
}

/* style 2 */
.em-service2 {}

.em-service2 .em-service-icon i {
    display: inline-block;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #cb8738;
    font-size: 25px;
    transition: all 0.5s ease 0s;
}

.width_height_link_0 .em-service-icon i {
    font-size: 40px;
    color: #cb8738;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: none;
    border: none;
}

.em-service2 .em-service-inner {
    overflow: hidden;
}

.em-service2.sleft {
    text-align: left;
}

.em-service2.sleft .em-service-icon {
    margin-left: 11px;
}

.em-service2.smiddle {}

.em-service2.smiddle .em-service-icon {
    margin-bottom: 20px;
}

.em-service2.sright {
    text-align: right;
}

.em-service2.sright .em-service-icon {
    margin-left: 30px;
    margin-top: 5px;
}

.em-service-title h3 a:hover {
    color: #cb8738;
}

.em-service2:hover .em-service-icon i {
    color: #1b1a1a;
}

/* bestin_features_area */
.bestin_features_area {
    background: #1B1A1A;
}

.features .all_icon_color i {
    color: #FFFFFF;
    font-size: 70px;
}

.features .em-service2:hover .em-service-icon i {
    color: #fff;
}

.features .em-service2.sleft.all_color_service {
    margin: 30px 15px;
}

.features .em-service-title h3 {
    color: #fff;
    padding: 20px 0px 0px 0px;
}

.features .em-service-desc p {
    color: #fff;
}

.all_color_bg {
    background: #cb8738;
}

/*====== style 2 ======*/
.witr_counter_icon {}

.witr_counter_icon i {
    font-size: 23px;
    display: inline-block;
}

.witr_custom_icon {}

.witr_custom_icon i {
    font-size: 60px;
    display: inline-block;
    margin-bottom: 10px;
}

.witr_counter_number_inn {
    overflow: hidden;
}

.witr_counter_number_inn h3,
.witr_counter_number_inn span {
    font-size: 40px;
    color: #cb8738;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.witr_counter_number_inn span {
    line-height: 0;
}

.witr_counter_number_inn h4 {
    font-size: 20px;
}


.witr_section_right {
    padding: 10px 30px 0px 0px;
}

.witr_section_right .witr_section_title_inner.text-left p {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 34px;
}

.about_area .about-content span i {
    color: #cb8738;
    font-size: 12px;
    margin: 0px 6px 0px 0px;
}

.about_area .about-content {
    margin: 5px 0px 0px 0px;
}

.about_area .witr_text_widget_inner h2 {
    font-size: 20px;
    padding: 0px 0px 11px 0px;
}

.witr_counter_single.all_counter_color {
    margin-bottom: 30px;
    text-align: right;
}

.about_area .counter_top {
    margin-top: 30px;
}

.counter_top {
    margin-top: 40px;
}

.about_area .witr_custom_icon {
    float: left;
}

.about_area .all_counter_color i {
    color: #cb8738;
    font-size: 50px;
    padding: 20px 15px 0px 0px;
}

.witr_button_area.button2 {
    margin-top: 26px;
}

.about_area .witr_counter_single.all_counter_color {
    margin-bottom: 30px;
    text-align: left;
}

/* witr_service2_9 Style */
.witr_services2_image {
    position: relative;
    transition: .5s;
}

.witr_services2_image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #cb8738a8 0%, #1b1a1a4d 100%);
    transform: scale(0);
    transition: .5s;
}

.witr_services2_image:hover::before {
    transform: scale(1);
}

.wirt_s2_s9 .witr_service2_box {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fffffff0;
    border-top: 3px solid #cb8738;
    transition: .5s;
}

.wirt_s2_s9:hover .witr_service2_box {
    background: transparent;
    border-color: transparent;
}

.witr_service2_toggle {
    display: flex;
    align-items: center;
}

.witr_service2_icont {
    margin-left: 20px;
}

.witr_service2_icont i {
    font-size: 35px;
    color: #cb8738;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #cb87382b;
    transition: .5s;
}

.wirt_s2_s9:hover .witr_service2_icont i {
    background: #fff;
}

.wirt_s2_s9 .witr_titles h3,
.wirt_s2_s9 .witr_titles h3 a {
    margin: 0;
    color: #1b1a1a;
    transition: .5s;
}

.wirt_s2_s9:hover .witr_content_text2 p,
.wirt_s2_s9:hover .witr_content_text2 .witr_service2_btnb a,
.wirt_s2_s9:hover .witr_titles h3,
.wirt_s2_s9:hover .witr_titles h3 a {
    color: #fff;
}

.witr_content_text2 p {
    margin-top: 17px;
    transition: .5s;
}

.witr_content_text2 .witr_service2_btnb a {
    color: #1b1a1a;
    transition: .5s;
}

.witr_service2_box {
    background: #cb8738;
    padding: 32px 30px 32px;
}

.bestin_serivce_bg_area {
    background: #F6F6F6;
    padding: 95px 0px 70px;
}

.serivce_bg .witr_service2_icont i {
    text-align: center;
}

.witr_service2.wirt_s2_s9.all_service2_color {
    margin-bottom: 30px;
}

.service_top {
    margin-top: 51px;
}

.bestin_skill_area {
    background-image: url(https://png.pngtree.com/thumb_back/fh260/background/20211118/pngtree-technology-round-dashboard-image_908915.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px ;
    position: relative;
}

.bestin_skill_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1b1a1aed;
}

.white .witr_section_title_inner h1,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p {
    color: #fff;
}

.white .witr_title2 .witr_label {
    color: #fff;
    font-weight: 700;
}

.white .witr_progress-style2 .witr_percent {
    color: #FFFFFF;
}

.bestin_skill_area .witr_progress-style2.progress {
    margin-bottom: 23px;
}

.skill_top_pd {
    padding: 40px 0px 0px 0px;
}

.bestin_counter_area {
    margin-top: -120px;
}

.bestin_counter_area .witr_counter_single.all_counter_color {
    margin-bottom: 21px;
    text-align: center;
}

.all_counter_bg {
    background: #cb8738;
    text-align: center;
    margin: 0px 30px 0px 0px;
    padding: 50px 0px 35px 0px;
}

.white .all_counter_color i,
.white .all_counter_color h3,
.white .all_counter_color h4,
.white .all_counter_color span {
    color: #FFFFFFE0;
}

.counter_bg_area {
    border-top: 5px solid #cb8738;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 0px 30px 0px;
    background: #fff;
}

.counter_bg_area .all_counter_color i {
    color: #cb8738E0;
    text-align: left;
}

.witr_team_content {
    padding: 23px 5px 23px;
}

.team-part {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

/* content css */
.witr_team_content {
    padding: 15px 0;
    background: #fff;
}

.witr_team_content h5 {
    margin: 0;
}

.witr_team_content h5:hover,
.witr_team_content h5 a:hover {
    color: #cb8738;
}

.witr_team_content span {
    font-size: 18px;
    color: #cb8738;
}

/*=========================== 7.team css ===========================*/
.slick-slide img {
    display: inline-block !important;
}

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

.witr_team_section img {
width: 100%;
    height: 270px;
}

.witr_team_section:before {
    content: "";
    position: absolute;
    /* background: #cb87386b;
     */
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
}

.witr_team_section:hover:before {
    opacity: 1;
}

.team_overlay_icon a {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    top: 50%;
    font-size: 35px;
    opacity: 0;
}

.witr_team_section:hover .team_overlay_icon a {
    opacity: 1;
}

.bestin_team_bg_area.home_page {
    padding: 76px 0px 70px;
}

.bestin_team_bg_area {
    padding: 100px 0px 70px;
}

.team_top {
    margin-top: 60px;
}

/* cursor imags area css */
.imagess_area .slick-list,
.imagess_area .slick-slider {
    z-index: 9;
}

.slide_items {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.slide_items:hover {
    filter: grayscale(0);
    opacity: 1;
}

.witr_brand_area {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #DDDDDD;
    padding: 60px 0px 60px 0px;
}

.bestin_call_to_area {
    background-image: url(https://crimecheckaustralia.com.au/wp-content/uploads/2021/06/cropped-photo-attractive-young-man-office-working.jpg);
    padding: 85px 0px 200px;
    position: relative;
}

.bestin_call_to_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cb8738e6;
}

.bestin_call_to_area .bestin_button a {
    color: #1B1A1A;
    background-color: #FFFFFF;
    border-radius: 0px;
    padding: 20px 60px 20px 60px;
}

.bestin_call_to_area .bestin_button a:hover {
    color: #FFFFFF;
    background-color: #1B1A1A;
}

.bestin_call_to_area .bestin_content h2 {
    font-size: 40px;
    padding: 4px 0px;
    color: #fff;
}

/*============= call to action =============*/
.all_cal_color h1,
.all_cal_color h2,
.all_cal_color h3,
.all_cal_color h4,
.all_cal_color h5,
.all_cal_color p,
.all_cal_color h6 {
    margin: 0px;
    padding: 0px;
}

.all_cal_color a {
    transition: 1s;
}

.cal_to_toggole {
    display: flex;
    align-items: center;
}

.bestin_content.col_content_width_100 {
    width: 100%;
}

.bestin_button.no_margin {
    margin-top: 0px;
    width: 60%;
}

.bestin_button.no_margin a {
    margin-right: 0px;
}

.service_to .all_color_service {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    margin: 0px 15px 0px 0px;
    padding: 25px 40px 50px;
    background: #fff;
    margin-bottom: 30px;
}

.service_to .width_height_link_0 .em-service-icon i {
    font-size: 70px;
}

.service_to .em-service-title h3 {
    padding: 20px 0px 0px 0px;
}

.service_to .service-btn a {
    color: #cb8738;
    background: #cb873830;
    margin: 10px 0px 0px 0px;
    padding: 12px 25px 12px 25px;
}

.service_to .service-btn a:hover {
    color: #fff;
    background: #cb8738;
}

.bestin_service_to_area {
    margin-top: -100px;
}

.bestin_service_to_area.about_page {
    margin-top: -100px;
    padding: 0px 0px 70px;
}

/* portfolio slides*/
.witr_single_pslide {
    position: relative;
    overflow: hidden;
}

.witr_pslide_image {
    overflow: hidden;
    position: relative;
}

.witr_pslide_image::before {
    position: absolute;
    content: '';
    background: #00000080;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.witr_single_pslide:hover .witr_pslide_image img,
.witr_single_pslide:hover .witr_pslide_image::before {
    transform: scale(1.2);
}

.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    transition: .5s;
    width: 100%;
}

.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    transition: .5s;
    opacity: 0;
    z-index: 2;
    text-align: left;
}

.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: 30px;
}

.ps1 .witr_content_pslide {
    /* float: left;
     */
}

.witr_content_pslide_text h3 {
    margin-bottom: 0;
}

.ps1 .witr_content_pslide_text h3 {
    color: #fff;
}

.ps1 .witr_content_pslide_text h3:hover {
    color: #cb8738;
}

.ps1 .witr_content_pslide_text p {
    color: #fff;
}

.witr_content_pslide_text p {
    margin-bottom: 4px;
}

.witr_content_pslide_text a i {}

.witr_content_pslide_text a {
    display: inline-block;
}

.ps1 .witr_content_pslide_text a {
    color: #fff;
}

.ps1 .witr_content_pslide_text a:hover {
    color: #cb8738;
}

.bestin_project_area {
    padding: 70px 0px 170px;
}

.bestin_project_area .witr_pslide_image::before {
    background: #cb873899;
}

.bestin_project_area .slick-dots li button {
    width: 38px;
    height: 18px;
}

.bestin_project_area .slick-dots {
    bottom: -70px;
}

.project_top {
    margin-top: 60px;
}

/*===================== TESTIMONIAL AREA CSS =========================*/
.bestin_testimonial_bg_area {
    background-image: url(../images/testimonial-bg.jpg);
    padding: 82px 0px 70px;
}

.witr_testi_itemt {
    padding: 0 10px;
}

.em_single_testimonial {
    background: #fff none repeat scroll 0% 0;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 10px 25px 0 rgba(50, 65, 141, .12);
    overflow: hidden;
    position: relative;
    text-align: left;
}

.em_testi_logo {
    position: absolute;
    right: 10%;
    top: 12%;
}

.em_single_testimonial:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}

.em_testi_content {
    position: relative;
}

.em_testi_content:before {
    color: #cb8738;
    content: "ï„";
    font-family: fontawesome !important;
    font-size: 60px;
    left: 3px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: -97px;
    display: none;
}

.em_testi_content:after {
    bottom: -28px;
    color: #cb8738;
    content: "ï„Ž";
    font-family: fontawesome !important;
    font-size: 60px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    right: 3px;
    display: none;
}

.em_test_thumb {
    float: left;
    margin-right: 20px;
}

.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}

.em_testi_title h2 {}

.em_testi_title h2 sup {}

.em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #cb8738;
}

.em_testi_text {
    overflow: hidden;
    padding-top: 15px;
    float: left;
    text-align: left;
}

.em_testi_text.texti_style2 {}

.em_testi_degi {}

/* ts10 */
.witr_testi_s10 .em_single_testimonial {
    text-align: center;
}

.witr_testi_s10 .em_test_thumb {
    float: none;
    margin-right: 0;
}

.witr_testi_s10 .test_part {
    margin-bottom: 10px;
}

.witr_testi_s10 .em_testi_text {
    float: none;
    text-align: inherit;
}

.witr_testi_s10 .em_testi_title h2 {}

.witr_testi_s10 .em_test_thumb img {
    width: inherit;
    margin: auto;
}

.test_q_icon i {
    font-size: 54px;
    color: #cb8738;
}

.slick-slide:focus {
    border: none;
    outline: none;
}

.slick-slide {
    border: none;
    outline: none;
}

.testi_s2 .test_q_icon {
    margin-top: -40px;
}

.testi_s2 .test_q_icon i {
    color: #FFFFFF;
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #cb8738;
    margin: -15px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
}

.testi_s2 .em_single_testimonial {
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #cb8738;
}

.testi_s2 .all_color_testimonial p {
    color: #1B1A1ACF;
    font-size: 20px;
    font-weight: 600;
}

.title_top {
    padding: 100px 0px 0px 0px;
}

.testi_bg .testomonial-slide .slick-prev,
.testi_bg .testomonial-slide .slick-next {
    opacity: 1;
    top: 308px;
    border-radius: 0px;
}

.testi_bg .testomonial-slide .slick-prev {
    left: -383px;
}

.testi_bg .testomonial-slide .slick-next {
    right: 1030px;
}

.single_faq_bg_area {
    background-image: url(../images/faq-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0px 175px;
    position: relative;
}

.single_faq_bg_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe6;
}

/* accordion area css */
.accordion_area .card-header.witr_ac_card {
    background: none !important;
    padding: 0;
    border-bottom: 0;
}

.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.accordion_area .card-2 {
    margin-bottom: 22px;
    border: 1px solid #ddd;
}

.accordion_area .card-2 p {
    padding: 20px 20px 7px;
}

.witr_ac_style {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 700;
    display: block;
    padding: 20px 20px 20px 30px;
    transition: .5s;
}

.witr_ac_style:focus,
.witr_ac_style:hover {
    color: #fff;
    background: #cb8738;
}

.witr_ac_style:before {
    position: absolute;
    content: '\f107';
    left: 30px;
    top: 20px;
    font-family: fontawesome !important;
    font-weight: 400;
}

.active .witr_ac_style:before {
    position: absolute;
    content: '\f106';
    font-family: fontawesome !important;
}

.active .witr_ac_style {
    background: #cb8738;
    color: #fff;
}

.card-body ul {}

.card-body ul li {
    margin-left: 18px;
    margin-bottom: 4px;
}

.faq_top {
    margin-top: 48px;
}

.candidate_bg {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 70px 0px 70px 0px;
    background: #fff;
}

.candidate_bg .witr_section_title_inner h3 {
    color: #cb8738;
    font-style: italic;
    text-decoration: underline;
}

.witr_shape_image {
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

.candidate_bg .witr_shape_item_inner {
    z-index: 1;
    top: -7px;
    left: 50px;
}

.witr_shape_item_inner.item_inner2 {
    z-index: 1;
    top: -20px;
    right: 172px;
    left: auto;
}

.bestin_candidate_area {
    margin-top: -100px;
    z-index: 999;
    position: relative;
}

/*====== blog style 2 ======*/
.wblog-content.blog-content-5 {
    padding: 15px 20px 15px;
}

.wblog-content.blog-content-5 h5 {
    padding-bottom: 0px;
}

/* blog area css 5 */
.busi_singleBlog {
    background: #fff;
    transition: .5s;
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .07);
    margin-bottom: 20px;
}

.busi_singleBlog:hover {
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
}

.witr_sb_thumb {
    overflow: hidden;
    position: relative;
}

.witr_sb_thumb img {
    width: 100%;
    transition: .5s;
}

.witr_sb_thumb::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb::before {
    transform: scale(1.2);
}

.witr_blog_con {
    padding: 20px 15px 0px 25px;
    margin-bottom: 0px;
}

.witr_blog_con span {
    font-size: 16px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 2px;
}

.bs5 span {
    line-height: 26px;
}

.witr_blog_con span i {
    padding-right: 5px;
    padding-left: 5px;
    transition: .5s;
}

.witr_blog_con span i:hover {
    color: #cb8738;
}

.witr_blog_con h2 {
    color: #1b1a1a;
    margin: 15px 0 0;
}

.witr_blog_con h2 a {
    display: inline-block;
}

.witr_blog_con h2 a:hover {
    color: #cb8738;
}

.witr_post_Author {
    padding-bottom: 27px;
    /* margin: 0 30px;
     */
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 999;
}

.witr_post_Author img {
    width: 33px;
    height: 33px !important;
    border-radius: 50% !important;
    margin-right: 5px
}

.witr_post_Author .nameAuthor {
    font-size: 20px;
    line-height: 36px;
    color: #cb8738;
    margin: 0;
    font-weight: 500;
}

.witr_post_Author .comment {
    float: right;
    font-size: 17px;
    color: #1b1a1a;
    line-height: 30px;
}

.witr_post_Author .nameAuthor:hover,
.witr_post_Author .comment:hover {
    color: #1b1a1a;
}

/* witr_blog_area11 */
.bestin_blog2_area.blog_pag {
    padding: 100px 0px 50px;
}

.witr_blog_area11 .witr_blog_con h2 {
    margin: 5px 0 0;
}

.witr_blog_area11 .witr_blog_con {
    padding: 20px 30px 25px 22px;
}

.witr_blog_area11 .em-blog-content-area_adn {
    padding: 0px 10px 22px 20px;
}

.witr_blog_border {
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.witr_top_category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 999;
}

.witr_top_category ul li {
    display: inline-block;
}

.witr_top_category ul li a {
    color: #fff;
    background: #cb8738;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.cata_botom .witr_top_category {
    bottom: 20px;
    top: auto;
}

.witr_blog_area11 .learn_btn {
    padding: 10px 30px;
    background: #cb873814;
    border-radius: 5px;
    color: #cb8738;
    display: inline-block;
}

.witr_blog_area11 .learn_btn:hover {
    background: #cb8738;
    color: #fff;
}

.bestin_blog_area {
    padding: 100px 0px 100px;
}

.blog_style2 .learn_btn {
    color: #cb8738;
    background-color: #cb87382B;
    border-style: default;
    border-radius: 0px 0px 0px 0px;
}

.witr_blog_area11.blog_style2 .witr_blog_con {
    padding: 20px 15px 15px 25px;
}

.witr_blog_con.bs5 span {
    color: #cb8738;
    font-weight: 600;
}

.witr_blog_con.bs5 span a i {
    color: #cb8738;
}

.witr_blog_con h2 a {
    display: inline-block;
    margin: 10px 0px;
}

.blog_style2 .witr_top_category ul li a {
    color: #cb8738;
    background: #FFFFFFB0;
}

.blog_style2 .witr_top_category ul li a:hover {
    color: #FFFFFF;
    background-color: #cb8738;
}

.blog_top {
    margin-top: 35px;
}

.blog_btn .witr_button_area {
    text-align: center;
    margin-top: 30px;
}

/* bestin_counter_bg_area */
.bestin_counter_bg_area {
    padding: 100px 0px 70px;
    background-image: url(../images/call-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.bestin_counter_bg_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1b1a1ae8;
}

.witr_single_counter {
    border-radius: 5px;
    padding: 37px 0 61px;
    text-align: center;
    transition: all 0.5s ease 0s;
    height: 270px;
    width: 270px;
    transition: .5s;
    margin: auto;
}

.witr_single_counter:hover {
    background: #cb8738;
}

.witr_counter_text h4 {
    font-size: 30px;
}

.witr_counter_text h3 {
    display: inline-block;
    font-size: 40px;
}

.witr_counter_text span {
    font-size: 35px;
    font-weight: 700;
    line-height: 0;
}

.white .witr_custom_icon i,
.white .witr_counter_text h4,
.white .witr_counter_text h3,
.white .witr_counter_text span {
    color: #fff;
}

.witr_single_counter.white {
    border: 2px solid #fff;
    margin-bottom: 30px;
}

.witr_single_counter.white:hover {
    border: 2px solid #cb8738;
}

/* style 5 */
.wirt_new_iner {
    float: left;
    margin-right: 20px;
}

.counter_5 .witr_counter_number_inn h4 {
    margin-top: 13px;
}

.counter_5 .witr_counter_number_inn h3 {
    margin-bottom: 0;
}

.wirt_new_content {}

.wirt_new_content p {
    margin-top: 20px;
}

/*====== style 6 ======*/
.witr_counter_6.witr_counter_single {
    background: #fff;
    padding: 28px 25px 35px;
    box-shadow: 0px 5px 20px 0px #0000000d;
    margin-bottom: 30px;
}

.witr_counter_6 .wirt_new_iner {
    background: #cb8738;
    padding: 30px 0px 32px;
    border-radius: 5px;
    width: 29%;
    text-align: center;
    transform: skewY(356deg);
}

.witr_counter_6 .witr_counter_number_inn h3,
.witr_counter_6 .witr_counter_number_inn span {
    font-size: 31px;
    color: #fff;
}

.witr_counter_6 .witr_counter_number_inn {
    overflow: inherit;
}

.bestin_counter2_area {
    padding: 100px 0px 70px;
}

.bestin_counter2_area {
    padding: 100px 0px 70px;
}

.bestin_counter3_area {
    padding: 100px 0px 60px;
}

.bestin_counter3_area .witr_counter_single.all_counter_color {
    margin-bottom: 30px;
    text-align: center;
}

.bestin_counter3_area .witr_custom_icon i {
    color: #1B1A1A;
}

/* single_faq_bg_area */
.single_faq_bg_area.faq_area {
    padding: 50px 0px 50px;
}

.swiper2 .witr_swiper_height {
    height: 752px;
}

.swiper2 .witr_swiper_content h2,
.swiper2 .witr_swiper_content h3 {
    color: #FFFFFF;
    font-size: 40px;
}

.swiper2 .witr_swiper_content p {
    color: #fff;
}

.swiper2.witr_swiper_area .witr_swiper_height::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #1B1A1AE3;
}

.swiper2.witr_swiper_area .tx_svd_icon {
    background: #cb8738;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}

.tx_svd_icon i {
    color: #fff;
}

@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/* bestin_solution_area */
.bestin_solution_area {
    padding: 100px 0px 85px;
}

.em-service-title.admin h3 {
    margin: 20px 0px 0px 0px;
}

.witr_solution_right .witr_section_title_inner.text-left p {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 32px;
}

.witr_solution_right {
    margin: 0px 43px 0px 0px;
}

.witr_solution_right .em-service2.sleft.all_color_service {
    margin-bottom: 18px;
}

.witr_solution_right .em-service2.sleft.all_color_service {
    margin-bottom: 22px;
}

.witr_solution_right .all_icon_color i {
    color: #cb8738;
    font-size: 35px;
}

.witr_solution_right .em-service2:hover .em-service-icon i {
    color: #cb8738;
}

* singleService */ .medi_singleService {
    position: relative;
    background: #fff;
    padding: 36px 20px 36px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.medi_singleService:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #cb873836;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 2;
    transition: all 0.4s ease-out;
}

.medi_singleService:before {
    position: absolute;
    width: 0;
    height: 2px;
    background: #cb8738;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    transition: all 0.4s ease-out;
}

.medi_singleService:hover:before {
    width: 100%;
}

.medi_singleService img {
    float: left;
    margin-right: 15px;
}

.medi_singleService i {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-size: 35px;
}

.wirt_s2_s6 img,
.wirt_s2_s6 i {
    float: none;
    margin: 0;
}

.medi_singleService h3 {
    line-height: 28px;
    display: inline-block;
    margin: 12px 0 15px;
}

.medi_singleService p {
    margin: 0;
}

.witr_ser_btnb a {
    display: inline-block;
}

.wirt_s2_s5i {
    overflow: hidden;
}

.medi_singleService.wirt_s2_s5 h3 {
    margin: 0;
    margin-bottom: 10px;
}

.medi_singleService.wirt_s2_s6 h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 15px;
}

/* wirt_s2_s8 */
.medi_singleService.wirt_s2_s8 h2 {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 400;
}

.count_about .witr_counter_single {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F0F0F0;
}

.witr_about_lf {
    margin: 9px 12px 0px 15px;
}

.count_about .witr_section_title_inner.text-left p {
    width: 100%;
    margin-top: 19px;
    margin-bottom: 35px;
}

.count_about .medi_singleService {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 2px 30px 20px 30px;
    margin: 2px 30px 18px 0px;
    padding: 2px 30px 20px 30px;
    border-style: solid;
    border-width: 0px 3px 0px 3px;
    border-color: #cb8738;
}

.count_about .medi_singleService.wirt_s2_s6 h3 {
    font-size: 17px;
}

.count_about .witr_progress-style2.progress {
    height: 10px;
    border-radius: 5px;
}

.count_about .witr_title2 span {
    color: #181b1d;
    font-size: 17px;
    font-weight: 700;
}

.count_about .witr_button_area {
    margin-top: 50px;
}

.bestin_call_action_area {
    background-image: url(../images/skill-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 71px 0px 71px;
}

.bestin_call_action_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1b1a1aeb;
}

.bestin_call_action_area .all_cal_color h2 {
    color: #FFFFFF;
    font-size: 28px;
}

.bestin_call_action_area .bestin_button.no_margin a {
    color: #1B1A1A;
    background: #fff;
    padding: 18px 35px;
    border-radius: 0px;
    display: inline-block;
    margin-right: 15px;
}

.bestin_button a i {
    margin-left: 10px;
}

.bestin_call_action_area .bestin_button.no_margin a:hover {
    color: #FFFFFF;
    background-color: #cb8738;
}

.bestin_video_bg_area {
    background-image: url(../images/blog4.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px 0px 100px;
    position: relative;
}

.bestin_video_bg_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1b1a1acc;
}

.bestin_video_bg_area .play-overlay a {
    width: 100px;
    height: 100px;
    font-size: 28px;
}

.bestin_video_bg_area .video-item h3 {
    color: #fff;
}

/* bestin_skill2_area */
.bestin_choose_area {
    padding: 100px 0px 100px;
}

.bestin_choose_area .witr_section_title_inner.text-left p {
    width: 98%;
    margin-top: 21px;
    margin-bottom: 0px;
}

.bestin_choose_area .witr_progress-style2.progress {
    height: 10px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.bestin_testimonial2_bg_area {
    background-image: url(../images/blog9.jpg);
    background-position: center left;
    background-size: cover;
    position: relative;
    padding: 95px 0px 120px;
}

.bestin_testimonial2_bg_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fffffff0;
}

.testi2_bg .em_single_testimonial {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #1B1A1A;
    padding: 37px 38px 26px;
}

.testi2_bg .em_single_testimonial:hover {
    background-color: #1B1A1A;
}

.testi2_bg .em_single_testimonial:hover h2,
.testi2_bg .em_single_testimonial:hover p,
.testi2_bg .em_single_testimonial:hover span,
.testi2_bg .em_single_testimonial:hover i {
    color: #FFFFFF;
}

.test-part {
    display: inline-block;
    margin-bottom: 10px;
}

.testi_top {
    margin-top: 21px;
}

.testi2_bg .slick-dots {
    bottom: -20px;
}

/* bestin_make_service_area */
/* classic Button */
.btn_none {
    display: none;
}

.btn_block {
    display: block;
}

.btn_sh_area {
    margin-top: 30px;
}

.btn_sh_area p {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.btn_sh_area i {
    font-size: 21px;
    margin: 0px 5px;
    cursor: pointer;
    color: #fff
}

.witr_bbtn i {
    font-size: 21px;
    margin-left: 6px;
    transition: .5s;
}

.a_active i {
    color: #cb8738;
}

.witr_btn:hover .a_active i,
.witr_bbtn:hover .a_active i {
    color: #fff;
}

.witr_bbtn {
    border-radius: 30px;
    color: #cb8738;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    border: 2px solid #cb8738;
}

.bestin_make_service_area {
    padding: 100px 0px 80px;
    background-image: url(../images/blog9.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bestin_make_service_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1b1a1ae6;
}

.white .witr_custom_icon i,
.white .witr_counter_text h4,
.white .witr_counter_text h3,
.white .witr_counter_text span {
    color: #fff;
}

.witr_single_counter.white {
    border: 2px solid #fff;
    margin-bottom: 30px;
}

.witr_bbtn.bbtn1 {
    color: #fff;
    border-color: #fff;
}

.witr_classic_button_area {
    text-align: center;
    margin-top: 40px;
}

.witr_bbtn.bbtn1:hover {
    border-color: #cb8738;
    background: #cb8738;
}

span.btn_w.a_active i {
    color: #cb8738;
}

span.btn_c.a_active i {
    color: #cb8738;
}

/* post team 10 css */
.post_team10_area .team_o_icons::before {
    display: none;
}

.post_team10_area .witr_team_section {
    position: relative;
}

.post_team10_area .team_o_icons {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: -25%;
    transform: translateY(-50%);
    transition: .5s;
}

.post_team10_area .team-part:hover .team_o_icons {
    left: 0;
}

.post_team10_area .team_o_icons ul li {
    display: block;
}

.post_team10_area .team_o_icons ul li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: none;
    background: #181b1d;
    border-radius: 0;
    color: #fff;
    margin: 0px;
    font-size: 20px;
    display: block;
}

.post_team10_area .team_o_icons ul li a:hover {
    background: #cb8738;
}

.witr_team_content {
    padding: 23px 5px 23px;
}

.bestin_team3_area {
    padding: 100px 0px 100px;
}

.team2_top {
    margin-top: 30px;
}

/* team image css */
.bestin_team_area {
    padding: 100px 0px 0px;
}

.em-team {
    text-align: center;
    position: relative;
    transition: .5s;
}

.em-team-one {
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
}

.em-team-content-image img {
    width: 100%;
}

.em-team-content-waraper {
    background-color: #fff;
    bottom: -67px;
    left: 0;
    margin: 0 10px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    box-shadow: 0px 0px 65px 0px rgb(0, 0, 0, 0.08);
    transition: all 0.3s ease 0s;
}

.bestin_team_area .single-blog-content h5 {
    font-size: 18px;
}

.em-content-subtitle {
    font-size: 16px;
    margin: 5px 0 0;
    text-transform: capitalize;
    transition: .5s;
}

.em-team-content-socials {
    position: relative;
    transition: .5s;
}

.em-team-content-socials a {
    background: #fff none repeat scroll 0% 0;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 14px 3px 0;
    text-align: center;
    width: 35px;
    color: #cb8738;
}

.em-team:hover .em-team-content-waraper {
    background: #cb8738e6;
    bottom: 0px;
}

.em-team-content-socials a:hover {
    background: #cb8738e6;
    color: #fff;
}

.em-team:hover .em-content-title h5 a,
.em-team:hover .em-content-title h5,
.em-team:hover .em-content-subtitle {
    color: #fff;
}

.simple_page.testi_bg .testomonial-slide .slick-prev {
    left: -65px;
    top: 50%;
}

.simple_page.testi_bg .testomonial-slide .slick-next {
    right: -65px;
    top: 50%;
}

/* single_service_page */
.single_service_page {
    padding: 100px 0px 100px;
}

.service_top_image {
    position: relative;
}

.single_service_page .text_box {
    padding: 10px 32px 31px 32px;
    box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
}

.service-btn.service_btn2 a {
    color: #FFFFFF;
    background-color: #cb8738;
    margin: 12px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
}

.single_service_page .service-btn a span {
    padding-left: 10px;
}

.service-btn.service_btn2 a:hover {
    background: #1B1A1A;
}

.video-page {
    padding: 0px 0px 70px;
}

.video-open-inline iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.bestin_testimonial1_area.testimonial1_bg {
    background: #F9F9F9;
    padding: 100px 0px 70px;
}

.faq_page {
    padding: 100px 0px 80px;
}

.departmentList {
    position: relative;
    padding: 73px 30px 65px;
    border-radius: 10px;
    background-size: cover;
    text-align: left;
}

.all_list_color.text {
    text-align: left;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-style: default;
}

.departmentList.all_list_color h3 {
    color: #FFFFFF;
    background: #1B1A1A;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding: 12px 0px 20px 0px;
    margin-bottom: 22px;
}

.all_list_color ul li a {
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    background-color: #cb8738;
    font-weight: 500;
    border-radius: 30px 30px 30px 30px;
    margin: 0px 0px 15px 0px;
    padding: 12px 6px 12px 25px;
}

.all_list_color ul li a:hover {
    background-color: #1B1A1A;
}

.imagess_area .witr_car_overlay .slick-slide {
    padding: 0px 0px;
}

.imagess_area {
    padding: 40px 0px;
}

.single_service_page .apartment2_area {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 35px 60px;
}

.single_service_page .apartment_text h2 {
    font-size: 29px;
}

.text-editor {
    padding: 23px 0px 20px;
}

.text-editor {
    padding: 23px 0px 20px;
}

.single_service_page .progress {
    height: 10px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #cb8738;
    margin-bottom: 17px;
}

.single_service_page .witr_progress-style2 .progress-bar {
    border-radius: 30px;
    margin: 2px;
}

.single_service_page span.witr_label {
    color: #272727;
    font-weight: 500;
}

.single_service_page span.witr_label {
    color: #272727;
    font-weight: 500;
}

/* bestin_team2_area */
.bestin_team2_area.team_bg {
    padding: 100px 0px 0px;
}

.post_team_content {
    box-shadow: 0px 5px 20px 0px #00000014;
    transition: .5s;
    background: #fff;
    padding: 30px 25px 25px;
}

.cteam_9 .post_team_content {
    padding: 20px 25px 25px;
}

.cteam_9 .post_team_content {
    text-align: left;
}

.post_team_content h5 {
    margin: 0;
}

.cteam_9 .post_team_icon_8 {
    bottom: -85px;
}

.post_team_icon_8 {
    position: absolute;
    bottom: -15px;
    right: 25px;
}

.post_team_icon_8 ul li {
    display: inline-block;
}

.post_team_icon_8 ul li a {
    font-size: 16px;
    color: #cb8738;
    background: #fff;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
    display: inline-block;
    margin-left: 6px;
}

.post_team_icon_8 ul li a:hover {
    background: #cb8738;
    color: #fff;
}

/* single_service_page End */
/* bestin_team2_area */
.bestin_team3_area {
    padding: 95px 0px 70px;
}

/*=========================== 9.pricing css ===========================*/
.pricing_area {
    border-radius: 5px;
    /* margin-left: 20px;
     */
}

.pricing-part {
    position: relative;
    overflow: hidden;
}

.pricing-part sub {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -65px;
    top: 20px;
    background: #cb8738;
    line-height: 43px;
    width: 217px;
    height: 45px;
    text-align: center;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
}

.witr_pricing_icon i {
    color: #cb8738;
    font-size: 40px;
    padding-top: 40px;
    display: block;
}

.pricing-part h4 {
    font-size: 24px;
    padding: 26px 0 12px;
    display: block;
}

.pricing-part h5 {
    font-size: 35px;
    padding-bottom: 20px;
}

.pricing-part h6 {
    font-size: 21px;
    color: #989898;
    display: block;
    text-decoration: line-through;
    margin: 0;
}

.pricing-part span {
    font-size: 24px;
    margin-right: 5px;
}

.pricing-part ul {}

.pricing-part ul li {
    color: #555555;
    line-height: 40px;
    list-style: none;
}

.prt_content {
    padding: 20px 18px 10px 0px;
    font-size: 20px;
}

/* pricing list css */
.pricing-part ul li:nth-child(odd) {}

.pricing-part ul li:nth-child(even) {}

.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}

.pricing-part a.btn {
    background: #cb8738;
    line-height: 41px;
    padding: 7px 30px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #cb8738;
    display: inline-block;
}

.pricing-part a.btn:hover {
    background: transparent;
    color: #cb8738;
}

.bestin_pricing_area {
    padding: 100px 0px 70px;
    background: #F9F8FC45;
}

.pricing_area.all_pricing_color {
    box-shadow: 0px 5px 12px 0px rgb(216 216 216 / 38%);
    text-align: center;
    margin-bottom: 30px;
}

.bestin_pricing_area .prt_content {
    padding: 10px 18px 10px 0px;
    font-size: 20px;
}

.bestin_pricing_area .prt_content p {
    color: #cb8738;
}

.bestin_pricing_area .pricing-part a.btn {
    background: transparent;
    color: #cb8738;
}

.bestin_pricing_area .pricing-part a.btn:hover {
    background: #cb8738;
    color: #fff;
}

.pricing_top {
    margin-top: 30px;
}

.bestin_pricing2_area {
    padding: 100px 0px 70px;
}

.bestin_pricing2_area .pricing_area.all_pricing_color {
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
}

.bestin_pricing_bg_area {
    background: #FAFAFA;
    padding: 100px 0px 70px;
}

.bestin_pricing_bg_area .pricing-part a.btn {
    background: transparent;
    color: #cb8738;
}

.bestin_pricing_bg_area .pricing-part a.btn:hover {
    background: #cb8738;
    color: #fff;
}

.prt_content p {
    color: #cb8738;
}

/* ===== service style 3d css ===== */
.witr_service_3d {
    perspective: 1000px;
    transition: .5s;
}

.witr_single_service_3d {
    transition: transform .5s;
    transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;
}

.witr_service_position {
    left: 0;
    padding: 40px 20px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.post_service_6 .witr_service_position {
    padding: 0px;
}

.post_service_6 .witr_service_content_3d {
    padding: 40px 20px;
}

.witr_service_front_3d,
.witr_service_back_3d {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: .5s;
}

.witr_service_flip_left:hover .witr_single_service_3d {
    transform: rotateY(-180deg);
}

.witr_service_flip_right:hover .witr_single_service_3d {
    transform: rotateY(180deg);
}

.witr_service_flip_up:hover .witr_single_service_3d {
    transform: rotateX(180deg);
}

.witr_service_flip_down:hover .witr_single_service_3d {
    transform: rotateX(-180deg);
}

.witr_service_front_3d {
    z-index: 2;
}

.witr_service_back_3d {
    z-index: 3;
}

/* left */
.witr_service_flip_left .witr_service_back_3d {
    transform: rotateY(-180deg);
}

/* right */
.witr_service_flip_right .witr_service_back_3d {
    transform: rotateY(180deg);
}

/* up */
.witr_service_flip_up .witr_service_back_3d {
    transform: rotateX(180deg);
}

/* down */
.witr_service_flip_down .witr_service_back_3d {
    transform: rotateX(-180deg);
}

/* zoom in */
.witr_service_flip_zoomin .witr_service_back_3d {
    opacity: 0;
    transform: scale(.75);
}

.witr_service_flip_zoomin:hover .witr_service_back_3d {
    opacity: 1;
    transform: scale(1);
}

/* zoom out */
.witr_service_flip_zoomout .witr_service_front_3d {
    opacity: 1;
    transform: scale(1);
    z-index: 4;
}

.witr_service_flip_zoomout:hover .witr_service_front_3d {
    opacity: 0;
    transform: scale(0);
}

.witr_service_front_3d,
.witr_service_back_3d {
    height: 398px;
    width: 100%;
}

/* tittle css */
.witr_service_content_3d {}

.witr_service_icon_3d {
    margin-bottom: 14px;
}

.witr_service_icon_3d i {
    font-size: 35px;
    color: #fff;
    display: inline-block;
}

.witr_service_content_3d h3 {
    margin-bottom: 12px;
    color: #fff;
}

.witr_service_content_3d h3 a {
    color: #fff;
}

.witr_service_content_3d p {
    color: #fff;
}

/* Service Front Face */
.witr_service_front_3d {
    background: #cb8738;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.witr_service_front_3d:before {
    /* background: rgba(0, 0, 0, 0.7);
     */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.witr_service_back_3d {
    background: #17161a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.witr_service_back_3d:before {
    /* background: #cb873880;
     */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Service Service Button */
.witr_service_btn_3d {
    margin-top: 27px;
    z-index: 999;
}

.witr_service_btn_3d a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.witr_service_btn_3d a:hover {
    background: #fff;
    color: #cb8738;
}

.bestin_service3_area {
    padding: 0px 0px 70px;
}

.bestin_service3_area .witr_service_front_3d,
.bestin_service3_area .witr_service_back_3d {
    height: 302px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.swiper2.witr_swiper_area.choose_page .witr_swiper_height::before {
    background: #1B1A1AD1;
}

.swiper2 .slider_btn .witr_btn {
    border-radius: 5px;
}

.swiper2 .slider_btn .witr_btn.active {
    background-color: #FFFFFF;
    color: #cb8738;
}

.swiper2 .slider_btn .witr_btn.active:hover {
    background-color: #cb8738;
    color: #FFFFFF;
}

.em_crating {
    /* margin-top: 5px;
     */
}

.em_crating i {
    color: #ddd;
    font-size: 18px;
}

.em_crating i.active {
    color: #cb8738;
}

.witr_all_mb_30,
.guttergs {
    margin-bottom: 30px;
    border: none;
}

.witr_all_mb_30.mb_70 {
    margin-bottom: 113px;
}

.witr_all_pd0,
.noguttergs {
    padding: 0px;
}

.execllent_toggol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.execllent_star {
    margin-left: 15px;
}

.execllent_star h3 {
    color: #cb8738;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
}

.bestin_testimonial_area {
    padding: 100px 0px 70px;
}

.bestin_testimonial_area .witr_content_test7 p {
    padding: 0px 23px;
}

.bestin_testimonial_area .em_single_testimonial {
    padding: 37px 43px 26px;
}

/* COUNTDOWN CSS */
span.cdowns {
    width: 200px;
    height: 200px;
    background: #fff;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    line-height: 1;
    border: 1px solid #ddd;
    padding-top: 60px;
    margin-bottom: 30px;
}

span.cdowns::before {
    position: absolute;
    content: "";
    background: #cb8738;
    top: 55px;
    right: -19px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

span.cdowns::after {
    position: absolute;
    content: "";
    background: #cb8738;
    top: 84px;
    right: -19px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

span.cdowns:last-child:before,
span.cdowns:last-child:after {
    display: none;
}

.counterdowns {
    text-align: center;
}

span.time-counts {
    font-size: 50px;
    color: #cb8738;
    display: inline-block;
    font-weight: 700;
}

.counterdowns p {
    color: #cb8738;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.dotnoneb span.cdowns:before {
    display: none;
}

.dotnonea span.cdowns:after {
    display: none;
}

.mean-container .mean-nav ul li a:hover {
    color: #cb8738;
    border-radius: 0;
}

.bestin_countdown_area {
    padding: 87px 0px 70px;
}

.bestin_countdown_bg_area {
    background-image: url(../images/call-bg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 70px;
    position: relative;
}

.bestin_countdown_bg_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d6;
}

.white span.cdowns {
    background: transparent;
    border: 1px solid #fff;
}

.white span.time-counts {
    font-size: 50px;
    color: #fff;
}

.white .cdowns p {
    color: #fff;
}

.white span.cdowns::before {
    opacity: 0;
}

.white span.cdowns::after {
    opacity: 0;
}

.counterdowns_top {
    margin-top: 30px;
}

.bestin_countdown3_area {
    padding: 90px 0px 95px;
}

.bestin_countdown3_area span.cdowns {
    border: none;
    width: 150px;
    height: 90px;
    padding-top: 50px;
}

/* single_faq_area */
.single_faq_area {
    padding: 100px 0px 80px;
}

.faq2 .active .witr_ac_style {
    background: transparent;
    color: #1B1A1A;
}

.faq2 .witr_ac_style:focus,
.faq2 .witr_ac_style:hover {
    background: transparent;
    color: #1B1A1A;
}

.faq2 .witr_ac_style {
    padding: 15px 40px;
    color: #1B1A1A;
}

.faq2 .card.card-2 {
    border: 0 !important;
    border-left: 2px solid #cb8738 !important;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
    border-radius: 0px;
}

.faq2 .witr_ac_style:before {
    left: 16px;
    top: 16px;
}

/*=========================== 7.case css ===========================*/
.witr_case {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: 20px;
}

.witr_case2 {
    padding-bottom: 95px;
}

.witr_case_image {
    overflow: hidden;
    position: relative;
}

.witr_case_image::before {
    background: #cb8738a6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    content: "";
    transition: .5s;
}

.witr_case_image img {
    width: 100%;
}

.witr_case:hover .witr_case_image::before {
    height: 100%;
}

.witr_content_casem {
    padding: 21px 15px 26px;
    position: absolute;
    background-color: #fff;
    bottom: -80px;
    left: 15px;
    margin: auto;
    transition: .5s;
    right: 15px;
    text-align: left;
}

.witr_case:hover .witr_content_casem {
    bottom: -4px;
}

.witr_content_casei {}

.witr_content_casei h3 {
    font-size: 21px;
}

.witr_content_casei p {
    font-size: 15px;
    color: #cb8738;
    font-weight: 700;
    margin-bottom: 4px;
}

.witr_case_btnb {
    margin-top: 20px;
}

.witr_case_btnb a {
    font-size: 16px;
    font-weight: 600;
    color: #cb8738;
    background: #cb8738;
    padding: 13px 25px;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    border: 1px solid #ececec;
}

.witr_case_btnb a:hover {
    border: 1px solid #cb8738;
    color: #fff;
    background: #cb8738;
}

.witr_case_btnb a i {
    margin-left: 5px;
    transition: 1s;
}

.witr_case_btnb a:hover i {
    margin-left: 15px;
}

/* case 2 style */
.witr_case2 .witr_content_casem {
    bottom: 15px;
    box-shadow: 0px 5px 20px 0px #cb873814;
}

.bestin_case_area {
    padding: 95px 0px 55px;
}

.case_top {
    margin-top: 30px;
}

/* bestin_project_bg_area */
.bestin_project_bg_area {
    background-image: url(../images/skill-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 95px 0px 300px 0px;
    position: relative;
}

.bestin_project_bg_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1a1ae6;
}

.bestin_project1_area {
    padding: 0px 30px 165px;
    margin-top: -220px;
}

.bestin_project1_area .ps3 .witr_content_pslide_text h3 a {
    margin-bottom: 3px;
    margin-top: 17px;
}

.pdlf {
    padding-left: 0;
    padding-right: 0;
}

.call_bg2 {
    background-color: #cb8738;
    padding: 50px 0px 50px 80px;
}

.bestin_call3_area h2 {
    color: #FFFFFF;
    font-size: 30px;
    padding: 10px 0px 0px 0px;
}

.call_bg2 .bestin_button.no_margin {
    margin-right: 20px;
}

.call_bg2 .bestin_button a {
    background: #1B1A1A;
}

.call_bg2 .bestin_button a:hover {
    color: #1B1A1A;
    background-color: #FFFFFF;
    border-style: default;
}

.call_bg3 {
    background-color: #212529;
    padding: 50px 55px 50px 50px;
}

.call_bg3 .bestin_button a {
    background: #0E5FB24D;
}

.call_bg3 .bestin_button a:hover {
    background: #cb8738;
}

.bestin_button a {
    background: #cb8738;
    padding: 18px 35px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    transition: 1s;
    margin-right: 15px;
    font-weight: 500;
    border-radius: 30px;
}

.wirr_project_area {
    padding: 90px 0px 90px;
}

.protfolio_top {
    margin-top: 30px;
}

/*=========================== 4.feature css ===========================*/
.sub-border {
    /* border-bottom: 1px solid #dddddd;
     */
}

.sub-item {
    position: relative;
    /* margin-top: 20px;
     */
}

.sub-item i {
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #cb8738;
    display: inline-block;
    transition: .5s;
}

.width_height_link_02 .sub-item i,
.width_height_link_0.sub-item i {
    font-size: 50px;
    color: #cb8738;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: none;
    border: none;
}

.sub-item span {
    position: absolute;
    top: 15px;
    left: 20%;
    font-size: 50px;
    color: #eeeeee;
    transform: translateX(-50%);
    font-weight: 700;
    line-height: 1;
}

.sub-item h3 {
    margin-top: 19px;
    /* padding-bottom: 2px;
     */
}

.feature_btn a {
    transition: .5s;
    display: inline-block;
}

.feature_btn a:hover {
    color: #cb8738;
}

/*====== home page 2 ======*/
.sub-border-2 {}

.sub-border-2 .sub-item span {
    top: 31px;
    left: 45%;
    z-index: 999;
    transition: .5s;
}

.sub-border-2:hover .sub-item span {
    color: #1b1a1a;
}

.sub-border-2 .sub-item p {
    padding: 0 0px;
}

.bestin_feature1_area {
    padding: 100px 0px 70px;
}

.feature_page .all_feature_color span,
.feature_page .all_feature_color h2 {
    top: 1px;
    left: 227px;
}

.feature_page .sub_feature {
    padding: 53px 30px 34px 25px;
    margin-bottom: 30px;
}

.feature_page .sub_feature.feature1_active {
    box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8);
}

.feature_page .sub_feature:hover {
    box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8);
}

/* bestin_facility_area */
.bestin_facility_area {
    padding: 0px 0px 80px;
}

.witr_pslide3 .witr_single_pslide {
    margin-bottom: 100px;
    overflow: inherit;
}

.witr_pslide_image {
    overflow: hidden;
    position: relative;
}

.witr_pslide_image::before {
    position: absolute;
    content: '';
    background: #00000080;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.witr_single_pslide:hover .witr_pslide_image img,
.witr_single_pslide:hover .witr_pslide_image::before {
    transform: scale(1.2);
}

.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    transition: .5s;
    width: 100%;
}

.witr_pslide3 .witr_single_pslide {
    margin-bottom: 100px;
    overflow: inherit;
}

.ps3.ps1 .witr_content_pslide_text {
    bottom: -60px;
    opacity: 1;
    box-shadow: 0px 0px 65px 0px #00000017;
    background: #fff;
    text-align: center;
    padding: 20px 10px 45px;
    border-radius: 5px;
}

.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    transition: .5s;
    opacity: 0;
    z-index: 2;
    text-align: left;
}

.ps3 .witr_content_pslide_text h3 a {
    margin-bottom: 3px;
}

.witr_pslide3 .witr_pslide_custom {
    position: absolute;
    z-index: 9;
    transition: .5s;
    bottom: -17px;
    right: 42%;
}

.witr_content_pslide_text a {
    display: inline-block;
}

.witr_pslide3 .witr_pslide_custom a span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #fff;
    color: #cb8738;
    box-shadow: 0px 0px 65px 0px #00000014;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: .5s
}

.ti-plus:before {
    content: "\e61a";
}

.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
}

.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom a span {
    background: #cb8738;
    color: #fff;
}

.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom {
    bottom: -20px;
}

.facility_top {
    margin-top: 50px;
}

.ps3.ps1 .witr_content_pslide_text p,
.ps3.ps1 .witr_content_pslide_text h3,
.ps3.ps1 .witr_content_pslide_text a {
    color: #000;
}

.bestin_facility_area .ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: -60px;
}

/*=========================== 10.testomonial css ===========================*/
.testomonial {}

.testomonial .test-part {
    box-shadow: 0px 0px 12px 0px #dddddd7a;
    padding: 30px 17px 10px 30px;
    position: relative;
    text-align: left;
}

.test-part h6 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 7px;
}

.test-part span {
    font-weight: 400;
    font-size: 17px;
}

.testomonial .test-part.witr_testi_s_11 img {
    left: 50%;
    transform: translateX(-50%);
}

.testomonial .test-part.witr_testi_s_11 {
    padding: 30px 17px 20px 30px;
}

.witr_testi_s_11 {
    text-align: center;
    border-bottom: 1px solid transparent;
}

.witr_testi_s_11:hover {
    border-color: #cb8738;
}

.witr_testi_s_11 h6 {
    padding-top: 0px;
}

.witr_testi_s_11 ul {
    padding: 17px 0 0px;
    margin: 0;
}

.witr_testi_s_11 .em_crating i {
    font-size: 16px;
}

.test-part {
    display: inline-block;
    margin-bottom: 10px;
}

.test-part ul li {
    display: inline-block;
    padding-top: 0px
}

.test-part p {}

.testomonial .test-part img {
    position: absolute;
    top: -43px;
    left: 30px;
    z-index: 22;
    width: 78px;
    height: 78px;
}

.testomonial.testomonial-5 .test-part img {
    top: -50px;
}

.witr_item_column {
    padding: 0 15px;
    padding-top: 60px;
}

.witr_slick_column {
    padding: 0 15px;
}

.em_crating {
    /* margin-top: 5px;
     */
}

.em_crating i {
    color: #ddd;
    font-size: 18px;
}

.em_crating i.active {
    color: #cb8738;
}

.witr_all_mb_30,
.guttergs {
    margin-bottom: 30px;
    border: none;
}

.witr_all_mb_30.mb_70 {
    margin-bottom: 113px;
}

.witr_all_pd0,
.noguttergs {
    padding: 0px;
}

.bestin_testimonial2_area.testi_page {
    padding: 100px 0px 70px;
}

.testi_page .testomonial .test-part.witr_testi_s_11 {
    padding: 30px 35px 20px 35px;
}

.bestin_testimonial_area.testi_bg {
    background: #FAFAFA;
    padding: 80px 0px 70px;
}

.privacy_page .single-blog-content h2 {
    margin-bottom: 22px;
    margin-top: 20px;
}

.bestin-blog-area.bestin-blog-page.privacy_page.em-theme-main-page {
    padding: 75px 0px 85px;
}

/* bestin_image_box_area */
.bestin_image_box_area {
    padding: 100px 0px 70px;
}

.image_box .all_color_service {
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
    margin-bottom: 30px;
}

.image_box .text_box.all_icon_color {
    padding: 10px 32px 31px 32px;
}

.image_box .service-item h3 {
    padding-top: 18px;
}

.image_box .service-btn a {
    color: #FFFFFF;
    background-color: #cb8738;
    margin: 12px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
}

.image_box .service-btn a span {
    margin-left: 10px;
}

.image_box .service-btn a:hover {
    background: #1B1A1A;
}

.service2_top {
    margin-top: 30px;
}

.bestin_image_box2_area {
    background: #F9F9F9;
    padding: 94px 0px 70px;
}

.bestin_image_box2_area .service-item.all_color_service.text-center {
    padding: 30px 20px 30px 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.bestin_image_box2_area .service_top_image {
    transform: scale(1);
    transition: 0.5s;
    margin-bottom: 15px;
}

.bestin_image_box2_area .service_top_image:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.bestin_image_box3_area {
    padding: 100px 0px 70px;
}

.box3 .service-item.all_color_service {
    padding: 30px 20px 30px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.box3 .service_top_image img {
    width: 60%;
    transition-duration: 0.3s;
    margin-bottom: 15px;
}

.box3 .service_top_image img:hover {
    transform: translateY(-8px);
}

.bestin_image_box4_area {
    padding: 100px 0px 70px;
    background: #F9F9F9;
}

.bestin_image_box4_area .service-item {
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgb(42 67 113 / 15%);
    margin-bottom: 30px;
}

.bestin_image_box4_area .text_box.all_icon_color {
    padding: 10px 36px 31px;
}

/* bestin_process_area */
.bestin_process_area {
    padding: 100px 0px 165px;
}

.witr_pslide4.witr_pslide3 .witr_single_pslide {
    margin-bottom: 0px;
    overflow: hidden;
}

.witr_pslide4.ps3.ps1 .witr_content_pslide_text {
    bottom: -170px;
    padding: 40px 10px 15px;
    border-radius: 0px;
    left: 0;
    right: 0;
}

.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    bottom: 0px;
}

.witr_pslide4.witr_pslide3 .witr_pslide_custom {
    bottom: auto;
    top: -22px;
    z-index: -1;
}

.witr_pslide4.witr_pslide3 .witr_pslide_custom a span:hover {
    background: #1b1a1a;
}

.witr_pslide4 .slick-dots {
    bottom: -63px;
}

/* bestin_skill2_area */
.bestin_skill2_area.skil1 {
    padding: 100px 0px 80px;
}

.bestin_skill2_area.skil1 .witr_progress-style2.progress {
    height: 6px;
    border-radius: 30px;
    margin-bottom: 0px;
}

.bestin_skill2_area .witr_single_progress {
    margin-bottom: 20px;
}

.skill_top {
    margin-top: 30px;
}

.bestin_skill_bg .progress {
    margin-bottom: 20px;
}

.bestin_title_area {
    padding: 100px 0px 100px;
    background: #F9F9F9;
}

.bestin_circle_area {
    padding: 95px 0px 67px;
}

.bestin_skill_bg {
    background: #F9F9F9;
    padding: 95px 0px 70px;
}

.bestin_skill_bg .progress1 .progress {
    margin-bottom: 46px;
}

/* bestin_alert_area css */
.bestin_alert_area {
    padding: 100px 0px 100px;
}

.alert_inner_area {
    background: #D90A2C;
    border-left: 5px solid #bcdff1;
    padding: 20px 25px 20px;
}

.alert_title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.alert_description p {
    color: #fff;
}

.alert_top {
    margin-top: 90px;
}

.alert_inner_area2 {
    background: #bcdff1;
    border-left: 5px solid #D90A2C;
    padding: 20px 25px 20px;
}

.alert_inner_area2 .alert_title h1,
.alert_inner_area2 .alert_description p {
    color: #31708f;
}

.alert_inner_area3 {
    background: #0EB582;
    border-left: 5px solid #bcdff1;
    padding: 20px 25px 20px;
}

.alert_title span {
    float: right;
    margin-top: -60px;
    font-size: 25px;
}

/* bestin_team3_area style */
.bestin_team3_area.team_bg {
    background: #FAFAFA;
    padding: 100px 0px 100px;
}

.team_o_icons {
    margin-top: 15px;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
}

.team_o_icons::before {
    position: absolute;
    content: "";
    background: #ddd;
    top: 0px;
    height: 1px;
    width: 25%;
    margin: auto;
    left: 0;
    right: 0;
    transition: .5s;
}

.team_o_icons ul li {
    list-style: none;
    display: inline-block;
}

.team_o_icons ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #cb87381c;
    background: #cb873833;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: #cb8738;
    margin: 0px 2px;
    font-size: 15px;
}

.all_color_team:hover .team_o_icons::before {
    background: #cb8738;
    width: 100%;
}

/* blog_sidbar_css */
/* === style_w8 widget blog left right ==== */
.blog-left-side {}

.blog-left-side>div {
    margin-bottom: 30px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

.blog-left-side>div:last-child {
    margin-bottom: 0px;
}

.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-left-side {}

.blog-left-side .content {
    padding: 0;
}

.defaultsearch {
    background: #f7f7f7;
    position: relative;
}

.defaultsearch input {
    background: #f7f7f7 none repeat scroll 0% 0;
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
}

.defaultsearch button {
    background: #cb8738;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    padding: 17px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    outline: none;
}

.defaultsearch button:hover {
    background: #cb8738;
}

.defaultsearch button i {}

.defaultsearch input[type="text"] {
    padding-left: 15px;
}

/* widget list */
.widget {}

.blog-left-side .widget h2 {
    border-bottom: 5px double #cb8738;
    display: inline-block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}

.blog-left-side .widget h2::after,
.blog-left-side .widget h2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #cb8738;
    border-radius: 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: 17px;
}

.blog-left-side .widget h2::before {
    left: 0;
    animation-name: move_title_bg1;
}

.blog-left-side .widget h2::after {
    right: 0;
    animation-name: move_title_bg2;
}

.blog-left-side .widget h2 {}

.footer-middle .widget h5 {
    text-transform: capitalize;
}

.blog-left-side .widget ul {
    list-style: none;
}

.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}

.blog-left-side .widget ul li span {
    /* display: inline-block;
     */
    font-weight: 300;
}

.blog-left-side .widget ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.blog-left-side>.widget>ul>li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.blog-left-side .widget>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.blog-left-side .widget ul li a {}

.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
    color: #cb8738;
}

.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome !important;
    font-size: 18px;
    left: 0;
    position: absolute;
}

.blog-left-side .widget ul.children li {}

.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
}

.witr-blog-side-area.blog_sidebar .witr_btn {
    padding: 10px 30px;
}

.post_blog h2 a {
    font-size: 28px;
    font-weight: 500;
}

.witr-blog-side-area.blog_sidebar .bestin-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}

.witr-blog-side-area.blog_sidebar .em-blog-content-area {
    padding: 28px 0px 30px;
}

.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid #cb8738;
}

.wp-block-group__inner-container {
    margin-top: 20px;
}

.witr-blog-side-area.blog_sidebar .witr_car_overlay .slick-slide {
    padding: 0px 0px;
}

.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0px 90px;
}

.video-open-inline iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* BLOG POST META CSS */
.bestin-blog-meta {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.bestin-blog-meta:after {
    display: block;
    clear: both;
    content: "";
}

.bestin-blog-meta a {}

/* BLOG POST META LEFT CSS */
/* left style 1 */
.bestin-blog-meta-left {
    padding: 0 0 9px;
}

.bestin-blog-meta-left a,
.bestin-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bestin-blog-meta-left a:hover,
.bestin-blog-meta-left span:hover {
    color: #cb8738;
}

.bestin-blog-meta-left i {
    color: #cb8738;
    margin-right: 5px;
}

.bestin-single-blog {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(148, 146, 245, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.em-blog-content-area {
    padding: 28px 35px 30px;
    text-align: left;
}

/* bestin_contact_area */
.bestin_contact_area {
    padding: 100px 0px 100px;
}

.apartment_area {
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 60px 35px 47px;
}

.contact2 .apartment_text h1 {
    font-size: 40px;
}

.contact2 .apartment_text h2 {
    font-size: 19px;
    font-weight: 500;
    margin: 10px 0px 33px 0px;
}

.contact2 .witr_apartment_form form select,
.contact2 .witr_apartment_form textarea,
.contact2 .witr_apartment_form input {
    border: 1px solid #cb8738;
    background: #cb8738;
    color: #fff;
}

.contact2 .witr_apartment_form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact2 .witr_apartment_form select::-webkit-input-placeholder,
.contact2 .witr_apartment_form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact2_page .btn {
    width: 100%;
}

.bestin_service_area {
    padding: 90px 0px 0px;
}

.service2_top {
    margin-top: 33px;
}

.contact_service .all_color_service {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    border: 1px solid #1B1A1A;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}

.contact_service .all_icon_color i {
    color: #cb8738;
    background-color: #F3F3F3;
}

.service-item i {
    font-size: 30px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: #cb8738;
    display: inline-block;
    transition: .5s;
}

.service-item h3 {
    padding-top: 18px;
}

.bestin_contact4_area {
    padding: 70px 0px 100px;
}

.bestin_contact4_area .apartment_text h2 {
    text-align: left;
}

.bestin_contact4_area .btn {
    width: 100%;
}

.contact3_top {
    margin-top: 15px;
}

.bestin_contact_area.contact2_page {
    padding: 70px 0px 100px;
}

.bestin_contact2_area {
    z-index: 999;
    padding: 93px 0px 0px;
    margin-bottom: -160px;
    position: relative;
}

.apartment2_area {
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 35px 30px;
    background: #fff;
    border-radius: 10px;
}

.bestin_contect2_service_area.service {
    background-image: url(../images/skill-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 260px 0px 70px;
    margin-bottom: 100px;
    position: relative;
}

.bestin_contect2_service_area.service:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cb8738d6;
}

.service .all_color_service {
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
    background-color: #FFFFFF;
    padding: 20px 15px 5px 15px;
    margin-bottom: 30px;
}

.service .em-service2.sleft .em-service-icon {
    float: left;
}

.bestin_contact3_area {
    padding: 95px 0px 100px;
}

.bestin_contact3_area .btn {
    width: 100%;
}

.bestin_contact3_area .apartment_text {
    text-align: left;
}

.bestin_contact4_area .contact2 .witr_apartment_form form select,
.bestin_contact4_area .contact2 .witr_apartment_form textarea,
.bestin_contact4_area .contact2 .witr_apartment_form input {
    border: 1px solid #1B1A1A;
    background: #1B1A1A;
    color: #fff;
}

.bestin_contact_service2_area {
    padding: 90px 0px 70px;
}

.contact6 .all_color_service {
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
    background-color: #FFFFFF;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}

.contact6 .service-item i {
    background: #1B1A1A;
}

.bestin_contact5_area {
    background-image: url(../images//call-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px 0px 100px;
    position: relative;
}

.bestin_contact5_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cb873887;
}

.apartment5_area {
    background: #1B1A1A;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 60px 35px 40px;
    border-radius: 10px;
}

.apartment5_area .witr_apartment_form select,
.apartment5_area .witr_apartment_form input,
.apartment5_area .witr_apartment_form textarea {
    width: 100%;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 43px;
    padding-left: 30px;
}

.apartment5_area .witr_apartment_form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.apartment5_area .witr_apartment_form select::-webkit-input-placeholder,
.apartment5_area .witr_apartment_form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.apartment5_area .btn {
    border-radius: 10px;
}

.apartment5_area .btn:hover {
    color: #1B1A1A;
    background-color: #FFFFFF;
}

.apartment5_area .apartment_text h1 {
    color: #FFFFFF;
    font-size: 40px;
}

.apartment5_area .apartment_text h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 35px 0px;
}

.bestin_testimonial3_area {
    padding: 100px 0px 70px;
}

.bestin_testimonial3_area .em_single_testimonial {
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #cb8738;
}

/* bestin-single-blog */
.witr-blog-side-area {
    padding: 100px 0px 100px;
}

.bestin-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}

.single_blog.single_blog_grid.singles {
    margin-bottom: 40px;
}

.bestin-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.bestin-single-icon-inner {
    text-align: center;
}

.bestin-single-icon-inner a:hover {
    background: #cb8738;
    border-color: #cb8738;
    color: #fff;
}

.bestin-single-icon-inner a i {}

.single-blog-content ul {
    padding-bottom: 10px;
}

.witr-blog-side-area.single_blog blockquote {
    background-color: #f7f7f7;
    border-left: none;
}

.wp-block-group.block {
    text-align: center;
}

.aligncenter.size-large {
    text-align: center;
}

.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}

.comments,
.comment-respond {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 38px 30px 45px !important;
    background: #ffffff;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}

.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}

.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}

.bestin_btn {
    background: #cb8738;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #fff;
}

.bestin_btn:hover {
    background: #213162;
}

/* bestin-single-blog */
.witr-blog-side-area {
    padding: 100px 0px 100px;
}

.bestin-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}

.single_blog.single_blog_grid.singles {
    margin-bottom: 40px;
}

.bestin-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.bestin-single-icon-inner {
    text-align: center;
}

.bestin-single-icon-inner a:hover {
    background: #cb8738;
    border-color: #cb8738;
    color: #fff;
}

.bestin-single-icon-inner a i {}

.single-blog-content ul {
    padding-bottom: 10px;
}

.witr-blog-side-area.single_blog blockquote {
    background-color: #f7f7f7;
    border-left: none;
}

.wp-block-group.block {
    text-align: center;
}

.aligncenter.size-large {
    text-align: center;
}

.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}

.comments,
.comment-respond {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 38px 30px 45px !important;
    background: #ffffff;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}

.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}

.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}

.bestin_btn {
    background: #cb8738;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #fff;
}

.bestin_btn:hover {
    background: #213162;
}

/* witr_single_portfolio_a */
.witr_single_portfolio_a {
    padding: 100px 0px 100px;
}

.portfolio-details-box .prots-contentg ul {
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 25px;
}

.portfolio-details-box ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.portfolio-details-box ul li b {
    color: #444;
    font-size: 18px;
    font-weight: 600;
}

.portfolio-details-box ul li span.eright {
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}

.prots-contentg ul {
    margin-left: 40px;
    display: inline-block;
    margin-bottom: 25px;
}

.portfolio-content.portfolio-details-boxs {
    padding-top: 25px;
}

#contact.bestin_contact_area {
    padding: 100px 0px 100px;
    background: #F9F9F9;
}

.swiper2 .witr_swiper_content {
    top: 55%;
}

.softnet_feature1_area.feature_page {
    padding: 100px 0px 70px;
}

/*======================== bestin FOOTER MIDDLE AREA CSS =========================*/
.witrfm_area {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/blog5.jpg);
    background-size: cover;
    position: relative;
}

.witrfm_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000e6;
}

.footer-middle {
    padding: 65px 0 30px;
}

.footer-middle .widget h2 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
    color: #fff;
}

.footer-middle .widget h2:before {}

.footer-middle table#wp-calendar td,
.footer-middle table#wp-calendar th {
    color: #fff;
}

.footer-middle #archives-dropdown--1 {
    height: 34px;
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}

.footer-middle .widget h2 {}

.footer-middle .widget ul li:before {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
    list-style: none;
}

.footer-middle .widget ul li {
    margin-bottom: 15px;
}

.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
    transition: .5s;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #cb8738;
}

.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}

.recent-portfolio {
    width: 29.33%;
}

.recent-portfolio-image img {
    width: 100%;
}

/* footer text des */
.bestin-description-area {}

.bestin-description-area a {}

.bestin-description-area a img {
    margin: 26px 0;
}

.bestin-description-area p {}

.footer-middle .bestin-description-area p,
.bestin-description-area .phone a {
    color: #fff;
}

.social-icons {
    text-align: left;
}

.bestin-description-area .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    /* background: #1b1a1a;
     */
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    border: 1px solid #ddddddc7;
}

.bestin-description-area .social-icons a:hover {
    background: #cb8738;
    border-color: #cb8738;
}

/* recent post */
.footer-address {
    padding-top: 0px;
}

.footer-widget.address,
.footer-widget.address p {
    color: #fff;
}

.footer_s_inner {
    margin-top: 0px;
}

.footer-sociala-icon {
    clear: both;
    float: right;
    font-size: 18px;
    margin-left: 12px;
}

.single-widget-item {
    overflow: hidden;
}

.recent-post-item {
    clear: both;
    overflow: hidden;
}

.footer-middle .recent-post-item {
    /* padding-bottom: 15px;
     border-bottom: 1px solid #e8e8e8;
     */
}

.footer-middle .recent-post-item:last-child {
    border-bottom: 0;
}

.witr_sub_table {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff8c;
    margin-bottom: 8px;
}

.witr_sub_table span {
    color: #fff;
}

.margin_30px {
    margin-left: 30px;
}

.right_popupmenu_area .witr_sub_table {
    border-bottom: 1px solid #ddd;
}

.right_popupmenu_area .witr_sub_table span {
    color: #272727;
}

.bestin_team3_area.team4 {
    padding: 95px 0px 100px;
}

.testi_bg .slick-dots {
    bottom: -23px;
}

.bestin_project_area.advanced_page {
    padding: 0px 0px 70px;
}

.bestin_team3_area.team_page {
    padding: 95px 0px 40px;
}

.bestin_team2_area.team_bg.single_team {
    padding: 20px 0px 20px;
}

.single_team .slick-dots {
    bottom: -20px;
}

/*======================== END FOOTER middle AREA CSS =========================*/
/*======================== bestin FOOTER BOTTOM AREA CSS =========================*/
.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
}

.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff61;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}

.copy-right-text {
    text-align: right;
}

.copy-right-text p {
    margin: 0;
    padding: 0;
    color: #fff;
}

.footer-menu {}

.footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    padding: 0 10px;
    display: block;
    color: #fff;
}

.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: #cb8738;
}

.footer-menu ul li:last-child a {
    padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0px;
}

.footer-menu ul ul {
    display: none;
}

/*======================== END FOOTER BOTTOM AREA CSS =========================*/
/*======================== EM40 SCROLL TOP CSS =========================*/
#scrollUp {
    background: #cb8738 none repeat scroll 0% 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    /* animation: witr_bounce 800ms ease-out infinite;
     */
}

#scrollUp i {
    color: #fff;
}

/*======================== END EM40 SCROLL TOP CSS =========================*/
/* button hover style */
.witr_ser_btnb a,
.service-btn>a,
a.dtbtn,
.witr_btn,
.witr_bbtn,
.witr_gbtn,
.witr_gbbtn,
.bestin_button a,
.witr_sbtn_s8 a {
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.witr_ser_btnb a:hover {
    color: #cb8738;
}

a.dtbtn:hover,
.witr_btn:hover,
.bestin_button a:hover {
    background: #1b1a1a;
}

a.dtbtn {
    border-radius: 0px;
}

.tx_golobal_color {
    background: #cb8738;
}

.tx_btn_global_color:hover {
    background: #1b1a1a;
}

.witr_h_h2 .bestin_menu,
.witr_h_h3 .bestin_menu,
.witr_h_h4 .bestin_menu,
.witr_h_h5 .bestin_menu,
.witr_h_h6 .bestin_menu,
.witr_h_h7 .bestin_menu,
.witr_h_h8 .bestin_menu,
.witr_h_h9 .bestin_menu,
.witr_h_h10 .bestin_menu,
.witr_h_h11 .bestin_menu,
.witr_h_h14 .bestin_menu,
.witr_h_h17 .bestin_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

.tx_relative_m,
.tx_top2_relative {
    position: relative;
}

/* ---- reset ---- */


canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
  /*  height: 43%;*/
  height: 24%;
    background-color: #cb8738;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */


.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


.contact-infoo{
    font-size: 14px;
    color: #cb8738;
}

.team-part.all_color_team:hover {
    transform: scale(1.1);
    transition: 0.5s;
}