/*
Teamplate Name: hoiet
Author Name: wpexpert
*/

/* Table Of content 

#HEADING TOP MENU CSS



*/

/* End Fonts CSS Area */

/* template default css */
html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  direction: ltr;
  unicode-bidi: embed;
}

.theme_cr_logo {
  text-align: left;
}

.play-overlay a::before {
  left: 0;
}

.all_cal_color .text-right p {
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

/* box layout */

.box.wrapper {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0px 0px 5px #ddd;
}

/* end box layout */

.fix {
  overflow: hidden;
}

.clear_both {
  clear: both;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

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: "Yeseva One", cursive;
  font-style: normal;
  line-height: 1.2;
  font-weight: 400;
  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;
}

.hoiet_menu ul .sub-menu li a,
.hoiet_menu>ul>li>a {
  font-family: var(--font-family);
}

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

hr {
  margin: 60px 0;
  padding: 0px;
  border-top: 0px;
}

hr.mp-0 {
  margin: 0;
}

hr.mtb-40 {
  margin: 40px 0;
  border-top: 0px;
}

label {
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

::-moz-placeholder {
  font-size: 16px;
}

::-webkit-input-placeholder {
  font-size: 16px;
}

:-ms-input-placeholder {
  font-size: 16px;
}

::placeholder {
  font-size: 16px;
}

.template-home-wrapper ul {
  list-style: none;
}

/* blog left right widget */

/* === style_w8 widget blog left right ==== */

.blog-left-side {}

.blog-left-side>div {
  margin-bottom: 30px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

.blog-left-side>div:last-child {
  margin-bottom: 0px;
}

.blog-left-side {}

.blog-left-side .content {
  padding: 0;
}

.blog-left-side .push-bottom-large {
  margin-bottom: 0;
}

.blog-left-side>div:last-child {
  margin-bottom: 0px;
}

.blog-left-side>aside:last-child {
  margin-bottom: 0px !important;
}

.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
  background: transparent;
}

.defaultsearch {
  position: relative;
}

.defaultsearch input {
  border: 0 none;
  height: 54px;
  position: relative;
  width: 100%;
}

.defaultsearch button {
  border: 0 none;
  font-size: 18px;
  padding: 16px 20px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}

.defaultsearch button i {}

.defaultsearch input[type="text"] {
  padding-left: 15px;
}

/* widget list */
.tagcloud a {}

.widget {}

.blog-left-side .widget h2 {
  line-height: 17px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}

.blog-left-side .widget h2:after,
.blog-left-side .widget h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -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;
  margin-top: 17px;
}

.blog-left-side h2.widget-title:before {
  width: 26%;
}

.blog-left-side .widget h2 {}

.footer-middle .widget h5 {}

.blog-left-side .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-left-side .widget a {
  color: #454545;
}

.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: 0px;
  margin-bottom: 0;
}

.blog-left-side>.widget>ul>li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}

.blog-left-side .widget ul li:before {
  content: "\eaa0";
  font-family: IcoFont !important;
  font-size: 18px;
  left: 0;
  position: absolute;
}

/* widget select */
.blog-left-side .widget select {
  width: 100%;
  height: 50px;
}

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

.textwidget select {
  width: 100%;
}

/* table css */

#wp-calendar {
  width: 100%;
}

/* tags */

.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin: 0 8px 10px 0;
  padding: 7px 15px;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
}

#wp-calendar caption {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

#wp-calendar {
  font-size: 13px;
}

#wp-calendar {
  margin-bottom: 20px;
  overflow: auto;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

table#wp-calendar td {
  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

#wp-calendar th,
#wp-calendar td {
  padding: 8px;
}

table#wp-calendar th {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.witr_blog_both .calendar_wrap {
  overflow: scroll;
}

.textwidget img {
  margin-bottom: 15px;
}

.textwidget p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* ============== 
hoiet 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 .hoiet_menu>ul {
  text-align: left;
}

.logo-right .hoiet_menu>ul>li:first-child a {
  padding-left: 0px;
}

/* logo top */

.logo-top .logo {
  text-align: center;
}

.logo-top .hoiet_menu>ul {
  text-align: center;
}

.logo a {
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
}

/* 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 .hoiet_menu>ul>li>a {
  margin: 32px 10px;
}

.logo-right .hoiet_menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-top .hoiet_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 .hoiet_menu,
.witr_h_h13 .hoiet_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 .hoiet_menu,
.witr_h_h3 .hoiet_menu,
.witr_h_h4 .hoiet_menu,
.witr_h_h5 .hoiet_menu,
.witr_h_h6 .hoiet_menu,
.witr_h_h7 .hoiet_menu,
.witr_h_h8 .hoiet_menu,
.witr_h_h9 .hoiet_menu,
.witr_h_h10 .hoiet_menu,
.witr_h_h11 .hoiet_menu,
.witr_h_h14 .hoiet_menu,
.witr_h_h17 .hoiet_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;
}

a.dtbtn {
  border: none;
  display: block;
  font-size: 17px;
  margin-left: 20px;
  font-weight: 500;
  padding: 11px 25px;
}

/* user login */
.logged-in .trp_nav_area {
  top: 32px;
}

.logged-in .transprent-menu .hoiet_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 .hoiet_nav_area.prefix {
  top: 0px;
}

.elementor-editor-active.logged-in .trp_nav_area.hbg2 {
  top: 0px;
}

/*========================
 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: url(./assets/images/testi-bg-img.jpg);
  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;
}

/*========================
 theme blog css
=========================*/

.hoiet-blog-area {
  padding: 90px 0 100px;
}

.hoiet-blog-index.blog-area.hoiet-blog-area,
.hoiet-blog-area.hoiet-blog-archive {
  padding: 100px 0 100px;
}

.hoiet-single-blog {
  box-shadow: 0px 0px 10px 0px rgba(148, 146, 245, 0.2);
  margin-bottom: 30px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.em-blog-content-area {
  padding: 20px 15px 0px;
  overflow: hidden;
}

.blog-content {
  word-break: break-all;
}

.blog-page-title a {
  word-break: break-all;
}

/* BLOG THUMB CSS */

.hoiet-blog-thumb {
  overflow: hidden;
}

.hoiet-blog-thumb a {
  display: block;
  position: relative;
}

.hoiet-blog-thumb a:before {
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 999;

  transition: 0.5s;
}

.hoiet-blog-thumb img {
  transition: 0.5s;
  display: block;
}

.hoiet-single-blog:hover .hoiet-blog-thumb a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hoiet-single-blog:hover .hoiet-blog-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* BLOG POST META LEFT CSS */
.hoiet-blog-meta-left {
  padding: 0 0 9px;
}

.hoiet-blog-meta-left a,
.hoiet-blog-meta-left span {
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hoiet-blog-meta-left i {
  font-size: 13px;
  margin-right: 5px;
}

/* BLOG POST META RIGHT CSS */
.hoiet-blog-meta-right {
  float: right;
  padding: 0px 0;
}

.hoiet-blog-meta-right a,
.hoiet-blog-meta-right span {
  font-size: 12px;
  margin-left: 5px;
}

.hoiet-blog-meta-right i {
  margin-right: 5px;
}

/* blog button  */
.readmore a {
  display: inline-block;
  padding: 7px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*========================
hoiet BLOG DETAILS AREA CSS
=========================*/

.hoiet-single-blog-details {
  margin-bottom: 40px;
}

.em-theme-main-page .hoiet-single-blog-details {
  padding: 30px 30px 10px;
}

.hoiet-single-blog-details-inner {
  padding: 38px 45px 15px;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
  border-radius: 0 0 10px 10px;
}

.hoiet-single-blog--thumb img {
  width: 100%;
}

.hoiet-single-blog-title h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 8px;
}

.hoiet-single-blog-details .hoiet-blog-meta {
  padding: 0px;
  margin: 0px;
}

.hoiet-single-blog-details .hoiet-blog-meta-right,
.hoiet-single-blog-details .hoiet-blog-meta-left {
  padding: 0px 0 10px 0;
}

.hoiet-blog-social {
  margin-bottom: 25px;
  margin-top: 25px;
}

.hoiet-single-icon-inner {
  text-align: center;
}

.hoiet-single-icon-inner a {
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}

.single-blog-content ul {
  padding-bottom: 10px;
}

.single-blog-content {
  overflow: hidden;
}

.single-blog-content h2 {
  margin-bottom: 10px;
}

/*========================
 theme pagination css
=========================*/

.paginations {
  text-align: center;
  margin-top: 20px;
}

.paginations a,
.page-numbers span.current {
  display: inline-block;
  font-weight: 500;
  margin: auto 5px;
}

.page-numbers li {
  display: inline-block;
}

/* tutor pagination */
.tutor-pagination,
.tutor-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.page-numbers,
.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current {
  border-radius: 5px;
  margin-right: 10px;
  padding: 15px 24px;
  font-size: 19px;
  line-height: 1;

  transition: 0.5s;
}

ul.page-numbers a.page-numbers {
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}

a.page-numbers {
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}

.paginations .page-numbers,
.hoiet-blog-area .page-numbers,
.witr_shop_area .page-numbers {
  background: 0% 0;
}

/*========================
theme comment css
=========================*/
/* POST REPLY CSS */

.post_comment {
  margin: 20px 0;
  padding: 0 15px;
}

.commment_title h3 {
  margin-bottom: 40px;
  position: relative;
}

.commment_title h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -9px;
  width: 40px;
  height: 2px;
}

.post_replay_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  word-break: break-all;
}

.mgl-30 {
  margin-left: 30px;
}

.post_reply_thumb img {
  border-radius: 50%;
}

.post_replay {
  margin-top: 25px;
}

.post_reply {
  padding-left: 15px;
  width: 100%;
}

.post_reply div.st {
  font-size: 18px;
  font-weight: 400;
}

.reply_date {
  overflow: hidden;
  margin-bottom: 5px;
}

.reply_date span.span_left {
  float: left;
  font-size: 13px;
}

.reply_date span.span_right {
  float: right;
  font-size: 12px;
  font-weight: 400;
}

.comments-area .children {
  margin-left: 30px;
}

.post_comment .post_comment {
  margin-left: 15px;
}

/* COMMENT FORM CSS */
.comments,
.comment-respond {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  padding: 38px 30px 45px !important;
}

.comments {
  padding: 38px 30px 25px;
}

.comment_field input.form-control {
  height: 42px;
}

.comment_field .textarea-field textarea {
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment_hoiet_btn {
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 16px 30px;
  margin-top: 15px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
}

.em-theme-main-page .commment_title h3 {
  margin-top: 0px;
}

.em-theme-main-page .empgc {
  margin-top: 40px;
}

.em-theme-main-page .empgc.commment_title h3 {
  margin-bottom: 35px;
}

.em-single-page-comment .commment_title.empgc>h3 {
  margin-bottom: 35px;
}

.logged-in-as {
  margin-bottom: 0;
  margin-top: 30px;
}

a.comment-edit-link {
  margin-bottom: 12px;
  display: inline-block;
}

.em-theme-main-page .comments-area {
  margin-top: 40px;
  clear: both;
}

/*========================
 theme 404 css
=========================*/
.not-found-area {
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  padding: 0 0 16px;
}

.not-found {
  display: table;
  width: 100%;
  height: 500px;
  text-align: center;
  padding-bottom: 40px;
}

.not-found-inner {
  display: table-cell;
  vertical-align: middle;
}

.not-found-inner {
  font-size: 30px;
}

.not-found-inner h2 {
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 0;
}

.not-found-inner p {
  font-size: 30px;
}

.not-found-inner a {
  font-size: 24px;
  margin-top: 40px;
  display: inline-block;
  text-decoration: underline;
}

/*========================
 theme search css
=========================*/

.search-error .search input {
  padding: 20px 0;
}

.search-error .search input[type="text"] {
  padding-left: 10px;
}

.search-error .search button {
  top: 48%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);
}

.search-error>p {
  font-size: 14px;
  margin: 14px 0 19px;
}

.search-error>h3 {
  display: block;
  font-size: 30px;
}

.search-error .search input {
  height: 54px;
}

/*========================
hoiet unit test footer

=========================*/

.blog-left-side .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;
}

/*========================
hoiet FOOTER TOP AREA CSS
=========================*/

.top-address-area {
  padding: 90px 0px 85px;
  text-align: center;
}

.top_address_logo {
  margin-bottom: 30px;
}

.address_content {
  padding-top: 38px;
}

.top_address_content a i,
.top_address_content span i {
  font-size: 14px;
  margin-right: 11px;
}

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

.widget_media_image {
  margin-top: 30px;
  margin-bottom: 27px;
}

/*========================
hoiet FOOTER TOP AREA CSS
=========================*/

.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
=========================*/

/*================================= mailchim 1=================================== */

.mc4wp-form-fields p {
  position: relative;
  line-height: 27px;
  margin-bottom: 22px;
}

.mc4wp-form-fields p label {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
}

.mc4wp-form-fields input {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0px;
  border: none;
  outline: none;
  padding: 15px 30px;
  height: 70px;
}

.mc4wp-form-fields button {
  width: 30%;
  border-radius: 0px;
  border: none;
  outline: none;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  padding: 10px 15px;

  transition: 0.5s;
}

.witr_joined .witr_field2 .witr_form_field2 input {
  height: 72px;
  border-radius: 0;
  border: 0;
}

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

/* small mobile :320px. */

@media (max-width: 479px) {
  body {
    overflow-x: hidden;
  }

  .hoiet-header-top {}

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

/*=====================
hoiet Single Event CSS
=========================  */
.single_event_content {
  padding: 25px 30px 20px;
}

.event-description {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 20px 32px;
}

.event-dsc-title>h2 {
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

span.eleft {
  font-weight: 700;
  font-size: 18px;
}

.event-dsc-info li {
  list-style: outside none none;
  margin-bottom: 25px;
  font-size: 17px;
  display: inline;
  margin-right: 30px;
  line-height: 2.7;
}

.event-dsc-info li i {
  margin-right: 10px;
  display: inline-block;
}

/* color class */
/* end color class */

/* witr carsoule image edit */

/* top search */

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

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

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

/* theme css */

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

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

/* witr_table */
.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;
}

.margin_30px {
  margin-left: 30px;
}

/* 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;
}

/*======= tutor LMS css ========*/
.tutor-course-filter-wrapper {
  padding: 100px 0px 80px;
  overflow: hidden;
}

.tutor-wrap {
  padding: 100px 0px 80px;
}

.tutor-course-filter-wrapper .tutor-wrap {
  padding: 0px;
}

.tutor-course-loop-header-meta {
  z-index: 3;
}

.tutor-cart-box-login-form {
  z-index: 999;
}

.tutor-course-loop {
  box-shadow: 0 10px 40px 0 rgb(50 65 141 / 12%);
  border-radius: 5px;
  border: none;
}

.etlms-course-list-classic .etlms-card,
.etlms-coursel-classic .etlms-card {
  border: none !important;
  box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
}

.etlms-course-list-classic .etlms-card:hover,
.etlms-coursel-classic .etlms-card:hover {
  box-shadow: 0 40px 50px 0 rgba(50, 65, 141, 0.08) !important;
}

.tutor-course-header a {
  overflow: hidden;
}

.tutor-course-header img {
  transition: 0.5s;
}

.tutor-course.tutor-course-loop:hover .tutor-course-header img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tutor-course-loop-level {
  padding: 8px 10px;
  font-size: 16px;
}

.tutor-course-filter-form select {
  padding: 12px 10px;
  cursor: pointer;
  outline: none;
}

.tutor-course-archive-results-wrap strong {
  padding: 5px 12px;
  height: 5px;
  width: 15px;
  border-radius: 5px;
}

.tutor-single-course-segment {
  box-shadow: 0px 0px 12px 0px #dddddd4f;
  padding: 20px 15px 20px;
}

.tutor-segment-title,
.tutor-single-course-segment .tutor-segment-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.tutor-course-filter-container .tutor-course-search-field,
.tutor-course-filter-container form>div>div {
  box-shadow: 0 0px 23px rgb(0 0 0 / 10%);
  padding: 5px 15px 20px;
  margin-bottom: 30px;
}

.tutor-course-header-h1 {
  font-weight: 600;
}

.tutor-course-lesson h5 a {
  font-size: 17px;
}

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

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

.top-welcome {
  display: inline-block;
}

/*======== slick arrow and dot ========*/
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);

  transition: 0.5s;
  border: 0px solid #17161a;
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.simages_id1 .slick-prev {
  left: 15px !important;
}

.simages_id1 .slick-next {
  right: 15px;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "\ea93";
  font-family: IcoFont !important;
  line-height: inherit;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-next:before {
  content: "\ea94";
  font-family: IcoFont !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background: #373737;
  outline: 0;
  border: 0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
}

.blog_wrap .slick-prev,
.blog_wrap .slick-next {
  top: 35%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.testomonial-slide .slick-prev,
.blog_wrap .slick-prev {
  left: -65px;
}

.testomonial-slide .slick-next,
.blog_wrap .slick-next {
  right: -65px;
}

.witr_car_overlay .slick-slide {
  padding: 0 12px;
}

/* 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;
}

/* preloader css  */
.twr_pretwr_loader_pre {
  width: 100%;
  z-index: 9000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.twr_pretwr_loader_pre .twr_animation {
  position: absolute;
  z-index: 9999;
}

.twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
  height: 8em;
  margin: 0 auto 3em auto;
  width: 8em;
  -webkit-animation: twr_circle_pre 1s infinite linear;
  animation: twr_circle_pre 1s infinite linear;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #0049ff;
  border-bottom-color: #0049ff;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-weight: 700;
  font-size: 5em;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:before {
  content: attr(data-text-pretwr_loader_pre);
  color: #0049ff;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-animation: twr_textletter_pre 4s infinite;
  animation: twr_textletter_pre 4s infinite;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.twr_pretwr_loader_pre p {}

.twr_pretwr_loader_pre .twr_loader_pre {
  position: fixed;
  top: 0;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
  left: 0;
  width: 100%;
}

.twr_loader_pre .row {
  height: 100%;
}

.twr_loader_pre .trw_prebg {
  padding: 0px;
}

.twr_loader_pre .trw_prebg .twr_bgoverlay {
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #ffffff;
  height: 100%;
  left: 0;
}

.twr_loader_pre .twr_animation {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* .twr_loader_pre .trw_prebg .twr_bgoverlay {
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  width: 0;
} */

#pretwr_loader_pre {
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
}

.loding_logo {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
    height: 8em;
    width: 8em;
  }

  .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
    height: 7em;
    width: 7em;
  }
}

@-webkit-keyframes twr_circle_pre {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes twr_circle_pre {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes twr_textletter_pre {

  0%,
  75%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes twr_textletter_pre {

  0%,
  75%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

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

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

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

/* slider social icon fixed css */
.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 {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 33px;
  margin-bottom: 10px;
  text-align: center;
  width: 35px;
}

/* Single team css */
.team_single_pic {
  overflow: hidden;
}

.team_single_pic img {
  width: 100%;
}

.witr_single_team_s {
  text-align: center;
  padding: 15px 0;
}

.witr_single_team_s a {
  text-align: center;
  font-size: 20px;
  margin: 0 7px;
}

.team_single_content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.team_single_title {
  margin-bottom: 15px;
}

.team_single_title h2 {
  margin: 0;
  font-size: 27px;
}

.team_single_title h1 {
  font-size: 17px;
}

.single_team_list ul li i,
.single_team_list ul li a i {
  font-size: 19px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;

  transition: 0.5s;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.team_single_btn {
  margin-top: 30px;
}

.team_single_btn a {
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  padding: 12px 30px;

  transition: 0.5s;
  font-weight: 700;
}

/* single portfolio2 */
.portfolio-details-box h2 {
  font-size: 25px;
}

.portfolio-details-box ul li {
  padding-top: 15px;
  padding-bottom: 10px;
  list-style: none;
}

.portfolio-details-box ul li b {
  font-size: 18px;
  font-weight: 600;
}

.portfolio-details-box ul li span.eright {
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
}

.prots-contentg ul {
  display: inline-block;
  margin-bottom: 20px;
}

.prots-contentg ul li {
  list-style: none;
}

.portfolio-details-box .prots-contentg ul {
  margin-left: 0px;
}

.pr-title h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* single event */
.hoiet-event-singlea {
  padding-bottom: 20px;
}

h2.related-projects-title.text-left {
  padding-bottom: 30px;
}

/* site page social icon */
.hoiet-single-icon {
  text-align: left;
}

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

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

/* main_menu_pop_area */
.main_menu_pop_area .blog-left-side .widget ul li:before {
  display: none;
}

.main_menu_pop_area .blog-left-side .widget ul li {
  padding-left: 0;
}

.main_menu_pop_area .blog-left-side .widget a {
  font-size: 21px;
}

.main_menu_pop_area .right_sideber_menu_inner {
  width: 300px;
}

.main_menu_pop_area a.main_sticky_l {
  display: none;
}

.right_side_menu_icon {
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 9;
}

.right_side_menu_icon .right_sideber_menu i {
  color: #fff;
  background: #fb3b00;
  padding: 25px;
}

.right_popupmenu_area .blog-left-side .widget ul li {
  padding-left: 0;
}

.right_popupmenu_area .blog-left-side .widget ul li:before {
  display: none;
}

.right_popupmenu_area .blog-left-side .widget a {
  font-size: 21px;
}

.tbd_product_title h2 {
  font-size: 25px;
}

.witr_ds_content_aream {
  position: relative;
}

.witr_ds_content {
  position: relative;
  z-index: 1;
}

.witr_containers {
  margin: auto;
  width: 61%;
}

.witr_ds_content:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

.witr_ds_content {
  height: 877px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.witr_ds_content_inner {
  position: relative;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.witr_ds_content_inner h1 {
  font-size: 18px;
  margin-bottom: 14px;
  background: #bead8e1a;
  padding: 14px 23px;
  display: inline-block !important;
  color: var(--color-primary);
  border-radius: 5px;
}

.witr_ds_content_inner h2,
.witr_ds_content_inner h3 {
  font-size: 60px;
  line-height: 1.3;
}

.witr_ds_content_inner p {
  width: 62%;
  margin: 15px auto 15px auto;
  font-size: 17px;
}

.witr_slick_list {
  margin-top: 30px;
}

.witr_slick_list ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.witr_slick_list ul li,
.witr_slick_list ul li a {
  font-weight: 500;
  color: #454545;
}

.witr_slick_list ul li i {
  margin-right: 5px;
}

.witr_slicks_title {
  position: absolute;
  top: -13%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.witr_slicks_title h4 {
  font-size: 130px;
  -webkit-text-stroke: 1px #222429;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  opacity: 0.07;
  margin: 0;
}

.text-left .witr_ds_content_inner h2,
.text-left .witr_ds_content_inner h3,
.text-left .witr_slicks_title h4 {
  width: 61%;
  margin: 0 auto 7px 0;
}

.text-left .witr_ds_content_inner p {
  width: 52%;
  margin: 27px auto 15px 0;
}

.text-center .witr_ds_content_inner h1,
.text-center .witr_ds_content_inner h2,
.text-center .witr_ds_content_inner h3,
.text-center .witr_ds_content_inner p,
.text-center .witr_slicks_title h4 {
  margin-left: auto;
  margin-right: auto;
}

.text-right .witr_ds_content_inner h1,
.text-right .witr_ds_content_inner h2,
.text-right .witr_ds_content_inner h3,
.text-right .witr_slicks_title h4 {
  width: 70%;
  margin: 0 0 7px auto;
}

.text-right .witr_ds_content_inner p {
  width: 62%;
  margin: 14px 0 15px auto;
}

.text-left .witr_slicks_title h4,
.text-left .witrscontainer h1,
.text-left .witrscontainer h2,
.text-left .witrscontainer h3,
.text-left .witrscontainer p {
  width: 70%;
  margin: 14px auto 15px 0;
}

.text-center .witr_slicks_title h4,
.text-center .witrscontainer h1,
.text-center .witrscontainer h2,
.text-center .witrscontainer h3,
.text-center .witrscontainer p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-right .witr_slicks_title h4,
.text-right .witrscontainer h1,
.text-right .witrscontainer h2,
.text-right .witrscontainer h3,
.text-right .witrscontainer p {
  width: 40%;
  margin: 14px 0 15px auto;
}

.text-center .witr_slicks_title h4,
.text-center .witrscontainer h1,
.text-center .witrscontainer h2,
.text-center .witrscontainer h3,
.text-center .witrscontainer p {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}

.text-left .witr_slicks_title h4 {
  width: 50%;
}

.text-right .witr_slicks_title h4 {
  width: 50%;
}

.text-center .witr_slicks_title h4 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .witrscontainer {
    max-width: 1430px;
  }
}

.witrscontainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-center .icon_section {
  position: absolute;
  left: 50%;
  bottom: -27%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-left .icon_section {
  position: absolute;
  left: 0;
  bottom: -22%;
}

.text-right .icon_section {
  position: absolute;
  right: 0;
  bottom: -22%;
}

.slick_pluse_btn {
  display: inline-block;
}

.slick_pluse_btn span {
  margin-left: 5px;
  display: inline-block;
}

a.witr_video_btn {
  color: #222429;
}

.slider_btn {
  margin-top: 45px;
}

.text-left .witr_slider_thumb {
  position: absolute;
  right: -180px;
  top: 48%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-right .witr_slider_thumb {
  position: absolute;
  left: -230px;
  top: 52%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-vertical .slick-slide {
  border: 0 !important;
}

.slick-vertical .slick-prev {
  transform: rotate(-90deg);
}

.slick-vertical .slick-next {
  transform: rotate(-90deg);
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .em_slider_s2_image img {
    width: 70%;
  }

  .text-left .witr_slicks_title h4,
  .text-left .witrscontainer h1,
  .text-left .witrscontainer h2,
  .text-left .witrscontainer h3,
  .text-left .witrscontainer p {
    width: 51%;
  }

  .text-right .witr_slicks_title h4,
  .text-right .witrscontainer h1,
  .text-right .witrscontainer h2,
  .text-right .witrscontainer h3,
  .text-right .witrscontainer p {
    width: 51%;
  }
}

@media (min-width: 1025px) and (max-width: 1800px) {
  .elementor-section-full_width .witr_containers {
    width: 98% !important;
  }
}

@media (min-width: 1365px) and (max-width: 1660px) {
  .witr_ds_content {
    height: 980px !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .elementor-section-full_width .witr_containers {
    width: 90% !important;
  }

  .witr_ds_content_inner h2,
  .witr_ds_content_inner h3 {
    font-size: 50px;
  }
}

@media (min-width: 1301px) and (max-width: 1440px) {
  .elementor-section-full_width .witr_containers {
    width: 82% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_ds_content {
    height: 840px !important;
  }

  .text-right .witr_slider_thumb {
    left: -90px !important;
  }

  .text-left .witr_slider_thumb {
    right: -240px !important;
  }

  .em_slider_s2_image img {
    width: 65%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .elementor-section-full_width .witr_containers {
    margin: auto;
    width: 90% !important;
  }

  .witr_slick_list {
    text-align: center;
  }

  .slider_btn {
    margin-top: 15px;
  }

  .witr_ds_content {
    height: 550px !important;
  }

  .text-center .witr_ds_content_inner h1,
  .text-center .witr_ds_content_inner h2,
  .text-center .witr_ds_content_inner h3,
  .text-center .witr_ds_content_inner p,
  .text-left .witr_ds_content_inner h1,
  .text-left .witr_ds_content_inner h2,
  .text-left .witr_ds_content_inner h3,
  .text-left .witr_ds_content_inner p,
  .text-right .witr_ds_content_inner h1,
  .text-right .witr_ds_content_inner h2,
  .text-right .witr_ds_content_inner h3,
  .text-right .witr_ds_content_inner p {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }

  .text-left .slider_vd_icon {
    right: 43% !important;
    top: -13% !important;
  }

  .witr_ds_content_inner h2,
  .witr_ds_content_inner h3 {
    font-size: 48px;
  }

  .text-right .slider_vd_icon {
    left: 43% !important;
    top: -13% !important;
  }

  .witr_slicks_title h4 {
    font-size: 105px !important;
  }

  .slider_btn,
  .text-left .witr_btn_sinner,
  .text-right .witr_btn_sinner {
    text-align: center !important;
  }

  .witr_slider_thumb.em_slider_s2_image {
    display: none;
  }
}

@media (max-width: 767px) {
  .elementor-section-full_width .witr_containers {
    margin: auto;
    width: 90% !important;
  }

  .witr_slick_list {
    text-align: center;
  }

  .text-left .witr_btn_sinner,
  .text-right .witr_btn_sinner {
    text-align: center !important;
  }

  .witr_video_butns {
    display: block;
    margin-top: 15px;
  }

  .slider_btn {
    margin-top: 15px;
  }

  .witr_ds_content {
    height: 700px !important;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }

  .text-center .witr_ds_content_inner h1,
  .text-center .witr_ds_content_inner h2,
  .text-center .witr_ds_content_inner h3,
  .text-center .witr_ds_content_inner p,
  .text-left .witr_ds_content_inner h1,
  .text-left .witr_ds_content_inner h2,
  .text-left .witr_ds_content_inner h3,
  .text-left .witr_ds_content_inner p,
  .text-right .witr_ds_content_inner h1,
  .text-right .witr_ds_content_inner h2,
  .text-right .witr_ds_content_inner h3,
  .text-right .witr_ds_content_inner p {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }

  .text-left .slider_vd_icon {
    right: 40% !important;
    top: -18% !important;
  }

  .text-center .witr_ds_content_inner h1,
  .text-left .witr_ds_content_inner h1,
  .text-right .witr_ds_content_inner h1 {
    font-size: 20px;
  }

  .text-center .witr_ds_content_inner h2,
  .text-center .witr_ds_content_inner h3,
  .text-left .witr_ds_content_inner h2,
  .text-left .witr_ds_content_inner h3,
  .text-right .witr_ds_content_inner h2,
  .text-right .witr_ds_content_inner h3 {
    font-size: 25px;
  }

  .text-right .slider_vd_icon {
    left: 40% !important;
    top: -18% !important;
  }

  .witr_slicks_title h4 {
    font-size: 65px !important;
  }

  .witr_btn {
    padding: 10px 26px;
    margin-right: 0;
  }

  .slider_btn {
    text-align: center;
    margin-top: 15px;
  }

  .text-left .icon_section {
    left: 19%;
  }

  .text-right .icon_section {
    right: 45px;
    bottom: -15%;
  }

  .em_slider_s2_image {
    display: none;
  }
}

.witr_btn,
.witr_btn:hover {
  color: #fff;
  background: #00988c;
}

.slider_btn .witr_btn {
  border: none;
  outline: none;
}

.slider_btn .witr_btn i {
  margin-right: 10px;
}

.slider_btn .witr_btn.active {
  background: transparent;
}

.slick-slide {
  padding-top: 0;
}

/* slider video icon css */
.witr_video_btn {
  font-size: 18px;
  font-weight: 500;
}

.witr_btn {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: 1s;
  background: var(--color-primary);
  color: #fff;
  margin-right: 15px;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
}

.witr_video_btn i {
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}

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

.witr_video_btn i,
.witr_video_btn i:after {
  background: var(--color-primary);
}

a.witr_video_btn {
  color: #222429;
}

/* feature area css */

.tx_sv_area {
  padding-top: 90px;
}

.twr_feature_three_text a:hover {
  color: #222429;
}

.witr_btn_all_color {
  color: #bead8e !important;
}

.witr_btn_all_color {
  color: var(--e-global-color-ec42b8c);
  font-weight: 600;
}

.sub-item {
  position: relative;
  padding: 20px 0;

  transition: 0.5s;
}

.sub-item i {
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;

  transition: 0.5s;
}

.width_height_link_0.sub-item i,
.width_height_link_02 .sub-item i {
  font-size: 50px;
  height: auto;
  width: auto;
  border-radius: initial;
  line-height: normal;
  background: 0 0;
  border: none;
}

.sub-item span {
  position: absolute;
  top: 15px;
  left: 20%;
  font-size: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  line-height: 1;
}

.sub-item h3 {
  margin: 15px 0 10px;
}

.feature_btn a {
  transition: 0.5s;
  display: inline-block;
  padding: 9px 30px;
}

.sub-border-2 .sub-item span {
  top: 31px;
  left: auto;
  right: 11%;
  z-index: 999;

  transition: 0.5s;
}

.sub-border-2:hover .sub-item span {
  font-size: 60px;
}

.sub-border-2 .sub-item p {
  padding: 0 0;
}

.sub-item.sub-item-3 i {
  height: 80px;
  width: 80px;
  line-height: 78px;
  background: 0 0;

  transition: 0.5s;
  display: inline-block;
}

.sub-item.sub-item-3 p {
  padding-top: 15px;
}

.sub-item-3.sub-item h3 {
  padding-bottom: 8px;
  margin-top: 0;
}

.sub-item.sub-item-6 i {
  border-radius: 30% 70% 70% 30%/50% 50% 50% 50%;

  transition: 0.5s;
  display: inline-block;
}

.sub-item.sub-item-8 {
  padding: 30px 20px 21px;

  transition: 0.5s;
}

.sub-item.sub-item-8:hover {
  box-shadow: 0 0 29px -26px #000;
}

.witr_feature_3d {
  -webkit-perspective: 1000px;
  perspective: 1000px;

  transition: 0.5s;
}

.witr_single_feature_3d {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.witr_feature_back_3d,
.witr_feature_front_3d {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;

  transition: 0.5s;
}

.witr_feature_flip_left:hover .witr_single_feature_3d {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.witr_feature_flip_right:hover .witr_single_feature_3d {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.witr_feature_flip_up:hover .witr_single_feature_3d {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.witr_feature_flip_down:hover .witr_single_feature_3d {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.witr_feature_front_3d {
  z-index: 2;
}

.witr_feature_back_3d {
  z-index: 3;
}

.witr_feature_flip_left .witr_feature_back_3d {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.witr_feature_flip_right .witr_feature_back_3d {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.witr_feature_flip_up .witr_feature_back_3d {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.witr_feature_flip_down .witr_feature_back_3d {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.witr_feature_flip_zoomin .witr_feature_back_3d {
  opacity: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.witr_feature_flip_zoomin:hover .witr_feature_back_3d {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.witr_feature_flip_zoomout .witr_feature_front_3d {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 4;
}

.witr_feature_flip_zoomout:hover .witr_feature_front_3d {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.witr_feature_3d,
.witr_feature_back_3d,
.witr_feature_front_3d {
  height: 398px;
  width: 100%;
}

.witr_feature_icon_3d {
  margin-bottom: 14px;
}

.witr_feature_icon_3d i {
  font-size: 35px;
  display: inline-block;
}

.witr_feature_content_3d h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.witr_feature_content_3d h2 {
  margin-bottom: 12px;
  font-size: 17px;
}

.witr_feature_front_3d {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.witr_feature_front_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.witr_feature_back_3d {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.witr_feature_back_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.witr_feature_btn_3d {
  margin-top: 27px;
  z-index: 999;
}

.witr_feature_btn_3d a {
  display: inline-block;
  font-size: 15px;
  padding: 8px 33px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.witr_feature_bo11_thumb {
  overflow: hidden;
  position: relative;
}

.witr_slug_feature .witr_feture_back_con_slugf {
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 30px;

  transition: 0.5s;
}

.witr_slug_feature:hover .witr_feture_back_con_slugf {
  top: 0;
}

.witr_back_con_slugf {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.witr_slug_front_contentf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;

  transition: 0.5s;
}

.witr_feature_iconf {
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.witr_back_con_slugf .witr_content_textf h3 {
  font-size: 23px;
  margin-bottom: 11px;
  padding-top: 0;
}

.witr_slug_front_contentf .witr_content_textf h3 {
  margin-left: 20px;
  margin-top: 17px;
  font-size: 22px;
}

.witr_slug_feature:hover .witr_slug_front_contentf {
  bottom: -100px;
}

.witr_slug_front_contentf .witr_content_textf p {
  display: none;
}

.witr_feature_btn_f a {
  padding: 8px 21px;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
}

.all_feature_color.ca_ferture_7 {
  margin: 15px 0;
}

.ca_ferture_7 .sub-item {
  padding: 30px 30px 30px;
  box-shadow: 0 5px 10px 0 rgb(240 241 243);
  -webkit-transition: 1s;
  transition: 1s;
}

.witr_cfeature8 .sub-item span {
  position: inherit;
  font-size: 18px;
  display: block;
  top: auto;
  left: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 30px;
}

.witr_cfeature8 .sub-item span:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 58%;
  border-left-color: transparent;
  z-index: -1;
  margin: auto;
  top: -10px;
  border-radius: 0 5px 5px 0;
}

.witr_cfeature8 .sub-item h3 {
  margin-top: 30px;
}

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

.witr_cfeature9 .all_feature_color {
  box-shadow: 0 5px 10px 0 rgb(240 241 243);
  background: #fff;
}

.witr_cfeature9 .slick-slide {
  padding-bottom: 30px;
}

.witr_cfeature9 .sub-item {
  padding: 0;
}

.feature_carsor_icon {
  margin-top: -48px;
  margin-bottom: 29px;
}

.witr_cfeature9 .sub-item span {
  position: inherit;
  font-size: 50px;
  display: block;
  top: auto;
  bottom: 5px;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.witr_cfeature9 .sub-item:hover span {
  opacity: 1;
}

.witr_cfeature9 .sub-item i {
  position: relative;

  transition: 0.5s;
}

.witr_cfeature9 .sub-item i:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  top: 6px;

  transition: 0.5s;
}

.witr_cfeature9 .sub-item:hover i:after {
  background: #fff;
}

.witr_cfeature9 .feature_btn {
  position: relative;
  top: 20px;
}

.witr_cfeature9 .sub-item:hover .feature_btn a {
  background: #fff;
  color: #222429;
  border-color: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
}

.witr_feature2 {
  position: relative;
  z-index: 1;
  padding: 65px 20px;

  transition: 0.5s;
}

.witr_fea2_icon_top i {
  font-size: 80px;
  display: inline-block;
}

.single_feature2:hover .witr_fea2_icon_top i {
  transition: 0.5s;
}

.witr_feature2_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0;

  transition: 0.5s;
}

.single_feature2:hover .witr_feature2_icon {
  opacity: 8%;
}

.witr_feature2_icon i {
  font-size: 150px;
}

.witr_feature2 h3 {
  margin: 19px 0 10px;
}

.twr_feature_three {
  box-shadow: 0 5px 83px rgb(3 43 86 / 12%);
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 20px;
}

.twr_feature_three_inner {
  position: relative;
  background: inherit;
  z-index: 2;
  transition: 0.5s;
  padding: 40px 30px;
}

.twr_feature_three:hover .twr_feature_three_inner {
  transform: translateY(-84px);
}

.twr_feature_three_icon {
  margin-bottom: 20px;
  transition: 1s;
}

.twr_feature_three_icon i {
  font-size: 64px;
}

.twr_feature_three_icon i,
.twr_feature_three_text a {
  color: var(--color-primary);
}

.twr_feature_three:hover .twr_feature_three_icon {
  transform: scale(0);
}

.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:hover .twr_fe_three_middle_icon {
  opacity: 1;
}

.twr_fe_three_middle_icon i {
  font-size: 130px;
  color: #ddd;
}

.twr_feature_three_text h3 {
  margin-bottom: 15px;
}

.twr_feature_three_text p {
  margin-top: 0;
  margin-bottom: 0;
}

.twr_feature_three_text a {
  color: #222429;
  margin-top: 10px;
  display: inline-block;
}

.twr_feature_three_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.twr_feature_four_image {
  position: relative;
  overflow: hidden;
}

.twr_feature_four_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.twr_feature_four_inner {
  position: absolute;
  bottom: 0;
  padding: 20px 40px 30px;
  transition: 0.5s;
  transform: translateY(82px);
}

.twr_feature_four:hover .twr_feature_four_inner {
  transform: translateY(0);
}

.twr_feature_four_icon i {
  font-size: 45px;
  margin-bottom: 15px;
}

.twr_feature_four_icon i {
  font-size: 35px;
}

.feature_list_option {
  margin-top: 15px;
}

.feature_list_option ul {
  margin-bottom: 0;
}

.feature_list_option ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}

.feature_list_option ul li span {
  margin-right: 6px;
}

.singleService {
  position: relative;
  padding: 24px 0 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.singleService h3 {
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 7px;
}

.singleService p {
  margin-bottom: 88px;
}

.boxTop.singleService p {
  margin-bottom: 0;
}

/* .box {
  position: relative;
  text-align: center;
}

.box:before {
  width: 267px;
  height: 276px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  text-align: center;
  background: url(../images/corporate/s5.png) no-repeat center center/cover;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: box_blinker_before 3.5s linear infinite;
  animation: box_blinker_before 3.5s linear infinite;
}

@-webkit-keyframes box_blinker_before {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes box_blinker_before {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.box:after {
  width: 163px;
  height: 182px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  content: "";
  text-align: center;
  background: url(../images/corporate/s6.png) no-repeat center center/cover;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: box_blinker_after 3.5s linear infinite;
  animation: box_blinker_after 3.5s linear infinite;
}

@-webkit-keyframes box_blinker_after {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes box_blinker_after {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */

.singleService:hover .box:before {
  visibility: hidden;
  opacity: 0;
}

.singleService:hover .box:after {
  visibility: visible;
  opacity: 1;
}

/* .box i {
  font-size: 53px;
  line-height: 53px;
  z-index: 5;
  top: 0;
  left: 6px;
  text-align: center;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: inline-block;
  -moz-transition: all ease 0.4s;
} */

.singleService h2 {
  font-size: 60px;
  line-height: 37px;
  top: 35px;
  right: -52px;
  z-index: -1;
  position: relative;
  margin: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.boxTop h2 {
  top: -42px;
  right: -40px;
}

.boxTop {
  padding-top: 100px;
}

.boxTop .box {
  margin-bottom: 84px;
}

.witr_feature_12.sub-item {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
  padding: 40px 30px 30px;

  transition: 0.5s;
}

.witr_feature_12.sub-item:hover {
  background: url(../images/corporate/fea-12.png) no-repeat center top;
}

.witr_feature_bo_thumb {
  margin-top: 24px;
}

.witr_feature_12.sub-item i {
  font-size: 40px;
  border-radius: 5px;
  background: no-repeat;
  height: auto;
  width: auto;
  line-height: 0;
}

.witr_feature_13.sub-border-2 .sub-item span {
  top: 5px;
  left: 67%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  border-radius: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.witr_feature_13 .sub-item i {
  position: relative;
  height: 95px;
  width: 95px;
  line-height: 95px;
}

.witr_feature_13 .sub-item:before {
  position: absolute;
  content: "";
  top: 75px;
  left: 0;
  width: 110%;
  height: 3px;

  transition: 0.5s;
}

.witr_feature_13 .sub-item:after {
  position: absolute;
  content: "";
  top: 75px;
  left: 0;
  width: 110%;
  height: 3px;
  z-index: -1;
}

.witr_feature_13 .sub-item h2 {
  font-size: 16px;
  margin-bottom: 8px;
}

.em-feature {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.feature_inner_box {
  padding: 30px 21px 21px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  box-shadow: 0 5px 10px 0 rgb(240 241 243);
  border-radius: 5px;
}

.feature_inner_box:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

.em_feature-icon i {
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  height: 45px;
  line-height: 46px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 45px;
  border-radius: 30px;
  margin-right: 20px;
  text-align: center;
  float: left;
}

.em_feature-icon img {
  float: left;
}

.em_content_text {
  padding-top: 10px;
}

.feature_active .slick-list {
  padding-bottom: 10px;
}

.em-feature-title h2 {
  font-size: 17px;
  padding-bottom: 3px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-top: 11px;
}

.em-feature-desc p {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.feature_inner {
  overflow: hidden;
}

.feature_icon {
  margin-top: 21px;
}

.f-readmore {
  padding-top: 7px;
}

.feature_button a {
  display: inline-block;
}

.feature_button a span i {
  margin-left: 10px;
  font-size: 11px;
}

.em-feature:hover .em-feature-desc,
.em-feature:hover .feature_button a,
.em-feature:hover h2,
.em-feature:hover h3,
.em-feature:hover h3 a {
  z-index: 1;
}

.feature_active .slick-slide img {
  display: initial;
}

.feature_active .all_feature_color h2 {
  font-size: 17px;
  font-weight: 400;
}

.feature_active .slick-dots {
  bottom: -35px;
}

.wcr_feature_10 {
  border-radius: 5px;
  box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
  margin: 15px 0;
}

.wcr_feature_10 .sub-item {
  padding: 50px 20px 18px;
}

.wcr_feature_10 .feature_btn a {
  display: block;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
}

.wcr_feature_10 .feature_btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;

  transition: 0.5s;
  border-radius: 0 0 5px 5px;
}

.wcr_feature_10:hover .feature_btn a:before {
  height: 100%;
}

.wcr_feature_11 {
  padding-bottom: 43px;
}

.feature_positions_thumb,
.witr_sub_item_area {
  position: relative;
}

.feature_video_post {
  position: absolute;
  top: 20px;
  right: 20px;
}

.feature_video_post a {
  width: 50px;
  height: 50px;
  line-height: 44px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.feature_topicon_post {
  position: absolute;
  top: 20px;
  left: 20px;
}

.feature_topicon_post i {
  font-size: 30px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;

  transition: 0.5s;
}

.witr_sub_item {
  position: relative;
  padding: 20px 20px 60px;
  box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
  z-index: 1;
}

.witr_sub_item h3 {
  margin-bottom: 7px;
}

.feature_big_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;

  transition: 0.5s;
  z-index: -1;
}

.feature_big_icon span {
  font-size: 100px;
}

.wcr_feature_11:hover .feature_big_icon {
  opacity: 1;
}

.car_feature_btn_icon {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.car_feature_btn_icon a i {
  font-size: 26px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;

  transition: 0.5s;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}

.medi_singleFeature {
  position: relative;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.medi_singleFeature:after {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.medi_singleFeature:before {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.medi_singleFeature:hover:before {
  width: 100%;
}

.medi_featureThumb {
  position: relative;
  margin-bottom: 20px;
}

.medi_featureThumb img {
  width: 100%;
  height: auto;
}

.medi_featureThumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.medi_featureDetail {
  position: relative;
  padding: 0 25px 24px 34px;
}

.medi_featureDetail p {
  margin-bottom: 10px;
}

.medi_featureDetail .discover_more {
  margin: 0;
}

.medi_featureDetail .discover_more i {
  position: relative;
  top: 2px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.medi_featureDetail .discover_more:hover i {
  padding-left: 7px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sub-item p {
    padding: 0 6px;
  }

  .witr_feature2 h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub-border-2 .sub-item span {
    top: 31px;
    left: 75%;
  }

  .sub-item p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .em_feature-icon {
    font-size: 18px;
  }

  .em_feature-icon i {
    float: none;
  }

  .twr_feature_four_inner {
    padding: 20px 16px 30px;
  }

  .em-feature-title h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .witr_feature_content_3d h3 {
    font-size: 21px;
  }

  .sub-item h3 {
    font-size: 21px;
  }

  .feature_inner_box {
    text-align: center;
  }

  .em-feature {
    margin-bottom: 23px;
  }
}

@media (min-width: 10px) and (max-width: 991px) {
  .em-feature {
    margin-bottom: 20px;
  }
}

.fix {
  clear: both;
}

ol,
ul {
  padding-left: 0;
}

.btn:hover,
.btn:focus {
  border: none;
  box-shadow: none;
}

/* accouding elementor 2 */
.elementor-accordion .elementor-accordion-item {
  border: 0 !important;
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.elementor-accordion .elementor-tab-content {
  border-top: none !important;
}

.elementor-tab-title a,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  font-size: 17px;
  font-weight: 600;
}

.witr_all_mb_30.mb_70 {
  margin-bottom: 113px;
}

.noguttergs,
.witr_all_pd0 {
  padding: 0 !important;
}

/* === style_w6 shape ==== */

.witr_shape_item_inner {
  position: absolute;
  z-index: -1;
  content: "";

  transition: 0.5s;
}

.witr_shape_box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: auto;
  transition: 0.5s;
}

.witr_shape_box_text {
  text-align: center;
  left: 50%;
  top: 50%;
  margin: auto;
  text-align: center;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
}

/* translate lr */
@-webkit-keyframes witr_movelr_box45 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
}

@keyframes witr_movelr_box45 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
}

@-webkit-keyframes witr_movelr_box90 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
}

@keyframes witr_movelr_box90 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
}

@-webkit-keyframes witr_movelr_box180 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
}

@keyframes witr_movelr_box180 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
}

@-webkit-keyframes witr_movelr_box360 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
  }
}

@keyframes witr_movelr_box360 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
  }
}

/* translate tb */
@-webkit-keyframes witr_movetb_box45 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
}

@keyframes witr_movetb_box45 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
}

@-webkit-keyframes witr_movetb_box90 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@keyframes witr_movetb_box90 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@-webkit-keyframes witr_movetb_box180 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }
}

@keyframes witr_movetb_box180 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }
}

@-webkit-keyframes witr_movetb_box360 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(360px);
    transform: translateY(360px);
  }
}

@keyframes witr_movetb_box360 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(360px);
    transform: translateY(360px);
  }
}

/* rotate */
@-webkit-keyframes witr_rotate_360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes witr_rotate_360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes witr_rotate_180 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes witr_rotate_180 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes witr_rotate_90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes witr_rotate_90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes witr_rotate_45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes witr_rotate_45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*  slick and swiper Slider shape*/
.wirt_ani_slick_image {
  position: absolute;
  left: -3%;
  top: -11%;
  z-index: 1;
  -webkit-animation: witr_movetb_box45 3s linear 2s infinite alternate running;
  animation: witr_movetb_box45 3s linear 2s infinite alternate running;
}

.witr_not_ani {
  -webkit-animation: witr_abmovetb_box15 3s linear 2s infinite alternate running;
  animation: witr_abmovetb_box15 3s linear 2s infinite alternate running;
}

@-webkit-keyframes witr_abmovetb_box15 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes witr_abmovetb_box15 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* witr Single Image animater*/
.single_img_ani img {
  -webkit-animation: single_img_ani 10s linear infinite alternate forwards;
}

@-webkit-keyframes single_img_ani {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes single_img_ani {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/* single_seivice_ani */
.single_seivice_ani img {
  -webkit-animation: single_seivice_ani 10s linear infinite alternate forwards;
  animation: single_seivice_ani 10s linear infinite alternate forwards;
}

@-webkit-keyframes single_seivice_ani {

  0%,
  to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes single_seivice_ani {

  0%,
  to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/* === style_w9 animate ==== */

/* witr_rotate_all */
@-webkit-keyframes witr_rotate_all {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes witr_rotate_all {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.set_class {
  -webkit-animation: witr_rotate_all 800ms ease-out infinite;
  animation: witr_rotate_all 800ms ease-out infinite;
}

/* witr_rotate_left */
@-webkit-keyframes witr_rotate_left {
  to {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  from {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
  }
}

@keyframes witr_rotate_left {
  to {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  from {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
  }
}

.set_class {
  -webkit-animation: witr_rotate_left 800ms ease-out infinite;
  animation: witr_rotate_left 800ms ease-out infinite;
}

/* witr_rotate_right */
@-webkit-keyframes witr_rotate_right {
  from {
    -webkit-transform: rotate(-175deg);
    transform: rotate(-175deg);
  }

  to {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@keyframes witr_rotate_right {
  from {
    -webkit-transform: rotate(-175deg);
    transform: rotate(-175deg);
  }

  to {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

.set_class {
  -webkit-animation: witr_rotate_right 800ms ease-out infinite;
  animation: witr_rotate_right 800ms ease-out infinite;
}

/* 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)";
  }
}

@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)";
  }
}

.set_class {
  -webkit-animation: witr_squares 800ms ease-out infinite;
  animation: witr_squares 800ms ease-out infinite;
}

/* witr zoom out */
@-webkit-keyframes witr_zoom_out {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes witr_zoom_out {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.set_class {
  -webkit-animation: witr_zoom_out 800ms ease-out infinite;
  animation: witr_zoom_out 800ms ease-out infinite;
}

/* witr zoom in */
@-webkit-keyframes witr_zoom_in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes witr_zoom_in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.set_class {
  -webkit-animation: witr_zoom_in 800ms ease-out infinite;
  animation: witr_zoom_in 800ms ease-out infinite;
}

/* witr_zoom_wave */
@-webkit-keyframes witr_zoom_wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  20% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes witr_zoom_wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  20% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.set_class {
  -webkit-animation: witr_zoom_wave 800ms ease-out infinite;
  animation: witr_zoom_wave 800ms ease-out infinite;
}

/* witr_focash */
@-webkit-keyframes witr_focash {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes witr_focash {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.set_class {
  -webkit-animation: witr_zoom 800ms ease-out infinite;
  animation: witr_zoom 800ms ease-out infinite;
}

/* witr_up_down */
@-webkit-keyframes witr_up_down {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes witr_up_down {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.set_class {
  -webkit-animation: witr_up_down 800ms ease-out infinite;
  animation: witr_up_down 800ms ease-out infinite;
}

/* witr_bounce */
@-webkit-keyframes witr_bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes witr_bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.set_class {
  -webkit-animation: witr_bounce 800ms ease-out infinite;
  animation: witr_bounce 800ms ease-out infinite;
}

@-webkit-keyframes blinker {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes blinker {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.witr_all_mb_30,
.guttergs {
  margin-bottom: 23px;
  border: none;
}

/* Animate Text */
.witr_animate_content h1 span {
  -webkit-text-stroke: 1px #888888;
  -webkit-text-fill-color: transparent;
}

/* slider icon - video icon css  */

.text-left .slider_vd_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.text-right .slider_vd_icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

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

@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);
  }
}

.slider_btn .witr_btn {
  border: none;
  outline: none;
}

.slider_btn .witr_btn i {
  margin-right: 10px;
}

.slider_btn .witr_btn.active {
  background: transparent;
}

/* slider video icon css */
.witr_video_btn {
  font-size: 18px;
  font-weight: 500;
}

.witr_video_btn i {
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
}

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

.hoiet_slider_icon {
  display: inline-block;
}

.hoiet_slider_icon ul li {
  list-style: none;
  display: inline-block;
}

.hoiet_slider_icon ul li a i {
  font-size: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;

  transition: 0.5s;
}

.all_color_testimonial,
.all_blog_color,
.all_color_service,
.all_service2_color,
.all_color_team,
.all_feature_color {
  transition: 0.5s;
}

/* button hover style */
.btn,
.learn_btn,
.witr_feature_btn_f a,
.witr_feature_btn_3d a,
.feature_btn a,
.witr_ser_btnb a,
.service-btn>a,
a.dtbtn,
.witr_bbtn,
.witr_gbtn,
.witr_gbbtn,
.hoiet_button a,
.witr_sbtn_s8 a {
  font-size: 16px;
  font-weight: 500;
}

/* End Plugin CSS area */

/* Banner Css Area start */

.witr_swiper_height {
  height: 879px;
}

.witr_sw_text_area {
  width: 60%;
  height: 100%;
}

.witr_swiper_content h2,
.witr_swiper_content h3 {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

.witr_swiper_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  background-image: inherit !important;
  transition: 0.5s;
  outline: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #fff;
  color: var(--color-primary);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  padding: 30px;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-next {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

.witr_swiper_content .witr_btn.active {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.witr_swiper_content .witr_btn.active:hover {
  color: #ffffff;
  background-color: var(--color-primary);
  border: 1px solid transparent;
}

.slider_btn {
  margin-top: 105px;
}

.witr_swiper_content .witr_btn {
  padding: 16px 40px;
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.witr_swiper_content .witr_btn:hover {
  background: #373737;
}

.witr_swiper_height {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Banner Css Area end */

/* Search area start */

.search_main {
  padding: 70px 0 70px 0;
  background-color: #373737;
}

.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 42px;
  margin: auto;
  font-weight: 400;
  line-height: 1;
  font-family: 'Yeseva One'
}

.search_main .witr_section_title_inner h3 {
  color: #ffffff;
  padding: 0px 0px 20px 0px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control {
  width: 100%;
  height: 62px;
  outline: 0;
  margin-bottom: 23px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #5b5b5b;
  border-radius: 0px 0px 0px 0px;
  background-color: transparent;
  color: #ffffff;
}

.wpcf7-form-control:focus {
  color: #fff;
  background-color: #373737;
  border-color: #5b5b5b;
  outline: 0;
  box-shadow: none;
}

.search_inner button {
  padding: 22px 30px 22px 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  background: var(--color-primary);
  color: #ffffff;
  border: none;
  box-shadow: none;
  transition: 0.5s;
}

.search_inner button:hover {
  background: #02101e;
}

/* Search area end */

/* About area start */

.about_main {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .about_main {
    padding: 0;
  }
}

.about_img1 img,
.about_img2 img {
  width: 100%;
}

.about_img2 {
  margin-top: 100px;
}

.about_img2 video {
  width: 100%;
}

.about_img1 {
  position: relative;
}

.about_img1 .witr_counter_single {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.about_img1 .witr_counter_number_inn h3,
.about_img1 .witr_counter_number_inn span {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 42px;
}

.about_img1 .all_counter_color h4 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
}

.witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  margin: auto;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  color: var(--color-primary);
}

.about_main .witr_section_title_inner h3 {
  margin: 0px 0px 23px 0px;
}

.about_right .accordion_area .card-2 {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 5px;
}

.about_right .accordion_area .card-header.witr_ac_card {
  background: 0 0 !important;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}

.about_right .witr_ac_style {
  background-color: #02010100;
  padding: 10px 0px 10px 0px;
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  display: inline-block;
}

.about_right .accordion_area .card-2 p {
  padding: 10px 15px 0;
}

.about_right .witr_ac_style:before {
  position: absolute;
  content: "\ea99";
  right: 30px;
  font-family: IcoFont !important;
  font-size: 16px;
  font-weight: 500;
}

.about_right .active .witr_ac_style:before {
  content: "\eaa1";
}

.about_right .witr_ac_style:hover {
  color: #b1a490;
}

.about_right .accordion_area {
  margin-bottom: 20px;
}

.about_right .witr_btn {
  margin: 10px 0px 10px 0px;
}

/* About area end */

/* Service area start */

.service_main {
  padding: 120px 0;
  background-color: #f9f8f5;
}

.ser_left .witr_section_title_inner p {
  width: 100%;
  padding: 20px 0px 10px 0px;
  margin-top: 10px;
}

.ser_left .witr_btn {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.witr_s_flex {
  display: flex;
}

.service_top_text {
  display: block;
}

.ser_right {
  margin-top: 40px;
}

.ser_left {
  padding-top: 40px;
}

.ser_right .em-service-icon {
  margin: 5px 13px 0px 0px;
  width: 80px;
  padding: 18px;
  background: #fff;
}

.ser_right .em-service-icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  color: var(--color-primary);
  font-size: 45px;
  background-color: #ffffff;
  transition: 0.5s;
}

.ser_right .text_box {
  margin-bottom: 20px;
}

.ser_right .text_box:hover i {
  background-color: var(--color-primary);
  color: #ffffff;
}

/* Service area end */

/* Hotel area start */

.hotel_left img {
  width: 100%;
}

.hotel_right .witr_section_title_inner p {
  width: 100%;
  padding: 10px 0px 0px 0px;
  margin-top: 10px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: 400;
}

.hotel_right .witr_section_title {
  margin-bottom: 20px;
}

.middle_text .witr_section_title_inner h3 {
  color: var(--color-primary);
  padding: 5px 0px 0px 0px;
}

.middle_text .witr_section_title_inner h1 {
  color: #181c23;
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hotel_right .witr_btn {
  margin-top: 40px;
}

.hotel_right .witr_btn:hover {
  background: #373737;
}

.hotel_inner {
  padding-bottom: 120px;
}

.hotel_main {
  padding-top: 120px;
}

/* Hotel area end */

/* Gallery area start */

.gal_main {
  padding: 120px 0;
}

.witr_single_pslide {
  position: relative;
  overflow: hidden;
}

.gal_main .witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
}

.gal_main .witr_section_title_inner h3 {
  color: #ffffff;
  padding: 0px 0px 40px 0px;
  font-family: 'Yeseva One';
  font-size: 42px;
  font-weight: 400
}

.gal_inner .witr_content_pslide_text {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  text-align: left;
}

.gal_inner .witr_single_pslide:hover .witr_content_pslide_text {
  opacity: 1;
  bottom: 30px;
}

.gal_inner .witr_pslide_image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
  background-color: var(--color-primary);
  opacity: 0.94;
}

.witr_single_pslide:hover .witr_pslide_image:before {
  transform: scale(1.2);
}

.gal_inner .witr_pslide_image img {
  margin-right: auto;
  margin-left: auto;
  transition: 0.5s;
  width: 100%;
}

.gal_inner .witr_content_pslide h3 a {
  margin-bottom: 0;
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'DM Sans';
  font-weight: 400;
}

.gal_inner .witr_content_pslide h3 a:hover {
  color: #373737;
}

.gal_inner .witr_content_pslide p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 4px;
}

.gal_inner .witr_pslide_btnb a {
  color: var(--color-primary);
  background-color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 12px 30px 12px 30px;
  display: inline-block;
}

.gal_inner .witr_pslide_btnb a:hover {
  color: #ffffff;
  background-color: #373737;
}

.gal_container {
  padding: 0 110px;
}

.gal_slider .slick-next {
  right: -25px;
}

.gal_slider .slick-prev {
  left: -25px;
}

/* Gallery area end */

/* Portfolio area start */

.port_main {
  padding: 120px 0;
}

.prot_content_inner {
  position: absolute;
  top: 60%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  transition: all 0.5s;
}

.single_protfolio:hover .prot_content_inner {
  top: 50%;
  opacity: 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;
  width: 100%;
  transition: 0.5s;
  background-color: #bead8e80;
}

.prot_content {
  background: #bead8e80;
  position: absolute;
  text-align: center;
  transition: 0.5s;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}

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

.single_protfolio:hover .prot_content {
  opacity: 1;
  transform: scale(1, 1);
}

.prot_content h3 a {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.5s;
  color: #fff;
}

.prot_content p span {
  display: inline-block;
  padding-top: 0;
  color: #fff;
  position: relative;
  margin: 0 2px;
}

.prot_content h3 a:hover {
  color: var(--color-primary);
}

.picon a {
  background: 0 0;
  border-radius: 5px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px 11px;
  width: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-align: center;
}

.picon a:hover {
  background: var(--color-primary);
}

.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: 0.5s;
  border: 1px solid #f3eaea;
}

.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
  color: #ffffff;
  background: var(--color-primary);
}

/* Portfolio area end */

/* Feature area start */

.feat_main {
  padding: 120px 0;
}

.feat_main .nav-tabs {
  justify-content: space-between;
  border: 0;
}

.feat_main .nav-tabs .nav-item {
  margin-bottom: 15px;
  text-align: center;
}

.feat_main .nav-link {
  color: #181c23;
  background-color: #dd282800;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  margin: 0px 0px 0px 0px;
  padding: 40px 30px 55px 10px;
  font-size: 17px;
  position: relative;
  transition: 0.5s;
}

.nav-tabs span {
  display: block;
  float: left;
  /*margin: 0 15px;*/
}

.nav-link strong {
  display: inline-block;
  font-family: "Yeseva One", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 0px 0px 5px;
}

.feat_main .nav-tabs .nav-link:hover {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--color-primary);
}

.feat_main .nav-tabs .nav-link.active {
  border-color: #f5f5f5;
  background: #f5f5f5;
}

.feat_main .witr_adv_tab_content {
  margin: 15px 20px 30px 0;
}

.tab_left .witr_section_title_inner p {
  width: 100%;
  padding: 10px 0px 0px 0px;
  margin-top: 10px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: 400;
}

.tab_left .elementor-icon-list-icon i {
  color: var(--color-primary);
}

.elementor-icon-list-text {
  align-self: center;
  padding-left: 5px;
  line-height: 42px;
}

.tab_left .witr_section_title,
.tab_left .elementor-icon-list-items {
  margin-bottom: 20px;
}

.tab_left .witr_btn {
  margin: 15px 0px 0px 0px;
}

.tab_left .witr_btn:hover {
  background: #373737;
}

/* Feature area end */

/* Counter area start */

.counter_bg {
  padding: 60px 0;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
}

.counter_inner .witr_counter_number_inn {
  overflow: hidden;
}

.counter_inner .witr_counter_number_inn h3,
.counter_inner .witr_counter_number_inn span {
  font-size: 42px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Yeseva One';
}

.counter_inner .witr_counter_number_inn h4 {
  color: #ffffff;
  font-family: 'Yeseva One', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0px 0px 0px;
}

/* Counter area end */

/* Testimonial area start */

.testi_main {
  padding: 180px 0 130px 0;
  margin-top: -100px;
}

.testi_inner .em_single_testimonial {
  margin: 0px 0px 0px 0px;
  padding: 0px 190px 0px 190px;
  text-align: center;
}

.testi_inner .em_testi_text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 0px 0px 25px 0px;
}

.testi_inner .em_testi_title h2 {
  color: #ffffff;
  padding: 20px 0px 0px 0px;
  font-size: 16px;
  font-family: 'Yeseva One';
  font-weight: 400;
}

.testi_inner .em_testi_title span {
  color: #ffffff;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'DM Sans';
}

.testi_slider .slick-dots {
  bottom: -40px;
}

/* Testimonial area end */

/* Memory area start */

.memory_main {
  background: #eef4f4;
  padding: 110px 0 70px 0;
}

.memory_inner .em-service-icon img {
  margin-bottom: 15px;
  width: 200px;
  margin-top: -10px;
}

.memory_inner .em-service-icon {
  margin: 0px 20px 0px 0px;
  width: 78px;
}

.memory_inner .em-service-desc p {
  padding: 10px 20px 0px 0px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: 400;
}

.memory_inner {
  margin-bottom: 50px;
}

/* Memory area end */

/* Price area start */

.price_main {
  padding: 120px 0;
}

.witr_section_title_inner p {
  margin-top: 10px;
}

.witr_section_title_inner p span {
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: 400;
}

.pricing_area {
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  border: none;
}

.pricing-part {
  position: relative;
  overflow: hidden;
}

.pricing_top_box {
  border-radius: 0px 0px 0px 0px;
  position: relative;
  padding: 30px 25px;
  background: var(--color-primary);
}

.pricing_topb_zindex {
  position: relative;
  z-index: 1;
}

.pricing-part h4 {
  font-size: 30px;
  color: #fff;
  display: block;
}

.top_by_bottom {
  padding-top: 30px;
}

.pricing-part h5 {
  font-size: 35px;
  color: #fff;
}

.pricing-part span {
  font-size: 24px;
  margin-right: 5px;
}

.witr_pricing_icon i {
  padding-top: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  font-size: 40px;
  color: var(--color-primary);
}

.witr_pricing_icon {
  position: relative;
  top: -50px;
  left: 44px;
}

.pricing-part ul {
  padding: 0 30px;
}

.witri_texti_list ul li {
  list-style: none;
  font-size: 17px;
  margin-bottom: 17px;
}

.witri_texti_list ul li i {
  margin-right: 10px;
}

.witr_btnp_color {
  padding-top: 45px;
  padding-bottom: 0;
}

.witr_btnp_color a.btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  margin: 0px 170px 50px 35px;
  display: block;
  padding: 17px 30px;
  color: #fff;
  border: 1px solid var(--color-primary);
}

.pricing-part a.btn:hover {
  color: var(--color-primary);
  background: transparent;
}

.price_inner2 {
  margin-top: 60px;
}

.price_left {
  margin-top: 160px;
}

/* Price area end */

/* Blog area start */

.blog_main {
  padding: 120px 0;
  background: #f9f8f5;
}

.blog_inner .busi_singleBlog {
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07);
  position: relative;
  overflow: hidden;
  background: #fff;
}

.busi_singleBlog:hover {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05);
}

.witr_sb_thumb {
  overflow: hidden;
  position: relative;
}

.witr_sb_thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.witr_sb_thumb img {
  width: 100%;
  transition: 0.5s;
}

.busi_singleBlog {
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07);
  position: relative;
  overflow: hidden;
}

.busi_singleBlog:hover {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05);
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
  transform: scale(1.2);
}

.witr_blog_con {
  height: 282px;
  overflow: hidden;
  padding: 20px 15px 5px 25px;
  margin-bottom: 0;
}

.witr_blog_con span,
.witr_blog_con span a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-right: 2px;
  font-weight: 400;
  color: #888;
}

.witr_blog_con span i {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

.witr_blog_con h2 {
  margin: 10px 0;
  font-family: 'Yeseva One';
  font-size: 24px;
  font-weight: 400;
  height: 86.39px;
}

.witr_blog_con h2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.witr_blog_con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.em-blog-content-area_adn {
  padding: 10px 10px 22px 20px;
}

.learn_btn {
  background: #bead8e14;
  color: var(--color-primary);
  padding: 10px 30px;
  display: inline-block;
}

.learn_btn:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.blog_slider .slick-next {
  right: -65px;
}

.blog_slider .slick-prev {
  left: -65px;
}

.blog_inner {
  margin-bottom: 30px;
}

/* Blog area end */

/* Memory area start */

.text_box {
  width: 100% !important;
}

/* Memory area end */

/* Counter2 area start */

.counter2_main {
  background: url(./assets/images/slider-bg.jpg) no-repeat center center / cover;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.counter2_main::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #373737;
  opacity: 0.95;
  z-index: -1;
}

.counter2_inner .witr_single_counter {
  border-radius: 5px;
  padding: 40px 0 30px;
  text-align: center;
  transition: 0.5s;
  margin: auto;
  border: 1px solid #ffffff;
}

.counter2_inner .witr_single_counter:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.counter2_inner .witr_counter_text h4 {
  font-size: 30px;
  color: #ffffff;
  padding: 0px 0px 10px 0px;
}

.counter2_inner .witr_counter_text h3 {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
}

.counter2_inner .witr_counter_text span {
  font-size: 35px;
  font-weight: 700;
  line-height: 0;
  color: #ffffff;
}

/* Counter2 area end */

/* Team area start */

.team_main {
  padding: 120px 0;
}

.all_color_team {
  transition: 0.5s;
}

.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;
  background: #bead8e6b;
  transition: 0.5s;
}

.witr_team_section:hover:before {
  opacity: 1;
}

.post_team_content {
  padding: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 20px 0 #00000014;
  text-align: left;
}

.post_team_icon_9 {
  padding: 10px;
  margin-right: 20px;
  background: var(--color-primary);
}

.post_team_icon_9 ul li a {
  color: #fff;
}

.post_team_icon_9 ul li a:hover {
  color: #272727;
}

.team_inner {
  margin-bottom: 20px;
}

/* Team area end */

/* Price2 area start */

.price_main2 {
  padding-top: 100px;
}

.price_main2 .pricing_top_box,
.price_main3 .pricing_top_box {
  border-radius: 5px !important;
}

.price_main2 .pricing-part ul,
.price_main3 .pricing-part ul {
  text-align: center;
}

.price_main2 .witr_btnp_color a.btn,
.price_main3 .witr_btnp_color a.btn {
  margin: 0px;
}

.price_main2 .pricing-part strong,
.price_main3 .pricing-part strong {
  right: -25px;
  top: -30px;
  width: auto;
  transform: inherit;
  border-radius: 0 5px 0 0;
  background: #373737;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding: 7px 20px;
  text-align: center;
  color: #fff;
}

.witr_bar_main {
  margin: 10px 0;
}

.witr_bar_innerc {
  position: relative;
}

.witr_bar_inner {
  height: 5px;
  width: 90px;
  margin: 0 auto;
  border-radius: 30px;
  background: var(--color-primary);
}

.witr_bar_innerc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: move_title_bg1;
}

.witr_bar_innerc:after,
.witr_bar_innerc:before {
  border: 6px solid var(--color-primary);
  background: #1c1b1b;
}

.witr_bar_innerc:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: move_title_bg2;
}

@-webkit-keyframes move_title_bg1 {
  from {
    left: 0;
  }

  to {
    left: 100%;
  }
}

@keyframes move_title_bg1 {
  from {
    left: 0;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes move_title_bg2 {
  from {
    right: 0;
  }

  to {
    right: 100%;
  }
}

@keyframes move_title_bg2 {
  from {
    right: 0;
  }

  to {
    right: 100%;
  }
}

.price_main3 .pricing_top_box .prt_content {
  padding: 0;
  font-size: 20px;
}

.price_main3 .prt_content p {
  margin: 0;
  color: #373737;
}

.price_main3 {
  padding-bottom: 120px;
}

.price_main3 .pricing-part a.btn {
  background: transparent;
  color: var(--color-primary);
}

.price_main3 .pricing-part a.btn:hover {
  background: var(--color-primary);
  color: #ffffff;
}

/* Price2 area end */

/* Flip cart area start */

.witr_service_3d {
  perspective: 1000px;
  transition: 0.5s;
}

.witr_single_service_3d {
  transform-style: preserve-3d;
  position: relative;
  z-index: 999;
}

.witr_service_front_3d {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 302px;
  border-radius: 5px 5px 5px 5px;
  z-index: 2;
  background: var(--color-primary);
}

.witr_service_back_3d {
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.witr_service_flip_left .witr_service_back_3d {
  transform: rotateY(-180deg);
}

.witr_service_back_3d {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 3;
  background: #17161a;
  height: 302px;
  border-radius: 5px 5px 5px 5px;
}

.witr_service_flip_left:hover .witr_single_service_3d {
  transform: rotateY(-180deg);
}

.witr_service_position {
  left: 0;
  padding: 40px 20px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.witr_service_btn_3d a,
.witr_service_content_3d h3,
.witr_service_content_3d h3 a,
.witr_service_content_3d p,
.witr_service_icon_3d i {
  color: #fff;
}

.witr_service_content_3d h3 {
  margin-bottom: 12px;
}

.witr_service_btn_3d a {
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
  padding: 8px 33px;
  transition: all 0.5s ease 0s;
  border: 2px solid #fff;
}

.witr_service_btn_3d a:hover {
  color: var(--color-primary);
  background: #fff;
}

.witr_service_icon_3d i {
  color: #ffffff;
  font-size: 40px;
  display: inline-block;
  margin: 0px 0px 25px 0px;
}

.witr_service_icon_3d {
  margin-bottom: 14px;
}

.flip_main {
  padding-bottom: 120px;
}

/* Flip cart area end */

/* Testimonial2 area start */

.testi2_inner .em_single_testimonial {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #fff;
}

.testi2_inner .test-part {
  display: inline-block;
  margin-bottom: 10px;
}

.testi2_inner .execllent_star {
  margin-left: 15px;
}

.testi2_inner .em_crating i.active {
  color: var(--color-primary);
  font-size: 18px;
}

.execllent_star h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-style: italic;
  color: var(--color-primary);
}

.testi2_inner .em_test_thumb {
  float: left;
  margin-right: 20px;
}

.testi2_inner .em_test_thumb img {
  width: 59px;
  display: initial !important;
}

.testi2_inner .em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}

.execllent_toggol {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi2_inner .em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}

.testi2_slider .slick-next {
  right: -65px;
}

.testi2_slider .slick-prev {
  left: -65px;
}

.testi2_main {
  padding-bottom: 120px;
}

/* Testimonial2 area end */

/* Countdown area start */

.countdown1_main {
  padding: 120px 0;
}

.counterdowns {
  text-align: center;
}

span.cdowns {
  width: 200px;
  height: 200px;
  padding: 59px 0px 0px 0px;
  border: 1px solid #373737;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  line-height: 1;
}

span.time-counts {
  color: var(--color-primary);
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
}

.counterdowns p {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  color: var(--color-primary);
}

.countdown2_main {
  background: url(./assets/images/slider-bg.jpg) no-repeat center center / cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.countdown2_main::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #373737;
  opacity: 0.95;
  z-index: -1;
}

.countdown2_main span.cdowns {
  border-color: #ffffff;
}

.countdown2_main .witr_section_title_inner h3,
.countdown2_main .witr_section_title_inner p {
  color: #ffffff;
}

.countdown2_main span.time-counts,
.countdown2_main .counterdowns p {
  color: #ffffff;
}

.countdown3_main span.cdowns:before {
  position: absolute;
  content: "";
  right: -19px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 68px;
  background: var(--color-primary);
}

.countdown3_main span.cdowns:after {
  position: absolute;
  content: "";
  top: 100px;
  right: -19px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--color-primary);
}

.countdown3_main span.cdowns:last-child::after,
.countdown3_main span.cdowns:last-child::before {
  display: none;
}

.countdown3_main span.cdowns {
  border: 0;
}

.countdown3_main {
  padding: 120px 0 70px 0;
}

/* Countdown area end */

/* Feature card area start */

.fcard_main {
  padding: 120px 0;
}

.fcard_inner {
  padding: 53px 30px 34px 25px;
  transition: 0.5s;
}

.fcard_inner.active {
  box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8);
}

.fcard_inner .sub-item-8 {
  padding: 30px 20px 21px;
  transition: 0.5s;
}

.fcard_inner .sub-item i {
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  transition: 0.5s;
  background: var(--color-primary);
  color: #fff;
}

.fcard_inner .sub-item h3 {
  margin: 15px 0 10px;
}

.fcard_inner:hover {
  box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8);
}

/* Feature card area end */

/* Faq2 area start */

.faq2_left img {
  width: 100%;
}

.faq2_right .active .witr_ac_style,
.faq2_right .witr_ac_style:focus,
.faq2_right .witr_ac_style:hover {
  background: var(--color-primary);
  color: #fff;
}

.accordion_area .card-header.witr_ac_card {
  background: 0 0 !important;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}

.faq2_right .accordion_area .card-2 {
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.witr_ac_style {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 11px 15px;
  transition: 0.5s;
}

.faq2_right .witr_ac_style:before {
  position: absolute;
  content: "\ea99";
  right: 30px;
  font-family: IcoFont !important;
  font-weight: 400;
}

.faq2_right .active .witr_ac_style:before {
  content: "\eaa1";
}

.faq2_right .witr_ac_card i {
  margin-right: 10px;
  font-size: 20px;
}

.accordion_area .card-2 p {
  padding: 10px 15px 0;
}

.faq2_main {
  background: #f9f9f9;
  padding: 120px 0;
}

/* Faq2 area end */

/* Faq3 area start */

.faq3_right img {
  width: 100%;
}

.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
  color: #232323;
  background: none;
}

.active .writ_ac_style_02 {
  background: none;
  color: #232323;
}

.border_bottom_0 {
  border-bottom: none;
}

.writ_ac_style_02 {
  margin-left: 40px;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding: 10px 10px;
  color: #232323;
}

.writ_ac_style_02:before {
  position: absolute;
  content: "\f067";
  left: 25px;
  top: 10px;
  margin-right: 5px;
  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;
}

.faq_area1 .content_style p,
.faq_area1 .conent_style p {
  padding: 15px 25px 15px;
}

.card.card-2.accordion_02_shadow {
  border: 0 !important;
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.faq_area2 .witr_ac_style {
  padding-left: 30px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 11px 15px;
  transition: 0.5s;
  padding: 9px 20px 9px 10px;
  font-family: inherit;
}

.faq_area2 .accordion_area .card-2 p {
  padding: 15px 23px 15px;
}

.writ_ac_style_02:before {
  font-weight: 400;
  font-size: 17px;
  color: #232323;
}

.faq2_img {
  text-align: center;
}

.faq3_main {
  padding: 120px 0;
}

/* Faq3 area end */

/* Testimonial3 area start */

.testi3_main .test-part.witr_testi_s_11 {
  padding: 30px 17px 20px 30px;
  box-shadow: 0 5px 10px 0 rgb(240 241 243);
  position: relative;
  text-align: left;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-bottom: 10px;
}

.testi3_main .witr_testi_s_11:hover {
  border-color: var(--color-primary);
}

.testi3_main .test-part img {
  position: absolute;
  top: -43px;
  left: 50%;
  z-index: 22;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);
}

.testi3_main .witr_testi_s_11 ul {
  padding: 17px 0 0;
  margin: 0;
}

.testi3_main .test-part ul li {
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.execllent_star {
  margin-left: 15px;
}

.em_crating i.active {
  color: var(--color-primary);
}

.witr_testi_s_11 .em_crating i {
  font-size: 16px;
}

.testi3_main .test-part h6 {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 7px;
}

.testi3_main .test-part span {
  font-weight: 400;
  font-size: 17px;
  padding-left: 10px;
}

.testi3_inner {
  margin-top: 50px;
}

.testi3_main {
  padding: 120px 0;
}

.testi_page_main {
  margin-top: 0;
  padding-top: 120px;
}

.testi2_page_main {
  padding-top: 120px;
}

/* Testimonial3 area end */

/* Progress page area start */

.prog_bar {
  margin-top: 26.5px;
}

.progress {
  height: 6px;
  background-color: #e9ecef;
}

.witr_single_progress {
  overflow: hidden;
  margin-bottom: 20px;
}

.witr_progress-style2.progress {
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.witr_progress-style2 .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
}

.progress-bar {
  background-color: var(--color-primary);
  overflow: inherit;
}

.witr_progress-style2 .witr_percent {
  position: absolute;
  right: 0;
  font-weight: 700;
  font-size: 16px;
  top: -19px;
  color: #272727;
}

.prog_bar2 .witr_percent {
  background: #272727;
  color: #fff;
  right: -13px;
  font-weight: 500;
  font-size: 10px;
  top: -30px;
  padding: 8px 5px;
}

.witr_label {
  font-size: 17px;
  font-weight: 700;
  color: #272727;
}

.progress_main1 {
  padding: 90px 0;
}

.witr_progress-style8 .witr_label {
  position: absolute;
  left: 20px;
  font-size: 13px;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.witr_progress-style8 {
  background: #fff;
  position: relative;
  height: 40px;
  border-radius: 20px;
  overflow: visible;
  padding: 7px;
  box-shadow: 0 1px 10px rgba(68, 68, 68, 0.08);
}

.progress_main2 .progress {
  margin-top: 29px;
}

.progress_main2 .witr_percent {
  color: #ffffff;
  position: absolute;
  right: 14px;
  top: 50%;
  font-weight: 500;
  font-size: 13px;
  transform: translateY(-50%);
}

.witr_progress-style8 .progress-bar {
  border-radius: 15px;
}

.progress_main2 {
  background-color: #f9f9f9;
  padding: 90px 0;
}

.witr_progress-style5 {
  height: 24px;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.witr_progress-style5 .witr_percent {
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  top: -25px;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
}

.witr_progress-style5 .progress-bar {
  position: relative;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
}

.progress_main2 .prog_bar2 .progress {
  margin-top: 15px;
}

.progress_main3 {
  padding: 100px 0;
}

.witr_circle_area {
  text-align: center;
}

.witr_cp_class {
  position: relative;
}

span.witr_cir_text {
  color: #7c7c7c;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.witr_circle_title {
  margin-top: 10px;
}

.witr_circle_title h3 {
  color: #071c1f;
  font-size: 24px;
}

/* Progress page area end */

/* Contact area start */

.contact_card_inner .all_color_service {
  padding: 50px 30px 30px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact_card_inner .service-item i {
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 10px;
  line-height: 80px;
  display: inline-block;
  background: var(--color-primary);
  transition: 0.5s;
  color: #fff;
}

.contact_card_inner .service-item h3 {
  padding: 15px 0 10px;
}

.contact_card_inner .service-item p {
  padding-top: 0;
}

.contact_card_inner .all_color_service:hover i {
  background-color: #373737;
}

.contact_card {
  padding: 100px 0;
}

.apartment_area {
  text-align: center;
  position: relative;
  background-size: cover;
  padding: 60px 35px 60px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}

.apartment_text h1 {
  color: var(--color-primary);
}

.apartment_text h2 {
  margin-bottom: 40px;
  font-size: 38px;
}

.contact_form input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  outline: 0;
  margin-bottom: 23px;
  border: 1px solid #f1f1f1;
  color: #888;
  padding-left: 30px;
}

.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  /* background-color: #fff; */
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact_form textarea {
  margin-bottom: 25px;
  height: 150px;
  padding-left: 30px;
}

.contact_form button {
  border: 0;
  display: inline-block;
  font-weight: 600;
  padding: 15px 30px;
  cursor: pointer;
  background: var(--color-primary);
  color: #fff;
  border-radius: 5px;
  font-size: 17px;
  transition: 0.5s;
  margin-bottom: 1rem;
}

.contact_form button:hover {
  color: #fff;
  background: #02101e;
}

.contact_input_main {
  padding-bottom: 120px;
}

.contact_map iframe {
  width: 100%;
  margin-bottom: -8px;
  height: 500px;
}

/* Contact area end */

/* Many More CSS area start */

.many_more {
  background-color: #f9f9f9;
  padding: 100px 0;
  margin-bottom: 100px;
}

/* Many More CSS area end */

/* Team details area start */

.t_details_left .em-team-content-image img {
  width: 100%;
}

.em-team-content-waraper {
  bottom: -67px;
  left: 50%;
  width: 88%;
  padding: 30px 0;
  position: absolute;
  right: 0;
  box-shadow: 0 0 65px 0 rgb(0, 0, 0, 0.08);
  background: #fff;
  transition: all 0.3s ease 0s;
  transform: translateX(-50%);
}

.em-content-title h5 {
  font-size: 23px;
  margin-bottom: 0;
  transition: 0.5s;
  text-align: center;
}

.em-content-subtitle {
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
}

.em-team-content-socials {
  position: relative;
  transition: 0.5s;
  text-align: center;
}

.em-team-content-socials a {
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 14px 3px 0;
  text-align: center;
  width: 35px;
  color: var(--color-primary);
  background: #fff;
}

.em-team-content-socials a:hover {
  background: #bead8ee6;
  color: #fff;
}

.em-team:hover .em-team-content-waraper {
  bottom: 0;
  background: #bead8ee6;
  color: #fff;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.em-team:hover .em-content-title h5 {
  color: #ffffff;
}

.em-team-one {
  position: relative;
  overflow: hidden;
  padding-bottom: 55px;
  margin-bottom: 30px;
}

.t_text span {
  display: block;
}

.t_text {
  margin-bottom: 20px;
}

.team_progress .progress {
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  height: 10px;
  background: transparent;
}

.team_progress .witr_progress-style2 .progress-bar {
  margin: 2px 2px 2px;
  border-radius: 30px;
}

.team_progress .witr_label {
  font-weight: 500;
}

.team_deatails_right .text_box {
  padding: 10px 32px 31px 32px;
}

.team_deatails_right {
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
}

.team_details {
  padding: 120px 0;
}

.team_yvideo iframe {
  width: 100%;
  height: 600px;
}

.team_member_inner {
  margin-bottom: 20px;
}

.team_yvideo {
  padding-bottom: 120px;
}

.team_member_inner .team_o_icons {
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: -25%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.team_member_inner .team-part:hover .team_o_icons {
  left: 0;
}

.team_member_inner .team_o_icons ul li a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  background: #272727;
  color: #fff;
  display: block;
}

.team_member_inner .team_o_icons ul li a:hover {
  background: var(--color-primary);
}

.team_member_inner .team-part {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
}

.team_member_inner .witr_team_content {
  padding: 23px 5px 23px;
}

.team_member {
  padding-bottom: 120px;
}

.team_faq {
  padding-bottom: 120px;
}

.team_faq .writ_ac_style_02 {
  background: none;
  color: inherit;
}

.team_faq .writ_ac_style_02:before {
  color: inherit;
}

.team_deatails_right .service-btn a {
  color: #ffffff;
  background-color: var(--color-primary);
  margin: 12px 0px 0px 0px;
  padding: 10px 30px 10px 30px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
}

.team_deatails_right .service-btn a:hover {
  background-color: #373737;
}

/* Team details area end */

/* Tesimonial5 area start */

.testi5_inner .em_single_testimonial {
  text-align: center;
}

.testi5_inner .em_single_testimonial {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  overflow: hidden;
  position: relative;
}

.testi5_inner .test_q_icon i {
  font-size: 54px;
  color: var(--color-primary);
}

.testi5_inner .em_testi_text {
  overflow: hidden;
  padding-top: 15px;
}

.testi5_inner .em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}

.testi5_inner .em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}

.tesi5_area {
  padding-bottom: 120px;
}

/* Tesimonial5 area end */

/* Service details area start */

.departmentList {
  position: relative;
  padding: 73px 30px 65px;
  border-radius: 10px;
  background-size: cover;
  text-align: left;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.departmentList h3 {
  text-align: center;
  padding: 12px 0px 20px 0px;
  color: #ffffff;
  background-color: #373737;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 22px;
}

.departmentList ul li span {
  color: #ffffff;
  background-color: var(--color-primary);
  font-weight: 500;
  border-radius: 30px 30px 30px 30px;
  margin: 0px 0px 15px 0px;
  padding: 12px 6px 12px 25px;
  font-size: 18px;
  display: block;
}

.departmentList ul li span:hover {
  background-color: #373737;
}

.departmentList ul li span i {
  float: right;
  background-color: #15133a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px 100px 100px 100px;
  margin: -6px 0px 0px 0px;
}

.departmentList ul li span i:hover {
  background-color: var(--color-primary);
}

.s_details_main {
  padding: 120px 0;
}

.s_details_input .apartment_area {
  position: relative;
  background-size: cover;
  padding: 60px 35px 60px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.s_details_input .apartment_text h1 {
  font-size: 17px;
  margin-bottom: 5px;
}

.s_details_input .apartment_text h2 {
  font-size: 29px;
  margin-bottom: 40px;
}

.s_details_input input,
.s_details_input textarea {
  width: 100%;
  height: 45px;
  border-radius: 1px;
  outline: 0;
  margin-bottom: 23px;
  border: 1px solid #dddddd;
  color: #886;
  padding-left: 30px;
}

.s_details_input textarea {
  height: 150px;
  padding: 5px 30px;
  margin-bottom: 0;
}

.s_details_input button {
  border: 0 none;
  display: inline-block;
  font-weight: 600;
  padding: 15px 30px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.s_details_input button:hover {
  background: #02101e;
}

.s_details_main .all_color_service h3 {
  font-size: 30px;
  padding: 15px 0 10px;
}

/* Service details area end */

/* Single team main start */

.single_team_main {
  padding: 120px 0;
}

/* Single team main end */

/* Bg video area start */

.witr_swiper_height {
  position: relative;
}

.video_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}

.banner_video .witr_ds_content_inner h1,
.banner_video .witr_ds_content_inner h2,
.banner_video .witr_ds_content_inner h3,
.banner_video .witr_ds_content_inner p {
  color: #fff !important;
}

.banner_video .witr_video_btn {
  color: #fff !important;
}

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

/* .banner_video .witr_swiper_content h2 {
  width: 75%;
} */

/* Bg video area end */