@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*theme css*/
a {
	color: #ff6200;
	transition: .5s;
}

a:hover {
	text-decoration: none;
	color: #ff6200;
}

body {
	font-family: Rubik, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #00155a;
}

p {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-style: normal;
	line-height: 1.2;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	transition: .5s;
	margin-bottom: 5px;
	color: #000;
}

.service-box {
	border: 1px solid #eff2f4;
	padding: 30px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	min-height: 265px;
}

.service-box .service-box-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	line-height: 60px;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 24px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.3);
	box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.3);
}

.service-box .service-box-icon:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	border: 2px dashed rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	left: -15px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.service-box:hover .service-box-icon:after {
	transform: rotate(90deg);
	border-color: var(--blue);
	top: -15px;
}

.service-box h3 {
	font-size: 22px;
	font-weight: 600;
}

.service-box:hover {
	border: 1px solid var(--blue);
}

/* service details page */
.custom-title {
	position: relative;
	padding-left: 55px;
}

.custom-title:before {
	position: absolute;
	width: 40px;
	height: 1px;
	top: 50%;
	content: "";
	left: 0px;
	transform: translateY(-50%);
	background-color: var(--blue);
}

.mb-30 {
	margin-bottom: 30px;
}

.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;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

p.form-messege {
	margin-top: 8px;
}

/* title css */
.witr_section_title_inner.text-center p {
	width: 71%;
	margin-right: auto;
	margin-left: auto;
}

.witr_section_title {
	padding-bottom: 0px;
}

.witr_section_title {
	position: relative;
	padding-bottom: 40px;
}

.witr_section_title_inner {
	position: relative;
	z-index: 1;
}

.title_in .witr_back_title {
	z-index: -1;
}

.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.3;
}

.test-part ul {
	margin-bottom: 25px;
}

.sub-item h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sub-item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.test-part p {
	font-size: 19px;
}

.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: 17px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 10px;
}

.witr_section_title_inner h2 {
	color: #ff6200;
}

.all_counter_color i,
.witr_counter_img {
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.witr_section_title_inner h3 {
	padding: 0;
}

.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: #ff6200;
}

.witr_section_title_inner.text-center p {
	margin-right: auto;
	margin-left: auto;
}

.witr_section_title_inner .witr_section_title_inner_text {
	font-size: 16px;
	width: 100% !important;
	padding: 17px 0px 10px 0px;
}

.witr_image_title {
	margin-top: 0px;
	margin-bottom: 10px;
}

.white .witr_section_title_inner h1,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p {
	color: #fff;
}

.title_btn a {
	background: #e0a067;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
}

/* back title css */
.witr_section_title_inner {
	position: relative;
	z-index: 1;
}

.witr_back_title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.witr_back_title {
	text-align: center;
	top: -47px;
}

.witr_back_title h4 {
	-webkit-text-stroke: 1px #888;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}

.witr_back_title h4 {
	-webkit-text-stroke-color: #303A52;
	font-size: 170px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 1;
}

/* button hover style */
.pricing-part a.btn,
.feature_btn a,
.witr_ser_btnb a,
.service-btn>a,
a.dtbtn,
.witr_btn,
.witr_bbtn,
.witr_gbtn,
.witr_gbbtn,
.bariplan_button a,
.witr_sbtn_s8 a {
	border-radius: 5px;
	font-size: 16px;
}

.witr_gbtn::before {
	border-radius: 30px;
}

.tx_golobal_color {
	background: #e0a067;
}

.tx_btn_global_color:hover {
	background: #140909;
}

.logo-right,
.logo-left {
	align-items: center;
}

.witr_h_h2 .bariplan_menu,
.witr_h_h3 .bariplan_menu,
.witr_h_h4 .bariplan_menu,
.witr_h_h5 .bariplan_menu,
.witr_h_h6 .bariplan_menu,
.witr_h_h7 .bariplan_menu,
.witr_h_h8 .bariplan_menu,
.witr_h_h9 .bariplan_menu,
.witr_h_h10 .bariplan_menu,
.witr_h_h11 .bariplan_menu,
.witr_h_h14 .bariplan_menu,
.witr_h_h17 .bariplan_menu,
.witr_h_h18 .bariplan_menu,
.witr_h_h19 .bariplan_menu,
.witr_h_h20 .bariplan_menu,
.witr_h_h21 .bariplan_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;
}

/* bar color title */
.witr_bar_main {
	margin: 10px 0;
}

.witr_bar_inner {
	height: 3px;
	width: 90px;
	background: #821F05;
	margin: 0px auto;
	position: relative;
	border-radius: 30px;
}

.text-left .witr_bar_inner {
	margin-left: 0px;
}

.text-right .witr_bar_inner {
	margin-right: 0px;
}

/* circale Bar css */
.witr_bar_innerc {
	position: relative;
}

.witr_bar_innerc::before {
	content: '\f177';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid #e0a067;
	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: '\f178';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid #e0a067;
	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%;
	}
}

/* === style_w6 shape ==== */
.witr_shape_item_inner {
	position: absolute;
	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;
}

/* responsive 320 start */
/* small mobile :320px. */
@media (max-width: 479px) {
	body {
		overflow-x: hidden;
	}

	.bariplan-header-top {
		/* display: none;
         */
	}

	.top-right-menu ul.social-icons li {
		margin-left: 13px;
	}

	.mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 17px;
	}

	.mean-container a.meanmenu-reveal {
		padding: 19px 20px 18px;
	}

	.witr_ac_style:before,
	.active .witr_ac_style:before {
		display: none;
	}
}

.top-right-menu ul.social-icons li img {
	width: 20px;
}

/* responsive 320 end */

/*===================== bariplan HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
.em40_header_area_main.hdisplay_none {
	display: none;
}

.bariplan-header-top {
	background: #ff6200;
}

.bariplan-header-top {
	padding: 10px 0;
}

.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 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 {}

.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 #821F05;
	width: 150px;
	text-align: left;
	background: #821F05;
	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 bariplan HEADING TOP AREA CSS =========================*/
/*======================== EM bariplan HEADER =========================*/
.em_bariplan_header {
	background: #f9f9f9 none repeat scroll 0% 0;
	padding: 28px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.em_bariplan_header:before {
	background: #821F05 none repeat scroll 0% 0;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 25%;
	height: 100%;
	z-index: -1;
	position: absolute;
}

.em_bariplan_header:after {
	background: #821F05 none repeat scroll 0% 0;
	content: "";
	left: 18%;
	top: 0;
	bottom: 0;
	width: 15%;
	height: 100%;
	position: absolute;
	-webkit-transform: rotate(-121deg);
	transform: rotate(-121deg);
	z-index: -1;
}

.single_header_address {
	text-align: left;
}

.bariplan_logo_thumb {
	z-index: 9;
	text-align: right;
}

.bariplan_header_icon {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.bariplan_header_icon i {
	color: #821F05;
	font-size: 30px;
	margin-top: 5px;
	margin-left: 2px;
	display: inline-block;
}

.bariplan_header_address {
	overflow: hidden;
	padding-left: 80px;
}

.bariplan_header_address_text>h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.bariplan_header_address_text>p {
	margin: 0;
	overflow: hidden;
}

.bariplan_header_address_text>p>a {
	color: #999;
}

.bariplan_logo_thumb {
	z-index: 9;
}

.bariplan_header_button {
	padding-left: 50px;
	position: relative;
}

.bariplan_header_button:before {
	content: "";
	position: absolute;
	background: #821F05;
	width: 1px;
	height: 74px;
	left: 10px;
	top: -14px;
}

.bariplan_header_button .dtbtn {
	background: #821F05;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-left: 0;
	padding: 12px 26px;
	transition: .5s;
}

.bariplan_header_button>a:hover {
	background: #821F05;
}

.em_slider_social {
	position: fixed;
	right: 30px;
	text-align: center;
	top: 60%;
	z-index: 999999;
}

.em_slider_social li {
	display: block;
	list-style: outside none none;
	text-decoration: none;
}

.em_slider_social a {
	background: #821F05;
	border: 1px solid #821F05;
	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: #821F05;
	color: #fff;
	border-color: #821F05;
}

.no-logo-sr .bariplan_menu ul {
	text-align: center;
}

.no-logo-sr .bariplan_menu ul li {
	text-align: left;
}

/*======================= bariplan HEADING NAV AREA CSS ========================*/
.mean-container .mean-bar {
	padding: 0;
}

.mean-container .mean-nav {
	background: transparent;
	float: none;
}

.main_menu_div {
	position: relative;
}

.bariplan_nav_area {
	background: #fff none repeat scroll 0% 0;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
}

/* LOGO CSS */
.logo a {
	font-size: 23px;
	font-weight: 700;
	display: inline-block;
}

/* MENU CSS */
.bariplan_menu ul {
	text-align: right;
	list-style: none;
	margin-right: 20px;
}

/* witr_h_h18 menu css */
.witr_shop_sc .bariplan_menu ul {
	text-align: left;
}

.search_popup_button,
.tx_mmenu_together {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.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;
}

/* witr_h_h22 menu css */
.number_align {
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.menu_search {
	display: flex;
	align-items: center;
}

.main_menu_address_a {
	display: flex;
	align-items: center;
	position: relative;
}

.main_menu_address_a::before {
	content: "";
	position: absolute;
	background: #fbfbfb40;
	width: 1px;
	height: 107px;
	left: 0;
}

.main_menu_header_icon {
	margin-left: 25px;
	margin-right: 10px;
}

.main_menu_header_icon i {
	font-size: 30px;
	color: #821F05;
}

.main_menu_header_address_text h3,
.main_menu_header_address_text h4 a {
	margin: 0;
	font-weight: 500;
}

.main_menu_header_address_text h3 {
	font-size: 18px;
	color: #821F05;
}

.main_menu_header_address_text h4 a {
	font-size: 18px;
}

.main_menu_header_address_text h4 {
	margin-bottom: 0;
}

.prefix .main_menu_header_address_text h3,
.prefix .main_menu_header_address_text h4 a,
.prefix .main_menu_header_icon i {
	color: #fff;
}

.bariplan_menu>ul>li {
	display: inline-block;
	position: relative;
}

.bariplan_menu>ul>li>a {
	display: block;
	margin: 38px 15px;
	transition: .2s;
	position: relative;
	color: #272727;
	font-size: 17px;
	font-weight: 500;
}

.bariplan_menu>ul>li>a:before,
.bariplan_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 .bariplan_menu>ul>li>a {
	color: #fff;
}

.heading_style_3 .bariplan_menu>ul>li>a {
	color: #fff;
}

.heading_style_4 .bariplan_menu>ul>li>a {
	color: #fff;
}

.heading_style_5 .bariplan_menu>ul>li>a {
	color: #fff;
}

.bariplan_menu ul li:last-child a {
	margin-right: 0px;
}

.bariplan_menu>ul>li.current>a,
.bariplan_menu>ul>li:hover>a,
.bariplan_header_menu>ul>li:hover>a {
	color: #ff6200;
	background-color: transparent;
}

.bariplan_menu>ul>li:hover>a:before,
.bariplan_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);
}

/* stycky nav js */
.transprent-menu.menu4 {
	position: relative;
}

.transprent-menu .bariplan_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 0;
	transition: .5s;
	position: absolute;
}

.bariplan_nav_area.postfix {
	-webkit-transition: .3s;
	transition: .3s;
}

.bariplan_nav_area.prefix,
.hbg2 {
	background: #fff;
}

.bariplan_nav_area.prefix .bariplan_menu>ul>li>a {
	color: #000;
}

.bariplan_nav_area.prefix .bariplan_menu>ul>li.current>a {
	color: #ff6200;
}

/* LOGO LEFT RIGHT CSS */
.logo-left {
	align-items: center;
}

.logo-left .logo {
	text-align: left;
}

.logo-right .logo {
	text-align: right;
}

.logo-right .bariplan_menu>ul {
	text-align: left;
}

.logo-right .bariplan_menu>ul>li:first-child a {
	padding-left: 0px;
}

.logo-right .bariplan_menu>ul>li:last-child a {
	padding-right: auto;
}

/* logo top */
.logo-top .logo {
	text-align: center;
}

.logo-top .bariplan_menu>ul {
	text-align: center;
}

.logo-top>.bariplan_menu>ul>li:last-child a {
	padding-right: auto;
}

/* sub menu style */
.bariplan_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 340px;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 15px 20px 8px;
	z-index: 9999;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	transition: .2s;
	opacity: 0;
	visibility: hidden;
}

.bariplan_menu ul li:hover>.sub-menu {
	transition: .5s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	z-index: 9;
}

.bariplan_menu ul .sub-menu li {
	position: relative;
	transition: .5s;
}

.bariplan_menu ul .sub-menu li a {
	display: block;
	margin: 0;
	margin-bottom: 6px;
	letter-spacing: normal;
	font-size: 16px;
	transition: .5s;
	color: #0a0a0a;
	visibility: inherit !important;
	padding: 4px 0px;
}

.bariplan_menu ul .sub-menu li:hover>a,
.bariplan_menu ul .sub-menu .sub-menu li:hover>a,
.bariplan_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.bariplan_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	color: #ff6200;
}

.bariplan_menu ul .sub-menu li:hover {
	margin-left: 15px;
}

.bariplan_menu ul .sub-menu li:hover:before {
	opacity: 1;
}

.bariplan_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%);
	color: #ff6200;
	left: -15px;
}

.mini_shop_content a span.count,
.slick-next,
.slick-next.slick-disabled,
.slick-prev,
.slick-prev.slick-disabled,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
	background: #ff6200;
}

/* sub menu 2 */
.bariplan_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.bariplan_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 */
.bariplan_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.bariplan_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;
}

.bariplan_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 */
.bariplan_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.bariplan_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%;
}

/* user login */
.logged-in .trp_nav_area {
	top: 32px;
}

.logged-in .transprent-menu .bariplan_nav_area.prefix {
	top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}

.elementor-editor-active.logged-in .trp_nav_area {
	top: 0px;
}

.elementor-editor-active.logged-in .transprent-menu .bariplan_nav_area.prefix {
	top: 0px;
}

.elementor-editor-active.logged-in .trp_nav_area.hbg2 {
	top: 0px;
}

/* has menu icon */
.bariplan-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\eac8";
	font-family: IcoFont !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;
	font-family: Rajdhani, sans-serif;
}

.bariplan-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\eac8";
}

/* menu button */
.donate-btn-header {
	display: inline-block;
}

a.dtbtn {
	background: #00235a;
	color: #fff;
}

a.dtbtn {
	border: none;
	display: block;
	font-size: 17px;
	margin-left: 30px;
	font-weight: 500 !important;
	border-radius: 30px;
	padding: 13px 25px;
}

.witr_btn,
.witr_btn:hover {
	color: #fff;
}

.witr_btn:hover {
	background: #191f2d;
}

.bariplan_button a:hover,
.witr_btn:hover,
a.dtbtn:hover {
	background: #ff6200;
	color: #fff;
}

.redX {
	color: #821F05;
}

/* logo sticky */
.bariplan-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.bariplan-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 */
.bariplan-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}

.bariplan-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 */
.bariplan_logo_thumb a.main_sticky_l {
	display: none;
}

.bariplan_logo_thumb .logo a {
	margin-top: 0;
}

/*======================= END bariplan HEADING NAV AREA CSS ========================*/
/* 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: #ff6200;
	overflow: hidden;
}

.bariplan_menu.main-search-menu>.em-header-quearys,
.em-quearys-top.msin-menu-search {
	display: inline-block;
}

.em-top-quearys-area {
	position: relative;
}

.bariplan_menu div.em-header-quearys {
	text-align: center;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 20px;
	cursor: pointer;
}

.em-quearys-menu i {
	background: #e0a067;
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}

.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;
}

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%);
}

.bariplan_menu div.em-header-quearys {
	text-align: center;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 20px;
	cursor: pointer;
}

.em-quearys-menu i {
	background: #e0a067;
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}

/* popup menu area css */
.menu_popup_option {}

.right_sideber_menu_inner {
	position: fixed;
	right: 0;
	width: 400px;
	top: 0;
	height: 100%;
	z-index: 999;
	overflow: auto;
	padding: 80px 40px 0px;
	display: block;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	box-shadow: 0 0 30px rgb(0 0 0 / 7%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.tx-s-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.right_sideber_menu i {
	font-size: 22px;
	cursor: pointer;
	transition: .5s;
	color: #272727;
	margin-top: 5px;
	margin-left: 30px;
	margin: 6px 5px 0 25px;
	display: inline-block;
}

.prefix .right_sideber_menu i {
	color: #fff;
}

.prefix .right_close_class .right_sideber_menu i,
.right_close_class .right_sideber_menu i {
	color: #21cdc0;
}

.prefix .right_close_class .right_sideber_menu i,
.right_close_class .right_sideber_menu i {
	font-size: 22px;
	font-weight: 700;
}

.right_side_icon.right_close_class {
	position: absolute;
	right: 30px;
	top: 50px;
}

.right_sideber_content .blog-left-side>div {
	padding: 0;
	box-shadow: none;
}

.witr_search_wh .em-header-quearys .em-quearys-menu i {
	background: 0%;
	height: auto !important;
	width: auto !important;
	line-height: inherit !important;
	font-size: 20px;
}

.witr_h_h13 .col-md-12 {
	padding-right: 0;
}

.tx_relative_m,
.tx_top2_relative {
	position: relative;
}

.tx_menu_together,
.tx_bs_together {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-social-icon.htop-menu-s {
	display: inline-block;
	margin-left: 15px;
}

.mainmenu_width_tx.container {
	padding: 0;
}

.wrapper {
	position: relative;
}

.all_header_abs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.ps_absulate {
	position: absolute !important;
	top: -154px;
	right: 0;
	left: 0;
	/* bottom: 0; */
	z-index: 999;
}

.psc_absolute {
	position: absolute !important;
	top: -340px;
	right: 0;
	left: 0;
	z-index: 999;
}

/*========================
 End Menu AREA CSS
=========================*/
/* Swiper Slider Area Css */
.witr_swiper_area {
	overflow: hidden;
	position: relative;
}

.witr_swiper_height {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.wittr_gallery_swiper::before,
.witr_swiper_height::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.wittr_gallery_swiper {
	position: relative;
	height: 100px !important;
	margin-top: 10px;
	background-size: cover;
	background-position: center center;
}

.witr_sw_text_area {
	margin: auto;
	height: 100%;
	width: 88%;
}

.elementor-section-full_width .witr_sw_text_area {
	margin: auto;
	width: 63%;
	height: 100%;
}

.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: 24px;
	margin-bottom: 15px;
	display: inline;
}

.witr_swiper_content h3,
.witr_swiper_content h2 {
	padding: 00px 13px 0px;
	color: #fff;
}

.witr_swiper_content h2,
.witr_swiper_content h3 {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
}

.witr_swiper_content h1 span,
.witr_swiper_content h2 span,
.witr_swiper_content h3 span {
	color: #821F05;
	font-weight: Italic;
}

.bariplan_single_event:hover .event_page_title h2 a,
.witr_swiper_content h1 span,
.witr_swiper_content h2 span,
.witr_swiper_content h3 span {
	color: #ff6200;
}

.witr_swiper_content h1 {
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
}

.witr_swiper_content h1:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0;
	width: 70px;
	height: 3px;
	background: #ff6200;
}

.witr_swiper_content p {
	margin-top: 20px;
}

.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3,
.text-left .witr_swipers_title h4 {
	margin: 21px auto 3px 0;
}

.text-left .witr_swiper_content p {
	margin: 30px 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 {
	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: 0px 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: 63%;
}

.witr_swiper_content p {
	font-weight: 400;
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
	width: 40%;
}

.witr_swiper_area .swiper-slide a {
	display: inline-block;
}

.witr_swiper_area .text-left .witr_slider_thumb {
	right: 170px;
}

.witr_swiper_area .text-right .witr_slider_thumb {
	left: 170px;
}

.witr_swiper_area .text-left .slider_vd_icon {
	right: 16%;
}

.witr_swiper_area .text-right .slider_vd_icon {
	left: 16%;
}

.witr_swiper_area .text-center .slider_vd_icon {
	top: 23%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.witr_icon_section {
	margin-top: 30px;
}

/* 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: #821F05;
}

.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: #821F05;
}

.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;
}

.video_page_area .swiper-button-prev,
.video_page_area .swiper-button-next {
	background-image: inherit !important;
	color: #fff;
	transition: .5s;
	outline: none;
	display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #e0a067;
	background: #fff;
	padding: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}

.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #821F05;
}

.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #821F05;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

/* pagination prev next */
.swiper-button-prev,
.swiper-button-next {
	background-image: inherit !important;
	color: #fff;
	transition: .5s;
	outline: none;
}

.video_page_area .swiper-button-prev,
.video_page_area .swiper-button-next {
	background-image: inherit !important;
	color: #fff;
	transition: .5s;
	outline: none;
	display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #ff6200;
	background: #fff;
	padding: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #e0a067;
}

.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar {
	height: 5px;
}

.witr_swiper_height {
	height: 900px;
}

.witr_swiper_area .swiper-slide a {
	display: inline-block;
}

.btn,
.feature_btn a,
.learn_btn,
.bariplan_button a,
.service-btn>a,
.witr_bbtn,
.witr_btn,
.witr_feature_btn_3d a,
.witr_feature_btn_f a,
.witr_gbbtn,
.witr_gbtn,
.witr_sbtn_s8 a,
.witr_ser_btnb a,
a.dtbtn {
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
}

.witr_btn {
	border-radius: 5px;
	display: inline-block;
	font-size: 17px;
	padding: 17px 50px;
	text-align: center;
	position: relative;
	margin-right: 15px;
	z-index: 2;
	-webkit-transition: 1s;
	transition: 1s;
	font-weight: 700;
	background: #ff6200;
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
}

.slider_btn {
	margin-top: 53px;
}

.witr_swiper_content .witr_btn.active {
	color: #fff;
	background-color: #00235a;
	border-style: solid;
	border-width: 1px;
	border-color: #00235a;
}

.bariplan_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: #ff6200;
	border-color: #ff6200;
}

.play-overlay i,
.bariplan_slider_icon ul li a i,
.slider_btn .witr_btn.active:hover,
.video-item i,
.witr_video_btn i,
.witr_videos_title_text h3 {
	color: #fff;
}

.witr_sw_text_area {
	margin: auto;
	width: 63%;
	height: 100%;
}

/* YouTube Video */
.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;
}

.video_page_area .witr_swiper_content h1,
.video_page_area .witr_swiper_content h2,
.video_page_area .witr_swiper_content h3,
.video_page_area .witr_swipers_title h4,
.video_page_area .witr_swiper_content p {
	color: #fff;
}

.witr_video_btn i {
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 20px;
	color: #006CFF;
	background: #FFFFFF;
}

.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: #FFFFFF;
}

/* witr_squares_ */
@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)"
	}
}

/* carosel image area css */
.bariplan_carosel_area {
	padding: 85px 0 0;
}

.witr_pslide_image {
	overflow: hidden;
	position: relative;
}

.witr_pslide_image:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
}

.witr_pslide_image:before {
	background: #222429;
}

.witr_pslide_image:before {
	opacity: .5;
}

.witr_pslide5 .witr_single_pslide {
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	border-radius: 5px;
	margin-bottom: 12px;
}

.witr_pslide5 .witr_single_pslide {
	background: #fff;
}

.toggle_pslide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.witr_pslide5 .witr_content_pslide_text {
	padding: 10px 16px 0 15px;
	width: 100%;
}

.witr_pslide5 .witr_pslide_image {
	width: 100%;
}

/* bariplan about area */
.bariplan_about_area {
	padding: 70px 0;
}

.bariplan_about_area .witr_section_title {
	padding-bottom: 20px;
}

.single_image_area {
	margin-bottom: 25px;
}

.witr_s_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.em-service2.sleft .em-service-icon {
	margin-right: 20px;
}

.all_icon_color img {
	margin: 0 35px 0 0;
}

.service_top_text {
	display: block;
}

.all_color_service h3 {
	margin: 0;
}

.em_service_content {
	margin-bottom: 30px;
}

.about_witr_bottom_heading .witr_section_title_inner h3 {
	font-size: 20px;
	padding: 0;
}

/* em service area css */
.em_service_area {
	padding: 50px 0 50px;
}

.twr_feature_three {
	box-shadow: 0 5px 83px rgb(3 43 86 / 12%);
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: .5s;
	margin-bottom: 20px;
}

.all_color_testimonial,
.all_blog_color,
.all_color_service,
.all_service2_color,
.all_color_team,
.all_feature_color {
	-webkit-transition: .5s;
	transition: .5s;
}

.twr_feature_three_inner {
	position: relative;
	background: inherit;
	z-index: 2;
	transition: .5s;
	padding: 40px 30px;
}

.twr_feature_three_icon {
	margin-bottom: 20px;
	transition: 1s;
}

.twr_feature_relative_text {
	position: relative;
}

.twr_fe_three_middle_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0;
	transition: 1s;
}

.twr_feature_three_text h3 {
	margin-bottom: 15px;
}

.twr_feature_three_text a {
	color: #222429;
	margin-top: 10px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.twr_feature_three_text p {
	margin-top: 0;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.twr_feature_relative_text {
	position: relative;
}

.twr_feature_three_image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.twr_feature_three:hover .twr_feature_three_inner {
	transform: translateY(-84px);
}

.twr_feature_three:hover .twr_feature_three_icon {
	transform: scale(0);
}

.twr_feature_three:hover .twr_fe_three_middle_icon {
	opacity: 1;
}

/* brand area css */
.bariplan_brand_area {
	padding: 85px 0 100px;
	background: #f6f9ff;
}

.bariplan_brand_area .slide_items {
	text-align: center;
}

/* progress area css */
.witr_single_progress {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.progress-bar {
	background-color: #ff6200;
}

.witr_progress-style2.progress {
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	height: 6px;
	border-radius: 0px;
}

.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 {
	left: 0px;
	top: 0px;
	color: #272727;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 4px;
	display: inline-block;
}

.witr_progress-style2 .witr_percent {
	position: absolute;
	right: 0;
	font-weight: 700;
	color: #272727;
	font-size: 16px;
	top: -19px;
}

.skill_plan_area .witr_btn {
	padding: 18px 40px;
	margin-top: 20px;
}

.skill_plan_area .witr_section_title_inner p {
	margin-top: 15px;
}

.skill_plan_area .witr_section_title {
	position: relative;
	padding-bottom: 25px;
}

.skill_plan_area {
	padding: 70px 0 0px;
}

.services-area {
	padding-bottom: 40px;
}

/* portfolio area css */
.project_area {
	padding: 70px 0 0px;
}

.project_area .witr_section_title_inner.text-left p {
	width: 81%;
	margin-right: auto;
	margin-left: 0px;
}

.project_area .witr_section_title {
	position: relative;
	padding-bottom: 35px;
}

.witr_single_pslide {
	overflow: hidden;
}

.witr_pslide_image {
	position: relative;
	overflow: hidden;
}

.witr_pslide_image img {
	width: 100%;
	transition: 1s;
}

.project_area .witr_pslide_image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #00000080;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scale(0);
	transition: .5s;
	z-index: 1;
}

.project_area .witr_single_pslide:hover .witr_pslide_image::before {
	transform: scale(1.2)
}

.project_area .witr_single_pslide:hover .witr_pslide_image img {
	transform: scale(1.2)
}

.project_area .witr_pslide_custom span {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 0px;
	height: 80px;
	line-height: 86px;
	border-radius: 5px;
	font-size: 30px;
	background: #fff;
	color: #ff6200;
	text-align: center;
	z-index: 99;
	opacity: 0;
	transition: .5s;
	display: inline-block;
}

.project_area .witr_single_pslide:hover .witr_pslide_custom span {
	width: 80px;
	opacity: 1;
}

.project_area .witr_pslide_custom span:hover {
	background: #00235a;
	z-index: 999;
}

.project_area .witr_content_pslide_text {
	position: absolute;
	bottom: -100px;
	left: 50px;
	right: 30px;
	transition: .5s;
	opacity: 0;
	z-index: 2;
	text-align: left;
}

.project_area .witr_single_pslide:hover .witr_content_pslide_text {
	opacity: 1;
	bottom: 15px;
}

.project_area .witr_content_pslide_text h3 {
	color: #fff;
	transition: .5s;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 18px;
}

.project_area .witr_content_pslide_text h3:hover {
	color: #ff6200;
}

.project_area .witr_content_pslide_text p {
	color: #fff;
}

.project_area .em_portfolio_area .witr_section_title {
	position: relative;
	padding-bottom: 35px;
}

/* team area css */
.bariplan_team_area {
	padding: 0 0px 100px;
}

.team-part {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .05);
	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: #ff62006b;
}

.team_o_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.template-home-wrapper ul {
	margin-bottom: 0;
}

.team_o_icon ul li {
	list-style: none;
	display: inline-block;
}

.team_o_icon ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	margin: 0 2px;
	margin-bottom: 7px;
}

.team_o_icon ul li a {
	border: 1px solid #ddd;
}

.front_view .con_TMS a:hover,
.front_view .con_TMS13_icon.con_TMS a,
.team_o_icon ul li a,
.team_o_icon ul li a:hover,
.witr_bottom_icon a:hover,
.witr_team_s11 span {
	color: #fff;
}

.witr_team_content {
	padding: 23px 5px 23px;
}

.witr_team_content h5 {
	margin: 0;
}

.witr_team_content span {
	font-size: 18px;
}

.witr_team_content h5 a:hover,
.witr_team_content h5:hover,
.witr_team_content span {
	color: #ff6200;
}

.witr_team_section:hover:before {
	opacity: 1;
}

.witr_team_section:hover .team_o_icon {
	opacity: 1;
}

.team_o_icon ul li a:hover {
	border-color: #ff6200;
	background: #ff6200;
}

/* counter up area */
.counter_up_area {
	background: #00235a;
	padding: 50px 0 170px;
}

.all_counter_color {
	text-align: center;
}

.all_counter_color h3,
.all_counter_color span {
	color: #fff;
}

.witr_counter_number_inn h3 b {
	font-size: 42px;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
}

.witr_counter_number_inn h3 span {
	font-size: 24px;
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
}

.all_counter_color p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0 0;
}

/* feature area css */
.bariplan_feature_area {
	margin-top: -145px;
	padding: 0 0 50px;
}

.all_feature_color.ca_ferture_7 {
	margin: 15px 0;
}

.ca_ferture_7 .sub-item {
	padding: 15px;
	box-shadow: 0 0 20px 0 rgb(0, 0, 0, .06);
	-webkit-transition: 1s;
	transition: 1s;
}

.ca_ferture_7 .sub-item,
.witr_cfeature9 .sub-item i {
	background: #fff;
}

.sub-item {
	position: relative;
	padding: 20px 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.sub-item h3 {
	margin: 10px 0;
}

.carsor_featutes_bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.carsor_featutes_bottom_text {
	align-items: center;
	display: flex;
}

.carsor_featutes_bottom_img {
	margin-right: 10px;
}

.carsor_featutes_bottom_img img {
	width: 30px;
	height: 36px;
}

.carsor_featutes_bottom_title h4 {
	font-size: 16px;
	margin: 0;
}

.carsor_featutes_bottom_text {
	align-items: center;
	display: flex;
}

.carsor_featutes_bottom_img {
	margin-right: 10px;
}

/* TESTIMONIAL AREA CSS */
.testimonial_area {
	margin-bottom: 0px;
	padding: 0 0 85px;
}

.testimonial_page_area {
	padding: 95px 0 85px;
}

.testimonial_area .witr_section_title {
	padding-bottom: 5px;
}

.witr_testi_itemt {
	padding: 0 10px;
}

.em_single_testimonial {
	margin-bottom: 30px;
	transition: all 0.5s ease 0s;
	padding: 37px 30px 30px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 3%);
}

.testi_img_text_box h6 {
	padding-top: 5px;
	margin-bottom: 0;
	line-height: 1;
}

.em_testi_logo {
	position: absolute;
	right: 4%;
	bottom: 55px;
}

.em_testi_content {
	position: relative;
}

.em_testi_content:before {
	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;
	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 img {
	width: 59px;
	border-radius: 50px;
}

.witr_testi_s_12 .em_test_thumb img {
	width: auto;
	margin: auto;
}

.em_testi_title h2 {
	font-size: 20px;
	margin-top: 5px;
}

.em_testi_title h2 sup {}

.em_testi_text {
	overflow: hidden;
	padding-top: 15px;
	float: left;
	text-align: left;
	padding-bottom: 2px;
}

.em_testi_content:after,
.em_testi_content:before,
.em_testi_title span,
.execllent_star h3,
.test_q_icon i,
.title_and_sub h6 {
	color: #ff6200;
	font-size: 16px;
	margin-top: 5px;
}

.em_testi_title span {
	font-style: normal;
	display: block;
}

.testimonial_post_13 .em_testi_text p {
	font-size: 19px;
	font-style: italic;
}

.em_crating i.active {
	color: #ff6200;
	font-size: 24px;
}

.execllent_toggol {
	display: flex;
}

.all_color_testimonial i {
	font-size: 25px;
}

.postimg {
	float: left;
	margin-right: 18px;
}

.testi_img_text_box span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #ff6200;
}

.testi_img_text_box img {
	border-radius: 50%;
	width: 59px;
}

.testi_img_text_box {
	margin-top: 40px;
}

.witr_testi_s_12 .em_testi_text,
.witr_testi_s_12.em_single_testimonial {
	text-align: center;
}

/* contact area css */
.bariplan_contact_area {
	padding: 70px 0px;
	background: #fbfbfb;
}

.apartment_text h1,
.counterdowns p,
span.time-counts {
	color: #ff6200;
}

.witr_apartment_form input,
.witr_apartment_form form select,
textarea,
.wpcf7-form-control-wrap a,
.wpcf7-form-control-wrap input {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f1f1f1;
	padding: 15px 0px 15px 30px;
	background-color: #fff;
	color: #fff;
}

.twr_form_box textarea {
	padding: 15px 30px 0;
	color: #888;
}

textarea:focus {
	background-color: #fff;
	border-color: #80bdff;
}

.twr_form_box input:focus {
	background-color: #fff;
	border-color: #80bdff;
}

.apartment_area {
	position: relative;
	background-size: cover;
	padding: 75px 35px 60px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 3%);
	margin-bottom: 20px;
}

.apartment_text h1 {
	font-size: 17px;
	margin-bottom: 5px;
}

.apartment_text h2 {
	margin-bottom: 40px;
	font-size: 38px;
}

.witr_apartment_form form select,
.witr_apartment_form form select,
.witr_apartment_form input {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	outline: none;
	margin-bottom: 30px;
}

.twr_form_box textarea {
	margin-bottom: 20px;
	height: 150px;
	width: 100%;
	border-radius: 5px;
}

.witr_apartment_form input::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.witr_apartment_form input::-ms-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.witr_apartment_form input::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.witr_apartment_form select::-webkit-input-placeholder,
.witr_apartment_form textarea::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.witr_apartment_form .btn {
	border-radius: 5px;
	display: inline-block;
	font-weight: 600;
	padding: 15px 30px;
	border: none;
	background: #ff6200;
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
}

.witr_apartment_form .btn:hover {
	background: #02101e;
}

.checkbox_witr input {
	width: 20px;
	float: left;
	margin-right: 15px;
	margin-top: -8px;
}

.checkbox_witr span {
	font-size: 15px
}

.bariplan_contact_area .box_shadow {
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 6%);
	padding: 10px;
	margin-bottom: 25px;
}

.witr_apartment_form input,
.witr_apartment_form form select,
.witr_apartment_form form select option {
	color: #888;
}

/* contact service area css */
.contact_srvice_area {
	padding: 100px 0 93px;
}

.contact_srvice_area .all_color_service,
.contact_srvice_area .service_top_image:after {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05);
	padding: 50px 30px;
	transition: .5s;
	margin-bottom: 20px;
}

.contact_srvice_area .all_color_service:hover i,
.contact_srvice_area .poly_text_box:hover .service_icon_box:before {
	background-color: #00235a;
	color: #fff;
}

.contact_srvice_area .service-item i {
	font-size: 30px;
	height: 80px;
	width: 80px;
	background: #ff6200;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 80px;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact_srvice_area .service-item h3 {
	padding: 15px 0 10px;
}

.contact_page_contact_area .apartment_area {
	padding: 60px 35px 60px;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}

.contact_page_contact_area .apartment_text h2 {
	margin-bottom: 67px;
	font-size: 38px;
}

.contact_page_contact_area {
	padding: 0px 0px 95px 0px;
	background: #fff;
}

.contact_page_contact_area .witr_apartment_form input,
.contact_page_contact_area .witr_apartment_form form select,
.contact_page_contact_area textarea,
.contact_page_contact_area .wpcf7-form-control-wrap a,
.wpcf7-form-control-wrap input {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f1f1f1;
	padding: 27px 0px 27px 30px;
	background-color: #fff;
	color: #888;
}

/* accordion area css */
.bariplan_accordion_area {
	background: #FFFFFF;
	padding: 100px 0px 95px;
}

.faq_page_faq_area {
	padding: 100px 0 80px;
}

.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;
}

.card-2 {
	margin-bottom: 25px;
	border: none;
}

.card {
	background-color: #fff;
}

.accordion_area .card-2 {
	border-style: solid;
	border-color: #02010100;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .06);
	margin-bottom: 15px;
	border-width: 1px;
}

.card-2 p {
	padding: 10px 20px;
}

.witr_ac_style {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	transition: .5s;
	padding: 12px 36px 12px 20px;
}

.witr_ac_style:before {
	position: absolute;
	content: '\ea99';
	right: 15px;
	font-family: IcoFont !important;
	font-weight: 400;
}

.active .witr_ac_style:before {
	content: '\eaa1';
}

.card-body ul {}

.card-body ul li {
	margin-left: 18px;
	margin-bottom: 4px;
}

.witr_ac_style {
	color: #222429;
}

.witr_ac_style,
.witr_ac_style::before {
	font-size: 16px;
	font-weight: 400;
}

.active .witr_ac_style,
.banner-content a i,
.banner-content button,
.banner-content.content-4 ul li a:hover i,
.butn:before,
.witr_about_btn a,
.witr_ac_style:focus,
.witr_ac_style:hover {
	background: #ff6200;
	color: #fff;
}

.border_left_style {
	position: relative;
	padding-top: 10px;
}

.border_left_style::before {
	width: 6%;
	display: block;
	content: "";
	background: #ff6200;
	height: 2px;
	margin-right: 10px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}

/* accordion area2 css */
.faq_area1 {
	padding: 100px 0px 100px;
}

.accordion_area_02 .accordion_02_shadow {
	border: none;
	box-shadow: 0px 0px 20px 0px #dddddd80;
	background: none;
}

.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
	color: #000;
	background: none;
}

.active .writ_ac_style_02 {
	background: none;
	color: #000;
}

.border_bottom_0 {
	border-bottom: none;
}

.writ_ac_style_02 {
	margin-left: 25px;
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.writ_ac_style_02:before {
	position: absolute;
	content: '\f067';
	left: 20px;
	margin-right: 10px;
	font-family: fontawesome !important;
	font-weight: 200;
}

.active .writ_ac_style_02:before {
	content: '\f068';
}

.card-header.witr_ac_card.border_bottom_0 {
	background: #fff;
	padding: 0px 5px;
}

.content_style p,
.conent_style p {
	padding-left: 18px;
}

.card.card-2.accordion_02_shadow {
	border: 0 !important;
	margin-bottom: 20px;
	box-shadow: 1px 1px 7px -5px rgb(0 0 0 / 75%);
}

.faq_area1 .witr_ac_style {
	padding-left: 30px;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 11px 15px;
	transition: .5s;
	padding: 12px 20px 12px 20px;
	color: #232323;
}

.writ_ac_style_02:before {
	font-weight: 400;
	font-size: 20px;
	color: #232323
}

/* ps3 Slide css */
.witr_pslide3 .witr_single_pslide {
	margin-bottom: 100px;
	overflow: inherit;
}

.ps3.ps1 .witr_content_pslide_text,
.witr_pslide3 .witr_pslide_custom a span {
	background: #fff;
}

.ps1 .witr_content_pslide_text {
	position: absolute;
	bottom: -100px;
	left: 42px;
	right: 45px;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	z-index: 2;
	text-align: left;
}

.ps3.ps1 .witr_content_pslide_text {
	bottom: 20px;
	opacity: 1;
	box-shadow: 0 0 65px 0 #00000017;
	text-align: center;
	padding: 30px 10px 20px;
	border-radius: 5px;
}

.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
	bottom: -60px;
}

.ps3 .witr_content_pslide_text h3 a {
	margin-bottom: 3px;
}

.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom {
	bottom: -20px;
}

.witr_pslide3 .witr_pslide_custom {
	bottom: -17px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.witr_pslide3 .witr_pslide_custom a span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
}

/* witr_pslide4 css */
.witr_pslide4.witr_pslide3 .witr_single_pslide {
	margin-bottom: 0px;
	overflow: inherit;
	padding-bottom: 80px;
}

.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
	bottom: 20px;
}

.witr_pslide4.witr_pslide3 .witr_pslide_custom {
	bottom: auto;
	top: -22px;
	z-index: -1;
}

.witr_pslide_image img {
	transition: .5s;
	width: 100%;
}

.witr_single_pslide:hover .witr_pslide_image img,
.witr_single_pslide:hover .witr_pslide_image:before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
	bottom: 20px;
}

/* slick dots css */
.slick-dots li button {
	width: 50px;
	height: 20px;
	border-radius: 0px 0px 0px 0px;
}

.slick-dots li.slick-active button {
	background: #3757F7;
}

.slick-dots li button {
	background: #292929;
}

.slick-dots li button {
	border: 0 solid #292929;
}

.slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	display: inline-block;
	z-index: 11;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
	margin: 0 5px;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	outline: 0;
}

.testimonial_area .slick-prev {
	left: -65px;
}

.testimonial_area .slick-next {
	right: -65px;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background: #191919;
}

.bariplan_brand_area:hover .slick-prev,
.bariplan_brand_area:hover .slick-next {
	opacity: 1;
}

.swiper_active:hover .slick-prev,
.swiper_active:hover .slick-next {
	opacity: 1;
}

.blog_grid_area .slick-prev {
	left: -65px;
}

.blog_grid_area .slick-next {
	right: -65px;
}

/* pricing area css */
.pricing_plane_area {
	background: #F6F5F59E;
	padding: 93px 0px 100px;
}

.pricing_plane_area .witr_section_title_inner h2 {
	text-transform: capitalize;
}

.all_pricing_color {}

.all_pricing_color ul,
.all_pricing_color ol,
.all_pricing_color li {
	margin: 0px;
}

.all_pricing_color h2,
.all_pricing_color h3,
.all_pricing_color h5,
.all_pricing_color h4 {
	margin: 0px;
}

.active.pricing_area {
	background: #f00;
}

.pricing_area {
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

.pricing-part {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.pricing-part strong {
	font-size: 19px;
	font-weight: 400;
	position: absolute;
	right: -40px;
	top: 13px;
	padding: 7px 20px;
	width: 160px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.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: #ff6200;
}

.pricing-part strong,
.witr_content_service h3,
.witr_content_service h3 a,
.witr_content_service p,
.witr_process_btnb a,
.witr_process_icon i,
.witr_process_icon2 i {
	color: #fff;
}

.witr_pricing_icon i {
	font-size: 40px;
	padding-top: 40px;
	display: block;
}

.pricing-part h4 {
	font-size: 30px;
	padding: 26px 0 12px;
	display: block;
}

.pricing-part h5 {
	font-size: 35px;
}

.pricing-part h6 {
	font-size: 21px;
	display: block;
	text-decoration: line-through;
	margin: 0;
}

.pricing-part span {
	font-size: 24px;
	margin-right: 5px;
}

.prt_content {
	padding: 10px 0px 7px;
	font-size: 20px;
}

/* button */
.witr_btnp_color {
	padding-top: 37px;
	padding-bottom: 40px;
}

.pricing-part a.btn {
	padding: 17px 30px;
	display: inline-block;
}

.witr_btnp_color a.btn {
	color: #111111;
	background: #DA1D1D00;
	font-size: 15px;
	font-weight: 500;
	border-style: default;
	border-color: #ff6200;
	margin: 0px 0px 20px 0px;
	border-color: #dadada;
}

.witr_btnp_color a.btn:hover {
	background-color: #ff6200;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ff6200;
	border-radius: 0px 0px 0px 0px;
	background: #ff6200;
	color: #fff;
	border-radius: 5px;
}

/* pricing_style_7 */
.pricing_style_7.pricing-part h4 {
	font-size: 16px;
	padding: 13px 30px;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	z-index: 1;
	position: relative;
}

.pricing_bar_title {
	position: relative;
	margin: 50px 0px;
}

.pricing_bar_title::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	left: 0;
	right: 0;
	top: 50%;
}

.pricing_style_7.pricing-part h4 {
	font-size: 16px;
	padding: 13px 30px;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	z-index: 1;
	position: relative;
	background: #ff6200;
}

.all_pricing_color h5 {
	font-size: 40px;
	padding: 50px 0px 0px 0px;
}

.all_pricing_color span {
	font-size: 40px;
}

.pricing_area.all_pricing_color.pricing_area2 h5 {
	color: #fff;
}

.pricing_area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-style: default;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
	background: #FFFFFF;
}

.pricing_plane_area .witr_section_title_inner h3 {
	padding: 0px;
}

.pricing_plane_area .witr_section_title {
	position: relative;
	padding-bottom: 50px;
}

.witri_texti_list ul li {
	list-style: none;
	font-size: 17px;
	margin-bottom: 15px;
	padding: 10px 0px 0px 0px;
}

/* blog grid area css */
.blog_grid_area .witr_blog_area12 .witr_blog_con {
	padding: 20px 15px 30px 25px;
	background: #FFF;
}

.bariplan_blog_area.blog_grid_area .witr_top_category.category_blog_grid ul li a {
	border-radius: 5px;
	display: inline-block;
	background-color: #ff6200;
	padding: 5px 10px 5px 10px;
	color: #fff;
	transform: scale(0);
	transition: .5s;
}

.busi_singleBlog:hover .witr_top_category.category_blog_grid ul li a {
	transform: scale(1);
}

.blog_grid_area .witr_section_title_inner h2 {
	font-size: 19px;
}

/* team page area css */
.team_page_section {
	position: relative;
}

.team_page_section::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #001eb66b;
	border-radius: 15px;
}

/* PORTFOLIO AREA CSS */
.portfolio_area .witr_section_title {
	padding-bottom: 60px;
}

.portfolio_area .witr_section_title_inner p {
	width: 39% !important;
}

.portfolio_nav {
	padding: 10px 0 45px;
}

.portfolio_nav ul {}

.portfolio_nav ul li {
	display: inline;
}

.portfolio_nav ul li {
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	margin: 0 5px 10px;
	padding: 10px 20px;
	position: relative;
	transition: .5s;
	border: 1px solid #f3eaea;
}

.prot_wrap {
	overflow: hidden;
}

/* single gallery css */
.single_protfolio {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.portfolio_area .witr_section_title_inner h3 {
	padding: 0px 0px 0px 0px;
}

.prot_thumb {}

.prot_thumb img {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single_protfolio:hover .prot_thumb img {
	transform: scale(1.1);
}

.prot_content {
	position: absolute;
	text-align: center;
	transition: .5s;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
}

.multi_gallery.prot_content {
	height: 90%;
	width: 80%;
	right: 10%;
	top: 5%;
	bottom: 5%;
	left: 10%;
}

.single_protfolio:hover .prot_content {
	opacity: 1;
}

.prot_content h3 {
	margin: 0;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 0px;
}

.prot_content h3 a {
	font-size: 23px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	display: inline-block;
	margin: 0;
}

.prot_content h3 a:hover {
	color: #ff6200;
}

.prot_content p {
	line-height: 1.2;
	margin: 5px 0 0;
}

.prot_content p span {
	display: inline-block;
	color: #fff;
}

.single_protfolio:hover .prot_content {
	opacity: 1;
	transform: scale(1, 1);
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
	position: relative;
	margin: 0 2px;
	color: #fff;
}

.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
	bottom: -3px;
	content: ",";
	position: absolute;
	right: 0px;
}

.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 {
	padding: 7px 15px;
	display: inline-block;
	font-size: 17px;
	margin-top: 0px;
}

.prot_wrap.nospace .gallery_load_button a {
	margin-top: 30px;
}

/* single portfolio */
.pimgs img {
	height: 465px;
	width: 100%;
}

.prots-contentg p {}

/*style 1 */
.em_port_content {
	height: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 9;
	left: 0;
	top: -100%;
	width: 100%;
	transition: .5s;
	text-align: center;
}

.pstyle_1 .porttitle_inner h3 {
	padding-bottom: 0px;
}

.pstyle_1 .prot_content p {
	margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
	-webkit-transition: .5s;
	transition: .5s;
}

.portfolio_readmore_btn {
	padding-top: 23px;
}

.portfolio_readmore_btn>a {
	border-radius: 5px;
	display: inline-block;
	padding: 6px 21px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}

.pstyle_1 .picon a {
	border-radius: 5px;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px 11px;
	width: 50px;
	transition: .5s;
	color: #fff;
}

.pstyle4 .prot_thumb {
	overflow: hidden;
	position: relative;
}

.pprotfolio4 {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
	padding: 17px 10px 20px;
}

.pprotfolio4 {
	padding: 20px 10px 23px;
}

.porttitle_inner4 h3 {
	margin: 0;
}

.porttitle_inner4 h3 a {}

.porttitle_inner4 p {
	margin-bottom: 0;
}

.porttitle_inner4 p span {
	display: inline-block;
}

.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
	border-color: #ff6200;
	background: #ff6200;
	color: #fff;
}

.prot_content {
	background: #ff620080;
}

.pprotfolio4 {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .7);
	padding: 30px 10px 30px;
	border: 1px solid #f1f1f1;
	border-top: 0 solid #f1f1f1;
}

.portfolio_nav {
	text-align: center;
}

.portfolio_area {
	background: #FFFFFF;
	padding: 100px 0px 100px;
}

.portfolio_area .witr_section_title_inner h2 {
	text-transform: capitalize;
}

.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
	border-color: #ff6200;
	background: #ff6200;
	color: #fff;
}

ul.page-numbers a.page-numbers {
	box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
}

.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 span.current,
.paginations a {
	display: inline-block;
	font-weight: 500;
	margin: auto 5px;
}

.paginations a {
	color: #888;
}

.page-numbers li {
	display: inline-block;
}

.paginations {
	text-align: center;
	margin-top: 20px;
}

.portfolio_4column_gutter .single_protfolio {
	margin-bottom: 0px;
}

/* port style 3 */
.em_plus_port {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 99;
}

.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;
}

.single_protfolio:hover .prot_content_inner {
	top: 50%;
	opacity: 1;
}

.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;
	color: #fff;
}

.picon a:hover {
	background-color: #ff6200;
}

/*style 1 */
.em_port_content {
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 9;
	left: 0;
	top: -100%;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
}

.pstyle_1 .porttitle_inner h3 {
	padding-bottom: 0px;
}

.pstyle_1 .porttitle_inner h3 a {}

.pstyle_1 .porttitle_inner p {}

.pstyle_1 .prot_content p {
	margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
	-webkit-transition: .5s;
	transition: .5s;
}

.portfolio_readmore_btn {
	padding-top: 23px;
}

.portfolio_readmore_btn>a {
	border-radius: 5px;
	display: inline-block;
	padding: 6px 21px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}

.port_3column_area .pstyle_1 .picon a {
	background: transparent;
	border-radius: 5px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px 11px;
	width: 50px;
	-webkit-transition: .5s;
	transition: .5s;
}

/* blog area css */
.bariplan_blog_area .witr_section_title {
	padding-bottom: 25px;
}

.bariplan_blog_area {
	padding-top: 50px;
}

.busi_singleBlog {
	transition: .5s;
	box-shadow: 0px 0px 53px -38px rgb(0 0 0 / 50%);
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	background: #fff;
}

.blog_grid_area .witr_section_title {
	padding-bottom: 30px;
}

.witr_sb_thumb img {
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.blog_sidebar .witr_blog_con {
	padding: 10px 15px 9px 15px;
}

.blog_sidebar .bariplan-blog-meta-left a,
.blog_sidebar .bariplan-blog-meta-left span {
	margin-bottom: 8px;
}

.blog_sidebar .readmore a {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 7px 25px;
	margin-bottom: 0px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	color: #444;
}

.blog_sidebar .witr_sb_thumb:before {
	transition: .5s;
	z-index: 1;
	background: rgba(0, 0, 0, .7);
}

.blog_sidebar .all_blog_color p {
	padding: 10px 0px 00px;
}

.blog_sidebar .readmore a:hover {
	border-color: #ff6200;
	background: #ff6200;
	color: #fff;
}

.single_blog_adn.all_blog_color {
	padding: 0 50px 0px 20px;
}

.witr_blog_con span {
	font-size: 16px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 2px;
}

.bs5 span {
	line-height: 26px;
	color: #888;
}

.witr_blog_con span a {
	color: #888;
	margin-right: 5px;
}

.witr_blog_con span i {
	padding-right: 5px;
	transition: .5s;
	color: #ff6200;
	margin-left: 5px;
}

.witr_blog_con h2 {
	margin: 0;
}

.witr_blog_con h2 a {
	display: inline-block;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.witr_blog_con p {
	display: inline-block;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}

.witr_sb_thumb img {
	width: 100%;
	transition: .5s;
}

.witr_blog_area13 .witr_blog_con {
	padding: 20px 30px 25px;
}

.witr_sb_thumb:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.witr_sb_thumb {
	overflow: hidden;
	position: relative;
}

.witr_top_category {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 999;
}

.bariplan_blog_area .witr_top_category ul li {
	display: inline-block;
}

.blog_add_icon a,
.busi_singleBlog:hover .wbutton_right_icon a::before {
	background: #ff6200;
}

.wblog-content>a,
.learn_btn {
	transition: .5s;
	display: inline-block;
}

.blog_adn_thumb_inner {
	position: relative;
}

.bariplan-blog-thumb_adn {
	overflow: hidden;
	position: relative;
}

.bariplan-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;
}

.bariplan-blog-thumb_adn:before {
	background: rgba(0, 0, 0, .7);
}

.bariplan-blog-thumb_adn a {
	display: block;
}

.bariplan-blog-thumb_adn a {
	position: relative;
}

.bariplan-blog-thumb_adn img {
	display: block;
	-webkit-transition: 6s;
	transition: 6s;
	width: 100%;
}

.blog_add_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 999;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog_add_icon a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
}

.blog_add_icon a {
	background: #ff6200;
}

.blog-page-title_adn2 h2,
.blog-page-title_adn2 h2 a,
.blog_add_icon a {
	color: #fff;
}

.blog-page-title_adn2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
}

.blog-page-title_adn2 h2 {
	margin: 0;
	padding: 15px 50px;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-page-title_adn2 h2 {
	background: #ff6200d9;
}

.bariplan-single-blog_adn:hover .blog_add_icon,
.bariplan-single-blog_adn:hover .bariplan-blog-thumb_adn:before {
	opacity: 1;
}

/*======== footer area css  ======= */
.witrfm_area {
	background: #00235a;
}

.em_footer_area.footer-middle {
	padding: 65px 0 0px;
}

.em_footer_bottom.footer-bottom {
	padding: 26px 0 24px;
	position: relative;
	margin-top: 80px;
}

.em_footer_bottom.footer-bottom:before {
	content: "";
	position: absolute;
	top: 0;
	background: #ffffff61;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.witrfm_area {
	position: relative;
}

.witrfm_area:before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.footer-middle {
	padding: 67px 0 50px;
}

.footer-middle.wpfd {
	padding: 0;
}

.wpfdp {
	padding-top: 65px;
	padding-bottom: 80px;
}

.footer-middle .widget h2 {
	margin-bottom: 28px;
	margin-top: 0px;
	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 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: 5px;
}

.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
	color: #ff6200;
}

.bariplan-description-area .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
}

.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%;
}

.em_footer_area.footer-middle .widget h2 {
	margin-bottom: 28px;
	margin-top: 0px;
	position: relative;
	font-size: 22px;
	color: #fff;
}

.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,
.bariplan-description-area p,
.bariplan-description-area .phone a,
.bariplan-description-area .social-icons a,
.recent-review-content h3,
.recent-review-content h3 a,
.recent-review-content p,
.footer-middle .bariplan-description-area p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.witr_sub_table span {
	color: #ffffff;
}

.footer-middle .mc4wp-form-fields input::placeholder {
	color: #212d48;
}

.widget ul li {
	margin-bottom: 10px;
}

.footer-sociala-icon {
	clear: both;
	float: left;
	font-size: 18px;
	margin-right: 12px;
}

.footer-middle .mc4wp-form-fields p:nth-child(1) {
	margin-bottom: 22px;
}

.footer-middle .mc4wp-form-fields input {
	height: 50px;
	position: relative;
	background: transparent;
	width: 100%;
	line-height: 43px;
	color: #fff;
	border: 1px solid #e0a067;
	border-radius: 0px;
	padding-left: 10px;
}

.mc4wp-form-fields input {
	width: 67%;
	background: #1837d345;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	border-radius: 50px;
	border: none;
	outline: none;
	padding: 15px 30px;
	border: 2px solid #465ed9;
	color: #b0afaf;
}

.mc4wp-form-fields input::placeholder {
	color: #fff;
}

.footer-middle .mc4wp-form-fields button {
	position: absolute;
	height: 50px;
	border-radius: 0px;
	color: #fff;
	background: #E0A067;
	cursor: pointer;
	padding: 10px 15px;
	-webkit-transition: .5s;
	transition: .5s;
	border: none;
}

#witr_mp4_video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	z-index: -1;
}

.footer-widget.address p {
	margin-bottom: 6px;
}

.bariplan-description-area a.main_sticky_main_l img {
	display: block;
	max-width: 180px;
	max-height: 65px;
}

.bariplan-description-area .social-icons {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 25px;
}

.bariplan-description-area .social-icons a {
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
}

.bariplan-description-area .social-icons a img {
	display: block;
	width: 100%;
}

.bariplan-description-area a.main_sticky_main_l {
	margin: 0;
	display: block;
	margin-bottom: 20px;
}



/*======================== END FOOTER middle AREA CSS =========================*/
.footer-bottom {
	padding: 26px 0 24px;
	position: relative;
}

.footer-bottom:before {
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.footer-bottom:before {
	background: #ffffff61;
}

.copy-right-text {
	text-align: left;
}

.copy-right-text p {
	margin: 0;
	padding: 0;
}

.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;
}

.copy-right-text a:hover,
.footer-menu ul li a:hover {
	color: #ff6200;
}

.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;
}

.copy-right-text p,
.footer-menu ul li a {
	color: #fff;
}

.witr_sub_table {
	border-bottom: 1px solid #ffffff8c;
}

.witr_sub_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

/*======================== END FOOTER BOTTOM AREA CSS =========================*/
#witr_mp4_video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	z-index: -1;
}

.port_3column_area .witr_section_title_inner p {
	width: 39%;
}

/* testimonial area3 css */
.testimonial_area2 {
	padding: 80px 0px 80px;
}

.witr_testomonial_area {
	width: 80%;
	margin: auto;
}

.witr_background_test {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	margin-top: 50px;
	margin-bottom: 60px;
}

.witr_testi_main {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 50px 0px;
	width: 65%;
	margin: auto;
	margin-top: -65px;
	margin-bottom: -50px;
	background: #fff;
}

.witr_test_part {
	float: left;
	margin-left: 200px;
	margin-right: -140px;
}

.witr_test_part img {}

.witr_ns_part {}

.witr_ns_part h6 {
	font-size: 22px;
	margin-top: 10px;
}

.witr_ns_part i {
	font-size: 17px;
	font-weight: 500;
}

.witr_test_content {}

.witr_test_content p {
	width: 88%;
	margin: auto;
	margin-top: 25px;
}

.witr_test_name {
	margin: 30px 0 15px;
}

.witr_test_name li {
	list-style: none;
}

.witr_test_name i {
	font-size: 18px;
}

.witr_background_test,
.witr_testi_main {
	border-top: 2px solid #ff6200;
	border-bottom: 2px solid #ff6200;
}

.testimonial_area2 .slick-dots {
	margin-bottom: -15px;
}

.testimonial_area2 .slick-dots li button {
	width: 50px;
	height: 15px;
	border-radius: 3px;
}

.testimonial_area2 .witr_test_name i {
	font-size: 18px;
}

.testimonial_area2 .execllent_toggol {
	justify-content: center;
}

/*========================  BREADCRUMB AREA CSS =========================*/
.breadcumb-blog-area {
	padding: 60px 0 65px;
	background-color: #f7f7f7;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.breadcumb-inner h2 {
	font-size: 36px;
}

.breadcumb-area {
	background-image: url("assets/images/breadcump.jpg");
	padding: 142px 0px;
	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: rgba(0, 0, 0, 0.4);
}

.breadcumb-area::before,
.breadcumb-blog-area::before {}

.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;
	margin: 0 2px;
	color: #fff;
	font-weight: 400;
}

.breadcumb-inner li:nth-last-child(-n+1) {
	color: #ff6200;
	color: #fff;
	font-weight: 400;
}

.breadcumb-inner li a {
	font-weight: 400;
	color: #fff;
}

.breadcumb-inner li a:hover {
	color: #ff6200;
}

.brpt h2 {
	color: #fff;
	font-size: 30px;
}

.lcase {
	text-transform: lowercase;
}

.ucase {
	text-transform: uppercase;
}

.ccase {
	text-transform: capitalize;
}

/* =============== blog left sidebar css =============== */
/* 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: #ff6200;
	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: #ff6200;
}

.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: #ff6200;
}

.tagcloud a:hover {
	background: #ff6200;
	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: #ff6200;
}

table#wp-calendar td#today a {
	color: #fff;
}

.textwidget img {
	margin-bottom: 15px;
}

.textwidget p {
	margin-bottom: 0.5rem;
}

.bariplan-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;
}

.bariplan-single-blog {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bariplan-blog-thumb {
	overflow: hidden;
}

.bariplan-blog-thumb a {
	display: block;
	position: relative;
}

.bariplan-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: 1;
	transition: .5s;
}

.bariplan-single-blog:hover .bariplan-blog-thumb a:before {
	opacity: 1;
	transition: .5s;
}

.bariplan-single-blog:hover .bariplan-blog-thumb img {
	transform: scale(1.1);
}

.bariplan-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;
}

.bariplan-blog-meta.post_blog h2 a {
	font-size: 24px;
	font-weight: 700;
	transition: .5s;
}

.bariplan-blog-meta.post_blog h2 {
	margin-bottom: 4px;
}

.recent-post-item {
	margin-bottom: 10px;
}

.blog-left-side .widget ul li a,
.blog-left-side .widget ul li::before {
	color: #444;
}

.bariplan-blog-meta.post_blog h2 a:hover {
	color: #ff6200;
}

.bariplan-blog-meta-left a,
.bariplan-blog-meta-left span {
	color: #888888;
	font-size: 16px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 5px;
}

.bariplan-blog-meta-left i {
	color: #ff6200;
	margin-right: 5px;
}

.blog-content p {
	font-size: 17px;
	padding-top: 14px;
}

.em-blog-content-area .witr_btn {
	background: #ff6200;
	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 .bariplan-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 #ff6200;
	padding: 1em 1em;
	margin-top: 15px;
}

.recent-post-text h4 a {
	color: #454545;
	font-size: 17px;
	transition: all .3s ease 0s;
}

.recent-post-text h4 {
	line-height: 1;
	margin: 0;
}

.recent-post-text span {
	font-size: 14px;
}

/* 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;
}

.bariplan_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;
}

.bariplan_btn:hover {
	background: #ff6200;
	border-color: #ff6200;
	color: #fff;
}

.single_blog_thumb img {
	width: 100%;
}

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;
}

.bariplan-single-blog-details-inner {
	padding: 38px 45px 45px;
	box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
	border-radius: 0 0 10px 10px;
}

.bariplan-single-icon-inner {
	text-align: center;
}

.bariplan-single-icon a {
	border: 1px solid #e6e6e6;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 41px;
	margin: 0 9px 0 0;
	text-align: center;
	width: 40px;
	border-radius: 5px;
}

.slick-prev,
.slick-next {
	font-size: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
	color: #fff;
	outline: none;
	background: #ff3d0;
	z-index: 9;
	opacity: 0;
	border-radius: 5px;
	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;
}

.bariplan-single-icon-inner a:hover {
	background: #ff6200;
	border-color: #ff6200;
	color: #fff;
}

.recent-post-image {
	float: left;
	margin: 0 10px 0 0;
}

.recent-post-image img {
	width: 75px;
}

/*========================
EM40 SCROLL TOP CSS
=========================*/
#scrollUp {
	background: #ff6200;
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	right: 100px;
	text-align: center;
	border-radius: 5px;
	width: 40px;
}

#scrollUp i {
	color: #fff;
	font-weight: 900;
}

.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;
}

/* slick prev slick next css */
.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	background: #E0A067;
}

.witr_ds_content_area .slick-prev {
	left: 15px;
}

.witr_ds_content_area .slick-next {
	right: 15px;
}

.slick-next:before,
.slick-prev:before {
	color: #fff;
	font-size: 40px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	content: "\ea93";
	font-family: IcoFont !important;
	line-height: inherit;
	opacity: 1;
}

.slick-next:before {
	content: "\ea94";
	font-family: IcoFont !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}

.blog_active:hover .slick-prev,
.blog_active:hover .slick-next {
	opacity: 1;
}

button:focus {
	outline: none;
	outline: none;
}

.land_page_flex {
	display: flex-end;
}

/* service page area css */
.service_page_service_area {
	background: #FFFFFF;
}

.service_page_service_area .witr_section_title_inner h1,
.service_page_service_area .witr_section_title_inner h2,
.service_page_service_area .witr_section_title_inner h3 {
	color: #111;
}

.service_page_service_area .em_single_service {
	background: #FFFFFF;
	transition: .5s;
}

.service_page_service_area .em_single_service:hover {
	background-image: linear-gradient(90deg, #001EB6 0%, #3757F7 100%);
}

.service_page_service_area .service_inner_content h3 a,
.service_page_service_area .service_inner_content p {
	color: #111;
}

.service_page_service_area .witr_section_title {
	padding-bottom: 55px;
}

/* blog grid area css */
/* witr_blog_area13 */
.witr_blog_area13 .witr_top_category {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	transition: .5s;
}

.witr_blog_area13 .busi_singleBlog:hover .witr_top_category {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.witr_blog_meta_potion {
	margin-bottom: 10px;
	z-index: 9;
	position: relative;
}

.witr_blog_area13 .witr_post_Author .nameAuthor {
	font-size: 17px;
}

.witr_post_Author .comment:hover,
.witr_post_Author .nameAuthor:hover {
	color: #00235a;
}

.witr_blog_area13 .witr_post_Author {
	display: inline-block;
	position: inherit;
	padding-bottom: 0;
	left: 0;
	top: 0;
}

.witr_blog_area13 .witr_post_Author img {
	margin-right: 10px;
	float: left;
}

.witr_blog_area13 .witr_blog_con {
	padding: 30px 30px 25px;
}

.witr_blog_area13 .witr_post_Author img {
	margin-right: 10px;
	float: left;
}

.witr_post_Author img {
	width: 33px;
	height: 33px !important;
	border-radius: 50% !important;
	margin-right: 5px;
}

.witr_blog_meta_potion14 {
	margin: 15px 0 17px;
}

.blog_grid_area .witr_blog_con span i {
	color: #ff6200;
}

.blog_grid_area .witr_blog_con h2 a {
	color: #222429;
}

.blog_grid_area .witr_blog_con h2 a:hover {
	color: #ff6200;
}

.blog_grid_area .all_blog_color p {
	padding: 0px 0px 0px 0px;
	color: #212529;
}

.witr_blog_area13 .learn_btn {
	border-radius: 5px;
	padding: 10px 30px 10px 30px;
	margin-top: 15px;
	transition: .5s;
	color: #ff6200;
	border: 1px solid #ddd;
	font-family: 'Rajdhani', sans-serif;
}

.witr_blog_area13 .learn_btn:hover {
	background: #ff6200;
	color: #fff;
	border-color: #ff6200;
}

.blog_grid_area .witr_top_category ul li a {
	padding: 3px 10px;
	border-radius: 5px;
	margin: 0 10px 10px 0;
	display: inline-block;
	background: #ff6200;
	color: #fff;
}

/* single service area css */
.single_service_area {
	padding: 100px 0px 0px;
	background: #FFFFFF;
}

.single_service_area .witr_text_widget p {
	line-height: 1.7em;
}

.single_service_area .witr_text_widget_inner h2 {
	font-size: 40px;
	padding: 45px 0px 13px 0px;
}

.single_service_area .witr_text_widget_inner img {
	width: 100%;
}

.single_service_area .witr_text_widget_inner p {
	padding-right: 30px;
}

.single_service_area .witr_text_widget_inner {
	padding-bottom: 80px;
}

/* video area css */
.witr_videobg_image {
	position: relative;
}

.witr_videobg_image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}

.witr_all_color_v,
.witr_videobg_image:before {
	background-color: #021D4894;
}

.play-overlay a {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 23px;
	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: #ff6200;
	text-align: center;
}

.play-overlay {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tx_svd_icon {
	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: .5s;
}

@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);
	}
}

/* contact map area css */
.map_area iframe {
	width: 100%;
	height: 670px;
	border: none;
	margin-bottom: 30px;
}

.noguttergs,
.witr_all_pd0 {
	padding: 0 !important;
}

/* team area css */
.team_page_team_area {
	padding: 110px 0px 205px;
	background: #F9F9F9;
}

.em_team_area {
	padding: 105px 0px 100px;
}

.em_team_area .witr_back_title h4 {
	-webkit-text-stroke-color: #F2EBE59E;
}

.witr_team_part {
	overflow: hidden;
	position: relative;
	padding-bottom: 23px;
}

.witr_team_thumb4 {
	position: relative;
}

.witr_team_thumb4:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	right: -100%;
	top: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

.witr_team_thumb4:before {
	background: #ff6200ad;
}

.witr_team_thumb4 img {
	width: 100%;
}

.witr_team_top {
	border-radius: 5px;
	position: absolute;
	top: -200px;
	right: -7px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 1s;
	transition: 1s;
}

.witr_bottom_icon a,
.witr_team_content4,
.witr_team_top {
	background: #fff;
}

.witr_team_top ul li a {
	margin: 12px 13px;
	-webkit-transition: 1s;
	transition: 1s;
	display: block;
}

.witr_team_top ul li a {
	color: #ff6200;
}

.witr_team_top ul li a:hover {
	color: #ff8400;
}

.witr_team_part:hover .witr_team_thumb4:before {
	right: 0;
}

.witr_team_part:hover .witr_bottom_icon {
	top: 90%;
}

.witr_team_content4 {
	position: relative;
	border-radius: 5px;
	padding: 15px 30px 13px;
	margin: 0 20px;
	box-shadow: 0 0 30px 0 rgba(42, 67, 113, .15);
	margin-top: -58px;
	text-align: left;
}

.witr_bottom_icon a,
.witr_team_content4,
.witr_team_top {
	background: #fff;
}

.witr_team_content4 h5 {
	margin-bottom: 5px;
}

.witr_team_part:hover .witr_team_top {
	top: 100px;
}

.witr_bottom_icon a:hover,
.witr_team_s11 span {
	background: #ff6200;
}

.front_view .con_TMS a:hover,
.front_view .con_TMS13_icon.con_TMS a,
.team_o_icon ul li a,
.team_o_icon ul li a:hover,
.witr_bottom_icon a:hover,
.witr_team_s11 span {
	color: #fff;
}

.witr_bottom_icon {
	position: absolute;
	top: 50%;
	right: 9px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 1;
}

.witr_bottom_icon a {
	width: 45px;
	height: 45px;
	line-height: 36px;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
}

.witr_bottom_icon a {
	border: 5px solid #e6ebf8;
}

.witr_bottom_icon a {
	color: #ff6200;
}

.team_page_area {
	padding: 95px 0 100px;
}

/* single team info area css */
.single_team_info_area {
	padding: 90px 0px 0px;
}

.medi_singleService {
	position: relative;
	background: #fff;
}

.medi_singleService:after {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #DDDCDC;
	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: #ff6200;
	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;
	padding-right: 8px;
	margin-bottom: 15px;
}

.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: 400;
	color: #E0A067;
}

.single_team_right_inner .all_service2_color h2 a {
	color: #E0A067;
	font-weight: 700;
}

.icon.social-icon {
	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;
}

.box_shadow {
	box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 6%);
	padding: 60px 0px 60px 66px;
}

/* site map area css */
.map_area iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -8px;
	border: none;
}

/* bariplan video area css */
.bariplan_video_area {
	background-image: url(assets/images/contact-bg-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 85px 0px 110px 0px;
}

.bariplan_content h2,
.bariplan_content h3 {
	font-size: 40px;
	color: #fff;
}

.witr_5 .bariplan_content p,
.witr_6 .bariplan_content p {
	width: 40%;
	margin: auto;
	color: #fff;
	padding-top: 10px;
}

.bariplan_video_inner {
	position: relative;
	text-align: center;
	top: 60px;
}

.bariplan_video_inner a::before {
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
	color: #E0A067;
	background-color: #FFFFFF;
}

.bariplan_video_inner a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	animation: witr_video_ripple 2s infinite;
}

.bariplan_video_inner i {
	color: #E0A067;
	background-color: #FFFFFF;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 25px;
	z-index: 999;
	position: relative;
	display: inline-block;
	border-radius: 50px;
}

@keyframes witr_video_ripple {
	70% {
		box-shadow: 0 0 0 75px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
	}
}

.witr_b9 {
	margin-top: 100px;
}

.bariplan_button a,
.witr_case_btnb a:hover {
	background: #ff6200;
}

.bariplan_button a,
.bariplan_button a:hover {
	color: #fff;
}

.bariplan_button a {
	border-style: default;
	padding: 10px 30px 10px 30px;
}

/* 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: #191919;
	font-size: 22px;
	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: #ff6200;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #191919;
	color: #fff;
	margin-bottom: 0px;
}

.em_info_writ_list_iteam ul li a {
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	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: 13px 30px 17px 30px;
	background: #191919;
	text-align: center;
	transition: .5s;
}

.list_item_top_title h3:hover {
	background: #ff6200;
}

/* real state page css */
/* ===== feature style 3d css ===== */
.em_real_state_area {
	padding: 100px 0px 60px;
}

.em_real_state_area .witr_text_widget_inner h2 {
	color: #111;
	padding: 0px;
}

.em_real_state_area .witr_text_widget p {
	color: #444;
	margin: 30px 0px 0px 0px;
}

.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%;
}

.em_real_state_area .single_image_area {
	text-align: center;
}

/* tittle css */
.em_real_state_area .witr_text_widget_inner h1 {
	padding-top: 5px;
}

.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-position: center center;
	position: relative;
	background: #191919;
}

.witr_feature_front_3d:before {
	background: #ff6200;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.witr_feature_back_3d {
	background: #191919;
}

.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: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 33px;
	transition: all 0.5s ease 0s;
}

.witr_feature_btn_3d a:hover {
	background: #fff;
	color: #ff6200;
}

/* department list css */
.departmentList.all_list_color h3 {
	color: #FFFFFF;
	background-color: #191919;
}

.departmentList.all_list_color h3 {
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

.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;
}

.departmentList.all_list_color ul li a i {
	margin-right: 5px;
}

.departmentList ul li a {
	color: #444;
	font-size: 18px;
	display: block;
	padding: 8px 10px 8px;
	margin-bottom: 1px;
}

.departmentList.all_list_color ul li a:hover {
	color: #FFFFFF;
	background-color: #ff6200;
}

/* text widget */
.witr_text_widget {
	text-align: left;
}

.witr_text_widget_inner h1,
.witr_text_widget_inner h2 {
	font-size: 35px;
	margin-bottom: 5px;
}

.witr_text_widget_inner h1 {
	font-size: 17px;
	color: #ff6200;
}

.witr_text_widget_inner h1 span,
.witr_text_widget_inner h2 span {
	color: #E0A067;
}

.witr_text_widget_inner p {
	margin-bottom: 11px;
	padding-right: 20px;
}

.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;
}

.departmentList.all_list_color {
	margin-top: 50px;
}

.witr_text_widget .about-content span i {
	color: #191919;
	font-size: 12px;
	padding: 5px 6px 0px 0px;
}

/* 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)"
	}
}

.realstate_faq_area {
	padding: 0 0 80px;
}

.em_realstate_video_area {
	padding: 0 0 60px;
}

.tax_low_area .em_right_section_title h3 {
	font-size: 45px;
	margin-bottom: 10px;
}

.tax_low_area .witr_section_title {
	padding-bottom: 15px;
}

.single_service_area .witr_section_title h2 {
	font-size: 30px;
	padding: 20px 0 15px;
}

.contact_page_map_area .map_area iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -8px;
	border: none;
}

/* single team area css */
.single_team_area {
	padding: 100px 0 80px;
}

.single_team_witr_inner h2 {
	padding: 20px 30px;
	background-color: #ff6200;
	border-style: solid;
	border-width: 0 0 5px;
	border-color: #191919;
	color: #fff;
	margin-left: -22px;
	margin-top: -15px;
}

.single_team_witr_inner {
	border-style: solid;
	border-width: 0 0 0 3px;
	border-color: #d0bf90;
}

.icon-list-text {
	color: #191919;
	padding-left: 18px;
	padding: 15px 9px;
	display: inline-block;
}

.icon-list-item>.icon-list-text,
.icon-list-item>a {
	font-size: 18px;
	font-weight: 700;
}

.single_team_witr_inner {
	padding: 15px 20px;
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 0 0 0 3px;
	border-color: #f8f8f8;
}

.single_team_witr_bottom_btn .heading-title a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.single_team_witr_bottom_btn h2 {
	text-align: center;
	border: none;
}

.single_team_witr_bottom_btn h2 {
	padding: 16px 30px;
	background-color: #191919;
}

.single_team_witr_bottom_btn h2:hover {
	background-color: #ff6200;
}

.single_team_left h2 {
	font-size: 30px;
	padding: 15px 0;
}

.single_team_area .about-content span {
	font-weight: 700;
}

.single_team_area .about-content span i {
	margin-right: 6px;
	margin-bottom: 10px;
	font-size: 14px;
}

.single_team_area .heading-title-two {
	margin-bottom: 20px;
	margin-top: 30px;
}

.single_team_area .single_image_area {
	margin-top: 30px;
	padding-right: 20px;
}

/* about page area */
.about_page_service_area {
	padding: 100px 0 98px;
}

.about_page_skill_plan {
	padding: 0px 0 80px;
}

.about_page_counter {
	padding: 90px 0 65px;
}

.service_page_team {
	padding: 92px 0px 100px;
}

@media screen and (max-width: 1560px) {
	.donate-btn-header {
		display: none;
	}

	.service-box {
		padding: 20px;
	}
}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.bariplan_brand_area {
		padding: 60px 0;
	}

	.skill_plan_area,
	.project_area {
		padding-top: 60px;
	}

	.footer-middle .widget h2 {
		margin-bottom: 18px;
	}

	.widget_nav_menu {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 868px) {
	.skill_plan_area .witr_section_title {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.contact_witr_faq_inner {
		padding-top: 30px;
	}

	.footer-middle {
		text-align: left !important;
	}

	.mobile_menu_logo.text-center {
		max-width: 200px;
		margin: auto;
	}

	.sk-content-message-form .sk-content-message-form-input input,
	.sk-content-message-form .sk-content-message-form-textarea textarea {
		margin-bottom: 18px;
	}

	.service-box {
		padding: 12px;
	}

	.witr_ac_style {
		padding: 12px;
	}
}