.taskoit_head .taskoit_menu ul .sub-menu li a,
.taskoit_head .taskoit_menu>ul>li>a {
  font-family: var(--font-family), sans-serif;
}

/* .taskoit_head .mobile_menu_scroll .mean-nav>.sub-menu {
  display: block !important;
} */

/* logo sticky */

.logo-left {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.taskoit_head .taskoit-main-menu .logo a.main_sticky_main_l {
  display: block;
}

.taskoit_head .taskoit-main-menu .logo a.main_sticky_main_l img {
  width: 160px;
  height: 36px;
  object-fit: contain;
}

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

.taskoit_head .taskoit-main-menu .prefix .logo a.main_sticky_main_l {
  display: none;
}

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

.taskoit_head .taskoit-main-menu .prefix .logo a.main_sticky_l img {
  width: 160px;
  height: 36px;
  object-fit: contain;
}

/* mobile logo   */

.taskoit_head .mobile_menu_logo.text-center {
  padding: 20px 0;
}

/* ============== 
	taskoit menu css 
	================= */

.taskoit_head .taskoit_menu ul {
  text-align: right;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  gap: 60px;
}

.tx_menu_together {
  margin-right: 60px;
}

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

.taskoit_head .taskoit_menu>ul>li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  transform: translate(-3px, -50%);
  border-radius: 50%;
  background: #ad2e2a;
}

.taskoit_head .taskoit_menu>ul>li>a {
  display: block;
  /* margin: 35px 12px; */
  transition: 0.2s;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.taskoit_head .taskoit_menu>ul>li>a:before,
.taskoit_head .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_head .taskoit_menu ul li:last-child a {
  margin-right: 0px;
}

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

.taskoit_head .taskoit_menu>ul>li.current>a,
.taskoit_head .taskoit_menu>ul>li:hover>a {
  background: transparent;
}

/* sub menu style */

.taskoit_head .taskoit_menu ul .sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 130%;
  /* width: 240px; */
  /* width: calc(100% + 60px); */
  width: max-content;
  text-align: center;
  /* color: #fff; */
  margin: 0;
  padding: 15px 5px 14px;
  z-index: 9999;
  box-shadow: 0 0 30px rgb(0 0 0 / 9%);
  display: none;
  background: #1a305e;
}

.taskoit_head .tx_menu_together:first-child ul li:first-child .sub-menu {
  width: calc(100% + 60px);
}

.taskoit_head .taskoit_menu ul li:hover>.sub-menu {
  transition: 0.5s;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
  z-index: 9;
}

.taskoit_head .taskoit_menu ul .sub-menu li {
  position: relative;
  transition: 0.5s;
}

.taskoit_head .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_head .taskoit_menu ul .sub-menu li:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.taskoit_head .taskoit_menu ul .sub-menu a:hover {
  color: #ad2e2a !important;
}

/* .taskoit_head .taskoit_menu ul .sub-menu li:hover {
	margin-left: 15px;
} */

.taskoit_head .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;
  text-align: center;
  white-space: nowrap;
}

/* sub menu 2 */

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
}

.taskoit_head .taskoit_menu ul .sub-menu li:hover>.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0%;
  display: block;
}

/* sub menu 3 */

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

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
}

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0%;
  display: block;
}

/* sub menu 4 */

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

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0%;
  display: block;
}

/* has menu icon */
.taskoit_head .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;
}

.taskoit_head .taskoit_nav_area.postfix {
  transition: 0.3s;
  background-color: var(--color-primary);
  /* box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); */
}

.taskoit_head .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;
}

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


.taskoit_head .tx_relative_m,
.taskoit_head .tx_top2_relative {
  position: relative;
}

.taskoit_head .tx_menu_together {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.taskoit_head .mainmenu_width_tx.container {
  padding: 0;
}

/* menu button */

.taskoit_head .donate-btn-header {
  display: inline-block;
}

.taskoit_head.em40_header_area_main .donate-btn-header a.aaa {
  border: none;
  display: block;
  font-size: 17px;
  margin-left: 20px;
  font-weight: 500;
  border-radius: 30px;
  padding: 11px 25px;
  background: #ad2e2a;
  font-family: var(--title-font-family);
  transition: all 0.3s;
}

.taskoit_head.em40_header_area_main .donate-btn-header a.aaa:hover {
  background: #fff;
  color: #1a305e;
}


/*========================
   SCROLL TOP CSS
  =========================*/

#scrollUp {
  bottom: 30px;
  height: 40px;
  line-height: 40px;
  right: 100px;
  text-align: center;
  border-radius: 5px;
  width: 40px;
}

/*========= New Top Menu css ========*/

.em40_header_area_main.taskoit_head {
  --text-color: #fff;
  color: #fff;
}

.taskoit_head .top-right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.taskoit_head .top-right-menu__item {
  padding: 0 10px;
}

.taskoit_head .top-right-menu .top-right-menu__divider {
  height: 14px;
  width: 1px;
  background-color: var(--text-color);
}

.taskoit_head .donate-btn-header .aaa {
  background-color: var(--color-primary);
  padding: 10px 20px;
  border-radius: var(--button-radius);
}

.taskoit_head .mean-container .mean-nav ul li a.mean-expand {
  width: 4%;
}

/*----------------------
   * SLICK SLIDER  AREA CSS
   -----------------------*/

/* small mobile :320px. */

@media (max-width: 479px) {
  .taskoit_head .taskoit-header-top p {
    font-family: var(--font-family);
  }

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

/* ===============================================================================
  #HEADING TOP MENU CSS
  ============================================================================== */
/* LEFT RIGHT CSS */

.taskoit_head .taskoit-header-top {
  padding: 10px 0;
  background-color: var(--color-primary);
}

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

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

.taskoit_head .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 */
.taskoit_head .top-address p a,
.taskoit_head .top-right-menu ul.social-icons li a,
.taskoit_head .top-address p span {
  font-size: 15px;
  font-weight: 500;
}

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

.taskoit_head .top-address {
  display: inline-block;
}

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

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

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

.taskoit_head .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 */
.taskoit_head .top-right-menu ul .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 150px;
  text-align: left;
  z-index: 1;
  transition: 0.5s;
  margin: 0;
  padding: 0;
}

.taskoit_head .top-right-menu ul.social-icons li:hover .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
}

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

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

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

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

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

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

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


/* top opening */

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

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

/* address left right icon */

.taskoit_head .top-right-menu.litop {
  float: left;
}

/*=====================
  END taskoit HEADING TOP AREA CSS
  =========================*/

@media (min-width: 768px) and (max-width: 991px) {
  .taskoit_head .taskoit_nav_area.postfix {
    display: none;
  }

  .taskoit_head .top-right-menu ul.social-icons {
    text-align: center !important;
  }

  .taskoit_head .top-address {
    text-align: center !important;
    display: block;
  }

  /* single portfolio2 */
  #scrollUp {
    bottom: 60px;
    right: 30px;
  }
}

/*=======================
  taskoit mobile menu css
  ========================*/
.taskoit_head .mobile-menu {
  display: none !important;
}

.taskoit_head .mobile_logo_area {
  display: none !important;
}

.taskoit_head .mobile_p {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 80px 20px 20px;
  overflow: hidden;
  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;

}

.taskoit_head .tx-s-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.taskoit_head .mobile_opicon {
  text-align: right;
  padding: 4px 0;
}

.taskoit_head .mobilemenu_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.taskoit_head .mobile_menu_o i {
  font-size: 26px;
  color: #fff;
}

.taskoit_head .closeclass {
  color: #444 !important;
}

.taskoit_head .mobile_menu_content .mobile_menu_logo {
  margin-bottom: 20px;
}

.taskoit_head .mobile_menu_content .mobile_menu_logo img {
  max-height: 78px;
}

.taskoit_head .mobile_menu_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.taskoit_head .mobile_menu_content .mobile_menu_logo {
  flex-shrink: 0;
  margin-bottom: 20px;
}

.taskoit_head .mobile_menu_scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 12px;
}

.taskoit_head .mobile_menu_contact {
  flex-shrink: 0;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  z-index: 3;
}

.taskoit_head .mobile_menu_contact .aaa {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  border-radius: 30px;
  background: #ad2e2a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.taskoit_head .mobile_menu_contact .aaa:hover {
  background: #1a305e;
  color: #fff;
}

.taskoit_head .mobile_cicon {
  position: absolute;
  right: 30px;
  top: 50px;
}

.taskoit_head .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;
}

.taskoit_head .mobile_overlay.mactive {
  opacity: 1;
  visibility: visible;
}

/* color */
.taskoit_head .top-address p a,
.taskoit_head .top-right-menu ul.social-icons li a,
.taskoit_head .top-address p span {
  color: #fff;
}

.taskoit_menu>ul>li {
  padding: 35px 0px;
}

.taskoit_head .taskoit_menu>ul>li>a {
  color: #272727;
}

.taskoit_head .taskoit_menu>ul>li.current>a,
.taskoit_head .taskoit_menu>ul>li:hover>a {
  color: var(--color-primary);
}

.taskoit_head .taskoit_menu ul .sub-menu li:before,
.taskoit_head .taskoit_menu ul .sub-menu li a {
  color: #ffffff;
}

.taskoit_head .taskoit_menu ul .sub-menu li:hover:before,
.taskoit_head .taskoit_menu ul .sub-menu li:hover>a,
.taskoit_head .taskoit_menu ul .sub-menu .sub-menu li:hover>a,
.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
  color: #ffffff;
  /* font-weight: 800; */
}

.taskoit_head .taskoit_nav_area.prefix .taskoit_menu>ul>li>a {
  color: #fff;
}

.taskoit_head.em40_header_area_main .taskoit_menu>ul>li>a {
  font-family: var(--title-font-family);
  color: var(--color-second);
}

.taskoit_head.em40_header_area_main .taskoit_menu>ul>li>a:hover {
  color: #ad2e2a;
}

.taskoit_head.em40_header_area_main .taskoit_menu>ul>li>a:active {
  color: #ad2e2a;
}

.taskoit_menu>ul>li.active>a {
  color: #ad2e2a !important;
}

.taskoit_head.em40_header_area_main .top-form-control input {
  font-family: var(--title-font-family);
}

.taskoit_head.em40_header_area_main .em-header-quearys-close .t-close {
  background-color: var(--color-primary);
}

.taskoit_head .taskoit_nav_area.prefix .taskoit_menu>ul>li.current>a {
  color: var(--color-primary);
}

.taskoit_head a.aaa,
.btn {
  color: #fff;
}

.taskoit_head .btn.btn-bordered {
  color: var(--btn-bg);
}

.taskoit_head .btn.btn-bordered:hover {
  color: #fff;
}

#scrollUp i {
  color: #fff;
}

.taskoit_head .top-address p a,
.taskoit_head .top-right-menu ul.social-icons li a,
.taskoit_head .top-address p span {
  color: #fff;
}

.taskoit_head .top-address p span i,
.taskoit_head .top-address p a i {
  color: #fff;
}

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

.taskoit_head .top-address.cr_top_addess p a,
.taskoit_head .top-address.cr_top_addess p span {
  color: #fff;
}

.taskoit_head .top-address.cr_top_addess p span i,
.taskoit_head top-address.cr_top_addess p a i {
  color: #fff;
}

.taskoit_head a.aaa {
  background: var(--btn-bg);
}

.taskoit_head a.aaa:hover {
  background: var(--color-second);
}

[class^="crm_inquiry_form_boxcustom_inquiry_form_"] .bs-placeholder .filter-option-inner-inner {
  color: #bfbfbf;
}

[class^="crm_inquiry_form_boxcustom_inquiry_form_"] .filter-option-inner-inner {
  color: #000;
}

[class^="crm_inquiry_form_boxcustom_inquiry_form_"] .container .inqury_title_box .inqury_title_text {
  color: var(--color-primary);
}


.taskoit_head .mobile_menu_logo img {
  height: 31px;
  width: 160px;
  object-fit: contain;
}




/* menu and logo show & hide */
@media (min-width: 10px) and (max-width: 991px) {
  .taskoit_head .tx_top2_relative {
    display: none;
  }

  .taskoit_head .mobile-menu {
    display: block !important;
  }

  .taskoit_head .mobile_logo_area {
    display: block !important;
    background-color: #fff;
  }

  .taskoit_head .mobile_opicon i {
    color: #666 !important;
  }

  .taskoit_head .mobile_logo_area2 {
    background: #fff;
  }

  .taskoit_head .d_md_none {
    display: none !important;
  }

  .taskoit_head .taskoit-main-menu {
    display: none !important;
  }

  .taskoit_head .top-address p span {
    font-size: 13px;
    /* margin-right: 20px; */
  }

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

  .taskoit_head .top-address {
    text-align: center !important;
  }

  .taskoit_head .top-right-menu .social-icons {
    text-align: center !important;
  }

  .taskoit_head .top-right-menu ul.social-icons li a {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .taskoit_head.em40_header_area_main .donate-btn-header a.aaa {
    padding: 8px 12px;
    margin-left: 0;
  }

  .taskoit_head .taskoit_menu ul {
    gap: 30px;
  }

  .tx_menu_together {
    margin-right: 30px;
  }

  .taskoit_head .taskoit_menu ul .sub-menu li a {
    white-space: normal;
  }

  .taskoit_head .tx_menu_together:first-child ul li:first-child .sub-menu {
    width: calc(100% + 30px);
  }

  .taskoit_head .taskoit_menu>ul>li::after {
    left: calc(100% + 15px);
  }
}

@media (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }

  .taskoit_head .top-right-menu {
    justify-content: center;
  }

  .taskoit_head .taskoit_nav_area.prefix,
  .taskoit_head .hbg2 {
    display: none;
  }
}
@media (max-width: 480px) {
.mean-container .mean-bar{
      background: #fff;
    border-top: 1px solid #ddd;
}
.mean-container .mean-bar::before{
      color: #1a305e;
      top: 23px;
}
.mean-container a.meanmenu-reveal span{
      background: #1a305e;
}
}