body {
	font-family: var(--font-family), sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6;
	overflow-x: hidden;
  }
  p {
	font-style: normal;
  }
  
  h1 {
	font-size: 28px;
  }
  h2 {
	font-size: 24px;
  }
  h3 {
	font-size: 22px;
  }
  h4 {
	font-size: 20px;
  }
  h5 {
	font-size: 18px;
  }
  h6 {
	font-size: 17px;
  }
  
  h1,
  h1 a,
  h2,
  h2 a,
  h3,
  h3 a,
  h4,
  h4 a,
  h5,
  h5 a,
  h6,
  h6 a {
	font-family: var(--font-family2), cursive;
	font-style: normal;
	line-height: 1.2;
	font-weight: 700;
	transition: 0.5s;
	font-size: 24px;
	transition: 0.5s;
	margin-bottom: 5px;
  }
  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;
  }
  .taskoit_menu ul .sub-menu li a,
  .taskoit_menu > ul > li > a {
	font-family: var(--font-family), sans-serif;
  }
  
  a {
	transition: 0.5s;
	text-decoration: none;
  }
  .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;
  }
  a:hover {
	text-decoration: none;
  }
  .uppercase {
	text-transform: uppercase;
  }
  .capitalize {
	text-transform: capitalize;
  }
  .mrt10 {
	margin-top: 10px;
  }
  input:focus,
  button:focus {
	border-color: transparent;
	outline-color: transparent;
  }
  textarea:focus {
	border-color: transparent;
	outline-color: transparent;
  }
  
  .cd-popup .div_info button:hover {
  background: #F49D48 !important;
  color: #fff !important;
 cursor: pointer;}
 
 .arshine-path p {
    color: #666;
    font-size: 20px !important;
    font-weight: 700 !important;
   
}
.zhiqing-header-lang {
  position: relative;
}
.zhiqing-header-lang .box {
  height: 34px;
  width: 90px;
  border: 1px solid #0070bb;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}
.zhiqing-header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 15px;
  color:#0070bb;
  text-transform: uppercase;
}
.zhiqing-header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  color: #0070bb;
}
.zhiqing-header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}
.zhiqing-header-lang .lang-box::before {
  content: "";
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}
.zhiqing-header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zhiqing-header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}
.zhiqing-header-lang ul li:last-child {
  border: none;
}
.zhiqing-header-lang ul li a {
  color: #333;
  font-size: 15px;
  display: block;
}
.zhiqing-header-lang ul li a:hover {
  color: var(--color-primary);
}
.zhiqing-header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}
.zhiqing-header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
  /* ============== 
	taskoit logo left right menu css 
	================= */
  .align_item_center,
  .logo-right,
  .logo-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
  }
  .logo-left .logo {
	text-align: left;
  }
  .logo-right .logo {
	text-align: right;
  }
  .logo-right .taskoit_menu > ul {
	text-align: left;
  }
  .logo-right .taskoit_menu > ul > li:first-child a {
	padding-left: 0px;
  }
  /* logo top */
  
  .logo-top .logo {
	text-align: center;
  }
  .logo-top .taskoit_menu > ul {
	text-align: center;
  }
  
  .logo a {
	font-size: 23px;
	font-weight: 700;
	display: inline-block;
  }
  
  /* logo sticky */
  
  .taskoit-main-menu .logo a.main_sticky_main_l {
	display: block;
  }
  .taskoit-main-menu .logo a.main_sticky_main_l img {
	width: 160px;
	height: 36px;
	object-fit: contain;
  }
  .taskoit-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 */
  
  .taskoit-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
  }
  .taskoit-main-menu .prefix .logo a.main_sticky_l {
	display: block;
  }
  .taskoit-main-menu .prefix .logo a.main_sticky_l img {
	width: 160px;
	height: 36px;
	object-fit: contain;
  }
  /* mobile logo   */
  
  .mobile_menu_logo.text-center {
	padding: 20px 0;
  }
  /* ============== 
	taskoit menu css 
	================= */
  
  .taskoit_menu ul {
	text-align: right;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .taskoit_menu > ul > li {
	display: inline-block;
	position: relative;
  }
  .taskoit_menu > ul > li > a {
	display: block;
	margin: 35px 12px;
	transition: 0.2s;
	position: relative;
	font-size: 20px;
	font-weight: 600;
  }
  
  .taskoit_menu ul .sub-menu li a,
  .taskoit_menu > ul > li > a {
	font-family: "Poppins", sans-serif;
  }
  
  .taskoit_menu > ul > li > a:before,
  .taskoit_menu > ul > li.current > a:before {
	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;
  }
  .taskoit_menu ul li:last-child a {
	margin-right: 0px;
  }
  .taskoit_menu > ul > li.current > a,
  .taskoit_menu > ul > li:hover > a,
  .taskoit_menu > ul > li:hover > a:before,
  .taskoit_menu > ul > li.current > a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .taskoit_menu > ul > li.current > a,
  .taskoit_menu > ul > li:hover > a,
  .creative_header_menu > ul > li:hover > a {
	background: transparent;
  }
  
  /* sub menu style */
  
  .taskoit_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 240px;
	text-align: left;
	margin: 0;
	padding: 15px 5px 14px;
	z-index: 9999;
	box-shadow: 0 0 30px rgb(0 0 0 / 9%);
	opacity: 0;
	visibility: hidden;
	background: #fff;
  }
  
  .taskoit_menu ul li:hover > .sub-menu {
	transition: 0.5s;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9;
  }
  .taskoit_menu ul .sub-menu li {
	position: relative;
  
	transition: 0.5s;
  }
  .taskoit_menu ul .sub-menu li:before {
	opacity: 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	position: absolute;
	top: 50%;
	content: "";
	transform: translateY(-50%);
  }
  .taskoit_menu ul .sub-menu li:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .taskoit_menu ul .sub-menu li:hover {
	margin-left: 15px;
  }
  .taskoit_menu ul .sub-menu li a {
	display: block;
	margin: 0;
	letter-spacing: normal;
	font-size: 15px;
	font-weight: 600;
	transition: 0.5s;
	padding: 7px 17px;
	visibility: inherit !important;
  }
  /* sub menu 2 */
  
  .taskoit_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
  }
  .taskoit_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 */
  
  .taskoit_menu ul .sub-menu .sub-menu li {
	position: relative;
  }
  .taskoit_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;
  }
  .taskoit_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 */
  
  .taskoit_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
  }
  .taskoit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
  }
  .taskoit_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
  }
  
  /* has menu icon */
  .taskoit-main-menu .menu-item-has-children > a:after {
	margin-left: 5px;
	content: "\e64c";
	font-family: "qico" !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-weight: 600;
	width: 13px;
	height: 13px;
  }
  
  /* transparent 2 */
  
  .trp_nav_area {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
  
	transition: 0.5s;
  }
  
  /* stycky nav js */
  .transprent-menu.menu4 {
	position: relative;
  }
  .transprent-menu .taskoit_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 0;
  
	transition: 0.5s;
	position: absolute;
  }
  .taskoit_nav_area.postfix {
	transition: 0.3s;
	/* box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); */
  }
  
  .main_menu_div {
	position: relative;
  }
  
  /* witr_h_h18 menu css */
  .witr_shop_sc .taskoit_menu ul {
	text-align: left;
  }
  .search_popup_button,
  .tx_mmenu_together {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	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 {
	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 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  /* witr_h_h22 menu css */
  .number_align {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .menu_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .main_menu_address_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
  }
  .main_menu_address_a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 107px;
	left: 0;
  }
  
  .main_menu_header_icon {
	margin-left: 25px;
	margin-right: 10px;
  }
  .main_menu_header_icon i {
	font-size: 30px;
  }
  .main_menu_header_address_text h3,
  .main_menu_header_address_text h4 a {
	margin: 0;
	font-weight: 600;
  }
  .main_menu_header_address_text h3 {
	font-size: 18px;
  }
  .main_menu_header_address_text h4 a {
	font-size: 18px;
  }
  .main_menu_header_address_text h4 {
	margin-bottom: 0;
  }
  
  /* headroom css */
  .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 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	will-change: transform;
  }
  .menu-height-space {
	height: 100px;
  }
  
  /* menu new css  */
  .hmenu_box_style {
	margin-top: 80px;
	border-radius: 5px;
  }
  
  .hmenu_box_style.hbg2 {
	margin-top: 0px;
	padding: 0px;
  }
  .hmenu_box_style .taskoit_menu > ul > li > a {
	margin: 32px 10px;
  }
  .logo-right .taskoit_menu {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  }
  .logo-top .taskoit_menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .ossos .em-quearys-top.msin-menu-search {
	float: right;
  }
  
  /* Popup menu Css */
  .menu_popup_option {
	margin-left: 20px;
	margin-right: 5px;
  }
  .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;
  }
  .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_h12 .taskoit_menu,
  .witr_h_h13 .taskoit_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: pace-between;
	-ms-flex-pack: pace-between;
	justify-content: space-between;
  }
  
  .witr_h_h13 .col-md-12 {
	padding-right: 0;
  }
  .witr_h_h2 .taskoit_menu,
  .witr_h_h3 .taskoit_menu,
  .witr_h_h4 .taskoit_menu,
  .witr_h_h5 .taskoit_menu,
  .witr_h_h6 .taskoit_menu,
  .witr_h_h7 .taskoit_menu,
  .witr_h_h8 .taskoit_menu,
  .witr_h_h9 .taskoit_menu,
  .witr_h_h10 .taskoit_menu,
  .witr_h_h11 .taskoit_menu,
  .witr_h_h14 .taskoit_menu,
  .witr_h_h17 .taskoit_menu {
	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;
  }
  
  .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: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .footer-social-icon.htop-menu-s {
	display: inline-block;
	margin-left: 15px;
  }
  .elementor-widget-witr_section_Shape.elementor-widget:not(:last-child) {
	margin-bottom: 0px;
  }
  .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;
	/* bottom: 0; */
	z-index: 999;
  }
  
  /* menu button */
  
  .donate-btn-header {
	display: inline-block;
  }
  .em40_header_area_main .donate-btn-header a.dtbtn {
	border: none;
	display: block;
	font-size: 17px;
	margin-left: 20px;
		margin-right: 20px;
	font-weight: 500;
	border-radius: 30px;
	padding: 11px 25px;
	background: var(--color-primary);
	font-family: var(--title-font-family);
  }

  .em40_header_area_main .donate-btn-header a.dtbtn:hover {
	background: #F49D48;
  }
  
  /*========================
	 theme top search css
	=========================*/
  
  /* top search menu */
  /* top quearys */
  .em-top-quearys-area {
	position: relative;
  }
  .em-header-quearys {
	list-style: none;
  }
  .em-quearys-menu i {
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 17px;
  }
  .topsr .em-quearys-menu {
	text-align: center;
  }
  .em-quearys-inner {
  }
  .em-quearys-form {
	width: 100%;
	max-width: 895px;
	margin: auto;
	padding: 30px 0;
  }
  .top-form-control {
	position: relative;
  }
  .top-form-control input {
	background: transparent;
	font-size: 50px;
	font-weight: 500;
	height: 100px;
	padding: 0 40px 0 15px;
	width: 100%;
	border: none;
	transition: 0.5s;
  }
  .top-form-control input::-webkit-input-placeholder {
	font-size: 50px;
  }
  .top-form-control input::-moz-placeholder {
	font-size: 14px;
  }
  .top-form-control input:-ms-input-placeholder {
	font-size: 14px;
  }
  .top-form-control button.top-quearys-style {
	position: absolute;
	right: 6px;
	top: 50%;
	background: transparent;
	font-size: 45px;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .em-s-hidden {
	display: none !important;
  }
  .em-quearys-inner {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	z-index: 10000;
	-webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
	  background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
	  -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
	transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
	  background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
	  -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
	transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
	  transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1),
	  background 0.3s 0s cubic-bezier(0.32, 0, 0, 1);
	transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
	  transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1),
	  background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
	  -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -150%;
	background: rgba(0, 0, 0, 0);
  }
  .em-quearys-inner {
  }
  
  .em-s-open {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	background: #000000e6 !important;
  }
  .taskoit_menu.main-search-menu > .em-header-quearys,
  .em-quearys-top.msin-menu-search {
	display: inline-block;
  }
  
  .em-quearys-top.msin-menu-search .em-quearys-menu i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-size: 24px;
	margin-left: 25px;
	cursor: pointer;
  }
  .taskoit_menu div.em-header-quearys {
	text-align: center;
  }
  
  /*========================
	 theme breadcumb css
	=========================*/
  
  .breadcumb-blog-area {
	padding: 60px 0 65px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  }
  .breadcumb-inner h2 {
	font-size: 36px;
  }
  .breadcumb-area {
	padding: 60px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
	  url(./assets/images/breadcrum-thumb.png);
	background-size: cover;
  }
  .breadcumb-area.breadcumb_st2 {
	padding: 20px 20px;
  }
  
  .breadcumb-area:before,
  .breadcumb-blog-area:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
  }
  .breadcumb-inner ul {
	margin-bottom: 0px;
	padding: 0px;
  }
  .breadcumb-inner li {
	display: inline-block;
	margin: 0 2px;
  }
  .brpt.brptsize h2 {
	font-size: 30px;
	color: #ffffff;
  }
  .lcase {
	text-transform: lowercase;
  }
  .ucase {
	text-transform: uppercase;
  }
  .ccase {
	text-transform: capitalize;
  }
  
  .breadcumb_st2 .brpt {
	float: left;
  }
  .breadcumb_st2 .breadcumb-inner {
	float: right;
  }
  .alignlrt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  /*========================
   SCROLL TOP CSS
  =========================*/
  
  #scrollUp {
	bottom: 30px;
	height: 40px;
	line-height: 40px;
	right: 100px;
	text-align: center;
	border-radius: 5px;
	width: 40px;
  }
  
  .mini_shop_content {
	position: relative;
	margin-left: 15px;
  }
  
  .mini_shop_content a {
	position: relative;
  }
  .mini_shop_content a i {
	font-size: 20px;
	box-shadow: 0px 0px 30px 0px #d6c3c380;
	padding: 8px;
	border-radius: 100%;
	color: var(--text-color2) !important;
	background: #fff;
  }
  .mini_shop_content a span.count {
	position: absolute;
	right: -6px;
	top: -10px;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
  }
  
  /* mini wc */
  .twr_mini_cart {
	position: absolute;
	right: 0;
	top: 130%;
	width: 300px;
	z-index: 999;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
  }
  .mini_shop_content:hover .twr_mini_cart {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 167%;
	visibility: visible;
  }
  .twr_mini_cart .widget_shopping_cart {
	background: #fff;
	width: 300px;
	padding: 14px 10px 10px;
	box-shadow: 0px 0px 18px 0px #0a0a0a0d;
  }
  .twr_mini_cart .widget_shopping_cart ul.cart_list li,
  .twr_mini_cart .widget_shopping_cart ul.product_list_widget li {
	border-bottom: 1px solid #eee;
	padding: 15px 10px 14px 25px;
  }
  
  .twr_mini_cart p.woocommerce-mini-cart__buttons.buttons {
	margin: auto;
	text-align: center;
  }
  
  .twr_mini_cart .woocommerce ul.cart_list li img,
  .twr_mini_cart .woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	margin-right: 12px;
	width: 48px;
  }
  
  .twr_mini_cart .woocommerce ul.cart_list li a,
  .twr_mini_cart .woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: var(--text-color2);
  }
  
  .twr_mini_cart span.quantity {
	font-size: 14px;
	font-weight: 600;
  }
  
  .twr_mini_cart .woocommerce.widget_shopping_cart .cart_list li a.remove,
  .twr_mini_cart
	.woocommerce.widget_shopping_cart
	.product_list_widget
	li
	a.remove {
	position: absolute;
	top: 48%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .twr_mini_cart .woocommerce a.remove:hover {
	color: #f00 !important;
	background: transparent;
  }
  .twr_mini_cart p.woocommerce-mini-cart__total.total {
	text-align: center;
  }
  .twr_mini_cart .woocommerce.widget_shopping_cart .total {
	border-top: 0px double #ebe9eb;
	padding: 12px 0 0;
  }
  .twr_mini_cart span.woocommerce-Price-amount.amount {
	font-weight: 600;
  }
  .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a {
	background: #fff;
	color: var(--text-color2);
	font-weight: 500;
	border: 1px solid #eaeaea;
  }
  .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout {
	color: #fff;
  }
  .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
	color: #fff;
  }
  .twr_mini_cart p.woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 20px 23px 25px;
  }
  .top-welcome {
	display: inline-block;
  }
  
  /*========= New Top Menu css ========*/
  .cr_top_addess.top-address p {
	text-align: center !important;
  }
  .theme_cr_logo {
	text-align: center;
	margin-bottom: 30px;
  }
  .d_lg_block {
	display: block;
  }
  .creative_header_address {
	padding-left: 0;
  }
  .em_creative_header:before {
	display: none;
  }
  
  /*----------------------
   * SLICK SLIDER  AREA CSS
   -----------------------*/
  
  /* small mobile :320px. */
  
  @media (max-width: 479px) {
	body {
	  overflow-x: hidden;
	}
	.taskoit-header-top p {
		font-family: var(--font-family);
	}
	.top-right-menu ul.social-icons li {
	  margin-left: 13px;
	}
	.mean-container .mean-bar:before {
	  text-transform: uppercase;
	  top: 10px;
	}
	.mean-container a.meanmenu-reveal {
	  padding: 13px 14px;
	}
	/* .witr_ac_style:before,
	.active .witr_ac_style:before {
	  display: none;
	} */
  }
  /* responsive 320 end */
  /* contact default css */
  .wpcf7 label {
	width: 100%;
  }
  .wpcf7 select,
  .wpcf7 input,
  .wpcf7 textarea {
	width: 100%;
	padding-left: 30px;
  }
  .wpcf7 input {
	height: 50px;
  }
  .wpcf7 textarea {
	height: 150px;
  }
  input.wpcf7-submit {
	width: auto;
	padding: 0px 50px;
	cursor: pointer;
  }
  
  div.wpcf7-response-output {
	border: none !important;
  }
  .send_message .wpcf7-form p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .send_message input {
	border: 0;
	height: 72px;
  
	transition: 0.5s;
  }
  .send_message input.wpcf7-submit {
	transition: 0.5s;
  }
  
  /* ===============================================================================
  #HEADING TOP MENU CSS
  ============================================================================== */
  /* LEFT RIGHT CSS */
  
  .em40_header_area_main {
  }
  .em40_header_area_main.hdisplay_none {
	display: none;
  }
  .taskoit-header-top {
	padding: 10px 0;
	background-color: #000000;
  }
  .top-address p {
	margin-bottom: 0;
  }
  .top-address p span
 {
	margin-right: 20px;
  }
  .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-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 {
	font-size: 15px;
	font-weight: 500;
  }
  .top-welcome p span i,
  .top-welcomet p span i,
  .top-address p span i,
  .top-address p a i {
	font-size: 13px;
	margin-right: 5px;
  }
  .top-both-p0 .top-address p a,
  .top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
  }
  .top-welcomet p,
  .top-welcome p {
	padding: 0px;
	margin: 0px;
  }
  .top-address {
	display: inline-block;
  }
  /* top menu */
  .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;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
  }
  
  .top-right-menu ul.social-icons li a:hover i{
color:#fff;
	  opacity:0.8
  }
  .top-right-menu .menu-item-has-children > a:after {
	margin-left: 5px;
	content: "\e699";
	font-family: IcoFont;
	font-size: 15px;
	opacity: 0.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)";
	width: 150px;
	text-align: left;
	z-index: 1;
	transition: 0.5s;
	margin: 0;
	padding: 0;
  }
  .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-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;
  }
  
  .tx_top_together {
	display: flex;
	justify-content: flex-start;
  }
  /*=====================
  END taskoit HEADING TOP AREA CSS
  =========================*/
  
  @media (min-width: 768px) and (max-width: 991px) {
	.breadcumb-area {
	  padding: 40px 0;
	}
	.poket-header-top {
	  background: #0c5adb;
	  padding: 10px 15px;
	}
	.taskoit_nav_area.postfix {
	  display: none;
	}
	.top-right-menu ul.social-icons {
	  text-align: center !important;
	}
	.top-address {
	  text-align: center !important;
	  display: block;
	}
	/* breadcumb area css */
	.all_header_abs {
	  position: inherit;
	}
	.creative_header_address {
	  padding-left: 10px;
	}
	.witr_containers {
	  width: 90%;
	}
	.witr_ds_content_area .slick-prev,
	.witr_ds_content_area .slick-next {
	  top: 48%;
	}
	.call_action_witr_inner {
	  margin-top: -10px;
	}
	.witr_ds_content_inner h2,
	.witr_ds_content_inner h3 {
	  font-size: 48px;
	}
  
	/* single portfolio2 */
	#scrollUp {
	  bottom: 60px;
	  right: 30px;
	}
  }
  
  /* Menu CSS Area Start */
  .em-quearys-top.msin-menu-search .em-quearys-menu i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 25px;
	cursor: pointer;
	color: #000;
	font-size: 26px;
  }
  
  .prefix .em-quearys-menu i {
	color: #fff !important;
  }
  
  /* Menu CSS Area End */
  
  /* Nav search icon */
  
  .em-quearys-menu2 i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 25px;
	cursor: pointer;
	color: #fff !important;
	background: var(--bg-color);
  }
  
  .top-form-control input {
	border-bottom: 3px solid #fff;
  }
  
  /* Nav search icon */
  
  
  /* meanmenu */
  a.meanmenu-reveal {
	display: none;
  }
  .mean-container .mean-bar {
	background: #0f99de;
	float: left;
	min-height: 60px;
	padding: 4px 0 0;
	position: relative;
	width: 100%;
	z-index: 999999;
  }
  .mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 18px;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	float: right;
  }
  .mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 4px;
  }
  .mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
  }
  .mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
  }
  .mean-container .mean-nav ul li {
	background: #f8f8f8 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid#ddd;
  }
  .mean-container .mean-nav ul li a {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #666;
	display: block;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 1em 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	font-weight: 700;
  }
  .mobile-menu-area {
	background: #262626;
  }
  .mean-container .mean-nav ul li li a {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	opacity: 0.75;
	padding: 1em 10%;
	text-shadow: none !important;
	visibility: visible;
	width: 80%;
	font-weight: 500;
	text-transform: capitalize;
	color: #444;
  }
  .mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0;
  }
  .mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
  }
  .mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
  }
  .mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
  }
  .mean-container .mean-nav ul li a:hover {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #f47e1e;
  }
  .mean-container .mean-nav ul li a.mean-expand {
	width: 100%;
	height: 18px;
	line-height: 1;
	margin-top: 1px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.1);
	border: 0 !important;
	background: #f8f8f8;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
	background: #f8f8f8;
  }
  .mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
  }
  .mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
  }
  .mean-container .mean-bar,
  .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
  }
  .mean-remove {
	display: none !important;
  }
  .mean-container .mean-bar::after {
	color: #fff;
	content: "MENU";
	font-size: 21px;
	left: 5%;
	position: absolute;
	top: 12px;
  }
  .mean-container .mean-bar::after {
	display: none;
  }
  .mean-container .mean-nav ul li a:hover {
	color: #f47e1e;
	border-radius: 0;
  }
  .mean-container a.meanmenu-reveal span {
	background: #fff;
  }
  .mobile-menu-area {
	background: #fff none repeat scroll 0 0;
	border-top: 3px solid #2bcdc1;
  }
  .mean-container .mean-nav ul li a {
	background: #fff;
	color: #444;
	display: block;
  }
  .mean-container .mean-nav ul li a.mean-expand {
	background: 0;
	/* top: 0px; */
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
	background: 0 0;
  }
  .mean-container .mean-nav ul li {
	background: #444;
  }
  .mean-container .mean-nav ul li li a {
	opacity: 0.9;
	border-top: 0;
  }
  .mean-container a.meanmenu-reveal {
	color: #fff;
  }
  .meanmenu-reveal.meanclose:hover {
	color: #fff !important;
  }
  .mean-container a.meanmenu-reveal:hover span {
	background: #fff;
  }
  .mean-container .mean-bar::before {
	color: #fff;
	content: "Menu";
	font-size: 18px;
	font-weight: 700;
	left: 10px;
	position: absolute;
	top: 13px;
  }
  
  /*=======================
  taskoit mobile menu css
  ========================*/
  .mobile-menu {
	display: none !important;
  }
  .mobile_logo_area {
	display: none !important;
  }
  .mean-container a.meanmenu-reveal {
	display: none !important;
  }
  .mean-container .mean-nav > ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
  }
  .em40_header_area_main .mean-container .mean-bar {
	background: #fff;
	padding: 0;
  }
  .mean-container .mean-nav ul li {
	border-top: 0px solid #ddd;
  }
  .mean-container .mean-nav ul li li a,
  .mean-container .mean-nav ul li a {
	color: #444;
  }
  .mean-container .mean-nav ul li li a {
	border-top: 1px solid #ddd;
  }
  .mean-container .mean-nav ul li a:hover {
	color: var(--link-color-hover-second);
  }
  
  .mobile_p {
	position: fixed;
	right: 0;
	width: 300px;
	padding: 80px 20px 0px;
	overflow-y: scroll;
	top: 0;
	height: 100%;
	z-index: 9999;
	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%);
	background: #ffffff;
  }
  .tx-s-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  .mobile_p .tuetion_theme_widget > div.widget_block {
	padding: 0;
  }
  .mobile_p .tuetion_theme_widget > div {
	padding: 20px 0px 20px;
	box-shadow: none;
  }
  .mean-container .mean-nav ul li a {
	border: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding: 12px 5px;
	font-weight: 500;
	display: block;
  }
  .mean-container .mean-nav ul li a.mean-expand {
	/* top: -8px; */
	width: auto;
  }
  .mobile_opicon {
	text-align: right;
	padding: 4px 0;
  }
  .mean-container .mean-nav > ul > li:first-child > a {
	border-top: 0;
  }
  .mobilemenu_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .mobile_menu_o i {
	font-size: 26px;
	color: #fff;
  }
  .closeclass {
	color: #444 !important;
  }
  .mobile_menu_content .mobile_menu_logo {
	margin-bottom: 20px;
  }
  .mobile_menu_content .mobile_menu_logo img {
	max-height: 78px;
  }
  .mobile_cicon {
	position: absolute;
	right: 30px;
	top: 50px;
  }
  .mobile_overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .mobile_overlay.mactive {
	opacity: 1;
	visibility: visible;
  }
  
  /* color */
  
  .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;
  }
  
  .mean-container .mean-nav ul li li a {
	color: #17161a;
  }
  .taskoit_menu > ul > li > a {
	color: #272727;
  }
  .taskoit_menu > ul > li.current > a,
  .taskoit_menu > ul > li:hover > a,
  .creative_header_menu > ul > li:hover > a {
	color: var(--link-color-hover);
  }
  .taskoit_menu ul .sub-menu li:before,
  .taskoit_menu ul .sub-menu li a {
	color: #272727;
  }
  .taskoit_menu ul .sub-menu li:hover:before,
  .taskoit_menu ul .sub-menu li:hover > a,
  .taskoit_menu ul .sub-menu .sub-menu li:hover > a,
  .taskoit_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
  .taskoit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
	color: var(--link-color-hover);
  }
  .taskoit_nav_area.prefix {
background:rgba(0,0,0,0.6);
}
  .taskoit_nav_area.prefix .taskoit_menu > ul > li > a {
	color: #fff;
  }
  .em40_header_area_main .taskoit_menu > ul > li > a {
	font-family: var(--title-font-family);
	color: var(--color-second);
  }
  .em40_header_area_main .taskoit_menu > ul > li.active  a {
	color: var(--color-primary);
  }
  
  .em40_header_area_main .taskoit_menu > ul > li > a:hover {
	color: var(--color-primary);
  }
  .em40_header_area_main .top-form-control input {
	font-family: var(--title-font-family);
  }
  .em40_header_area_main .em-header-quearys-close .t-close {
	background-color: var(--color-primary);
  }
  .taskoit_nav_area.prefix .taskoit_menu > ul > li.current > a {
	color: var(--link-color-hover);
  }
  .heading_style_2 .taskoit_menu > ul > li > a {
	color: #fff;
  }
  .heading_style_3 .taskoit_menu > ul > li > a {
	color: #fff;
  }
  .heading_style_4 .taskoit_menu > ul > li > a {
	color: #fff;
  }
  .heading_style_5 .taskoit_menu > ul > li > a {
	color: #fff;
  }
  .witr_shop_sc a.cart-contents {
	color: #fff;
  }
  .main_menu_header_icon i {
	color: var(--text-color-active);
  }
  .main_menu_header_address_text h3 {
	color: var(--text-color-active);
  }
  .prefix .main_menu_header_address_text h3,
  .prefix .main_menu_header_address_text h4 a,
  .prefix .main_menu_header_icon i {
	color: #fff;
  }
  .hmenu_box_style.hbg2 .taskoit_menu > ul > li > a {
	color: #fff;
  }
  .right_sideber_menu i {
	color: #272727;
  }
  .witr_search_wh .prefix .em-header-quearys .em-quearys-menu i,
  .taskoit_nav_area.prefix .right_sideber_menu i {
	color: #fff;
  }
  .prefix .right_close_class .right_sideber_menu i,
  .right_close_class .right_sideber_menu i {
	color: var(--text-color-active);
  }
  .right_sideber_menu_inner .taskoit-description-area .social-icons a:hover {
	color: #fff;
  }
  .right_sideber_menu_inner .taskoit-description-area .phone a {
	color: #333;
  }
  .witr_search_wh .em-header-quearys .em-quearys-menu i {
	color: #272727;
  }
  a.dtbtn,
  .btn {
	color: #fff;
  }
  .btn.btn-bordered {
	color: var(--btn-bg);
  }
  .btn.btn-bordered:hover {
	color: #fff;
  }
  
  .em-quearys-menu i,
  .top-form-control input {
	color: #fff;
  }
  .top-form-control input::-webkit-input-placeholder {
	color: #fff;
  }
  .top-form-control input::-moz-placeholder {
	color: #888888;
  }
  .top-form-control input:-ms-input-placeholder {
	color: #888888;
  }
  .top-form-control button.top-quearys-style {
	color: #fff;
  }
  .single_team_list ul li i,
  .single_team_list ul li a i,
  .team_single_btn a {
	color: #fff;
  }
  
  .top_address_content a,
  .top_address_content span {
	color: #ffffff;
  }
  
  #scrollUp i {
	color: #fff;
  }
  .mini_shop_content a i {
	color: var(--color-primary);
	background: #fff;
  }
  .mini_shop_content a span.count {
	background: var(--bg-color);
	color: #fff;
  }
  .twr_mini_cart .widget_shopping_cart {
	background: #fff;
  }
  .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;
  }
  .top-welcome p span i,
  .top-welcomet p span i,
  .top-address p span i,
  .top-address p a i {
	color: #fff;
  }
  .top-welcome p a:hover {
	color: #17161a;
  }
  .top-right-menu .social-icons li a:hover,
  .top-right-menu .social-icons li a i:hover {
	color: #17161a;
  }
  .creative_header_icon i {
	color: var(--color-primary);
  }
  .creative_header_address_text > p > a {
	color: #999;
  }
  .creative_header_button .dtbtn {
	color: #fff;
  }
  .tx_menuc_btn .tx_mc_btn {
	color: #fff;
  }
  .tx_menuc_btn .tx_mc_btn:hover {
	color: #fff;
  }
  .top_crmenu_i_list li a i {
	color: var(--color-primary);
  }
  .top_crmenu_i_list li a i:hover {
	color: #fff;
  }
  .top_crmenu_l li a {
	color: #fff;
  }
  .top_crmenu_l li li a {
	color: #fff;
  }
  .top_crmenu_l li li a:hover {
	color: var(--link-color-hover-second);
  }
  .top_crt_style i {
	color: #fff;
  }
  .top_crt_style h3 {
	color: #fff;
  }
  .top_crt_style .site-title a,
  .top_crt_style p,
  .top_crt_style p a {
	color: #fff;
  }
  .top-welcomet p {
	color: #fff;
  }
  .top-address.cr_top_addess p a,
  .top-address.cr_top_addess p span {
	color: #fff;
  }
  .top-address.cr_top_addess p span i,
  .top-address.cr_top_addess p a i {
	color: #fff;
  }
  
  .taskoit-search-page {
	background: #fff;
  }
  .top-address-area {
	background: #111111;
  }
  a.dtbtn {
	background: var(--btn-bg);
  }
  a.dtbtn:hover,
  .witr_btn:hover,
  .taskoit_button a:hover {
	background: var(--color-second);
  }
  
  /* responsive */
  
  @media (min-width: 570px) and (max-width: 767px) {
	.text_s_center {
	  text-align: center !important;
	}
	.text_s_right {
	  text-align: right !important;
	}
	.text_s_left {
	  text-align: right !important;
	}
  }
  
  @media (min-width: 10px) and (max-width: 991px) {
	.text_m_right {
	  text-align: right !important;
	}
	.text_m_left {
	  text-align: right !important;
	}
	.menu_18.top-address p span {
	  font-size: 13px;
	}
	.footer-top-inner p {
	  width: 85%;
	}
	.witr_joined .witr_con_btn2 .w_btn2 {
	  position: inherit;
	  width: 100%;
	}
	.mobile_menu_logo img {
		height: 20px;
		width: 160px;
		object-fit: contain;
	}
  }
  
  /* menu and logo show & hide */
  @media (min-width: 10px) and (max-width: 991px) {
	.tx_top2_relative {
	  display: none;
	}
	.mobile-menu {
	  display: block !important;
	}
	.mobile_logo_area {
	  display: block !important;
	  background-color: #fff;
	}
	.mobile_opicon i {
	  color: #666 !important;
	}
	.mobile_logo_area2 {
	  background: #fff;
	}
	.d_md_none {
	  display: none !important;
	}
	.em-feature {
	  margin-bottom: 20px;
	}
	.single_counter {
	  margin-bottom: 20px;
	}
	.taskoit-main-menu {
	  display: none !important;
	}
	.top_crt_style {
	  display: none;
	}
	.top-address p span {
	  font-size: 13px;
	  /* margin-right: 20px; */
	}
	.top-right-menu ul.social-icons li {
	  margin-left: 10px;
	}
	.top-address {
	  text-align: center !important;
	}
	.top-right-menu .social-icons {
	  text-align: center !important;
	}
	.top-right-menu ul.social-icons li a {
	  font-size: 15px;
	}
	.mean-container .mean-nav ul li a {
	  text-transform: capitalize;
	}
	.gallery_main .slick-next {
	  right: 20px;
	}
	.gallery_main .slick-prev {
	  left: 595px;
	}
  }
  
  @media (max-width: 767px) {
	#scrollUp {
		display:none !important;
	}
	.taskoit_nav_area.prefix,
	.hbg2 {
	  display: none;
	}
	.poket_nav_area {
	  display: none;
	}
	ol {
	  padding-left: 10px;
	}
	/* New Top Menu css */
	.all_header_abs {
	  position: inherit;
	}
	.single_header_address {
	  padding: 0;
	  padding-bottom: 25px;
	}
	.creative_header_address {
	  padding-left: 0px;
	}
	.cr_top_addess.top-address p {
	  text-align: center !important;
	}
	.brpt h2 {
	  font-size: 25px;
	}
  }
  
  
  .arshine-sidebanner img{
    min-height: 100px !important;
  }
  
  
  @media screen and (max-width:1200px){
    .taskoit_menu > ul > li > a{
          margin: 35px 6px;
    }
  }
  
  
  
  @media screen and (max-width:992px){
.zoi .donate-btn-header {
  display: none !important;
}
}