@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&family=Lato:wght@100;300;400;700;900&family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');

/*
Template Name: Low
Author Name: WPEXPERT

*/
/*
Table Of Content

1. Top Menu CSS
2. Menu Area CSS
3. Slider Area CSS
4. Service Area CSS
5. About Area CSS
6. Tab Area CSS
7. Team Area CSS
8. Call Action Area CSS
9. Testimonial Area CSS
10. Portfolio Area CSS
11. Counter Area CSS
12. Skill Area CSS
13. Brand Area CSS
14. Contact Area CSS
15. Blog Area CSS
16. Footer Area CSS
17. Pricing Plan Area CSS
18. Faq Area CSS
19. Site Map Area CSS
20. Feature 3d Effect Area CSS
21. Single Project Area CSS
22. Single Service Area CSS
23. Video Page Area CSS

*/


/*theme css*/
a {
    color:#444;
    transition: .5s;
}
 a:hover {
     text-decoration: none;
     color:#d0bf90;
}
 body {
	font-family: Lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color:#444;
}
 p {
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
        font-family: 'Source Serif Pro',serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 22px;
    transition: .5s;
    margin-bottom: 5px;
	color:#17161a;
}
 .btn-primary:focus, select:focus, textarea:focus, input:focus{
     box-shadow: none !important;
}
 textarea, input{
     outline:none;
}
 a:focus, .btn:focus {
     text-decoration: none;
     outline: none;
}
p.form-messege{
    color: #d0bf90;
}
 .uppercase {
     text-transform: uppercase;
}
 .capitalize {
     text-transform: capitalize;
}

/* ===== 1. Top Menu CSS ===== */
.poket-header-top .container-fluid{
    padding-right: 200px;
    padding-left: 200px;
}
 .em40_header_area_main.hdisplay_none {
     display: none;
}
.poket-header-top {
    padding: 12px 0 18px;
}
 .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: #fff;
     margin-right: 5px;
}
 .top-address p span i:hover, .top-address p a i:hover{

 }
 .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 socia 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: 700;
}
 .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;
}
.poket-header-top {
    background-position: center center;
	background-image: url(../../images/top-bg.jpg);
    background-size: cover;
}
/* ===== 2. Menu Area CSS ===== */
.poket_nav_area, .trp_nav_area .container-fluid,
.transprent-menu .poket_nav_area .container-fluid{
    padding-right: 200px;
    padding-left: 200px;
}
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: .5s;
}
.logo-right,
.logo-left {
    align-items: center;
}
.mobile_menu_logo.text-center {
     padding: 20px 0;
}

/* LOGO CSS */
 .logo a {
     display: inline-block;
}
.poket-main-menu .logo a.main_sticky_l {
    display: none;
}
/* logo sticky */
 .poket-main-menu .logo a.main_sticky_main_l {
     display: block;
}
 .poket-main-menu .logo a.main_sticky_l {
     display: none;
}
/* logo pre */
 .poket-main-menu .prefix .logo a.main_sticky_main_l {
     display: none;
}
 .poket-main-menu .prefix .logo a.main_sticky_l {
     display: block;
} 


/* MENU text CSS */
 .poket_menu ul {
     text-align: right;
     list-style: none;
}
 .poket_menu > ul > li {
     display: inline-block;
     position: relative;
}
.poket_menu > ul > li > a {
    display: block;
    margin: 47px 15px;
    transition: .5s;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #323a43;
    font-family: Lato,sans-serif;
}
 .poket_menu > ul > li > a:before, .poket_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;
}
 .poket_menu ul li:last-child a {
     margin-right: 15px !important;
}
.poket_menu > ul > li.current > a, .poket_menu > ul > li:hover > a, .creative_header_menu > ul > li:hover > a {
    color: #d0bf90;
    background-color: transparent;
}
 .poket_menu > ul > li:hover > a:before, .poket_menu > ul > li.current > a:before {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

 .transprent-menu .poket_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     padding: 0;
     transition: .5s;
     position: absolute;
}

 .poket_nav_area.postfix {
     -webkit-transition: .3s;
     transition: .3s;
}
.poket_nav_area.prefix, .hbg2 {
    background-color: rgba(0,0,0,0.7);
}
 .poket_nav_area.prefix .poket_menu > ul > li > a {
     color:#fff;
}
.poket_nav_area.prefix .poket_menu > ul > li.current > a {
    color: #d0bf90;
}
 .search_popup_button, .tx_mmenu_together{
     align-items: center;
     display: flex;
     justify-content: flex-end;
}
 .tx_mmenu_together .donate-btn-header {
     padding: 0;
}
 .prefix .main_menu_header_address_text h3, .prefix .main_menu_header_address_text h4 a, .prefix .main_menu_header_icon i {
     color: #fff;
}
/* poket 8 menu color */
.heading_style_4 .poket_menu > ul > li > a {
    color: #fff;
}
.heading_style_4 .main-search-menu .em-header-quearys .em-quearys-menu i {
    color: #fff;
}

/* sub menu style */
.poket_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
 .poket_menu ul li:hover > .sub-menu {
     transition: .5s;
     opacity: 1;
     visibility: visible;
     top: 100%;
     z-index: 9;
}
 .poket_menu ul .sub-menu li {
     position: relative;
	 transition:.5s;
}
.poket_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    color: #0a0a0a;
    visibility: inherit !important;
    padding: 4px 0px;
}
 .poket_menu ul .sub-menu li:hover > a, .poket_menu ul .sub-menu .sub-menu li:hover > a, .poket_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .poket_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
     color: #14b1bb;
}
.poket_menu ul .sub-menu li:hover {
    margin-left: 16px;
}
.poket_menu ul .sub-menu li:before {
    left: -18px;
}
.poket_menu ul .sub-menu li:hover:before{
	opacity:1;
}

.poket_menu ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.poket_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a, .poket_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, .poket_menu ul .sub-menu .sub-menu li:hover>a, .poket_menu ul .sub-menu li:hover:before, .poket_menu ul .sub-menu li:hover>a {
    color: #d0bf90;
}
/* sub menu 2 */
.poket_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
 .poket_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 */
 .poket_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .poket_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;
}
 .poket_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 */
 .poket_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .poket_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 */
.poket-main-menu .menu-item-has-children > a:after {
    margin-left: 8px;
    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)";
    font-weight: 600;
}
 .poket-main-menu .menu-item-has-children .menu-item-has-children> a:after {
     margin-left: 8px;
     content: "\f107";
}

/* quearys area css */
.poket_menu.main-search-menu > .em-header-quearys, .em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-top-quearys-area {
    position: relative;
}
.poket_menu div.em-header-quearys {
    text-align: center;
}

.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-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);
}
.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;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}
.top-form-control input::placeholder{
	color:#fff;
}
textarea, input {
    outline: none;
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-search-menu .em-header-quearys .em-quearys-menu i {
    background: 0;
    height: auto!important;
    width: auto!important;
    line-height: inherit!important;
    font-size: 20px;
    margin-left: 15px;
    color: #030925;
    cursor: pointer;
}
.poket_nav_area.prefix .main-search-menu .em-header-quearys .em-quearys-menu i{
    color: #fff;
}

.mrt10{
	margin-top:10px;
}
.em-quearys-menu i {
    background: #d0bf90;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.main_menu_address_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}
.main_menu_address_a::before {
    background: #fbfbfb40;
}
.main_menu_address_a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 107px;
    left: 0;
}
.main_menu_header_icon {
    margin-left: 25px;
    margin-right: 10px;
}
.main_menu_header_icon i {
    color: #14b1bb;
	font-size: 30px;
}
.main_menu_header_address_text h3, .main_menu_header_address_text h4 a {
    margin: 0;
    font-weight: 600;
	font-size: 18px;
	
}
.main_menu_header_address_text h3{
	color: #14b1bb;
}
.main_menu_header_address_text h4 {
    margin-bottom: 0;
    color: #030925;
}

/* mobile-menu  */
.mobile-menu {
    display: none !important;
}
.mobile_logo_area {
    display: none !important;
}
.mobile_menu_logo.text-center {
    padding: 20px 0;
}
 .mean-container .mean-bar {
     padding: 0;
}
 .main_menu_div {
     position: relative;
}
.mean-container .mean-bar {
    float: none;
    background: #d0bf90;
    overflow: hidden;
}
/* menu button */
a.dtbtn {
    border: none;
    display: block;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 700;
    border-radius: 30px;
    padding: 13px 25px;
    background: #d0bf90;
	color:#fff;
}
a.dtbtn:hover {
    background: #323a43;
}
 /* End Menu Area CSS */
 .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 35px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.witr_section_title_inner h2 {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: Lato,sans-serif;
	color: #d0bf90;
}
.witr_section_title {
    margin-bottom: 45px;
}
.witr_section_title_inner p {
    width: 100% !important;
    padding: 15px 0px 0px 0px;
    margin-top: 10px;
}
.witr_all_pd0{
	padding:0;
}
/* ===== 3. Slider Area CSS ===== */
 .witr_swiper_area {
    overflow: hidden;
    position: relative;
}
.witr_swiper_height {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 970px;
}
.text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swipers_title h4, .text-right .witr_swiper_content h1, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3, .text-right .witr_swipers_title h4 {
    width: 66%;
}
.witr_swiper_content h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.witr_swiper_content h2, .witr_swiper_content h3 {
    font-size: 78px;
    font-weight: 700;
    line-height: 1.2;
	color: #fff;
	margin: 21px auto 3px 0;
}
.text-left .witr_swiper_content p {
    margin: 28px auto 15px 0;
    color: #FFFFFF;
    font-size: 19px;
    width: 50%;
    padding: 5px 0px 10px 0px;
}
.witr_swiper_content {
    position: relative;
    top: 46%;
    transform: translateY(-50%);
    z-index: 1;
}
.witr_sw_text_area {
    margin: auto;
    width: 63%;
    height: 100%;
}
/* button css */
.witr_btn {
    border-radius: 30px;
    display: inline-block;
    font-size: 17px;
    padding: 20px 48px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    font-weight: 600;
    background: #d0bf90;
    color: #fff;
    font-weight: 700;
}
.slider_btn {
    margin-top: 46px;
}
.witr_btn:hover {
    background: #323a43;
	color:#fff;
}
/* slider video button */
.witr_video_btn {
    font-size: 18px;
    font-weight: 500;
}
.witr_video_btn i {
    position: relative;
    height: 69px;
    width: 69px;
    text-align: center;
    line-height: 69px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 22px;
    color: #000;
    margin: 3px 0 0 30px;
}
.witr_video_btn i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: witr_squares 1.5s ease-in-out infinite;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	background:#fff;
}
.poket_slider_icon ul li a i, .slider_btn .witr_btn.active:hover, .tx_svd_icon, .witr_video_btn i, .witr_video_btn i:after {
    background: #fff;
}
@keyframes witr_squares{
	0%{-webkit-transform:scale(1);transform:scale(1);opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
	20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
	100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 0; 
    left: 0;
    top: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
	color:#fff;
	transition:.5s;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    padding: 30px;
	background: #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .witr_ds_content_inner h1 span, .witr_ds_content_inner h2 span, .witr_ds_content_inner h3 span {
    color: #d0bf90;
}
/* ===== 4. Service Area CSS ===== */
.em-service2.sleft {
    text-align: left;
    padding: 50px 34px 25px 30px;
    transition: .5s;
}
.service_top_image {
    position: relative;
}
.witr_s_flex {
    display: flex;
}
.service_top_text {
    display: block;
}
.em-service2.sleft .em-service-icon {
    margin: 0 20px 0 0;
}
.em-service2 .em-service-icon i {
    display: inline-block;
    color: #000;
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaebec;
    font-size: 40px;
    transition: all .5s ease 0s;
    text-align: center;
}
.service_inner {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    position: relative;
    background: #fff;
    margin: -80px 25px 0 25px;
}
.em-service-title h3 {
    padding: 0;
    margin: 0 10px 8px 0;
}
.em-service-desc p {
    font-weight:700;
}
.service2_bg_color{
	background:#d0bf90;
}
.service2_bg_color .em-service-title h3 a{
    color: #fff;
}
.service2_bg_color .em-service-desc p {
    color:#fff;
}
.service2_bg_color .em-service-icon i {
    color: #fff;
}
.low_about2_service_area .service_inner {
    margin: 100px 25px 0 25px;
}
/* ===== Service Area CSS ===== */
/* single team area css */
.single_team_area .witr_section_title_inner h3 {
    font-size: 40px;
    font-weight: 700;
    margin: -7px 0px 20px 0px;
}
.single_team_area {
    background: #F9F9F9;
    padding: 30px 0px 100px;
}
.single_team_area .witr_section_title {
    position: relative;
    padding-top: 44px;
}
/* singleService */
.single_team_info_area {
    padding: 90px 0px 0px;
}
 .medi_singleService{
     position: relative;
     background: #fff;
}
.medi_singleService:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 2;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.medi_singleService:before {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.medi_singleService:before {
    background-color: #fff;
}
.medi_singleService:after {
    background: #d0bf9036;
}
 .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;
    padding-right: 8px;
    margin-bottom: 20px;
}
.medi_singleService:hover:before {
    width: 100%;
}
 .witr_ser_btnb a{
     display:inline-block;
}
 .wirt_s2_s5i {
    overflow: hidden;
    margin-bottom: 20px;
}
 .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;
}
.single_team_right_inner .medi_singleService.wirt_s2_s8 h2 {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 700;
    color: #e0a067;
}
 .single_team_right_inner .all_service2_color h2 a {
    color: #E0A067;
    font-weight: 700;
}
.icon.social-icon {
    /* font-size: 10px; */
    line-height: 50px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
}
.social-icon {
    display: inline-flex;
    background-color: #818a91;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.social-icon i {
    color: #fff;
    font-size: 18px;
}
.social-icon-facebook, .social-icon-facebook-f {
    background-color: #3b5998;
}
.social-icon-facebook:hover, .social-icon-facebook-f:hover {
    background-color: #3b5998cc;
}
.social-icon-twitter{
    background-color: #1da1f2;
}
.social-icon-twitter:hover {
    background-color: #1da1f2bf;
}
.social-icon-youtube {
    background-color: #cd201f;
}
.social-icon-youtube:hover {
    background-color: #cd201fbf;
}
.single_team_right_inner {
    padding-top: 30px;
    padding: 30px 0 0 55px;
}
.single_team_info_inner {
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 6%);
    padding: 62px 0px 62px 80px;
    margin: 0 25px;
}
/* ===== 5. About Area CSS ===== */
.low_about_area {
    padding: 100px 0 100px;
}
.about_content_inner .em-service2 .em-service-icon i {
    display: inline-block;
    color: #d0bf90;
    width: 0;
    height: 0;
    line-height: 0;
    border:none;
    font-size: 40px;
}
.about_content_inner .em-service2.sleft {
    text-align: left;
    padding: 0;
    transition: .5s;
}
.about_content_inner .em-service-icon {
    margin: 2px 10px 0 0;
}
.about_content_inner .all_icon_color i, .about_content_inner .em-service2.sleft .em-service-icon {
    margin: 13px 30px 0 0;
}
.about_content_inner .witr_section_title {
    margin-bottom: 35px;
}
.about_content_inner .all_color_service p {
    font-family: "Source Serif Pro",Sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin: 0;
}
.about_middle_content {
    padding: 0px 0 20px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #f0f0f0;
}
.about_bottom_img_inner {
    display: flex;
    justify-content: space-between;
    padding-right: 115px;
    padding-top:30px;
}
.low_about_image_inner .single_image img {
    padding-left: 20px;
    padding-right: 10px;
}
.testimonial-meta-inner {
    display: flex;
    vertical-align: middle;
    margin-top: 30px;
}
.testimonial-image {
    padding-right: 15px;
}
.testimonial-name {
    font-family: "Source Serif Pro",Sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.testimonial-job {
    color: #d0bf90;
    font-size: 16px;
    font-weight: 700;
}
.about_content_inner .single_image {
    margin: 30px 0 0;
}
 .testimonial-image img {
    width:70px;
    height:70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
}
/* ===== 6. Tab Area CSS ===== */
.low_tab_area {
    background-image: url(../../images/tab-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 92px 40px 100px 360px;
}
.witr_adv_tab_area {
    text-align: left;
    padding-right: 47px;
}
.witr_adv_tab_menu {
    border-style: default;
    padding: 25px 0 10px;
}
 .nav-tabs {
    justify-content: flex-start;
}
.witr_taba_style1 .nav-tabs {
    border: 0;
    justify-content: space-around;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.witr_taba_style1 .nav-tabs .nav-item {
    margin-bottom: 15px;
    text-align: center;
}
.witr_taba_style1 .nav-tabs .nav-link {
    margin-right: 15px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    position: relative;
    box-shadow: 0 0 25px 2px rgba(196,206,213,.2);
    transition: .5s;
	color: #17161a;
    padding: 45px 50px;
}
.witr_taba_style1 .nav-tabs .nav-link {
    background: #fff;
}
.nav-tabs span {
    float: none;
}
 .nav-tabs i {
    color: #d0bf90;
    font-size: 35px;
}
 .nav-link strong {
    font-size: 18px;
}
.nav-link strong {
    display: inline-block;
}
.witr_taba_style1 .nav-tabs span {
    display: block;
    margin: 0 15px;
}
.witr_taba_style1 .nav-tabs span {
    display: block;
    margin: 0 15px;
}
 .nav-tabs .nav-link {
    color: #17161a;
    border-style: default;
    padding: 45px 50px;
}
.nav-tabs .nav-link:hover, .witr_taba_style1 .nav-tabs .nav-item.show .nav-link, .witr_taba_style1 .nav-tabs .nav-link.active {
    background: #d0bf90;
}
 .nav-tabs .nav-link.active, .nav-tabs .active i {
    color: #fff;
}
.nav-tabs i {
    color: #d0bf90;
    font-size: 35px;
}
.nav-tabs span {
    float: none;
}
 .nav-tabs .nav-link:hover, .nav-tabs .nav-item:hover i {
    color: #fff;
}
.witr_text_widget_inner h1, .witr_text_widget_inner h2 {
    font-size: 35px;
    margin-bottom: 5px;
}
 .witr_text_widget p {
    color: #444;
    margin: 26px 0 0;
}
.witr_widget_list ul li, .witr_widget_list ul li a {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.witr_widget_list span {
    margin: 0 5px 10px 0;
    transition: .5s;
	color: #444;
}
 .witr_widget_list i {
    color: #444;
}
.low_tab_area .witr_btn {
    font-size: 16px;
    padding: 15px 40px;
    font-weight: 700;
    border: 2px solid #d0bf90;
    background: #FFFFFF00;
    color: #d0bf90;
    margin-top: 45px;
}
.low_tab_area .witr_btn:hover{
	background:#d0bf90;
	border-color:#d0bf90;
	color:#fff;
}
.tab-content {
    padding-top: 31px;
}
.tab_witr_video .video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
}
.tab_witr_video .play-overlay, .tab_witr_video .video-item a {
    top: 138px;
}
.video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
}
.play-overlay a, .play-overlay a:before, .title_btn a, .title_in:after, .title_in:before, .video-item a, .video-item a:before, .witr_bar_inner {
    background: #d0bf90;
}
.tx_svd_icon {
    line-height:75px;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: .5s;
}
.tx_svd_icon, .tx_svd_icon i {
    color: #fff;
}
.video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@keyframes witr-shadow{0%{box-shadow:0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)}100%{box-shadow:0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)}}
.tab_content_one {
    margin-left: 57px;
}
.tab_content3_video .play-overlay, .tab_content3_video .video-item a {
    top: 155px;
}
/* ===== Tab Area CSS ===== */
.tab_area2 .nav-tabs .nav-link.active, .tab_area2 .nav-tabs .active i {
    color: #d0bf90;
}
.tab_area2 .nav-tabs .nav-link {
    color: #17161a;
    background-color: #FF000000;
    border-style: default;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    padding: 10px 20px;
}
.tab_area2 .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-style: default;
    box-shadow: 0px 0px 20px 0px #f3f3f3;
}
.tab_area2 .nav-tabs .nav-link:hover, .tab_area2 .witr_taba_style1 .nav-tabs .nav-item.show .nav-link, .tab_area2 .witr_taba_style1 .nav-tabs .nav-link.active {
    background:0;
}
.tab_area2 .nav-link strong {
    font-size: 24px;
    font-weight: 700;
}
.tab_area2 {
    background: #f9f9f9;
    padding: 92px 0px 100px 0px;
}
.tab_area2 .witr_all_color_v, .tab_area2 .witr_videobg_image:before {
    background-image: url(../../images/time-line-thumb.jpg);
    background-size: cover;
	 padding: 150px 0;
}
.tab_area2 .witr_section_title_inner p {
    width: 82% !important;
    margin-top: 0px;
    margin-bottom: 0;
}
.tab_area2 .witr_section_title {
    margin-bottom: 20px;
}
.tab_area2 .witr_btn {
    margin-top: 20px;
}
.tab_area2 .witr_section_title_inner h3 span{
    color: #d0bf90;
}
.tab_area2 .tab-content {
    padding-top: 25px;
}
.tab_area2 .witr_section_title_inner.text-center p {
    width: 61%;
    margin-right: auto;
    margin-left: auto;
}
.tab_area2 .witr_adv_tab_area {
    margin-top: 15px;
}
.tab5_image {
    margin-left: 60px;
}
/* ===== 7. Team Area CSS ===== */
.low_team_area {
    padding: 95px 0 85px;
}
.low_team_area .witr_section_title {
    margin-bottom: 25px;
}
.post_team11_area .team-part {
    overflow: inherit;
    padding-bottom: 40px;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 20px;
}
.witr_team_section {
    position: relative;
    text-align: center;
}
.witr_team_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_team_section:before {
    background-color: transparent;
    background-image: linear-gradient(180deg,#FFFFFF0D 0%,#323A43D4 100%);
}
.post_team11_area .team_o_icons {
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
.post_team10_area .team_o_icons {
    position: absolute;
    transition: .5s;
}
.post_team11_area .team_o_icons ul li {
    display: inline-block;
}
.post_team10_area .team_o_icons ul li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 20px;
    border-radius: 100px 100px 100px 100px;
    background: #FFFFFF21;
    color: #fff;
    display: inline-block;
}
.post_team10_area .team_o_icons ul li a:hover {
    background: #d0bf90;
}
.post_team_p11 {
    position: absolute;
    bottom: -45px;
    left: 15px;
    right: 15px;
    padding: 15px 0;
    border-radius: 0px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.post_team_p11, .tab_area {
    background: #fff;
}
.witr_team_content span {
    font-size: 18px;
	transition:.5s;
	color: #d0bf90;
}
.post_team11_area .team-part:hover .team_o_icons {
    bottom: 65px;
}
.witr_team_content h5 {
    margin: 0;
}
.team-part:hover .witr_team_section:before {
    opacity: 1;
}
.health_low_team_area {
    padding: 0 0 115px;
}
/* ===== 8. Call Action Area CSS ===== */
.call_action_area {
    margin-top: 0;
    margin-bottom: -115px;
    z-index: 1;
	position:relative;
}
.call_inner {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 54px 70px 38px;
}
.cal_to_toggole {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.poket_content h2, .poket_content h3 {
    font-size: 35px;
}
 .all_cal_color h3 {
    color: #d0bf90;
    font-family: "Lato",Sans-serif;
    font-size: 23px;
    font-weight: 900;
    margin: 10px 0 0;
}
.poket_content h5 span, .poket_content h2 span, .poket_content h3 span, .poket_content p span {
    color: #323a43;
    margin: 0 10px;
}
.poket_content.col_content_width_100 {
    width: 100%;
}
.poket_button.no_margin {
    margin: 18px 0 0;
    width: 60%;
}
 .poket_button a {
    background-color: #323a43;
    border-style: default;
    padding: 17px 51px;
	border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
	display: inline-block;
	color:#fff;
}
 .poket_button a:hover {
    color: #fff;
    background-color: #d0bf90;
    border-style: default;
}
/* ===== 9. Testimonial Area CSS ===== */
.low_testimonial_area {
    background-image: url(../../images/testi-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 208px 0 38px;
    background-attachment: fixed;
}
.low_testimonial_area .witr_section_title_inner h1, .low_testimonial_area .witr_section_title_inner h2, .low_testimonial_area .witr_section_title_inner h3 {
    color:#fff;
}
 .testomonial .test-part, .em_single_testimonial, .witr_testi_main, .testiCreCon {
    padding: 0 16px;
}
.em_single_testimonial, .testomonial .test-part, .witr_testi_main, .testiCreCon, .witr_testi_s_11 {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
}
 .em_single_testimonial, .testiCreCon, .testomonial .test-part, .witr_testi_s_11, .testiCreCon:after {
    background-color: #FFFFFF00;
}
.em_single_testimonial {
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 5px 22px 26px;
    margin-top:0; 
    overflow: hidden;
    position: relative;
    text-align: left;
}
.test-part {
    display: inline-block;
    margin-bottom: 25px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 0;
}
.execllent_toggol {
    display: flex; 
    align-items: center;
    justify-content: center;
}
.em_crating i.active {
    color: #323a43;
    font-size: 24px;
}
.witr_testi_itemt p {
    color: #fff;
    font-size: 19px;
    margin: 0 0 40px;
}
.em_test_thumb {
    float: left;
    margin-right: 20px;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
.recent-post-text h4 a:hover {
    color: #d0bf90;
}
.em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}
.low_testimonial_area .slick-prev, .low_testimonial_area .slick-next{
	opacity:1;
}
.low_testimonial_area .slick-prev, .low_testimonial_area .slick-next {
    opacity: 11;
    top: 263px;
}
.low_testimonial_area .slick-prev {
    left: -410px;
}
.low_testimonial_area .slick-next {
    right: 1072px;
}
button:focus {
    outline: 1px dotted;
    outline: 0;
}
.low_testi_page_testi_area {
    padding: 95px 0 38px;
    background-attachment: inherit;
    background-position: inherit;
}
/* ===== Testimonial Area CSS ===== */
.low_testimonial_area2 {
    padding: 92px 0 72px;
}
.testimonial2_inner {
    margin: 0;
}
.low_testimonial_area2 .witr_section_title_inner h2 {
    margin-bottom: 5px;
}
.low_testimonial_area2 .witr_section_title {
    margin-bottom: 40px;
}
.single_creativeItem {
    text-align: center;
    margin-bottom: 20px;
}
.low_testimonial_area2 .testiCreCon {
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background: #fff;
    border-radius: 5px;
    padding: 50px 22px 50px;
    margin-bottom: 35px;
}
.low_testimonial_area2 .testiCreCon li {
    font-size: 150px;
    color: #dddddd4f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.low_testimonial_area2 .testiCreCon p {
    position: relative;
    margin: 0;
    z-index: 1;
    font-family: "Frank Ruhl Libre",Sans-serif;
    font-size: 19px;
}
.low_testimonial_area2 .testiCreCon:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -36px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
    box-shadow: 0 2px 29px 0 rgb(0 0 0 / 8%);
}
.low_testimonial_area2 .post_t6 .em_test_thumb {
    float: inherit;
    margin-right: 0;
    margin-bottom: 10px;
}
.low_testimonial_area2 .em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
.testAuthor h6 {
    margin-bottom: 0;
}
.testAuthor span {
    font-size: 15px;
}
/* ===== 10. Portfolio Area CSS ===== */
.low_portfolio_area {
    padding: 95px 0 100px;
}
.portfolio_nav {
    padding: 0 0 30px;
	text-align: center;
}
.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover, .prot_content h3, .prot_content h3 a {
    color: #fff;
}
.portfolio_nav ul li.current_menu_item {
    color: #d0bf90;
    background-color: #FFFFFF00;
}
 .portfolio_nav ul li {
    border-style: solid;
    border-width: 0;
}
.portfolio_nav ul li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.single_protfolio {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100%;
}
.prot_content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.pstyle2 .prot_content {
    background: #d0bf9080;
}
.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}
.picon a {
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
    text-align: center;
}
.gallery_load_button a:hover, .picon a {
    background: #d0bf90;
}
.em_port_content, .gallery_load_button a:hover, .picon a, .picon a:hover, .pstyle_1 .porttitle_inner .prots-content, .pstyle_1 .porttitle_inner h3 {
    color: #fff;
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
}
.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0;
}
.prot_content p {
    line-height: 1.2;
    margin: 5px 0 0;
	color:#fff;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0;
}
.porttitle_inner span, .porttitle_inner4 span, .prot_content span {
    position: relative;
    margin: 0 2px;
}
.porttitle_inner span:before, .porttitle_inner4 span:before, .prot_content span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.pstyle2 .prot_content {
    background: #d0bf9080;
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 1;
}
.picon a:hover {
    border-color: #323a43;
	background: #323a43;
}
.prot_content h3 a:hover {
    color: #d0bf90;
}
.low_portfolio_area .witr_btn {
    padding: 16px 66px;
    margin-top: 40px;
}
.low_portfolio_area .witr_btn_sinner {
    text-align: center; 
}
 .portfolio_nav ul li:hover {
    color: #d0bf90;
    background-color: #FFFFFF00;
}
.low_about3_portfolio_area {
    background: #f9f9f9;
}
/* ===== Portfolio Area CSS ===== */
.low_portfolio_area.portfolio_grid {
    padding: 90px 0 85px;
}
.portfolio_grid .witr_section_title_inner h2 {
    font-size: 30px;
}
.portfolio_grid .portfolio_nav ul li.current_menu_item, .portfolio_grid .portfolio_nav ul li:hover {
    background: #d0bf90;
	border-color: #d0bf90;
}
.portfolio_grid .portfolio_nav ul li.current_menu_item, .portfolio_grid .portfolio_nav ul li:hover, .portfolio_grid .prot_content h3, .portfolio_grid .prot_content h3 a {
    color: #fff;
}
.portfolio_grid .portfolio_nav ul li {
    border: 1px solid #f3eaea;
}
.paginations .page-numbers, .poket-blog-area .page-numbers, .witr_shop_area .page-numbers {
    background: 0 0;
    margin-top: 12px;
}
.page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current, a.page-numbers {
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers span.current, .paginations a {
    color: #888;
}
.page-numbers span.current, .paginations a.current, .paginations a:hover {
    background: #d0bf90;
    color: #fff;
    border-color: #d0bf90;
}
.page-numbers span.current, .paginations a {
    display: inline-block;
    font-weight: 500;
    margin: auto 5px;
}
.page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current, a.page-numbers {
    background: #fff;
}
ul.page-numbers a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
/* ===== Portfolio Area CSS ===== */
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.gutter_area .prot_content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.positi_3.pprotfolio4 {
    padding: 20px 10px 6px;
    border: none;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    background: #d0bf90;
}
.single_protfolio:hover .positi_3.pprotfolio4 {
    bottom: 0;
}
.positi_3 .porttitle_inner4 h3 a, .positi_3 .porttitle_inner4 p span {
    color: #fff;
}
.pprotfolio4.positi_3 h3 {
    margin: 0;
}
.gutter_area .single_protfolio {
    margin-bottom: 0;
}
.gutter_area .pstyle2 .prot_content_inner {
    top: 50%;
}
.gutter_area .witr_section_title {
    margin-bottom: 60px;
}
.gutter_area .portfolio_nav {
    padding: 0 0 45px;
}
/* ===== 11. Counter Area CSS ===== */
.low_counter_area {
    background: #323a43;
    padding: 90px 0 70px;
}
.witr_counter_single {
    text-align: left;
    margin-bottom: 20px;
}
.witr_counter_icon, .witr_custom_icon, .counter_icon, .witr_counter_icon4, .witr_counter_img {
    float: left;
}
.witr_counter_number_inn {
    overflow: hidden;
}
.witr_counter_number_inn h3, .witr_counter_number_inn span {
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 8px;
}
.witr_counter_single h3, .witr_counter_single span {
    color: #d0bf90;
}
.witr_counter_number_inn h4 {
    font-size: 22px;
    color: #fff;
    font-family: "Mulish",Sans-serif;
    font-size: 16px;
}
.witr_counter_icon i {
    display: inline-block;
    color: #d0bf90;
    font-size: 40px;
    border-style: default;
    transform: rotate(0deg);
}
.witr_counter_icon i, .witr_counter_img {
    margin: 15px 20px 0 0;
}
.all_counter_color i, .witr_counter_img {
    margin: 10px 20px 0 0;
    display: inline-block;
}
/* ===== 12. Skill Area CSS ===== */
.low_skill_area {
    padding: 100px 0 100px;
}
.witr_single_progress {
    overflow: hidden;
    margin-bottom: 20px;
}
.witr_title2 .witr_label {
    font-weight: 700;
    color: #272727;
    font-size: 16px;
    margin-bottom: -5px;
    display: inline-block;
}
.progress {
    height: 6px;
    border-radius: 30px;
    margin-top: 5px;
    background-color: #e9ecef;
}
.witr_progress-style2.progress {
    box-shadow: none;
    overflow: visible;
}
.progress-bar {
    background: #d0bf90;
	overflow: inherit;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    box-shadow: none;
}
.progress-bar {
    border-radius: 30px;
}
.witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    top: -19px;
}
.witr_progress-style2 .witr_percent {
    color: #272727;
}
.low_skill_area .witr_btn {
    font-size: 16px;
    padding: 17px 48px;
    margin: 40px 0 0;
}
.skill_counter_inner .witr_counter_single {
    text-align: left;
    background: #d0bf90;
    margin: 0 -10px 0 24px;
    padding: 25px 20px 25px 30px;
}
.skill_counter_inner .witr_counter_icon {
    float: left;
}
.skill_counter_inner .all_counter_color i, .skill_counter_inner .witr_counter_img {
    margin: 3px 15px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 55px;
}
.skill_counter_inner .witr_counter_number_inn h3, .skill_counter_inner .witr_counter_number_inn span {
    color: #fff;
    font-size: 50px;
    margin-bottom: -4px;
}
.skill_counter_inner .witr_counter_number_inn span {
    line-height: 0;
}
.skill_counter_inner {
    margin-top: -122px;
    margin-bottom: 0;
}
/* ===== Skill Area CSS ===== */
.em_skill_area2 {
    padding: 100px 0 100px;
}
.skill_inner2 {
    margin: 0 60px 0 0px;
}
.em_skill_area2 .witr_section_title {
    margin-bottom: 20px;
}
.em_skill_area2 .witr_title2 .witr_label {
    font-size: 17px;
}
.em_skill_area2 .progress {
    border-style: default;
    height: 11px;
    border-radius: 50px;
}
.witr_progress-style13.progress {
    background: 0 0;
}
.witr_progress-style13.progress {
    border: 1px solid #d0bf90;
}
.witr_progress-style13.witr_progress-style2 .progress-bar {
    margin: 2px 2px 2px;
    border-radius: 30px;
}
/* ===== 13. Brand Area CSS ===== */
.low_brand_area {
    padding: 85px 0px 100px 0px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #eff0f0;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 60px 0 70px;
}
.slide_items {
    text-align: center;
}
/* ===== 14. Contact Area CSS ===== */
.low_contact_area {
    background-image: url(../../images/contact-bg-thumb.png);
    background-position: center center;
    background-size: cover;
    padding: 95px 0 85px;
}   
 .low_contact_area .witr_section_title_inner h3{
    color: #fff;
}
.witr_section_title_inner h2 {
    color: #d0bf90;
}
.low_contact_area .witr_section_title_inner p {
    color: #fff;
    width: 92%;
    padding: 0;
}
.low_contact_area .witr_section_title {
    margin-bottom: 58px;
}
.contact_inner {
    padding: 0px 15px 0px 0;
}
.apartment_text h1 {
    font-size: 17px;
    margin-bottom: 5px;
	color:#fff;
}
.apartment_text h2 {
    color: #fff;
    margin: 15px 0 50px;
	font-size:38px;
}
.witr_apartment_form input, .witr_apartment_form form select, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap a, .wpcf7-form-control-wrap input, .witr_apartment_form textarea {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #484345;
    padding: 10px 0px 23px 30px;
    background-color: #FFFFFF00;
}
.contact_area .witr_apartment_form form select, .contact_area .witr_apartment_form input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 23px;
    color: #fff;
}
.contact_area .witr_apartment_form input, .contact_area .witr_apartment_form textarea {
    border: 1px solid #DDDDDDC4;
    width: 100%;
    font-size: 17px;
}
.contact_area .witr_apartment_form textarea {
    height: 150px;
    padding-top: 20px;
    padding-left: 30px;
    color: #fff;
}
.contact_area .witr_apartment_form  .btn {
    margin-top: -10px;
    background: #FE688B;
    transition: .5s;
    border-radius: 0px;
}
.contact_area .witr_apartment_form .btn:hover{
    background-color: #14b1bb;;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
}
.contact_area {
    background: #FFFFFF;
    padding: 100px 0px 80px;
}
.witr_apartment_form form select, .witr_apartment_form form select, .witr_apartment_form input {
    width: 100%;
    height: 62px;
    border-radius: 5px;
    outline: none;
    margin-bottom: 20px;
    padding: 0px 30px;
}
.twr_form_box textarea {
    margin-bottom: 25px;
    height: 150px;
    width: 100%;
    border-radius: 5px;
}
 .witr_apartment_form input, .witr_apartment_form form select, .wpcf7-not-valid-tip, .witr_apartment_form input::-webkit-input-placeholder, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form-control-wrap a, .wpcf7-form-control-wrap a::-webkit-input-placeholder, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, .wpcf7-submit::-webkit-input-placeholder, .witr_apartment_form form select option {
    color: #fff;
}
.witr_apartment_form textarea{
	color:#fff;
}
.witr_apartment_form textarea::placeholder{
	color:#fff;
}
.witr_apartment_form .btn {
    border: 0 none;
    display: inline-block;
    padding: 18px 70px;
    background: #d0bf90;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 10px;
}
.witr_apartment_form .btn:hover {
    background: #02101e;
}
/* ===== 15. Blog Area CSS ===== */
.low_blog_area {
    padding: 95px 0 80px;
}
.low_blog_area .witr_section_title {
    margin-bottom: 55px;
}
.all_blog_color, .all_color_service, .all_color_team, .all_color_testimonial, .all_feature_color, .all_service2_color {
    transition: .5s;
    margin-bottom: 20px;
}
.witr_ablog_7 {
    position: relative;
    padding-bottom: 80px;
}
.poket-blog-thumb_adn {
    overflow: hidden;
    position: relative;
}
.poket-blog-thumb_adn:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.poket-blog-thumb_adn:before {
    background: rgba(0,0,0,.7);
}
.witr_ablog_7:hover .poket-blog-thumb_adn:before {
    opacity: 1;
}
.poket-blog-thumb_adn a {
    display: block;
}
.poket-blog-thumb_adn img {
    display: block;
    -webkit-transition: 6s;
    transition: 6s;
    width: 100%;
}
.witr_ablog_content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -3px;
    text-align: center;
    z-index: 9999;
    padding: 15px 14px 14px;
    box-shadow: 0 5px 20px 0 #dddddd3b;
}
.witr_ablog_content {
    background: #fff;
}
.witr_ablog_content span {
    margin: 0 5px;
    font-size: 15px;
}
.witr_ablog_content span {
    color: #324452;
}
.witr_blog_con span, .witr_blog_con span a, .witr_blog_metan span, .witr_blog_metan span a {
    color: #888;
}
.witr_ablog_content span i {
    margin-right: 3px;
}
.wblog-content span, .wblog-content span a, .wblog-content span i, .witr_blog_con span i, .witr_blog_metan span i {
    color: #d0bf90;
}
.learn_btn {
    display: inline-block;
    padding: 8px 5px;
    text-align: center;
	border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
}
.witr_ablog_content h2 {
    padding-top: 5px;
}
.learn_btn, .wblog-content h5>a:hover, .wblog-content span i:hover, .wblog-content>a, .witr_blog_con span i:hover {
    color: #d0bf90;
}
/* =============== blog left sidebar css =============== */
.witrfm_area {
    position: relative;
}
/* side bar css */
.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
    background: #f9f9f9;
}
.blog-left-side > div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0 !important;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
    color: #18c8ff;
}
.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: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #858585;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.defaultsearch input[type="text"] {
    padding-left: 10px;
}
.blog-left-side .widget h2 {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}
.blog-left-side .widget h2::before {
    background: #d0bf90 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 20px;
    left: -15px;
    position: absolute;
    width: 2px;
    top: -3px;
}
.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 {
    font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    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:hover,
.blog-left-side .widget ul li:hover::before {
    color: #d0bf90;
}
.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
}
.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%;
}
#wp-calendar {
    width: 100%;
}
.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;
}
.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #d0bf90;
}
.tagcloud a:hover {
    background: #d0bf90;
    color: #fff;
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0 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 td,
#wp-calendar th {
    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: #d0bf90;
}
table#wp-calendar td#today a {
    color: #fff;
}
.textwidget img {
    margin-bottom: 15px;
}
.textwidget p {
    margin-bottom: 0.5rem;
}
.low-blog-thumb img {
    width: 100%;
}
.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}
/* end sidebar css */
/* witr-blog-2side-area */
.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0px 70px;
    background: #f9f9f9;
}
.low-single-blog {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.low-blog-thumb {
    overflow: hidden;
}
.low-blog-thumb a {
    display: block;
	position: relative;
}
.low-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    opacity: 0;
    z-index: 999;
    transition: .5s;
}
.low-single-blog:hover .low-blog-thumb a:before {
    opacity: 1;
	transition: .5s;
}
.low-single-blog:hover .low-blog-thumb img{
	transform:scale(1.1);
}
.low-blog-thumb img {
    transition: .5s;
    display: block;
}
.em-blog-content-area {
    padding: 15px 0px 15px;
}
.blog-page-title h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.blog-page-title a {
    display: inline-block;
    word-break: break-all;
}
.blog-content {
    word-break: break-word;
}
.low-blog-meta.post_blog h2 a {
    font-size: 24px;
	font-weight:700;
	transition:.5s;
}
.low-blog-meta.post_blog h2 {
    margin-bottom: 8px;
}
.recent-post-item {
    margin-bottom: 10px;
}
.blog-left-side .widget ul li a, .blog-left-side .widget ul li::before {
    color: #444;
}
.low-blog-meta.post_blog h2 a:hover{
	color:#d0bf90;
}
.low-single-blog-title h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}
.low-blog-meta-left a, .low-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
	margin-bottom:10px;
	display:inline-block;
}
.low-blog-meta-left i {
    color: #d0bf90;
    margin-right: 5px;
}
.blog-content p {
    font-size: 17px;
    padding-top: 14px;
}
.em-blog-content-area .witr_btn {
    background: #d0bf90;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
	margin-bottom:15px;
}
.em-blog-content-area .witr_btn:hover {
    background: #323232;
    color: #fff;
}
.witr-blog-side-area.blog_sidebar .low-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
}
blockquote p {
    font-size: 20px;
    position: relative;
	color:##999;
}
.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid  #d0bf90;
    padding: 1em 1em;
    margin-top: 15px;
}
.recent-post-text h4 {
    margin: 0px;
    line-height: 1;
}
.recent-post-text h4 a {
    color: #17161a;
    font-size: 19px;
    transition: all .3s ease 0s;
}
/* video play css */
.video-open-inline iframe{
	width:100%;
	height:400px;
	border:none;
}
/* =============== End blog left sidebar css =============== */
/* single blog css */
.witr-blog-side-area {
    padding: 100px 0px 100px;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
.single_blog_page{
	margin-bottom:0px;
}
.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;
}
.low_btn {
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #444;
}
.low_btn:hover {
    background:#d0bf90;
	border-color:#d0bf90;
	color:#fff;
}
.single_blog_thumb img {
    width: 100%;
    height: 500px;
}
blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    /* border-left: 3px solid #f99a00; */
    font-weight: 400;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}
blockquote p {
    font-size: 20px;
    position: relative;
}
.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;
}
.witr-blog-side-area.single_blog  blockquote {
    background-color: #f7f7f7;
    border-left: none;
}
.wp-block-group.block {
    text-align: center;
}
.low-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.low-single-icon-inner {
    text-align: center;
}
.low-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;
	transition:.5s;
}
.low-single-icon-inner a:hover {
    background: #d0bf90 ;
    border-color: #d0bf90 ;
    color: #fff;
}
.recent-post-image {
    float: left;
    margin-right: 13px;
}
.recent-post-image img {
    width: 75px;
    margin-top: 8px;
}
/* ===== 16. Footer Area CSS ===== */
.footer_top_area {
    background: #17161a;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #2f2e31;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.departmentList ul li a, .departmentList ul li span {
    font-size: 18px;
    display: block;
    padding: 8px 7px;
    margin-bottom: 1px;
    color: #fff;
    padding: 39px 0 39px;
}
.witr_single_socials ul li a i {
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2f2e31;
    border-radius: 50px;
    display: inline-block;
    margin-right: 15px;
    transition: .5s;
    margin-top: 0px;
}
.witr_single_socials ul li a i:hover {
    color: #fff;
    background-color: #d0bf90;
    transform: rotate(0deg);
}
.departmentList {
    border-style: solid;
    border-width: 0 1px;
    border-color: #2f2e31;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 10px 20px;
}
.top_footer_img_inner img {
    margin-top: 40px;
}
.witr_single_socials {
    padding: 39px 0 0 20px;
}
.witrfm_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.witrfm_area:before {
    background-color: rgba(0,80,159,0);
}
.footer-middle {
    background-color: #17161a;
    padding: 66px 0 80px;
}
.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, mc4wp-form-fields p, .mc4wp-form-fields, .footer-m-address p, .footer-m-address, .footer-widget.address, .footer-widget.address p, .mc4wp-form-fields p, .poket-description-area p, .poket-description-area .phone a, .poket-description-area .social-icons a, .recent-review-content h3, .recent-review-content h3 a, .recent-review-content p, .footer-middle .poket-description-area p, .footer-middle .recent-post-text h4 a, .footer-middle .recent-post-text .rcomment, .witr_sub_table span {
    color: #ffffff;
}
.footer-middle .widget h2 {
    color: #ffffff;
}
.footer-middle .widget h2 {
    margin-bottom: 30px;
    margin-top: 28px;
    position: relative;
}
.witrfm_area .single-widget-item h2 {
    color: #ffffff;
    margin-bottom: 33px;
    margin-top: 28px;
}
.footer-middle .recent-post-text h4 a {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: -10px;
}
.footer-middle .recent-post-text>h4 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: .7;
    margin-top: 10px;
}
.recent-post-image {
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}
.recent-post-image img {
    margin-top:0;
}
.recent-post-item {
    clear: both;
    margin-bottom: 28px;
}
.footer-middle .recent-post-text>h4 a:hover {
    color: #d0bf90;
}
.footer-middle .recent-post-text .rcomment {
    font-size: 16px;
    font-weight: 400;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
}
.poket-deslowiption-area a img {
    margin: 26px 0;
}
.footer-middle .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    background:#323a43;
}
.footer-middle .social-icons a:hover {
    background: #d0bf90;
    border-color: #d0bf90;
}
.twr_footer_contact input {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    height: 60px;
    width: 100%;
    padding-left: 30px;
    color: #fff;
    border-radius: 4px;
}
.twr_footer_contact input::placeholder{
	color:#fff;
}
.twr_footer_contact button {
    padding: 15px 30px;
    margin-top: 5px;
    outline: 0;
    border: none;
    background: #d0bf90;
    color: #fff;
}
/* footer bottom area css */
.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
    background-color: #181b1f;
}
.copy-right-text p {
    margin: 0;
    padding: 0;
}
.copy-right-text p, .footer-menu ul li a {
    color: #ffffff;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li a {
    padding: 0 10px;
    display: block;
}
/* slowoll up css */
#scrollUp {
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: #d0bf90;
}
#scrollUp i {
    color: #fff;
}
/* slick slide css */
.slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 12px;
    border: 0 solid #d0bf90;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50px;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0;
    background: #d0bf905c;
}
 .slick-dots li.slick-active button {
    background-color:#d0bf90;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -54px;
    display: inline-block;
    z-index: 11;
    text-align: center;
}
/* slick prev slick next css */
/*======== slick ========*/
.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #d9cda6;
    z-index: 9;
    opacity: 0;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: .5s;
    border: 0px solid #17161a;
}
.slick-next:before, .slick-prev:before {
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "\eac9";
    font-family: IcoFont!important;
    line-height: inherit;
    opacity: 1;
}
.slick-next:before {
    content: "\eaca";
    font-family: IcoFont!important;
}
 .slick-prev:hover, .slick-next:hover {
    background-color: #323a43;
}
 .slick-prev {
     left: -15px;
}
 .slick-next {
     right: -15px;
}
/* breadcumb area css */
 .breadcumb-inner h2 {
     font-size: 30px;
}
.breadcumb-area {
    background-image: url("../../images/contact-bg.jpg");
    padding: 140px 0px 138px;
    background-position: center bottom;
    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: "";
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a {
    color: #ffffff;
    font-display: swap;
}
 .breadcumb-inner ul {
     font-weight: 400;
}
.breadcumb-inner li {
    display: inline-block;
    color: #fff;
    font-weight: 400;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #821F05;
    color: #fff;
    font-weight: 400;
}
 .breadcumb-inner li a {
     font-weight: 400;
     color: #fff;
}
.breadcumb-inner li a:hover {
    color: #d0bf90;
}
.brpt h2, .breadcumb-inner h2, .brpt.brptsize h2 {
    color: #ffffff;
    font-size: 30px;
}
/* ===== 17. Pricing Plan Area CSS ===== */
.low_pricing_plan_area {
    padding: 95px 0 80px;
}
.low_pricing_plan_area .witr_section_title_inner h2 {
	font-size:17px;
    text-transform: uppercase;
}
.low_pricing_plan_area .witr_section_title {
    margin-bottom: 50px;
}
.pricing_area {
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,.12);
    border-style: solid;
    border-width: 3px 0 0;
    border-color: #e0a067;
    border-radius: 0;
    margin-bottom: 20px;
}
.pricing-part {
    position: relative;
    overflow: hidden;
	text-align:center;
}
.witr_pricing_icon i {
    font-size: 50px;
	padding-top: 40px;
    display: block;
	color: #d0bf90;
}
.pricing-part h4 {
    font-size: 30px;
    padding: 26px 0 12px;
    display: block;
}
.all_pricing_color h2, .all_pricing_color h3, .all_pricing_color h4, .all_pricing_color h5 {
    margin: 0;
}
.pricing_style_2 .pricing-part h5 {
    padding: 10px 0;
    margin-bottom: 30px;
    color: #fff;
}
.pricing-part a.btn, .pricing-part strong, .pricing_style_2 .pricing-part h5, .pricing_style_4 .witr_p_middle_inner, .pricing_style_7.pricing-part h4, .pricing_top_box, .witr_back_process, .witr_process_icon i, .witr_process_icon2 i, .witr_ribon_text h3 {
    background: #d0bf90;
}
.pricing_style_2 .pricing-part h5, .pricing_style_4 .pricing-part h5, .pricing_style_6.pricing-part h4, .pricing_style_6.pricing-part h5, .pricing_style_6.pricing-part h6, .pricing_top_box .prt_content, .pricing_top_box .prt_content p, .pricing_top_box p, .witr_ribon_text h3 {
    color: #fff;
}
.pricing-part h5 {
    font-size: 35px;
}
.pricing-part span {
    font-size: 24px;
    margin-right: 5px;
}
.pricing_style_2 .pricing-part h5 {
    padding: 10px 0;
    margin-bottom: 30px;
    color: #fff;
}
.witri_texti_list {
    margin-top: 25px;
}
.pricing-part ul {
    padding: 0 30px;
}
.all_pricing_color li, .all_pricing_color ol, .all_pricing_color ul {
    margin: 0;
}
.witri_texti_list ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 17px;
}
.all_pricing_color li, .all_pricing_color ol, .all_pricing_color ul {
    margin: 0;
}
.witri_texti_list ul li i {
    margin-right: 10px;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
 .witr_btnp_color a.btn {
    letter-spacing: -.1px;
    border-style: default;
    border-radius: 0;
    padding: 5px 30px;
	border: 1px solid #d0bf90;
	background: #d0bf90;
	color:#fff;
	font-size: 16px;
    font-weight: 700;
	transition:.5s;
}
.witr_btnp_color a.btn:hover {
    color: #fff;
    background-color: #140909;
    border-style: solid;
    border-color: #140909;
}
.pricing-part strong {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: 13px;
    padding: 7px 20px;
    width: 160px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	color:#fff;
}
.top_border{
	border-color: #d0bf90;
}
/* ===== 18. Faq Area CSS ===== */
.accordion_area {
    margin-top: 15px;
}
 .accordion_area .card-header.witr_ac_card {
     background: none !important;
     padding: 0;
     border-bottom: 0;
     text-align: left;
}
 .witr_ac_card i {
     margin-right: 10px;
     font-size: 20px;
}
 .accordion_area .card-2{
     margin-bottom: 22px;
     border: 1px solid #ddd;
}
 .accordion_area .card-2 p {
     padding: 8px 18px 3px;
}
 .witr_ac_style {
     padding-left: 30px;
     font-size: 17px;
     font-weight: 600;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 11px 15px;
     -webkit-transition: .5s;
     transition: .5s;
	 color:#212d48;
}
.witr_ac_style:focus, .witr_ac_style:hover {
    color: #fff;
    background: #d0bf90;
}
 .witr_ac_style:before {
     position: absolute;
     content: '\f107';
     right: 30px;
     font-family: fontawesome !important;
     font-weight: 400;
}
 .active .witr_ac_style:before {
     content: '\f106';
}
.active .witr_ac_style {
    background: #d0bf90;
    color: #fff;
}
 .card-body ul{
}
 .card-body ul li{
     margin-left: 18px;
     margin-bottom: 4px;
}
.low_faq_area {
    padding: 85px 0px 98px;
    background: #FFFFFF;
}
 .carousel_pdding0.col-lg-12{
     padding-right: 0px;
     padding-left: 0px;
}
 .grid_caur_image{
     margin-bottom: 30px;
}
 .slide_items{
     text-align:center;
}
 .slide_items a{
     position: relative;
     display: block;
}
 .slide_items a:before{
     position: absolute;
     content:"";
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .slide_items img{
     margin: auto;
}
/* ===== Faq Area CSS ===== */
.family_low_faq_area {
    padding: 30px 0px 98px;
}
.family_low_content {
    padding: 90px 0 0;
}
.banking_low_content {
    padding: 90px 0 50px;
}
/* ===== 19. Site Map Area CSS ===== */
.low_site_map_area iframe {
    border: none;
    width: 100%;
    height: 800px;
    margin-bottom: -8px;
}
.contact_map_area iframe {
    height: 500px;
}
/* ===== 20. Feature 3d Effect Area CSS ===== */
.em_real_state_area {
    padding: 100px 0px 60px;
}
.em_real_state_area .single_image {
    text-align: center;
}
 .witr_feature_3d {
     perspective: 1000px;
     transition: .5s;
}
 .witr_single_feature_3d {
     transition: -webkit-transform .5s;
     transition: transform .5s;
     transition: transform .5s, -webkit-transform .5s;
     transform-style: preserve-3d;
     position: relative;
     text-align: center;
     z-index: 999;
}
 .witr_feature_position{
     left: 0;
     padding: 40px 20px 40px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
}
 .witr_feature_front_3d, .witr_feature_back_3d {
     backface-visibility: hidden;
     position: absolute;
     top: 0;
     left: 0;
     background: #fff;
     transition:.5s;
}
 .witr_feature_flip_left:hover .witr_single_feature_3d {
    transform: rotateY( -180deg);
}
 .witr_feature_flip_right:hover .witr_single_feature_3d {
    transform: rotateY( 180deg);
}
 .witr_feature_flip_up:hover .witr_single_feature_3d {
    transform: rotateX( 180deg);
}
 .witr_feature_flip_down:hover .witr_single_feature_3d {
    transform: rotateX( -180deg);
}
 .witr_feature_front_3d {
     z-index: 2;
}
 .witr_feature_back_3d {
     z-index: 3;
}
/* left */
 .witr_feature_flip_left .witr_feature_back_3d {
    transform: rotateY( -180deg);
}
/* right */
 .witr_feature_flip_right .witr_feature_back_3d {
    transform: rotateY( 180deg);
}
/* up */
 .witr_feature_flip_up .witr_feature_back_3d {
    transform: rotateX( 180deg);
}
/* down */
 .witr_feature_flip_down .witr_feature_back_3d {
    transform: rotateX( -180deg);
}
/* zoom in */
 .witr_feature_flip_zoomin .witr_feature_back_3d{
     opacity: 0;
     transform: scale(.75);
}
 .witr_feature_flip_zoomin:hover .witr_feature_back_3d{
     opacity: 1;
     transform: scale(1);
}
/* zoom out */
 .witr_feature_flip_zoomout .witr_feature_front_3d {
     opacity: 1;
     transform: scale(1);
     z-index:4;
}
 .witr_feature_flip_zoomout:hover .witr_feature_front_3d{
     opacity: 0;
     transform: scale(0);
}
 .witr_feature_front_3d, .witr_feature_back_3d {
     height: 398px;
     width:100%;
}
/* tittle css */
.em_real_state_area .witr_text_widget_inner h1 {
    padding-top: 20px;
    color: #e0a067;
    font-size: 17px;
}
 .witr_feature_content_3d{
}
 .witr_feature_icon_3d {
     margin-bottom: 14px;
}
.witr_feature_icon_3d i {
    font-size: 35px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
}
 .witr_feature_content_3d h3 {
     margin-bottom: 10px;
     color:#fff;
     font-size: 24px;
}
 .witr_feature_content_3d h2{
     margin-bottom: 12px;
     color:#fff;
     font-size: 17px;
}
 .witr_feature_content_3d h3 a{
     color:#fff;
     font-size: 24px;
}
 .witr_feature_content_3d p {
     color:#fff;
}
/* feature Front Face */
 .witr_feature_front_3d {
	background-image: url(../../images/team2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
 .witr_feature_front_3d:before {
     background: #E0A0677D;
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
}
 .witr_feature_back_3d {
     background: #E0A067;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .witr_feature_back_3d:before {
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
}
/* feature Button */
 .witr_feature_btn_3d {
     margin-top: 27px;
     z-index: 999;
}
 .witr_feature_btn_3d a {
     border: 2px solid #fff;
     border-radius: 30px;
     color: #fff;
     display: inline-block;
     font-size: 15px;
     padding: 8px 33px;
     transition: all 0.5s ease 0s;
}
 .witr_feature_btn_3d a:hover {
     background: #fff;
     color: #E0A067;
}
/* department list css */
.em_real_state_area .departmentList.all_list_color h3 {
    color: #FFFFFF;
    background-color: #E0A067;
}
.em_real_state_area .departmentList.all_list_color h3 {
    text-align: center;
    margin: 30px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
}
.em_real_state_area .departmentList.all_list_color ul li a {
    background-color: #F9F9F9F9;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDDAD;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 30px;
}
.em_real_state_area .departmentList ul li a {
    color: #272727;
    font-size: 18px;
    display: block;
    padding: 8px 10px 8px;
    margin-bottom: 1px;
}
.em_real_state_area .departmentList.all_list_color ul li a:hover {
    color: #FFFFFF;
    background-color: #E0A067;
}
.em_real_state_area .departmentList {
    border-width: 0;
	padding:0
}
 .witr_text_widget_inner h1, .witr_text_widget_inner h2{
     font-size: 35px;
     margin-bottom: 5px;
}
.witr_text_widget_inner h2{
	margin-bottom: 15px;
}
 .witr_text_widget_inner h1{
     font-size: 17px;
     color:#E0A067;
}
 .witr_text_widget_inner h1 span, .witr_text_widget_inner h2 span{
     color:#E0A067;
}
.em_real_state_area .witr_text_widget_inner p {
    margin-bottom: 11px;
    padding-right: 20px;
    margin-top: 35px;
}
 .witr_text_widget .witr_text_widget_inner h1, .witr_text_widget .witr_text_widget_inner h2, .witr_text_widget .
 p{
     margin-left:auto !important;
     margin-right:auto !important;
}
.em_real_state_area .departmentList.all_list_color {
    margin-top: 50px;
}
.witr_text_widget .about-content span i {
    color: #E0A067;
    font-size: 10px;
    padding: 10px 6px 0px 0px;
}
/* real state video area css */
 .witr_play_vi {
}
 .witr_videobg_image{
     position: relative;
}
 .witr_videobg_image:before{
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
}
 .witr_videobg_image img{
}
 .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: #E0A067;
}
 .play-overlay a:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     background:#E0A067;
     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;
}

/* witr_squares_ */
 @-webkit-keyframes witr_squares{
     0%{
        -webkit-transform:scale(1);
                transform:scale(1);
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
     20%{
        -webkit-transform:scale(1.24);
                transform:scale(1.24);
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
     100%{
        -webkit-transform:scale(2.1);
                transform:scale(2.1);
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}
/* ===== 21. Single Project Area CSS ===== */
.em_info_middle_img_wrt_content {
    margin-top: 30px;
    padding-right: 20px;
}
.em_project_info_area {
    padding: 100px 0px;
    background: #FFFFFF;
}
.info_top_content h2 {
    font-size: 30px;
    padding-top: 16px;
    padding-bottom: 8px;
}
.info_top_content p {
    padding-right: 11px;
}
.em_info_middle_image {
    margin-top: 30px;
}
.em_info_middle_img_wrt_content p {
    padding-top: 10px;
}
.em_info_middle_img_wrt_content ul li {
    font-weight: 700;
    color: #222222;
    margin-bottom: 5px;
}
.em_info_middle_img_wrt_content ul li span i {
    color: #e0a067;
    font-size: 21px;
    font-weight: 500;
    margin-right: 5px;
}
.em_info_down_content {
    padding-top: 40px;
}
.em_info_down_content p {
    width: 63%;
}
.list_item_top_title h2 {
    padding: 20px 30px 20px 30px;
    background: #d0bf90;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #140909;
    color: #fff;
    margin-bottom: 0px;
}
.em_info_writ_list_iteam ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-left: 9px;
}
.em_info_writ_list_iteam ul li {
    padding: 15px 20px 15px 20px;
    background: #F8F8F8;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color:transparent;
	transition:.5s;
}
.em_info_writ_list_iteam ul li:hover {
    border-color: #d0bf90;
}
.em_info_writ_list_iteam ul li:first-child{
	border:none;
}
.em_info_writ_list_iteam ul li:last-child{
	border:none;
}
.list_item_top_title h3 a {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
}
.list_item_top_title h3 {
    padding: 16px 30px;
    background: #000;
    text-align: center;
    transition: .5s;
}
.list_item_top_title h3:hover {
    background: #e0a067;
}
/* ===== 22. Single Service Area CSS ===== */
.single_service_area {
    padding: 100px 0px 80px;
    background: #FFFFFF;
}
 .single_service_area .witr_text_widget p {
    line-height: 1.7em;
}
.single_service_area .witr_text_widget_inner h2 {
    font-size: 24px;
}
.single_service_area .witr_text_widget p {
    color: #212529;
    margin: 0px 0px 15px 0px;
}
.single_service_area .witr_text_widget_inner h2 {
    color: #111;
}
.single_service_area .witr_text_widget_inner img {
    width: 100%;
}
.single_service_area .about-content span {
    color: #222222;
    font-weight: 700;
}
.single_service_area .witr_text_widget .about-content span i {
    font-size: 15px;
}
.single_service_area p {
    padding-right: 48px;
}
.single_service_team_area {
    padding: 60px 0px 215px;
}
.single_service_area .witr_section_title h2 {
    font-size: 30px;
    padding: 20px 0 15px;
}
.witr_videobg_image {
    position: relative;
	margin-bottom: 20px;
}
/* ===== 23. Video Page Area CSS ===== */
.witr_youtube_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}



.tx_golobal_color{
     background: #d0bf90;
}
.tx_btn_global_color:hover{
     background:#000;
}