/* Footer area start */

#footer {
  background: #F0841A;
  padding: 70px 0 60px;
}

#footer .wp {
  display: flex;
  justify-content: space-between;
}

#footer h5 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.foot-logo {
  width: 25%;
}

.foot-logo img {}

.foot-logo p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 30px 0 0;
}

.foot-logo .share {
  margin: 30px 0 0;
  font-size: 0;
}

.foot-logo .share a {
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
}

.foot-logo .share a i {
  font-size: 20px;
}

.foot-logo .share a+a {
  margin-left: 15px;
}

.foot-logo .share a:hover {
  background: #F7C51E;
}

.foot-nav {}

.foot-nav ul {}

.foot-nav ul li {
  font-size: 16px;
  color: #a1a1a1;
  line-height: 26px;
}

.foot-nav ul li+li {
  margin-top: 10px;
}

.foot-nav ul li a {
  color: #fff;
  display: inline-block;
}

.foot-nav ul li a:hover {
  color: #FFB600
}

.foot-contact {
  width: 25%;
}

.foot-contact .swiper-pagination-bullets {
  bottom: 15px;
  font-size: 0;
}

.foot-contact .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.foot-contact .swiper-pagination-bullet-active {
  background: #D71700;
}


.copyright {
  background: #B75F0A;
  padding: 30px 0;
  text-align: center;
}

.copyright .wp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.copyright ul {
  display: flex;
}

.copyright ul li {
  font-size: 16px;
}

.copyright ul li a {
  color: rgba(255, 255, 255, 0.9);
}

.copyright ul li+li {
  margin-left: 15px;
}


.sutong-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
  /* border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px; */
}

.sutong-side-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: #fff;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

#sutong-side-bar a+a {
  margin-top: 6px;
}

.sutong-side-bar a i {
  display: inline-block;
  font-size: 26px;
  line-height: 46px;
}

.sutong-side-bar a span {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  margin: 8px 0 0;
}

.sutong-side-bar a>img {
  max-width: 22px;
}

.sutong-side-bar a.wx .wx-box {
  position: absolute;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.sutong-side-bar a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.sutong-side-bar a.wx .wx-box .box img {
  width: 140px;
}

.sutong-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.sutong-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.sutong-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.sutong-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.sutong-side-bar a.wx:hover .wx-box {
  display: block;
}



.taskoit-description-area p {
  color: #ffffff;
}

/* Footer area end */

/*========================
taskoit FOOTER TOP AREA CSS
=========================*/
.footer-top-address h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 10px;
  font-weight: 700;
  font-size: 26px;
}

.footer-top-address h2 span {
  font-weight: 700;
}

.footer-top {
  padding: 100px 0;
}

.footer-top-inner h2 {
  font-size: 35px;
  height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
}

.footer-top-inner h2 span {
  font-weight: 600;
}

.footer-top-inner p {
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 62%;
}

.footer-social-icon {
  padding: 10px 0 20px;
  text-align: center;
}

.footer-social-icon a i {
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin: 0 7px;
  text-align: center;
  width: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-social-icon.htop-menu-s {
  padding: 0;
  display: inline-block;
  margin-left: 30px;
}

.footer-social-icon.htop-menu-s a i {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 0 3px;
  width: 35px;
}

.footer-top-inner .text-center {
  margin-bottom: 11px;
  text-align: center;
}

/*========================
END FOOTER TOP AREA CSS
=========================*/

.footer-middle .widget.widget_archive .widget-title {
  margin-bottom: 34px !important;
  margin-top: 28px !important;
}

.footer-middle .widget.widget_search .widget-title {
  margin-top: 25px !important;
}

.footer-middle .widget.widget_tag_cloud .widget-title {
  margin-bottom: 20px !important;
}

.footer-middle .widget.widget_nav_menu .widget-title {
  margin-bottom: 25px !important;
}

.footer-middle .widget.widget_text p img {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}

.blog-left-side .widget.widget_text p img {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}

.footer-middle .widget.widget_text p img {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}

.blog-left-side .widget h2 {
  margin-top: 0;
}

.footer-middle #archives-dropdown--1 {
  height: 34px;
  width: 100%;
}

.widget.widget_categories select {
  width: 100%;
  height: 34px;
}

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

.textwidget select {
  width: 100%;
}

.footer-middle .widget ul li span {
  display: block;
}

.page-list-single {
  clear: both;
}

/*========================
taskoit FOOTER MIDDLE AREA CSS
=========================*/
.witrfm_area {
  position: relative;
  background: #f0841a;
}

.witrfm_area:before {
  content: "";
  position: absolute;
  top: 0;

  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-middle {
  padding: 65px 0 73px;
}

.footer-middle.wpfd {
  padding: 0;
}

.wpfdp {
  padding-top: 65px;
  padding-bottom: 80px;
}

.footer-middle .widget h2 {
  margin-bottom: 28px;
  margin-top: 28px;
  position: relative;
  color: #ffffff;
}

.footer-middle #archives-dropdown--1 {
  height: 34px;
}

.footer-middle .widget ul {
  list-style: none;
}

.footer-middle .widget ul li {
  margin-bottom: 10px;
}

.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
  transition: 0.5s;
}

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

/*========================
taskoit unit test footer
=========================*/

.footer-middle .widget.widget_archive .widget-title {
  margin-bottom: 34px !important;
  margin-top: 28px !important;
}

.footer-middle .widget.widget_search .widget-title {
  margin-top: 25px !important;
}

.footer-middle .widget.widget_tag_cloud .widget-title {
  margin-bottom: 20px !important;
}

.footer-middle .widget.widget_nav_menu .widget-title {
  margin-bottom: 25px !important;
}

.footer-middle .widget.widget_text p img {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}

.footer-middle .widget.widget_text p img {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}

.footer-middle #archives-dropdown--1 {
  height: 34px;
  width: 100%;
}

.widget.widget_categories select {
  width: 100%;
  height: 34px;
}

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

.textwidget select {
  width: 100%;
}

.footer-middle .widget ul li span {
  display: block;
}

.page-list-single {
  clear: both;
}

/* footer widget css */

.recent-post-item {
  clear: both;
}

.recent-post-image {
  float: left;
  margin-right: 15px;
}

.recent-post-image a {
  display: block;
  margin-top: 10px;
}

.recent-post-text {
  overflow: hidden;
}

.recent-post-text>h4 {
  margin-bottom: 0;
  line-height: 1;
}

.recent-post-text h4 a {
  font-size: 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

.recent-post-text .rcomment {
  font-size: 14px;
  text-transform: none;
}

.recent-post-text .rcomment i {
  margin-right: 5px;
}

.footer-middle .recent-post-text h4 a {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: -10px;
  display: inline-block;
}

.footer-middle .recent-post-text>h4 {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1;
}

.footer-middle .recent-post-text .rcomment {
  font-size: 16px;
  font-weight: 400;
}

.footer-address {
  padding-top: 12px;
}

.footer_s_inner {
  margin-top: 10px;
}

.footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 17px;
  margin-right: 12px;
}

.single-widget-item {
  overflow: hidden;
}

.recent-post-item {
  clear: both;
  overflow: hidden;
}

.footer-middle .recent-post-item:last-child {
  border-bottom: 0;
}

.recent_post_open .recent-post-item {
  margin-bottom: 25px;
}

.recent-post-image {
  float: left;
}

.recent-post-image a {
  display: inline-block;
}

.recent-post-image a {
  margin-top: 0;
}

.recent-post-text {
  overflow: hidden;
}

.blog-left-side .recent-post-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-left-side .recent-post-text {
  overflow: hidden;
  margin-top: -6px;
}

.footer-middle .recent-post-item+.recent-post-item {
  margin-top: 15px;
}

/* recent-review */
.recent-review-content h3,
.recent-review-content h3 a {
  font-size: 20px;
  font-weight: 500;
  clear: both;
  text-align: left;
}

span.em_footercrating {
  float: right;
}

.footer-widget.address p {
  margin-bottom: 6px;
}

.col-lg-d-none {
  display: none !important;
}

/*========================
 FOOTER middle AREA CSS
=========================*/
/*========================
taskoit FOOTER copy right AREA CSS
=========================*/

.footer-bottom {
  padding: 26px 0 24px;
  position: relative;
}

.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 61%;
  left: 0;
  right: 0;
  margin: auto;
}

.copy-right-text {
  text-align: left;
}

.copy-right-text p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  padding: 0 10px;
  display: block;
  color: #fff;
}

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

@media (max-width: 767px) {
  /* Footer area start */

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

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

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

  .copy-right-text p {
    font-size: 15px;
  }

  .footer-menu ul {
    margin: 10px 0 0;
    text-align: center !important;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .footer-bottom:before {
    width: 100%;
  }

  /* Footer area end */
}

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

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

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

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

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

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

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

.slick-dots li button {
  font-size: 0;
  width: 18px;
  height: 18px;
  /* border: 0px solid #0049ff; */
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50px;
  padding: 0;

  transition: 0.5s;
  outline: none;
}

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

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

/* slick css */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  padding-top: 15px;
}


/* slick css */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  padding-top: 15px;
}



/* theme css */

.footer-logo img {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-address {
  padding-top: 0;
}

/* footer text des */
.taskoit-description-area a img {
  margin: 26px 0;
}

.social-icons {
  text-align: left;
}

.taskoit-description-area .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* footer subscribe shortcode */
.witr_shortcode_area {
  position: relative;
  z-index: 1;
}

.witr_shortcode_inner {
  padding: 73px 30px 63px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}

.shortcode_content h2 {
  font-size: 40px;
  font-weight: 700;
}

.witr_shortcode_form {
  margin-top: 15px;
}

.witr_amar_table table td,
.witr_amar_table table th {
  padding: 15px 30px;
}

/* color */

.footer-top-address h2 {
  color: #fff;
}

.footer-top-address h2 span {
  color: var(--color-primary);
}

.footer-top-inner h2 {
  color: #fff;
}

.footer-top-inner h2 span {
  color: var(--color-primary);
}

.footer-top-inner p {
  color: #fff;
}

.footer-social-icon a i {
  color: #fff;
}

.footer-social-icon a i:hover {
  color: #fff;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
  color: var(--link-color-selected);
}

.recent-post-text h4 a {
  color: #17161a;
}

.recent-post-text h4 a:hover {
  color: var(--link-color-selected);
}

.footer-middle .recent-post-text>h4 a:hover {
  color: var(--link-color-selected);
}

.footer-widget.address,
.footer-widget.address p {
  color: #040202;
}

.footer-middle .widget ul li a {
  color: #ffffff;
}

.copy-right-text a {
  color: var(--link-color-selected);
}

.copy-right-text a:hover,
.footer-menu ul li a:hover {
  color: var(--link-color-selected);
}

/* mailchim 2 */
.footer-middle .mc4wp-form-fields input::-moz-placeholder {
  color: #888888;
}

.footer-middle .mc4wp-form-fields input::-webkit-input-placeholder {
  color: #888888;
}

.footer-middle .mc4wp-form-fields p {
  color: #ffffff;

}

.footer-middle .mc4wp-form-fields input {}

.footer-middle .mc4wp-form-fields button {
  color: #fff;
}

.footer-middle .mc4wp-form-fields button:hover {
  color: var(--btn-bg-hover);
}

.footer-middle .checkbox_witr span {
  color: #fff;
}

.witr_joined .witr_con_btn2 .w_btn2 {
  color: #fff;
}

span.eleft {
  color: #1a2e2e;
}

.taskoit-description-area .social-icons a {
  color: #fff;
}

.witr_sub_table span {
  color: #fff;
}

.right_popupmenu_area .witr_sub_table span {
  color: #272727;
}

.right_popupmenu_area .ittech-description-area p,
.right_popupmenu_area .ittech-description-area .phone a,
.right_popupmenu_area .footer-widget.address,
.right_popupmenu_area .footer-widget.address p {
  color: #17161a !important;
}

.footer-top {
  background: #1b1919;
}

.footer-social-icon a i {
  background: var(--color-primary);
}

.footer-social-icon a i:hover {
  background: #1a2e2e;
}

.footer-middle .widget ul li a {
  color: #fff;
}

.taskoit-description-area .social-icons a {
  background: #a3a3a378;
}

.slick-prev,
.slick-next,
.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.mini_shop_content a span.count {
  background: var(--color-primary);
}

.slick-dots li button {
  background: var(--foot-dot);
}

.slick-dots li.slick-active button {
  background: var(--color-primary);
}


@media (min-width: 992px) and (max-width: 1199px) {
  /* Footer area start */

  .footer-bottom:before {
    width: 100%;
  }

  /* Footer area end */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Footer area start */

  .footer-bottom:before {
    width: 100%;
  }

  /* Footer area end */
}

@media (max-width: 767px) {
  /* Footer area start */

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

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

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

  .copy-right-text p {
    font-size: 15px;
  }

  .footer-menu ul {
    margin: 10px 0 0;
    text-align: center !important;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .footer-bottom:before {
    width: 100%;
  }

  /* Footer area end */
}

@media (min-width: 10px) and (max-width: 991px) {
  .footer-top-inner p {
    width: 85%;
  }
}

@media (min-width: 570px) and (max-width: 767px) {
  .footer-top-inner p {
    width: 95%;
  }
}


@media screen and (max-width:768px) {
  #footer .wp {
    flex-direction: column;
  }

  .foot-logo {
    width: 100% !important;
  }

  .foot-contact {
    width: 100% !important;
  }
}