/* -------------------------------------
    Custom Theme Styles */
/* ------------------------------------- */
/* General Styles */
/**! 01. Header **/
/**! 02. Page title bar **/
/**! 03. Button Styles **/
/**! 04. Form Fields **/
/**! 05. Default Blog **/
/**! 06. Blog Single **/
/**! 07. Pagination **/
/**! 08. Footer **/
/**! 09. Widgets **/
/**! 10. Elementor Shortcode Styles
        Custom Post Types
            - Blog Grid Layouts
            - Services Grid Layouts
            - Portfolio Grid Layouts
            - Portfolio Single
            - Team Layouts
            - Team Single
            - Testimonials Layouts
        Counter Layouts
        Cea Carousel Slider
        Pricing Layouts
        Accordion
        Cea Popover Trigger Styles
        Tabs Layouts
        Feature Box Layouts
        Timeline Layouts
        WP Search
    **/
/**! 11. Read More Global Styles **/
/**! 12. Responsive **/
/**! 13. RTL **/

/* --------------------------------- */

/* Root Support Elements */
:root {
  --cus-sec-bg: #354c4c;
  --cus-bg-light-clr: #506767;
  --cus-border-color: #e5ebea;
  --cus-drk-bg-color: #212121;
  --cus-dark-bg: #354c4c;
  --cus-transpar-color: transparent;
  --cus-dark-overlay-color: #f8d0b311;
  --cus-light-color: #ffffff;
  --cus-drk-txt-color: #212121;
  --cus-default-text-color: #506767;
  --cus-light-txt-clr: #ffffff;
  --cus-head-font-semibold: 600;
  --cus-head-font-bold: 700;
  --cus-border-radius-0: 0px;
  --cus-border-radius-30: 30px;
  --cus-trans-dft: all 0.3s;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a {
  color: var(--cus-drk-txt-color);
}
/* General Styles */
.consultxp-body-inner.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
svg.e-font-icon-svg.e-far-dot-circle {
  width: 1em;
  height: 1em;
}
select {
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  min-width: 127px;
  color: var(--default-text-color);
}
/* Close Button */
.close {
  right: 42px;
}
/* Back To Top */
.back-to-top {
  width: 40px;
  height: 40px;
  font-size: 21px;
  line-height: 40px;
}
.back-to-top i.bi-caret-up-fill::before {
  content: "\F148";
}
.back-to-top:hover i.bi-caret-up-fill::before {
  color: #fff;
}
/**! 01. Header **/
.header-navbar {
  z-index: 3;
}
header
  ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  li:first-child {
  padding-top: 0;
}
header
  ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  li:last-child {
  padding-bottom: 0;
}
header.site-header ul.nav.wp-menu li > ul.sub-menu li a:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 300ms ease-out 0ms;
  -khtml-transition: all 300ms ease-out 0ms;
  -moz-transition: all 300ms ease-out 0ms;
  -ms-transition: all 300ms ease-out 0ms;
  -o-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  left: -15px;
  opacity: 0;
}
header ul.nav.wp-menu li > ul.sub-menu li {
  padding: 0;
}
header.site-header ul.nav.wp-menu li > ul.sub-menu li a:hover:before {
  -webkit-transition: all 300ms ease-out 0ms;
  -khtml-transition: all 300ms ease-out 0ms;
  -moz-transition: all 300ms ease-out 0ms;
  -ms-transition: all 300ms ease-out 0ms;
  -o-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  left: 23px;
  opacity: 1;
}
header.site-header:hover ul.nav.wp-menu li > ul.sub-menu li a:hover:before {
  opacity: 1;
  color: #000;
}
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu,
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li
  > ul.sub-menu {
  border-radius: var(--cus-border-radius-0);
}
header ul.nav.wp-menu li > ul.sub-menu li {
  display: block;
  position: relative;
  line-height: 35px;
  border-bottom: 1px solid #9e9e9e42;
}
ul.nav.wp-menu > li {
  padding: 0 24px;
}
ul.nav.wp-menu > li > a {
  font-size: 14px;
  font-weight: 600;
}
.site-header .btn.btn-primary .btn-text {
  font-weight: 600;
}
.site-header .header-logobar {
  border-radius: 0px 0px;
}
.site-header .header-logobar ul.nav.logobar-ul {
  align-items: center;
}
.site-header .header-logobar address:after {
  position: absolute;
  content: "";

  width: 1px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.header-titles .site-title {
  font-size: 44px;
}
.page-loader loaded .site-header {
  background-color: #ffffff00;
}
.site-header {
  background-color: #ffffff00;
  z-index: 99;
}
.site-header.header-absolute {
  z-index: 99;
  background-color: transparent;
}
.site-header .header-logobar address {
  position: relative;
  padding-right: 40px;
}
.sticky-head .header-navbar .header-titles-wrapper {
  padding-right: 0px;
}
.sticky-head.header-sticky .header-navbar .header-titles-wrapper {
  padding-right: 30px;
}
.sticky-head .header-navbar .h-phone,
.sticky-head.header-sticky .header-navbar .h-phone {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.header-navbar.navbar .header-titles > div {
  display: none;
}
.site-header .header-logobar .email-link,
.secondary-bar-active
  .secondary-bar-inner
  .widget-content
  .contact-widget-info
  p
  a {
  color: #666b68;
}
.site-header
  .header-navbar
  .primary-menu-wrapper
  ul.nav.wp-menu
  > li:first-child {
  padding-left: 0px;
}
.site-header .header-logobar.navbar > div > ul.nav > li:first-child {
  padding-right: 40px;
}
.site-header .header-logobar.navbar > div > ul.nav > li > h5 {
  margin-bottom: 0px;
}
header ul.nav.wp-menu li > ul.sub-menu li a {
  padding: 0px 10px;
}
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu,
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li
  > ul.sub-menu,
.sticky-head.header-sticky .primary-menu .menu-item-has-children ul.sub-menu {
  border-radius: 0px 0px 10px 10px;
}
.sticky-head.header-sticky
  .primary-menu
  .menu-item-has-children
  ul.sub-menu
  li {
  background-color: transparent;
}
header.consultxp-page-header:after {
  content: "";
  background: rgb(22 56 56 / 93%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
/* Element Space Styles/Mobile Bar Styles */
.mobilebar-left,
.mobilebar-right,
.navbar-left,
.navbar-right {
  margin: 0 -10px;
}
.mobilebar-left > *,
.mobilebar-right > *,
.navbar-left > *,
.navbar-right > * {
  padding: 0 10px;
}
body.mobile-menu-active {
  overflow: hidden;
}
body.mobile-menu-active .mobile-menu-floating {
  overflow-y: auto;
}
.mobile-menu-floating {
  position: fixed;
  background: #fff;
  z-index: 999999;
  padding-bottom: 50px;
  height: 100%;
  width: 100%;
  padding: 20px 15px;
  left: -100%;
  top: 0;
  transition: all ease-in-out 0.5s;
}
body.mobile-menu-active .mobile-menu-floating {
  left: 0;
}
body.mobile-menu-active .mobile-menu-floating > * {
  margin-bottom: 25px;
}
body.mobile-menu-active .mobile-menu-floating > *.header-titles {
  margin-bottom: 15px;
}
.mobile-menu-active .mobile-menu-floating * .mobile-menu {
  padding-left: 0;
}
body.mobile-menu-active .mobile-menu-floating > nav.mobile-menu-wrapper {
  margin-top: 9px;
}
body.mobile-menu-active .mobile-menu-floating > *:last-child {
  margin-bottom: 0;
}
ul.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu-wrapper ul.mobile-menu li > a {
  padding: 13px 0;
  line-height: 1;
  display: block;
}
i.close-icon:after,
i.close-icon:before {
  content: "";
  border-bottom: solid 1px #000;
  height: 1px;
  width: 30px;
  display: block;
}
i.close-icon:after {
  transform: rotate(-45deg);
}
i.close-icon:before {
  transform: rotate(45deg);
}
.mobile-menu-floating a.mobile-menu-toggle {
  position: absolute;
  right: 20px;
  top: 30px;
}
.mobile-menu-floating .header-titles {
  padding: 10px;
  margin-top: 30px;
}
.mobile-menu-active .mobile-menu-floating * .site-title {
  font-size: 42px;
  line-height: 52px;
}
.header-mobilebar.navbar ul.nav.mobilebar.element-left {
  line-height: 1;
}
.header-mobilebar ul.nav.mobilebar a i {
  font-size: 25px;
}
header address {
  margin-bottom: 0;
}
ul.nav > li > a {
  display: inline-flex;
}
header .navbar > div > ul.nav > li {
  padding-right: 30px;
}
header .navbar > div > ul.nav > li:last-child {
  padding-right: 0;
}
.wp-menu.mobile-menu li > ul.sub-menu {
  display: none;
}
.wp-menu:not(.mobile-menu) > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 125%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
  padding: 0;
}
.wp-menu:not(.mobile-menu) li > ul.sub-menu.mega-menu {
  left: 15px;
  right: 15px;
}
.header-navbar.navbar > .container {
  position: relative;
}
.wp-menu:not(.mobile-menu) li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.25s ease-in-out;
}
ul.nav.wp-menu > li > ul.sub-menu.mega-menu > li.mega-menu-col > ul.sub-menu {
  left: 0;
  margin: 0;
  top: auto;
  position: relative;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
}
.header-topbar ul.nav.social-icons > li > a,
.header-logobar ul.nav.social-icons > li > a,
.header-navbar ul.nav.social-icons > li > a {
  height: 35px;
  line-height: 0;
  width: 35px;
}
.site-header ul.nav.social-icons > li > a {
  margin-right: 7px;
}
.site-header ul.nav.social-icons > li:last-child > a {
  margin-right: 0px;
}
header ul.nav.social-icons a span {
  line-height: 35px;
}
header a.btn.btn-primary {
  padding: 15px 30px;
}
.zozo-block-primary.consultxp-slide {
  position: relative;
}
.header-logobar,
.header-navbar {
  padding: 0;
}
.header-logobar {
  background-color: #fff;
}
.header-logobar .header-parts-nav > ul {
  line-height: 100px;
}
.header-logobar .header-parts-nav > ul > li > * {
  vertical-align: middle;
  display: inline-block;
}
header ul.nav.wp-menu li > ul.sub-menu.mega-menu li > ul.sub-menu > li {
  border: 0;
}
header ul.nav.wp-menu li > ul.sub-menu.mega-menu li {
  padding: 0px 0px;
}
header ul.nav.wp-menu li > ul.sub-menu.mega-menu li a {
  padding: 0px 13px;
}
span.menu-item-icon {
  margin-right: 10px;
}
header .wp-menu li > ul.sub-menu.mega-menu > li > a:before,
header .wp-menu li > ul.sub-menu.mega-menu > li > a:after {
  display: none;
}
header .wp-menu li > ul.sub-menu.mega-menu li a::before {
  display: none;
}
header .wp-menu li > ul.sub-menu.mega-menu > li > a {
  font-weight: 600;
}
.site-header
  .header-navbar.navbar
  .wp-menu
  li
  > ul.sub-menu.mega-menu
  > li
  > a {
  font-weight: 700;
}
li.menu-item.menu-item-has-children {
  position: relative;
}
li.menu-item.menu-item-has-children.menu-item-has-mega-children {
  position: static;
}

header ul.nav.wp-menu li > ul.sub-menu li {
  display: block;
  position: relative;
  line-height: 35px;
}
header ul.nav.wp-menu li > ul.sub-menu li a {
  position: relative;
  transition: all 0.3s;
}
header ul.nav.wp-menu li > ul.sub-menu li a:hover {
  padding-left: 55px;
  transition: all 0.3s;
}
header
  ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  li:last-child {
  padding-top: 0px;
  border-bottom: none;
}

header
  ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  li:first-child:last-child {
  padding: 7px 20px;
}
header .wp-menu li > ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 20px;
  padding: 0;
}
ul.sub-menu.mega-menu {
  display: flex;
}
header ul.nav.wp-menu li > ul.sub-menu li a {
  padding: 9px 20px 8px 23px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
ul.nav.wp-menu > li.menu-item-has-children > a {
  position: relative;
}

ul.mobile-menu li.menu-item-has-children ul.sub-menu {
  padding-left: 15px;
}
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu {
  width: 270px;
  box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
  z-index: 99;
  background-color: #ffff;
}

ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li
  > ul.sub-menu,
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li
  > ul.sub-menu
  .sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  margin-left: 0;
  min-width: 255px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
}
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children):hover
  > .sub-menu
  > li
  > ul.sub-menu
  .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: all 0.25s ease-in-out;
}
ul.nav.wp-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li:hover
  > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
ul.mobile-menu li.menu-item-has-children > span.down-arrow:after,
ul.mobile-menu li.menu-item-has-children > span.up-arrow:after {
  font-family: "bootstrap-icons";
  font-size: 17px;
  border: none;
}
ul.mobile-menu li.menu-item-has-children > span.up-arrow:after {
  content: "\f63b";
}
ul.mobile-menu li.menu-item-has-children > span.down-arrow:after {
  content: "\f64d";
}
ul.mobile-menu li.menu-item-has-children > span {
  position: absolute;
  right: 16px;
  z-index: 999;
  top: 0;
  color: #333;
  border-radius: 4px;
  width: 50px;
  height: 24px;
  text-align: center;
}
ul.nav.wp-menu > li.menu-item-has-children li.menu-item-has-children > a {
  position: relative;
}
ul.nav.wp-menu > li.menu-item-has-children li.menu-item-has-children > a:after {
  content: "\e649";
  font-family: "themify";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  font-size: 10px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
ul.nav.wp-menu
  > li.menu-item-has-children
  li.menu-item-has-children
  > a:hover:after {
  transform: rotate(180deg) translateY(50%);
}
ul.nav.wp-menu li > ul.sub-menu.mega-menu li {
  border-right: 1px dashed #eaeaea;
}
ul.nav.wp-menu li > ul.sub-menu.mega-menu li:last-child {
  border-right: 0;
}
ul.nav.wp-menu > li.menu-item-has-children > a {
  padding-right: 20px;
}
.overlay-search-form.active .form-control {
  width: 75%;
}
.elements-1 .pull-center {
  margin-left: 50%;
  margin-right: unset;
  transform: translateX(-50%);
}
.header-topbar {
  font-size: 13px;
  line-height: 50px;
  padding: 0;
  color: #fff;
}
.topbar-right ul.social-icons > li > a {
  display: inline-block;
  padding: 0;
  line-height: 40px;
}
.topbar-right > *:last-child {
  padding-right: 0;
}
.topbar-right > * {
  padding-right: 15px;
}
.topbar-left span.welcome-txt {
  position: relative;
}
.topbar-left {
  position: relative;
}
.header-mobilebar.navbar ul.nav.mobilebar.pull-right {
  line-height: 1;
}

ul.nav.social-icons a {
  padding: 0 5px;
  border: none;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
}
.header-titles > * {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1;
}
.header-titles > a.site-link {
  margin-bottom: 0;
}
.header-titles > *:last-child {
  margin-bottom: 0;
}
ul.nav > li.header-titles-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.header-titles > .site-description {
  line-height: 1;
  margin: 0;
  color: #818488;
  font-size: 13px;
  padding: 0px 5px;
  letter-spacing: 1.5px;
}
.header-titles > .site-title.inline-heading > a {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 700;
}
.header-titles > .site-logo {
  margin: 0;
  max-width: 330px;
}
.overlay-search-form {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  z-index: 999999;
}
.overlay-search-form > .overlay-form-wrap {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  transform: translateY(-50%);
  max-width: 80%;
}
.overlay-search-form.active {
  visibility: visible;
  opacity: 1;
}
.overlay-search-form .overlay-search-trigger {
  position: absolute;
  right: 30px;
  top: 30px;
}
.overlay-search-form .overlay-search-trigger > svg {
  color: #fff;
  height: 30px;
  width: 30px;
}
.site-header .container-fluid {
  padding: 0 30px;
}
/*Secondary bar styles*/
/* Secondary Bar */
body.secondary-bar-active .secondary-bar-wrapper,
body .secondary-bar-wrapper {
  background: #07100b85;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: none;
}
.secondary-bar-wrapper .secondary-bar-inner {
  padding: 35px 50px 30px 50px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
body.secondary-bar-active
  .secondary-bar-wrapper.from-right
  .secondary-bar-inner {
  right: 60px;
  border-radius: 20px;
}
body.secondary-bar-active .secondary-bar-wrapper .text-widget-content img {
  margin: 0;
  max-width: 350px;
}
.wp-block-column.secondary-widget-box-list-1,
.wp-block-column.secondary-widget-box-list-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.secondary-widget-box-list-1,
.secondary-widget-box-list-2 {
  width: 50%;
}
.wp-block-column.secondary-widget-box-1 {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #1f313052;
}
.secondary-bar-wrapper
  .zozo_social_widget
  ul.social-icons.social-circled.social-bg-transparent
  > li
  a {
  border: 1px solid;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.secondary-bar-wrapper .secondary-bar-inner .consultxp_contact_info_widget {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 41px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}
.secondary-bar-inner:before {
  content: "\e6ba";
  font-family: "themify";
  font-size: 500px;
  line-height: 500px;
  position: absolute;
  left: 117px;
  bottom: 0;
  opacity: 0.04;
  z-index: -1;
}
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-bar-inner
  .zozo_social_widget
  .widget-title {
  padding-bottom: 5px;
}
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-bar-inner
  .consultxp_contact_info_widget
  .contact-widget-info
  p,
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-bar-inner
  .consultxp_contact_info_widget
  .contact-text {
  position: relative;
  padding-left: 61px;
}
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-bar-inner
  .consultxp_contact_info_widget
  .contact-widget-info
  p
  .bi,
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-bar-inner
  .consultxp_contact_info_widget
  .contact-text
  .bi {
  padding-right: 0;
  position: absolute;
  width: 42px;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 42px;
  height: 42px;
  background-color: var(--bg-light-clr);
  border-radius: 50%;
}
body.secondary-bar-active
  .secondary-bar-wrapper
  .secondary-bar-inner
  .consultxp_contact_info_widget
  .contact-widget-info
  p
  a {
  display: block;
  color: var(--cus-default-text-color);
}
body.secondary-bar-active
  .secondary-bar-wrapper
  .wp-block-contact-form-7-contact-form-selector
  .wpcf7-form-control.wpcf7-submit {
  padding: 12px 19px;
  line-height: 24px;
  border-radius: 10px;
}
.secondary-bar-wrapper .zozo_social_widget ul.nav.social-icons > li > a {
  margin-right: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #f3f4f4;
  border: 1px solid #f3f4f4;
}
.secondary-menu-toggle.consultxp-toggle {
  width: 50px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: block;
}
.secondary-menu-toggle.consultxp-toggle span {
  display: block;
  border-bottom: 2px solid;
  margin: 0px 2px;
  width: 5px;
  height: 31px;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sticky-head.header-navbar .secondary-toggle-wrapper a.consultxp-toggle {
  color: #354c4c;
}
.secondary-menu-toggle.consultxp-toggle span:nth-child(4) {
  border-bottom: 25px solid;
}
.header-navbar .secondary-toggle-wrapper a.consultxp-toggle:before {
  position: absolute;
  content: "";
  top: 15px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transform: rotate(-30deg);
  border-radius: 5px;
  transition: all 0.3s ease-in;
}

.header-navbar .secondary-toggle-wrapper a.consultxp-toggle {
  position: relative;
}
.header-navbar .secondary-toggle-wrapper a.consultxp-toggle:hover:before {
  transition: all 0.3s ease-in;
  width: 70%;
  top: 3px;
}
.secondary-menu-toggle.consultxp-toggle span:nth-child(3) {
  margin-bottom: 0;
  height: 25px;
  border-bottom: 20px solid;
}
.secondary-menu-toggle.consultxp-toggle span:nth-child(2) {
  position: relative;
  height: 20px;
  border-bottom: 15px solid;
}
.secondary-menu-toggle.consultxp-toggle span:nth-child(1) {
  height: 15px;
  border-bottom: 10px solid;
}
.sticky-head .secondary-toggle-wrapper {
  display: flex;
  align-items: center;
}
.header-navbar .secondary-toggle-wrapper a.consultxp-toggle {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.secondary-bar-wrapper .mailchimp-wrapper .input-group input {
  border: solid 1px var(--border-color);
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  padding-left: 20px;
}
.secondary-bar-wrapper
  .mailchimp-wrapper
  .input-group
  .zozo-mc.btn.btn-default {
  padding: 0 25px 0 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: var(--light-color);
}

.secondary-bar-wrapper
  .mailchimp-wrapper
  .input-group
  .zozo-mc.btn.btn-default:focus {
  box-shadow: none;
}
.secondary-bar-wrapper .consultxp-form-check {
  margin-bottom: 21px;
  margin-top: 3px;
}
.secondary-bar-wrapper .consultxp-form-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--cus-drk-txt-color);
  font-weight: 600;
  line-height: 1;
}
body .secondary-bar-wrapper .wp-block-contact-form-7-contact-form-selector {
  padding: 30px 26px 0px 26px;
}
.secondary-bar-wrapper
  .wpcf7-form.init
  .wpcf7-form-control-wrap
  .wpcf7-form-control.wpcf7-checkbox {
  height: auto;
  min-height: auto;
  line-height: 1;
  display: inline-block;
  padding-left: 0;
}
.secondary-bar-wrapper .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  border-radius: 8px;
  border: 1px solid;
}
.secondary-bar-wrapper .secondary-bar-inner textarea.wpcf7-form-control {
  margin-bottom: 0px;
}
.secondary-bar-wrapper .secondary-bar-inner input.wpcf7-form-control:focus,
.secondary-bar-wrapper .secondary-bar-inner textarea.wpcf7-form-control:focus {
  border: 1px solid;
}
.secondary-bar-wrapper .wp-block-search__label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.secondary-bottom-cols .contact-widget {
  padding: 24px 34px 26px;
  text-align: center;
  color: #fff;
  width: 100%;
  border-right: solid 1px #ffffff3d;
  border-bottom: none;
  margin-bottom: 0;
}
.secondary-bottom-cols .contact-widget a {
  font-size: 28px;
  color: var(--cus-light-txt-clr);
}
.secondary-bottom-cols .contact-widget .title {
  opacity: 0.7;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
}
.secondary-menu-toggle.consultxp-toggle.active span:nth-child(4):before,
.secondary-menu-toggle.consultxp-toggle.active:hover span:nth-child(4):before {
  opacity: 0;
  transform: scale(0);
  transition: var(--trans-dft);
}
body.mobile-menu-active a.mobile-menu-toggle > span:first-child,
a.consultxp-toggle.active > span:first-child,
body.mobile-menu-active a.mobile-menu-toggle > span:nth-child(3),
a.consultxp-toggle.active > span:nth-child(3) {
  margin-bottom: 0;
  border-radius: 0;
  width: 22px;
}
body.mobile-menu-active a.mobile-menu-toggle > span:first-child,
a.consultxp-toggle.active > span:first-child {
  transform: rotate(45deg) translateY(6px);
}
body.mobile-menu-active a.mobile-menu-toggle > span:nth-child(3),
a.consultxp-toggle.active > span:nth-child(3) {
  transform: rotate(-45deg) translateY(-12px);
  margin-left: 3px;
  margin-top: -7px;
}
.secondary-bar-inner a.secondary-menu-toggle.active {
  top: 10px;
  right: 2px;
}
.secondary-bar-inner .consultxp-toggle.active > span {
  opacity: 0;
  transition: all 0.3s;
}
.secondary-bar-inner .secondary-menu-toggle.consultxp-toggle.active:before {
  content: "\f659";
  font-family: "bootstrap-icons";
  font-weight: 700;
  font-size: 21px;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 13px;
}
/* Secondary Widgets */
.secondary-cols form.wp-block-search {
  padding: 23px 30px 38px;
  background: var(--bg-light-clr);
  border-radius: 10px;
}
.cus-sec-col-two .text-widget-inner .text-widget-content-text {
  font-size: 18px;
}
:where(.wp-block-columns.is-layout-flex.secondary-bottom-cols) {
  gap: 0;
}
.wp-block-columns.secondary-bottom-cols.wp-block-columns-is-layout-flex {
  border-radius: 12px;
}
.secondary-services .widget.widget_nav_menu li a {
  padding-left: 0;
  display: block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.wp-block-columns.secondary-bottom-cols {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header .navbar > div > ul.nav > li.secondary-toggle-wrapper {
  border-bottom: none !important;
}

/* Secondary Widgets */

.secondary-cols form.wp-block-search {
  padding: 23px 30px 38px;
  background: var(--bg-light-clr);
  border-radius: 10px;
}
.cus-sec-col-two .text-widget-inner .text-widget-content-text {
  font-size: 18px;
}
:where(.wp-block-columns.is-layout-flex.secondary-bottom-cols) {
  gap: 0;
}

.wp-block-columns.secondary-bottom-cols.wp-block-columns-is-layout-flex {
  border-radius: 12px;
}

header .navbar > div > ul.nav > li.secondary-toggle-wrapper {
  border-bottom: none !important;
}
.header-navbar .cea-button-link {
  padding: 0;

  transition: all 0.3s;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0.7px;
}
.header-navbar .cea-button-link:hover {
  background-color: #1d3830;
  color: #fff;
  transition: all 0.3s;
}
.navbar ul.nav > li > a.full-search-toggle {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #ffffff3d;
}
.header-sticky .navbar ul.nav > li > a.full-search-toggle {
  border-color: #eaeaea;
}
.navbar ul.nav > li > a.full-search-toggle i {
  display: block;
  margin-top: -2px;
}
.widget.consultxp_mailchimp_widget .widgettitle {
  margin-bottom: 15px;
}
.service-link-pos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
a.full-search-toggle {
  font-size: 16px;
}
a.full-search-toggle.close {
  border-radius: 5px;
}
.wp-block-columns.secondary-bottom-cols.wp-block-columns-is-layout-flex {
  border-radius: 12px;

  display: block;
}
/* Header Topbar */
.site-header .header-topbar.topbar > div > ul.nav > li {
  position: relative;
}
.site-header .header-topbar.topbar > div > ul.nav > li {
  padding: 0px 20px;
}
.site-header .header-topbar.topbar > div > ul.nav > li > ul > li {
  position: relative;
  padding: 0px 4px;
}
.site-header .header-topbar.topbar > div > ul.nav > li > ul > li a {
  margin-right: 0px;
}
.site-header .nav.topbar-ul li:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #e5ebea6b;
  top: 17px;
  right: 0;
}
.site-header .nav.topbar-ul li a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #e5ebea6b;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  left: 0;
  transition: all 0.3s ease;
}
.site-header .nav.topbar-ul li a {
  position: relative;
  padding: 0px;
  line-height: 20px;
}
.site-header .nav.topbar-ul li a:hover:after {
  left: auto;
  right: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.site-header .nav.topbar-ul li:last-child:before {
  content: unset;
}
.topbar > .container,
.topbar > .container-fluid,
.topbar > .container-lg,
.topbar > .container-md,
.topbar > .container-sm,
.topbar > .container-xl,
.topbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.header-topbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* Header Navbar */
.site-header .header-navbar .cea-button-link.cea-button .cea-button-text {
  line-height: 22px;
  color: var(--cus-light-txt-clr);
  padding: 12px 10px 12px 28px;
}
.site-header .full-bar-search-toggle > i:before {
  font-weight: 700 !important;
}
.site-header .header-navbar .cea-button-link.cea-button i,
.cea-button-link.cea-button .cea-button-icon i {
  padding: 5px 7px 5px 7px;
  background-color: #fff;
  border-radius: 50%;
}
.close.full-bar-search-toggle {
  border-radius: 5px;
}
.site-header
  .header-navbar
  .cea-button-link.cea-button
  .cea-button-text
  i:before,
.cea-button-link .cea-button-icon i:before {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.site-header
  .header-navbar
  .cea-button-link.cea-button:hover
  .cea-button-text
  i:before,
.cea-button-link.cea-button:hover .cea-button-icon i:before {
  transform: rotate(0deg);
  transition: all 0.3s;
}
/* Mega Menu Image */
.header-navbar.navbar .wp-menu li.cus-img-menu > ul.sub-menu.mega-menu li {
  border: 0;
}
.header-navbar.navbar
  .wp-menu
  li.cus-img-menu
  > ul.sub-menu.mega-menu
  > li
  > a {
  display: none;
}
.cus-img-menu .menu-item .widget img {
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%);
  transform: translateY(0);
  transition: all ease 0.35s;
  margin-bottom: 15px;
}

.cus-img-menu .menu-item .widget .wp-block-image figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
.cus-img-menu .menu-item .widget .wp-block-image figcaption a,
.cus-img-menu .menu-item .widget .wp-block-image:hover figcaption a {
  transition: all 0.3s;
}
.cus-img-menu .menu-item .widget .wp-block-image figcaption a:before {
  content: unset;
}
.cus-img-menu .widget.widget_block.widget_media_image figure.wp-block-image {
  margin: 0px 0 15px;
}
.cus-img-menu ul.sub-menu.mega-menu > li.col-3 {
  width: 20%;
}
.header-navbar.navbar .wp-menu li.cus-img-menu > ul.sub-menu.mega-menu li a {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
header ul.nav.wp-menu .cus-img-menu ul.sub-menu.mega-menu {
  padding: 25px 11px 4px;
  border-radius: 10px;
}
header ul.nav.wp-menu .cus-img-menu ul.sub-menu.mega-menu {
  width: 1200px;
}
ul.zhf-nav-menu
  > li.cus-img-menu
  > ul.sub-menu.mega-menu
  > li.mega-menu-col
  > ul.sub-menu {
  display: flex;
  width: auto !important;
}
.header-navbar.navbar .cus-img-menu ul.sub-menu.mega-menu ul.sub-menu li {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
  padding: 0 15px;
}
.zhf-nav-menu
  li.cus-img-menu.menu-item.menu-item-has-children.menu-item-has-mega-children
  > ul.sub-menu.mega-menu
  ul.sub-menu
  li {
  padding: 0 15px;
}
.cus-img-menu ul.sub-menu.mega-menu ul.sub-menu li a {
  padding: 0;
}
.zhf-nav-menu li.cus-img-menu .menu-item-has-children > a {
  display: none;
}
ul.nav.wp-menu .cus-img-menu ul.sub-menu.mega-menu ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
}
ul.nav.wp-menu > li > ul.sub-menu.mega-menu > li.mega-menu-col > ul.sub-menu {
  left: 0;
  margin: 0;
  top: auto;
  position: relative;
  box-shadow: none;
}
/* Mobile Menu */
.mobile-menu-wrapper ul.mobile-menu li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
}
/**! 02. Page title bar **/
.page-title-wrap > ul.page-title-elements > * {
  margin-top: 14px;
}
.page-title-wrap .breadcrumb > li > span.current {
  color: #d8d8d8;
}
i.breadcrumb-delimiter:after {
  color: #fff;
}
.sticky-head.header-sticky .header-navbar,
.sticky-head.header-sticky .header-mobilebar {
  background: #fff;
  color: #000;
}
i.breadcrumb-delimiter {
  margin: 0 9px;
}

ul.page-title-elements.page-title-center.pull-center * {
  word-break: break-all;
  position: relative;
  text-align: center;
}
ul.page-title-elements.page-title-center.pull-center h1.page-title,
ul.page-title-elements.page-title-center.pull-center .breadcrumbs-wrap {
  text-align: center;
}
.widget-content ul {
  list-style: none;
  padding-left: 0;
}
.cus-widget-area-right .widget-content {
  padding: 25px 30px 30px 30px;
  box-shadow: none;
  background-color: #f3f4f4;
  border: none;
  position: relative;
  margin-bottom: 40px;
  border-radius: 6px;
}
/**! 03. Button Styles **/
.cea-button-link.cea-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
}
.cea-button-link .cea-button-content-wrapper .cea-button-text {
  margin-top: 1px;
  display: inline-block;
}
/**! 04. Form Fields **/
form.form-inline.search-form .input-group > *.form-control:focus {
  border-radius: var(--cus-border-radius-0);
}
/* Contact Form 7 */
.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit {
  margin-top: 16px;
  padding: 12px 30px 13px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-radius: 50px;
  color: #fff;
}
.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--cus-dark-bg);
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
  padding-top: 10px !important;
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea:last-child {
  margin-bottom: 17px;
}
.contact-form-wrapper.cf-style-modern input.wpcf7-form-control.wpcf7-submit {
  width: auto;
}
.cf-style-modern span.wpcf7-form-control-wrap input,
.cf-style-modern span.wpcf7-form-control-wrap select,
.cf-style-modern span.wpcf7-form-control-wrap textarea {
  border: 1px solid var(--cus-border-color);
  border-radius: var(--cus-border-radius-0);
  color: var(--cus-default-text-color);
  background: var(--cus-light-color);
}
.cf-style-modern span.wpcf7-form-control-wrap select {
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  min-width: 127px;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  font-size: 13px;
}
.cf-style-classic-pro span.wpcf7-form-control-wrap input,
.cf-style-classic-pro span.wpcf7-form-control-wrap select,
.cf-style-classic-pro span.wpcf7-form-control-wrap textarea {
  border-radius: var(--cus-border-radius-0);
  border: 1px solid var(--cus-border-color);
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap select::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: var(--cus-default-text-color);
}
.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select,
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
  padding: 0 !important;
  color: #777;
  border-radius: 0;
  background-color: transparent;
}
.wpcf7-form.init .wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 15px 15px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}
.cus-link-color-wrap .wpcf7-response-output {
  color: #797979;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select {
  height: 52px;
  line-height: 52px;
  border-radius: 0;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select,
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
  border-color: rgb(30 48 4 / 18%);
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea:last-child {
  margin-bottom: 17px;
  border-radius: 0;
}
.cus-text-align-wrap
  .contact-form-wrapper.cf-style-modern
  input.wpcf7-form-control.wpcf7-submit {
  width: -webkit-fill-available;
}
.cus-text-align-wrap .contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select {
  height: 52px;
  line-height: 52px;
  border-radius: 10px;
  text-align: center;
}
.cus-form-color-wrap
  .contact-form-wrapper
  .contact-form
  .wpcf7-response-output {
  color: #5e5b5b;
}
.cus-service-form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  color: #645b5b;
}
.contact-form-wrapper.cf-style-classic span.wpcf7-form-control-wrap input,
.contact-form-wrapper.cf-style-classic span.wpcf7-form-control-wrap select,
.contact-form-wrapper.cf-style-classic span.wpcf7-form-control-wrap textarea {
  border-color: #eaeaea52;
}
.contact-form-wrapper.cf-style-modern span.wpcf7-form-control-wrap input,
.contact-form-wrapper.cf-style-modern span.wpcf7-form-control-wrap select,
.contact-form-wrapper.cf-style-modern span.wpcf7-form-control-wrap textarea {
  border: none;
  border: solid 1px rgb(255 255 255 / 31%);
}
.contact-form-wrapper.cf-style-modern
  span.wpcf7-form-control-wrap
  input::placeholder,
.contact-form-wrapper.cf-style-modern
  span.wpcf7-form-control-wrap
  select::placeholder,
.contact-form-wrapper.cf-style-modern
  span.wpcf7-form-control-wrap
  textarea::placeholder {
  color: #d8d8d8;
}
/* Toggle Contact Form */
.custom-popup {
  width: auto;
}
.secondary-bar-wrapper .btn-wrap {
  overflow: visible;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  text-transform: uppercase;
}
.secondary-bar-wrapper a.btn.consultxp-btn {
  padding: 53px 15px 15px 15px;
  vertical-align: top;
  border-radius: 0 !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  font-weight: 500;
  font-size: 12px;
}
.secondary-bar-wrapper a.btn.consultxp-btn {
  background: rgb(34, 53, 92);
}
.custom-header-form {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-popup .custom-header-form {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondary-bar-wrapper span.wpcf7-form-control-wrap input[type="checkbox"] {
  width: 18px;
  height: 11px;
  min-height: auto;
  line-height: 1;
  margin: 0px 12px 0 0;
  padding: 0 !important;
  z-index: 1;
}
.secondary-bar-wrapper .row.consultxp-form-check span.wpcf7-list-item.first {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.secondary-bar-wrapper span.wpcf7-form-control-wrap .wpcf7-checkbox input {
  opacity: 0;
  cursor: pointer;
}
.secondary-bar-wrapper span.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -30px;
  height: 19px;
  width: 19px;
  display: inline-block;
  background: #e4ebe8;
  z-index: 0;
  border-radius: 3px;
}
.secondary-bar-wrapper .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -23px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.secondary-bar-wrapper
  .wpcf7-form.init
  .wpcf7-form-control-wrap
  .wpcf7-form-control {
  padding: 0 16px;
}
.secondary-bar-wrapper
  span.wpcf7-form-control-wrap
  .wpcf7-checkbox
  input:checked
  ~ .wpcf7-list-item-label:before {
  background-color: #93bd33;
}
.secondary-bar-wrapper
  span.wpcf7-form-control-wrap
  .wpcf7-checkbox
  input:checked
  ~ .wpcf7-list-item-label::after {
  opacity: 1;
  display: block;
}
.secondary-bar-wrapper .wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  bottom: -27px;
  line-height: 14px;
}
.secondary-bar-wrapper .wpcf7 textarea,
.secondary-bar-wrapper .wpcf7 input,
.secondary-bar-wrapper .wpcf7 select {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  color: #797979;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
}
.secondary-bar-wrapper .wpcf7 textarea {
  height: 120px;
}
.secondary-bar-wrapper .wpcf7 textarea:focus,
.secondary-bar-wrapper .wpcf7 input:focus,
.secondary-bar-wrapper .wpcf7 select:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #93bd33;
  border-image: initial;
}
.secondary-bar-wrapper .wpcf7 input.wpcf7-submit {
  width: auto;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  line-height: 50px;
  font-size: 15px;
}
.secondary-bar-wrapper .wpcf7 select {
  line-height: 35px;
}
span.wpcf7-list-item-label {
  position: relative;
}
@media only screen and (max-width: 2800px) {
  .header-navbar .btn-wrap {
    top: 38%;
    transform: translateY(-50%);
  }
}
/**! 05. Default Blog **/
article > *:last-child {
  margin-bottom: 0;
}
.blog-style-default .post-author a > span img {
  width: 25px !important;
}
.post-author a > span.author-name {
  margin-left: 10px;
}
.blog-style-default .post-author a > span.author-name {
  margin-left: 0;
  margin-right: 0;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
}
.blog-style-default .post-author {
  margin-top: -25px;
}
.blog-style-default .post-author a .author-img {
  margin-top: -15px;
}
.blog-style-default .post-author a {
  display: flex;
  flex-direction: column;
  padding: 0px;
  padding-top: 0px;
}

.consultxp-masonry > article,
.blog article.post {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.consultxp-masonry .featured-media {
  order: 1;
}
.consultxp-masonry .top-meta-wrap {
  order: 2;
}
.consultxp-masonry .entry-header {
  order: 3;
  margin-bottom: 10px;
}
.consultxp-masonry .post-inner {
  order: 4;
}
.consultxp-masonry .bottom-meta-wrap {
  order: 5;
}
.consultxp-masonry .top-meta-wrap {
  padding: 0 3px;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.consultxp-masonry .bottom-meta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid var(--cus-border-color);
}
.consultxp-masonry > article .top-meta-wrap li.post-category a,
.consultxp-content-wrap .post-category a {
  background: var(--cus-transpar-color);
  position: relative;
}
.consultxp-masonry > article {
  padding: 27px 35px 25px;
  box-shadow: none;
  transition: all ease 0.35s;
}
.consultxp-masonry .featured-media:first-child {
  margin-top: -30px;
  margin-right: -35px;
  margin-left: -35px;
  margin-bottom: 30px;
}
.consultxp-masonry .entry-title {
  line-height: 44px;
  font-size: 36px;
}
.consultxp-masonry .top-meta-wrap ul.nav.post-meta > li a,
.single .top-meta-wrap ul.nav.post-meta > li a {
  color: #506767;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.consultxp-masonry > article .top-meta-wrap li.post-category a,
.consultxp-content-wrap .post-category a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
}
.consultxp-masonry .bottom-meta-wrap .post-meta .post-more,
.consultxp-masonry .bottom-meta-wrap ul.nav.post-meta > li {
  margin-bottom: 0;
  line-height: 1;
}
.consultxp-masonry .bottom-meta-wrap .post-meta .post-more a:hover {
  color: var(--cus-drk-txt-color) !important;
}
.consultxp-masonry .post-meta li.post-share-wrap .social-share a:hover i {
  color: #fff;
}
.consultxp-masonry > article .top-meta-wrap li.post-category a:before,
.consultxp-content-wrap .post-category a:before {
  content: unset;
}
.consultxp-content-wrap .top-meta-wrap ul.nav.post-meta > li span {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
}
ul.nav.post-meta > li.post-category a:after {
  content: ",";
}
ul.nav.post-meta li.post-category a:last-child:after {
  content: unset;
}
.consultxp-content-wrap .top-meta-wrap ul.nav.post-meta > li span.bi-calendar3 {
  font-size: 13px;
}
.consultxp-masonry
  > article
  .top-meta-wrap
  li.post-category
  a:last-child:before,
.consultxp-content-wrap .post-category a:last-child::before {
  content: unset;
}
.consultxp-content-wrap .featured-media .featured-media-inner.section-inner {
  position: relative;
}
.bottom-meta-wrap .post-tag span.bi.bi-tag {
  font-size: 28px;
  display: none;
}
.consultxp-content-wrap .featured-media .wp-caption-text {
  position: absolute;
  bottom: -5px;
  background-color: var(--cus-light-color);
  width: 100%;
  padding-bottom: 60px;
  padding-top: 20px;
}
.elementor-widget-ceaposts .blog-wrapper .blog-inner .post-thumb img {
  max-width: none;
  width: 100%;
  border-radius: 10px;
}
.consultxp-masonry .nav .post-more a {
  font-size: 16px;
  transition: all 0.3s;
  letter-spacing: 0px;
  line-height: 1;
  padding-right: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.post-share-wrap ul.social-share > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 37px;
  margin-left: 5px;
  margin-right: 0;
}
.post-share-wrap ul.social-share > li > a:hover {
  color: var(--cus-light-color);
  background-color: #043024;
}
.post-share-wrap ul.social-share > li > a > i {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #797979;
}
/* Default Blog List */
body.blog .consultxp-masonry .media .featured-media {
  order: 0;
}
body.blog article.post .media figure.featured-media,
body.archive.category article.post .media figure.featured-media,
body.archive.date article.post .media figure.featured-media,
body.archive.author article.post .media figure.featured-media {
  width: 45%;
  margin-right: 35px;
  margin-bottom: -35px;
}

.blog article.post {
  display: flex;
  flex-direction: column;
}
body.archive .consultxp-masonry .media .featured-media {
  order: 0;
}

body.archive article.post .media figure.featured-media {
  width: 45%;
  margin-right: 35px;
  margin-bottom: -35px;
}
.consultxp-masonry .media .featured-media-inner.section-inner img {
  border-radius: 0;
  height: 370px;
  object-fit: cover;
}
.elementor-widget-ceaposts .blog-style-list .blog-inner {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border: none;
  border-bottom: solid 1px #eaeaea;
  box-shadow: none;
  border-radius: 0;
}
.elementor-widget-ceaposts .blog-style-list .row:last-child .blog-inner {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  border-bottom: none;
}
.blog-wrapper.blog-style-list .blog-inner .media {
  margin-bottom: 0;
}
.blog-wrapper.blog-style-list .bottom-meta.clearfix {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.blog-wrapper.blog-style-list .row:last-child .blog-inner .media {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.blog-wrapper.blog-style-list .blog-inner .media .media-body {
  padding: 0px 30px 0px 30px;
}
ul.nav.pagination.post-pagination > li > span.active {
  color: var(--light-color);
  background: #003025;
}
/**! 06. Blog Single **/
blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right,
.wp-block-quote {
  background: #f5f7f6;
  margin: 35px 0px 10px 0px;
  padding: 33px 30px 30px 88px;
}
.blog-multi-layout-1 .cea-block-secondary .media {
  margin-bottom: 25px !important;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
  gap: 14px;
}
.blog-multi-layout-1 .post-overlay-items .post-date a {
  color: #fff;
  padding: 6px 16px;
  border-radius: 4px;
}
.blog-multi-layout-1 .cea-block-primary {
  box-shadow: 3px 5px 23px rgba(0, 0, 0, 0);
  padding: 0px;
}
.blog-multi-layout-1 .cea-block-primary > *:not(.post-thumb) {
  padding: 14px 58px 0px 82px;
}
.cus-blog-style-wrap
  .blog-multi-layout-1
  .cea-block-primary
  > *:not(.post-thumb) {
  padding: 0px 0px 0px 0px;
}
.blog-layouts-wrapper .cea-block-secondary .post-thumb img,
.blog-layouts-wrapper .blog-multi-layout-1 .cea-block-primary .post-thumb > a {
  border-radius: 15px;
}
.blog-layouts-wrapper .blog-multi-layout-1 .cea-block-primary .post-thumb a {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog-layouts-wrapper
  .blog-multi-layout-1
  .cea-block-primary
  .post-image-link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  border-radius: 15px;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) -5.4%,
    rgb(37 69 70) 86%
  );
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.single ul.nav.post-meta > li.post-tag > a {
  padding: 8px 14px;
}
.single .post-share-wrap .nav.social-share a:hover > i,
.single ul.nav.post-meta > li.post-tag > a:hover {
  color: #fff;
}
.consultxp-masonry > article .entry-content p {
  margin-bottom: 0px;
}
/* Comments */
.single-post .comments-wrapper.section-inner input.submit {
  border-radius: 50px;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}
.single-post .comments-wrapper.section-inner input.submit:hover {
  background-color: var(--e-global-color-accent);
}
.single-post .comments-wrapper.section-inner label {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}
.single-post .comments-wrapper.section-inner input,
.single-post .comments-wrapper.section-inner textarea {
  border: none;
  border-bottom: 1px solid #eaeaea;
  box-shadow: none;
  min-height: 46px;
  margin-bottom: 0px;
  padding: 0;
  border-radius: 0px;
}
input#wp-comment-cookies-consent {
  min-height: auto;
}
.comment-reply-title,
.post-comments .post-box-title {
  font-size: 36px;
  font-weight: 700;
}
.comment-respond {
  margin-top: 0;
}
.comments-pagination.pagination .page-numbers {
  color: var(--cus-drk-txt-color);
  border-radius: 8px;
}

/**! 07. Pagination **/
.consultxp-content-wrap .pagination-single {
  background: var(--cus-transpar-color);
}
.custom-post-nav .prev-nav-link > a,
.custom-post-nav .next-nav-link > a {
  box-shadow: none;
  margin: 0px;
  padding: 0;
}
.custom-post-nav a > * {
  font-size: 16px;
  transition: all 0.3s;
  letter-spacing: 0px;
}
.custom-post-nav,
.consultxp-content-wrap .pagination-single {
  border: 0px;
  box-shadow: none;
  padding: 0;
}
.custom-post-nav {
  padding: 0px;
}
.pagination-single-inner > h6 > a.next-post .bi-arrow-right::before {
  content: "\f144";
}
.pagination-single-inner > h6 > a.previous-post .bi-arrow-left::before {
  content: "\f13f";
}
.custom-post-nav i:before,
.custom-post-nav i:before,
.pagination-single-inner > h6 > a span.arrow {
  font-family: "bootstrap-icons";
  font-size: 16px;
  line-height: 40px;
  outline: none;
  font-weight: 500;
  border-radius: 50px;
}
.pagination-single-inner > h6 > a span.arrow {
  height: 45px;
  width: 45px;
  line-height: 40px;
  background-color: #fff;
}
.custom-post-nav a > h5 {
  padding-left: 0;
}
.custom-post-nav .next-nav-link h5 {
  padding-right: 0;
}
.custom-post-nav .prev-nav-link > a > i:before {
  content: "\f13f";
}
.custom-post-nav .next-nav-link > a > i:before {
  content: "\f144";
}
.custom-post-nav {
  margin-top: 0;
  padding: 20px 0 0 0;
  border: none;
  border-top: solid 1px #eaeaea;
  box-shadow: none;
  margin-top: 0;
}
.pagination-single-inner > h6.pagination-next .title-inner:after {
  content: "\f280";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.pagination-single-inner > h6.pagination-next .title-inner:after {
  content: none;
}
.pagination-single-inner > h6.pagination-prev .title-inner,
.pagination-single-inner > h6.pagination-next .title-inner {
  color: #ffffff;
  font-size: 22px;
}
.pagination-single-inner > h6 > a span.arrow {
  background-color: #f3f4f4;
}
.custom-post-nav .prev-nav-link,
.custom-post-nav .next-nav-link {
  display: inline-flex;
  opacity: 1;
  border-radius: 50px;
  padding: 6px 15px 6px 20px;
}
.pagination-single-inner > h6.pagination-next,
.pagination-single-inner > h6.pagination-prev {
  border-radius: 15px;
}
.pagination-single-inner > h6.pagination-next {
  padding: 20px 23px 15px 20px;
}
.pagination-single-inner > h6.pagination-prev {
  padding: 20px 20px 15px 23px;
}
.custom-post-nav .prev-nav-link:hover,
.custom-post-nav .next-nav-link:hover {
  background-color: var(--cus-dark-bg);
}
nav.post-nav-links .post-page-numbers {
  border-radius: 8px;
}
/**! 08. Footer **/
.site-footer .footer-widgets-wrap,
.site-footer .footer-bottom-wrap,
.insta-footer-wrap {
  border-radius: var(--cus-border-radius-0);
}
.site-footer-wrap
  .footer-bottom-wrap
  .copyright-widget
  ul.nav.social-icons
  > li
  > a {
  width: auto;
  background-color: transparent;
  height: auto;
  line-height: 1;
  font-size: 17px;
  margin-right: 0;
  padding: 0px 0px 0px 80px;
  border: solid 0px;
  border-radius: 30px;
  color: #fff;
  opacity: 0.7;
  margin-left: -6px;
}

aside.footer-widget-2:last-child {
  padding-right: 0;
  padding-left: 0;
}

.site-footer-wrap
  .footer-bottom-wrap
  .copyright-widget
  ul.nav.social-icons
  > li
  > a:hover {
  opacity: 0.9;
}
.footer-bottom-wrap .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer button.input-group-addon.zozo-mc.btn.btn-default {
  min-width: 55px;
  height: 52px;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: auto;
  background-color: transparent;
  border: none;
}
footer button.input-group-addon.zozo-mc.btn.btn-default:focus {
  box-shadow: none;
}
aside.footer-widget-2 h5,
.widget .widgettitle,
.widget .widget-title,
.widget .wp-block-heading {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-bottom: 16px;
}
.site-footer aside.footer-widget-2 h5:before,
.site-footer .widget .widgettitle:before,
.site-footer .widget .widget-title:before,
.site-footer .widget .wp-block-heading:before {
  color: #ffff;
}
.site-footer aside.footer-widget-2 h5:before,
.site-footer .widget .widgettitle:before,
.site-footer .widget .widget-title:before,
.site-footer .widget .wp-block-heading:before,
.widget-area-right aside.footer-widget-2 h5:before,
.widget-area-right .widget .widgettitle:before,
.widget-area-right .widget .widget-title:before,
.widget-area-right .widget .wp-block-heading:before {
  content: "\e6ba";
  position: absolute;
  font-family: "themify";
  top: 40%;
  font-size: 19px;
  left: 0px;
  font-weight: 500;
  transform: translateY(-50%);
}
footer#site-footer {
  overflow: hidden;
}
.footer-widgets-wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff24;
}
.dowload-btn-img {
  display: flex;
  justify-content: flex-start;
  column-gap: 30px;
  margin-top: 25px;
}
.zozo_social_widget ul.nav.social-icons > li > a,
.site-footer
  .site-footer-wrap
  .wp-block-column.cus-navmenu-wedgets
  .zozo_social_widget
  ul.nav.social-icons
  > li
  > a:hover {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.zozo_social_widget ul.nav.social-icons > li > a:hover i {
  transition: all 0.3s;
  transform: scale(1.1);
}
.footer-widgets-wrap {
  font-size: 16px;
  line-height: 30px;
}
.wp-block-column-is-layout-flow
  .consultxp_mailchimp_widget
  .mailchimp-wrapper
  .zozo-mc-form
  p.zozo-mc-subtitle {
  margin-bottom: 0px;
}
.footer-bottom-wrap .row .col-12 {
  justify-content: center;
}
/* Extra Service  */
.service-area .e-con-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 10px 10px 0px 10px;
  transform: scaleX(0);
  transition: all 400ms ease;
}
.service-area:hover .e-con-inner:before {
  transform: scaleX(1);
  transition: all 400ms ease;
}
.service-area:hover
  .e-con-inner
  .feature-box-default
  .feature-box-inner
  .feature-box-title {
  color: #fff;
}
body.single .content-widgets-wrapper .widget_search,
body.single .content-widgets-wrapper .content-widgets > .widget {
  border-radius: 10px;
  padding: 30px 35px 35px 35px;
  border: none;
  margin-top: 0;
  box-shadow: none;
  background-color: #f5f7f6;
  position: relative;
}
.service-bg {
  position: relative;
}
.service-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease;
  background-image: linear-gradient(
    178deg,
    rgba(1, 78, 78, 0.48) 0,
    #354c4c 100%
  );
}
/* Footer Top */
.insta-footer-wrap:before {
  content: unset;
}
.site-footer .footer-widgets-wrap {
  position: relative;
  overflow: hidden;
}
.site-footer .footer-widgets-wrap:after {
  content: none;
}
/* Footer Bottom */

/**! 09. Widgets **/
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item
  a {
  padding: 12px 20px 12px 21px;
  position: relative;
  display: block;
  font-weight: 500;
  border-radius: 10px;
}
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item {
  border-radius: 10px;
}
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item:last-child,
.cus-widget-img {
  margin-bottom: 0px;
}
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item.current-menu-item
  a,
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item
  a:hover {
  color: #fff;
}
.widget-content .wp-block-columns .footer-cta {
  display: flow !important;
  align-items: unset;
  padding-right: 42px;
}

.widget.consultxp_latest_post_widget .side-item .side-image img,
.wp-block-search__input,
.wp-block-search__button {
  border: 1px solid var(--cus-border-color);
}
.wp-block-search__button,
.bottom-search-wrap .search-form input.search-submit,
.error404-content .search-form .search-submit {
  border-radius: 5px;
  padding: 3px 10px 5px 10px;
  min-height: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 25px;
  line-height: 27px;
  transform: rotateY(180deg);
}
.error404-content .search-form .search-submit {
  right: 8px;
  top: 8px;
}
.wp-block-search__input {
  border-radius: 5px;
}
.content-widgets-wrapper .widget_block,
.content-widgets-wrapper .content-widgets > .widget {
  padding: 25px 30px 30px 30px;
  box-shadow: none;
  background-color: #f3f4f4;
  border: none;
  position: relative;
}
.content-widgets-wrapper .widget_block:last-child,
.content-widgets-wrapper .content-widgets > .widget:last-child {
  margin-bottom: 0px;
}
.arrow-icon-left i {
  content: "\f135";
  font-family: "bootstrap-icons";
  transform: rotate(45deg);
  font-size: 690px;
  color: transparent;
  -webkit-text-stroke: 1px #355454;
}
.arrow-icon-left .bi::before {
  transform: rotate(-45deg);
  width: auto;
  line-height: 1;
  position: absolute;
  top: -100px;
  left: -356px;
}
.wp-block-column.cus-navmenu-wedgets .text-widget-inner {
  width: 60%;
}
.wp-block-column.cus-navmenu-wedgets .text-widget-inner .footer-widget {
  margin-bottom: 10px;
}
/* body .wp-block-columns.cus-middle-widget-wrap:before {
    content: "";
    position: absolute;
    left: 300px;
    top: -120px;
    bottom: -120px;
    width: 1px;
    background: rgb(255 255 255 / 14%);
}
.wp-block-columns.cus-middle-widget-wrap:after {
    content: "";
    position: absolute;
    right: 380px;
    top: -120px;
    bottom: -120px;
    width: 1px;
    background: rgb(255 255 255 / 14%);
} */
body .wp-block-columns.cus-middle-widget-wrap {
  align-items: normal;
  gap: 0;
}
.footer-widget .footer-location {
  font-size: 16px;
  display: inline-block;
  letter-spacing: -0.2px;
  font-weight: 500;
  line-height: 26px;
}
.footer-widget .phone-num a,
.footer-widget .footer-email {
  color: #fff;
}
.footer-widget .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 39px;
}
.footer-widgets-wrap .text-widget-content .phone {
  font-size: 24px;
  line-height: 34px;
  color: var(--cus-light-txt-clr);
}
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_recent_comments li {
  border-bottom: 1px dashed #eaeaea;
}
footer .widget.widget_archive li,
footer .widget.widget_categories li,
footer .widget.widget_pages li,
footer .widget.widget_meta li,
footer .widget.widget_recent_comments li {
  border-color: rgba(234, 234, 234, 0.2);
}
.widget.widget_archive li:last-child,
.widget.widget_categories li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_meta li:last-child,
.widget.widget_recent_comments li:last-child {
  border: 0;
}
.widget.widget_categories li ul.children li:last-child {
  border: 0;
}
.widget .nav {
  display: block;
}
.comments-wrap > * i {
  font-size: 13px;
  vertical-align: unset;
}
.comments-wrap span {
  font-size: 13px;
  font-style: italic;
  position: relative;
}
.comments-wrap span:before {
  content: "\e6b6";
  font-family: "themify";
  font-style: normal;
  font-size: 12px;
  margin-right: 6px;
}
.widget.consultxp_latest_post_widget
  .side-item
  .side-item-text
  .comments-wrap
  span {
  color: #506767;
  font-weight: 600;
}
.widget.consultxp_latest_post_widget .side-item .side-item-text a {
  font-weight: 600;
}
.widget.widget_media_image img {
  margin: 0;
  border-radius: 5px;
}
.wp-caption-text {
  color: #767676;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
footer .wp-caption-text {
  color: inherit;
}
.footer-widgets-wrap .widget .footer-btm-rating a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--cus-light-txt-clr);
}

.cus-titles-style-wrap h4.wp-block-heading {
  padding: 0;
  margin: 0;
  text-align: center;
}
.cus-titles-style-wrap h5.wp-block-heading {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 10px;
}
.cus-titles-style-wrap .wp-block-column-is-layout-flow a {
  color: #153737;
}
blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right,
.wp-block-quote {
  background: #f5f7f6;
  font-style: normal;
  border-left: 0;
  border-right: 0;
  border-radius: 10px;
  margin: 26px 0px 7px 0px;
  padding: 33px 30px 30px 115px;
  font-size: 24px;
  color: var(--cus-drk-txt-color);
  font-weight: 600;
  position: relative;
}
blockquote::before,
.wp-block-quote.is-large::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-style-large:not(.is-style-plain)::before,
.wp-block-quote.has-text-align-right::before,
.wp-block-quote::before {
  content: "“";
  position: absolute;
  font-family: "themify";
  padding-top: 3px;
  font-size: 60px;
  transform: translateY(-50%);
  left: 32px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  top: 50%;
}
p.quote-author {
  margin-top: 13px;
  position: relative;
  font-size: 16px;
  font-style: italic;
  padding-left: 29px;
  font-weight: 600;
  margin-top: 12px;
}
p.quote-author::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
}
.widget-content .wp-block-tag-cloud a.tag-cloud-link,
.consultxp-content-wrap .post-tag > a {
  font-size: 14px !important;
  padding: 0px 14px;
  background-color: #fff;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  color: #797979;
  border-radius: 5px;
  margin-right: 5px;
}
.widget-content .wp-block-tag-cloud a.tag-cloud-link:last-child {
  margin: 0;
}
.widget-content .wp-block-categories-list a {
  color: var(--cus-dark-bg);
}
.widget-content .sidebar-broucher .icon-box a:hover {
  color: var(--cus-dark-bg);
}
.elementor-widget-ceaposts .blog-inner .post-date a i:before {
  content: "\f214";
  font-family: "bootstrap-icons";
  margin-right: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 27px;
}

/*widget general*/
.widget {
  max-width: 100%;
  overflow: visible;
  margin-bottom: 0px;
}
.secondary-bar-wrapper .zozo_social_widget .widgettitle {
  font-size: 31px;
}
.secondary-bar-inner .widget_block .widget-content .widget {
  max-width: 100%;
  overflow: visible;
  margin-bottom: 0px;
}
.widget-content .social-bg-dark i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  background: #e5ebea;
  margin-right: 7px;
  transition: all 0.3s;
}
/* Widget Title */
/* Widget Blocks */
.footer-widgets-wrap .widget_block .wp-block-image img {
  display: inline-block;
  max-width: 216px;
}
/* Mailchimp */
footer .mailchimp-wrapper .input-group input#zozo-mc-email,
footer button.input-group-addon.zozo-mc.btn.btn-default {
  border-radius: 0px !important;
}
/* Widget Navmenu */
.widget.widget_nav_menu li {
  padding-bottom: 13px;
}
.widget.widget_nav_menu li a:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 15px;
  z-index: 1;
  color: #ffffff;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.3s;
}
.footer-widgets-wrap .widget_nav_menu li a {
  line-height: 23px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.cus-widget-2 .widget_nav_menu ul.menu > li {
  padding-bottom: 25px;
}
.cus-widget-2 .widget_nav_menu ul.menu > li:last-child {
  padding-bottom: 0px;
}
.widget-content .wp-block-image img.wp-image-7854 {
  border-radius: 50%;
}
.widget-content :where(.wp-block-columns) {
  margin-bottom: 0;
}
/* Widget Search */
.wp-block-search__inside-wrapper {
  display: flex;
  position: relative;
}
.consultxp-content-wrap
  aside.content-widgets-outer-wrapper
  .widget_search
  label.wp-block-search__label {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 13px;
  font-weight: 600;
}
button.input-group-addon.zozo-mc.btn.btn-default {
  color: #fff;
  border-radius: 0px 50px 50px 0px;
}
footer .mailchimp-wrapper .input-group input#zozo-mc-email {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 19%);
  color: #fff;
  padding: 0px;
}
footer button.input-group-addon.zozo-mc.btn.btn-default:hover {
  background: transparent;
  color: #e5ebea;
}
footer .mailchimp-wrapper .input-group input#zozo-mc-email:focus {
  border-color: #fff;
}
/* Latest Posts */
.widget.consultxp_latest_post_widget .side-item .side-item-text {
  line-height: 25px;
  font-size: 15px;
  font-weight: 700;
}
.widget.consultxp_latest_post_widget .side-item .side-image {
  margin-right: 20px;
}
.widget.consultxp_latest_post_widget .side-item {
  border-bottom: 1px solid #354c4c45;
}
/* Widget Heading */
.single .content-widgets-wrapper .widget_nav_menu .widget-title {
  margin-bottom: 23px;
}
.consultxp-content-wrap aside.content-widgets-outer-wrapper .widget-title,
.consultxp-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
  font-size: 22px;
  line-height: 34px;
}
.consultxp-content-wrap
  aside.content-widgets-outer-wrapper
  .widget-title:before,
.consultxp-content-wrap
  .widget.widget_block
  .wp-block-group
  .wp-block-heading:before {
  content: "\e6ba";
  position: absolute;
  font-family: "themify";
  top: 40%;
  font-size: 19px;
  left: 0px;
  font-weight: 500;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.wp-block-search__button:hover,
.bottom-search-wrap .search-form input.search-submit:hover,
.error404-content .search-form .search-submit:hover,
button.wp-block-search__button:active {
  color: #fff !important;
}
.consultxp-content-wrap aside.content-widgets-outer-wrapper .widget-title,
.consultxp-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.mailchimp-wrapper .input-group {
  height: 52px;
  line-height: 52px;
  margin-bottom: 20px;
}

/* Widget Service Sidebar */
.single
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu-service-sidebar-menu-container
  li {
  margin-bottom: 10px;
  display: block;
  padding: 0;
}
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item
  a:before {
  content: "\f144";
  font-family: "bootstrap-icons";
  opacity: 1;
  z-index: 1;
  transition: all 0.3s;
  padding-left: 0;
  font-size: 15px;
  top: 50%;
  font-weight: 400;
  right: 7px;
  position: absolute;
  left: auto;
  transform: translateY(-50%);
}
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item.current-menu-item
  a:before,
.single.single-cea-service
  aside.content-widgets-outer-wrapper
  .widget-content
  .menu
  .menu-item
  a:hover:before {
  color: var(--cus-light-txt-clr) !important;
}
.widget .broucher-option li {
  padding-bottom: 23px;
  margin-bottom: 22px;
  border-bottom: solid 1px #eaeaea;
  padding-top: 0;
}
.widget .broucher-option li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-content .sidebar-broucher .media .doc-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgb(20 56 56);
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
}
.widget-content .sidebar-broucher .icon-box a {
  width: 40px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: var(--light-color);
  font-size: 18px;
  box-shadow: 0 0 31px rgb(0 0 0 / 6%);
  font-weight: var(--head-font-bold);
  transition: all 0.3s;
  border-radius: 5px;
}
.sidebar-broucher .media-body p {
  font-size: 17px;
  font-weight: 600;
  color: #262626;
}
.sidebar-broucher .media-body {
  position: relative;
}
.widget-content .sidebar-broucher .icon-box {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
  box-shadow: none;
}
.widget-content .widget-icon-wrapper.text-center:after {
  content: "\F5E0";
  font-family: bootstrap-icons;
  font-size: 90px;
  line-height: 100px;
  margin-left: -29px;
}
.widget-content .bi-telephone-outbound::before {
  content: "\f5bc";
  font-size: 23px;
  color: #153737;
  position: absolute;
  z-index: 1;
  line-height: 119px;
  margin-left: 3px;
}
.widget_categories ul li a,
.widget_archive ul li a,
.wp-block-categories li a {
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  display: inline-block;
}
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.wp-block-categories li a:before {
  position: absolute;
  left: 0;
  content: "\f285";
  font-family: "bootstrap-icons";
  line-height: 1;
  font-size: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background-color: transparent;
}
.content-widgets-wrapper .widget_categories ul li,
.content-widgets-wrapper .widget_archive ul li,
.content-widgets-wrapper .wp-block-categories li {
  padding: 17px 0;
  border-bottom: 1px solid var(--cus-border-color);
  line-height: 1;
}
.content-widgets-wrapper .widget_categories ul li:last-child,
.content-widgets-wrapper .widget_archive ul li:last-child,
.content-widgets-wrapper .wp-block-categories li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cus-widget-img .wp-block-image {
  margin: 0;
}
/* Widget Custom Styles */
.site-footer
  .footer-widgets-wrap
  .widget.widget_block
  .widget-content
  .widget-content-bx
  > a.d-block {
  padding-top: 15px;
}
.site-footer .wp-block-gallery.has-nested-images figure.wp-block-image img {
  max-width: 220px !important;
  margin: 0 0 0px 0;
}
.site-footer
  .footer-widgets-wrap
  .widget-content
  .footer-contact
  .footer-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.site-footer .site-footer-wrap .widget-content .cus-widget-1 p {
  line-height: 33px;
}
.cus-widget-2 .wp-container-core-columns-is-layout-2 {
  display: flex;
  justify-content: space-around;
}
.site-footer
  .insta-footer-wrap
  .widget-content
  .wp-block-columns.wp-container-core-columns-is-layout-3 {
  display: flex;
  justify-content: space-around;
}
.site-footer .footer-widgets-wrap .widget .widget-content-bx.w-address {
  display: inline-flex;
}
.site-footer
  .footer-widgets-wrap
  aside.footer-widget-2
  .widget-content
  .widget-content-bx
  i {
  margin-right: 10px;
}
/* Custom CTA Widget */
.wp-block-columns.cus-cta-widget {
  text-align: center;
  padding: 120px 0px 10px;
  background-color: #163838;
  border-radius: 10px;
  position: relative;
}
.wp-block-columns.cus-cta-widget .wp-block-column * {
  position: relative;
}
.widget .wp-block-columns.cus-cta-widget .size-full img {
  max-width: 195px;
}
.widget .wp-block-columns.cus-cta-widget .wp-block-heading {
  padding: 0;
  margin-bottom: 26px;
  line-height: 38px;
}
.widget .wp-block-columns.cus-cta-widget .wp-block-heading:before {
  content: unset;
}
.wp-block-columns.cus-cta-widget .wp-block-button a.wp-block-button__link {
  border: 1px solid;
  padding: 7px 43px 7px 23px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  transition: var(--trans-dft);
}
.wp-block-columns.cus-cta-widget .wp-block-column *.wp-block-image {
  margin-bottom: 10px;
}
.wp-block-columns.cus-cta-widget
  .wp-block-button
  a.wp-block-button__link:hover {
  background-color: transparent !important;
  transition: var(--trans-dft);
}
.wp-block-columns.cus-cta-widget
  .wp-block-button
  a.wp-block-button__link:before {
  content: "\f144";
  font-family: "bootstrap-icons";
  transition: all 0.3s;
  margin-left: 0;
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--trans-dft);
}
.wp-block-columns.cus-cta-widget
  .wp-block-button
  a.wp-block-button__link:hover:before {
  transform: translateY(-50%) rotate(0deg);
  transition: var(--trans-dft);
}
.wp-block-columns.cus-cta-widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
/**! 07. Elementor Shortcode Styles **/

/* Section Title */
.elementor-element .section-title-wrapper .title-wrap > * .subtitle-dots {
  padding-left: 30px;
}
/*
    .elementor-element .section-title-wrapper .title-wrap > * .subtitle-dots:before {
        content: "\e6ba";
        position: absolute;
        font-family: 'themify';
        top: 40%;
        font-size: 19px;
        left: 5px;
        font-weight: 500;
        transform: scaleY(0.6) translateY(-50%);
        transition: all 0.5s ease;
    }
    */
.elementor-element:hover
  .section-title-wrapper
  .title-wrap
  > *
  .subtitle-dots:before {
  transform: scaleY(1.1) translateY(-50%);
  transition: all 0.5s ease;
}
.elementor-element.section-bg-dark
  .section-title-wrapper
  .title-wrap
  > *
  .subtitle-dots:before {
  color: #fff;
}
.elementor-element .section-title-wrapper .title-wrap > * .subtitle-dots,
.elementor-element .insta-footer-wrap .subtitle-dots {
  position: relative;
  vertical-align: middle;
}
.section-title-wrapper .section-description {
  max-width: 100%;
}
/* Blog Grid Layouts */
/* Blog Default */
.blog-style-default .blog-inner .post-category a {
  background-color: var(--cus-transpar-color);
  color: var(--cus-drk-bg-color);
}
.blog-wrapper.blog-style-default .blog-inner {
  margin: 0px !important;
}
.blog-wrapper.blog-style-default.blog-normal-model .blog-inner {
  margin-bottom: 30px !important;
}
.blog-style-default .blog-inner:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #0000 !important;
}
.blog-wrapper.blog-style-default.blog-normal-model
  .blog-inner
  .post-overlay-items {
  z-index: 1;
}
.blog-style-default.blog-normal-model
  .blog-inner
  .post-thumb.post-overlay-active {
  margin-bottom: 0px;
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active {
  position: relative;
}
.blog-style-default.blog-normal-model .blog-inner .top-meta {
  position: relative;
  top: auto;
  left: auto;
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  content: "";
  background-color: #2634208c;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
}
.blog-style-default .blog-inner:hover .post-thumb.post-overlay-active:before,
.blog-style-default .blog-inner:hover .post-thumb.post-overlay-active:after {
  transform: translateY(0);
  width: 50%;
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  content: "";
  background-color: #2634208c;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
}
.blog-style-default .blog-inner .post-date a {
  border-radius: var(--cus-border-radius-0);
}
.blog-style-default .blog-inner .post-thumb .post-date a {
  position: absolute;
  transform: translateX(-150px);
  transition: all 0.5s;
  top: 25px;
  z-index: 1;
}
.blog-style-default .blog-inner .post-thumb .post-date a {
  padding: 8px 14px;
}
.blog-style-default .blog-inner:hover .post-thumb .post-date a {
  transform: translateX(5px);
  transition: all 0.5s;
}
.blog-style-default .blog-inner .post-date a:hover {
  color: var(--cus-light-color);
}
.blog-style-default .blog-inner .author-name {
  color: var(--cus-default-text-color);
  text-transform: capitalize;
}
.blog-style-default .blog-inner .author-name:hover {
  color: #0b3838;
}
.blog-inner .post-category {
  font-size: 18px;
}
.cus-button-style-wrap .blog-wrapper.blog-style-default .blog-inner {
  border-radius: 10px;
  margin: 0px !important;
}
.blog-wrapper.blog-style-default .blog-inner .top-meta {
  margin-top: -50px;
  z-index: 1;
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 0px 0px 10px 10px;
}
.blog-wrapper.blog-style-default .blog-inner {
  border: 1px solid #e5ebea;
}
/* Blog Classic Style */
.blog-style-classic .owl-carousel-item .blog-inner > *:not(.post-thumb) {
  padding: 0px;
}
.blog-style-classic.blog-normal-model
  .blog-inner
  > *:not(.post-thumb, .top-meta) {
  padding: 0px;
}
.blog-style-classic .blog-inner {
  border: 1px solid var(--cus-border-color);
  overflow: hidden;
  border-radius: 14px;
}
.blog-style-classic .blog-inner .post-thumb .post-image-link img,
ul.nav.pagination.post-pagination > li > a,
ul.nav.pagination.post-pagination > li > span,
.blog-style-classic .blog-inner .post-thumb,
.blog-wrapper.blog-style-classic .owl-carousel-item .blog-inner {
  border-radius: 10px;
}
.blog-style-classic .blog-inner .post-overlay-items {
  position: relative;
}
/* Blog Modern Style */
.blog-style-modern.blog-normal-model .blog-inner {
  border-radius: var(--cus-border-radius-0);
  margin-top: 0px;
}
.blog-wrapper .blog-inner:hover .post-overlay-items,
.blog-wrapper .post-overlay-items {
  transition: all 0.3s;
}
.blog-style-modern.blog-normal-model .blog-inner .post-thumb {
  margin: 0px;
}
.blog-style-modern.blog-normal-model .blog-inner {
  padding: 0px;
}
.blog-style-modern.blog-normal-model
  .blog-inner
  > *:not(.post-thumb, .top-meta) {
  padding: 0px;
}
.blog-style-modern.blog-normal-model .blog-inner .top-meta .post-date a {
  color: var(--cus-light-txt-clr);
}
.blog-style-modern.blog-normal-model .blog-inner {
  border-radius: 15px;
}
.blog-style-modern.blog-normal-model .blog-inner .top-meta .post-date {
  padding: 0px 7px;
  border-radius: 7px;
}
.blog-wrapper.blog-style-modern .blog-inner:hover .post-overlay-items {
  opacity: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) -5.4%, #043024 86%);
}
.blog-wrapper.blog-style-modern .blog-inner .top-meta .post-category a {
  background-color: transparent;
}
.blog-style-modern .blog-inner:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-wrapper.blog-style-modern .blog-inner .post-thumb img {
  border-radius: 10px 10px 0px 0px;
}
.blog-wrapper.blog-style-modern .blog-inner .top-meta .post-category a:before {
  content: unset;
}
.blog-style-modern .blog-inner .top-meta .post-category {
  padding: 0px;
}
.blog-style-modern .blog-inner .post-thumb {
  position: relative;
}
.blog-style-modern .blog-inner .post-thumb:before {
  content: "";
  background-size: 100%;
  position: absolute;
  background-position: bottom;
  bottom: 0;
  height: 0%;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  transition: all 0.8s;
}
.blog-style-modern .blog-inner .top-meta ul > li:last-child {
  margin-right: 0px;
}
.blog-style-modern .blog-inner .top-meta ul > li {
  margin-right: 30px;
}
.blog-style-modern .blog-inner:hover .post-thumb:before {
  transition: all 0.8s;
  height: 100%;
}
.blog-wrapper.blog-style-modern.blog-slide-model .blog-inner {
  margin-bottom: 0px !important;
}
.blog-style-modern .blog-inner .post-thumb:after {
  content: "";
  background-color: #1f31308f;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  transition: 0.8s;
}
.blog-style-modern .blog-inner:hover .post-thumb:after {
  transition: 0.8s;
  height: 100%;
}
/* Blog Classic Pro */
.blog-style-classic-pro .blog-inner .post-details-outer {
  background: #f5f7f6;
  position: relative;
  padding: 25px 27px 17px 27px;
  box-shadow: none;
  margin: 0;
}
.elementor-widget-ceaposts .blog-style-classic-pro .blog-inner .read-more {
  position: relative;
}
/* Services Grid Layouts */

/* Service Default Style */
.service .service-info-wrap {
  padding: 0px;
}
.service-style-default .service-inner .post-thumb {
  border-radius: var(--cus-border-radius-0);
}
.service-style-default .service-inner,
.service-style-default .service-inner:hover {
  border: 1px solid #eaeaea5e;
  margin-bottom: 0px;
  border-radius: 10px;
}
.service-style-default .service-inner .entry-title .post-title-head,
.service-style-default .service-inner .post-excerpt {
  border-bottom: 0px solid var(--cus-border-color);
}
.service-style-default .owl-carousel .owl-nav .owl-prev:before {
  content: "\f27f";
  font-family: "bootstrap-icons";
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 3px;
  margin: 0 9px;
  box-shadow: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border-radius: 2px;
}
.service-style-default .owl-carousel .owl-nav .owl-next:before {
  content: "\f280";
  font-family: "bootstrap-icons";
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  font-size: 20px;
}
.service-style-default .service-inner:hover:before {
  height: 100%;
}
.service-style-default.service-normal-model .service-inner {
  margin-bottom: 25px;
  border-radius: 10px;
}
.service-style-default .service-inner {
  overflow: hidden;
  position: relative;
}
.service-style-default .service-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
  background: #f5f7f6;
  transition: all 0.4s ease-in-out;
}
.cus-service-default-wrap .service-style-default .service-inner:before {
  content: none;
}
.cus-service-default-wrap .service-style-default .post-thumb {
  border-radius: 12px;
  position: absolute;
  left: -70px;
  right: 70px;
  top: 0;
  transform: scale(0.5);
  transition: all 0.3s;
}
.service-style-default .service-inner * {
  z-index: 2;
  position: relative;
}
.service-style-default .service-inner .post-more {
  position: relative;
}
.service-style-default .service-inner .post-more:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: -175px;
  z-index: -1;
  width: 127px;
  height: 127px;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 15px dashed #93bd3391;
  background-color: var(--cus-transpar-color);
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.service-style-default .service-inner:hover .post-more:before {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  background-color: var(--cus-transpar-color);
}
.service-style-default .service-inner:hover .service-icon-img-wrap {
  animation: gelatine 0.5s infinite;
}

.gelatine {
  animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
  from,
  to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.owl-nav {
  position: absolute;
  bottom: -59px;
  left: 329px;
  right: 230px;
}
.cus-service-default-wrap .service-style-default .service-inner {
  overflow: unset;
  margin: 25px;
}
.cus-service-default-wrap
  .service-style-default
  .service-inner:hover
  .post-thumb
  a.post-image-link
  img.img-fluid.squared {
  width: calc(100% - 110px);
  transition: all 0.3s ease-in-out 0.1s;
  transform: translateZ(10px);
}
.cus-service-default-wrap
  .service-style-default
  .service-inner
  .post-thumb
  a.post-image-link
  img.img-fluid.squared {
  margin-left: -73px;
}
.service-style-default .service-inner .post-more:before {
  content: "";
  top: -247px;
  opacity: 0;
  position: absolute;
  left: 219px;
  z-index: -1;
  width: 110px;
  height: 110px;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 15px dashed #93bd3391;
  background-color: var(--cus-transpar-color);
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.service-inner:hover .post-thumb {
  transform: scale(1);
}
.cus-service-default-wrap
  .service-style-default
  .service-inner
  .service-icon-img-wrap {
  position: absolute;
  right: 0;
}
/* slider-service-default   */
.slider-service-default .service-wrapper .service-inner .service-icon-img-wrap {
  position: relative;
}
.slider-service-default
  .service-wrapper
  .service-inner
  .service-icon-img-wrap:before {
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 5px;
}
/* Service Classic Style */
.service-style-classic .service-inner .post-thumb {
  border-radius: var(--cus-border-radius-0);
}
.service-style-classic .service-inner {
  border: 0px solid var(--cus-border-color);
  position: relative;
  margin-left: 10px;
}
.service-style-classic .service-inner .entry-title:before,
.service-style-classic .entry-title:before,
.service-style-classic .entry-title:after {
  content: unset;
}
.service-wrapper.service-style-classic
  .service-inner
  .post-thumb
  .post-image-link:before {
  content: unset;
}
.service-style-classic .service-inner,
.service-style-classic .service-inner .post-thumb img {
  border-radius: 15px;
}
.service-style-classic .service-inner .post-overlay-items .bottom-meta {
  position: absolute;
  bottom: 7px;
}
.service-style-classic .owl-carousel-item .service-inner > *:not(.post-thumb) {
  padding-right: 20px;
  padding-left: 20px;
}
.service-style-classic .service-inner .post-thumb .post-image-link,
.service-style-classic .service-inner .bottom-meta .post-more a.read-more {
  position: relative;
  z-index: 0;
}
.service-style-classic .service-inner:hover .entry-title:before {
  right: 0;
  transform: translate(95%, 50%);
  transition: all 1s ease;
}
.service-style-classic .service-inner .service-icon-img-wrap {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 45px;
  height: 45px;
}
/* Service Classic-pro Styles */
.service-style-classic-pro .service-inner {
  margin-bottom: 0px;
}
.service-style-classic-pro.service-normal-model
  .service-inner
  .post-details-outer {
  transform: translateY(0%);
  border-radius: 10px;
}
.service-style-classic-pro.service-normal-model .service-inner {
  border-radius: 15px;
  overflow: hidden;
}

.service-style-classic-pro .service-inner .post-details-outer {
  transform: translateY(100%);
  opacity: 0;
  margin-right: 30px;
  transition: all 0.5s ease;
}
.service-style-classic-pro .service-inner:hover .post-details-outer {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s ease;
}
.service-style-classic-pro .post-details-outer {
  opacity: 1;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  margin-right: 29px;
  -webkit-transition: all 0.35s ease 0s;
  -khtml-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  margin: 0px;
  padding: 20px 30px 20px 27px;
}
.service-style-classic-pro .service-inner:hover .post-thumb a:after {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -webkit-transition-duration: 0.9s;
  -khtml-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  opacity: 0.7;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  height: 100%;
  width: 100%;
}
.service-style-classic-pro .service-inner .post-thumb a:after {
  background: var(--cus-drk-bg-color);
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  width: 0;
  height: 0;
}
.service-style-classic-pro .service-inner {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.service-style-classic-pro.service-normal-model .service-inner {
  margin-bottom: 30px;
}
.service-style-classic-pro .service-inner .post-thumb {
  position: relative;
}
.service-style-classic-pro .service-inner .post-thumb:before {
  content: "";
  background-color: var(--cus-drk-bg-color);
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  transform: scale(1);
  opacity: 1;
  border-radius: 0 15px 0 0;
  transition: all 0.3s ease;
}
.service-style-classic-pro .service-inner .post-thumb .post-image-link:before {
  content: "\F144";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 33px;
  line-height: 80px;
  color: var(--cus-light-txt-clr);
  width: 80px;
  height: 80px;
  text-align: center;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.service-style-classic-pro
  .service-inner:hover
  .post-thumb
  .post-image-link:before,
.service-style-classic-pro .service-inner:hover .post-thumb:before {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
}
/* Service Modern */
.service-style-modern .service-inner .post-thumb.post-overlay-active {
  position: relative;
  overflow: hidden;
}
.service-style-modern .service-inner .post-thumb img {
  border-radius: 10px;
}
.service-style-modern .cea-carousel .service-inner:hover .post-thumb img {
  border-radius: 10px 0px 0px 10px;
}
.service-style-modern .service-inner .post-thumb.post-overlay-active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.service-style-modern.service-normal-model
  .service-inner
  .service-icon-img-wrap
  .service-icon-img {
  max-width: 60px;
  border: none;
}
.service-style-modern.service-normal-model
  .service-inner
  .service-icon-img-wrap {
  border-radius: 50%;
  padding: 10px;
}
.service-style-modern .cea-carousel.owl-carousel .service-inner {
  margin-bottom: 0;
  margin-top: 0;
}
.service-style-modern .cea-carousel.owl-carousel .service-inner:hover {
  transform: none;
}
.service-style-modern .cea-carousel .service-inner:before {
  content: "";
  width: 67%;
  position: absolute;
  height: 1px;
  background-color: #50676726;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.service-style-modern
  .cea-carousel.owl-carousel
  .service-inner
  .service-icon-img-wrap {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50px);
  opacity: 1;
  border-radius: 50%;
}
.service-style-modern
  .cea-carousel.owl-carousel
  .service-inner
  .service-icon-img-wrap
  img {
  width: 100px;
  padding: 15px;
  border: none;
}
.service-style-modern
  .cea-carousel.owl-carousel
  .service-inner:hover
  .service-icon-img-wrap {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}
.service-style-modern .cea-carousel .service-inner:hover .post-thumb img {
  opacity: 1;
  transition: all 0.7s ease;
}
.service-style-modern .cea-carousel .service-inner .post-thumb img {
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 10px;
}
.service-style-modern .cea-carousel .service-inner .post-thumb {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 70%;
  right: -150px;
  transition: all 0.3s;
}
.service-style-modern .cea-carousel .service-inner:hover .post-thumb {
  right: 0px;
  transition: all 0.3s;
}

.service-style-modern .cea-carousel .service-inner:after {
  content: "";
  width: 0%;
  position: absolute;
  height: 1px;
  background-color: #506767;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  transition: all 0.7s ease-in;
}
.service-style-modern .cea-carousel .service-inner:hover:after {
  width: 30%;
  transition: all 0.7s ease-in;
}
/* Service List */
.service-style-list .service-inner .service-icon-img-wrap {
  max-width: 70px;
}
.service-style-list .service-inner {
  border-radius: 15px;
}
.service-style-list .service-inner .read-more {
  position: relative;
}
.service-style-list .service-inner .read-more:after {
  content: "\f144";
  font-family: "bootstrap-icons";
  font-weight: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/* Portfolio Grid Layouts */
/* Portfolio Default */
.elementor-element
  .elementor-widget-container.portfolio-wrapper
  .portfolio-inner {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-style-default .portfolio-inner .post-overlay-items .post-link-wrap {
  display: none;
}
.portfolio-style-default
  .portfolio-inner
  .post-overlay-items
  .post-magnific-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.portfolio-style-default .portfolio-inner .post-category {
  position: absolute;
  left: 0;
  bottom: 0;
}
.portfolio-style-default .portfolio-inner .post-overlay-items .post-icons a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  display: inline-block;
  font-size: 15px;
  color: var(--cus-light-txt-clr);
  margin: 0;
  border-radius: var(--cus-border-radius-0);
  text-align: center;
}
.portfolio-style-default .portfolio-inner .post-category a {
  color: var(--cus-light-txt-clr);
  font-size: 16px;
  border-radius: var(--cus-border-radius-0);
  line-height: 19px;
  margin: 0;
  padding: 6px 12px;
}
.post-category a {
  padding: 5px 0px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 3px;
  line-height: 1;
}
.portfolio-inner .post-overlay-items {
  margin: 0 auto;
  left: 0px;
  top: initial;
  transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  height: auto;
  top: initial;
  border-radius: 0;
  padding: 30px;
  word-break: break-word;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.5s;
  overflow: hidden;
  background: #f2ab37;
  opacity: 0;
}
/* Portfolio Classic Style  */
.portfolio-style-classic .portfolio-inner .post-overlay-items .post-more:hover {
  transform: rotate(0deg);
}
.portfolio-style-classic .cea-carousel .owl-dots {
  margin-top: 0px;
}
.portfolio-style-classic .portfolio-inner .post-overlay-items .post-more {
  position: relative;
  left: 0;
  right: auto;
  border: none;
  vertical-align: middle;
  width: auto;
  height: auto;
  line-height: 0;
  text-align: center;
  transition: all 0.1s;
  border-radius: var(--cus-border-radius-0);
}
.portfolio-style-classic .post-thumb.post-overlay-active:after {
  content: unset;
}
.portfolio-style-classic .owl-carousel button.owl-dot {
  border: 0px;
}
.portfolio-style-classic .owl-dots button.owl-dot {
  width: 15px;
  height: 4px;
}
.portfolio-style-classic .portfolio-inner .post-overlay-items {
  padding: 10px 25px 20px 25px;
}
.portfolio-style-classic .post-thumb.post-overlay-active {
  border-radius: 15px;
}
.portfolio-wrapper.portfolio-style-classic .portfolio-inner .post-title-head {
  line-height: 34px;
}
.elementor
  .portfolio-wrapper.portfolio-style-classic
  .portfolio-inner
  .post-overlay-items
  .post-icons
  a {
  color: var(--cus-light-txt-clr);
}
/* Portfolio Single */
.col-sm-4
  > .portfolio-meta
  ul.portfolio-meta-list
  > li
  > .portfolio-meta-title-wrap {
  width: 62%;
}

.single-cea-portfolio .portfolio-image {
  box-shadow: none;
  border-radius: var(--cus-border-radius-0);
}
.single-cea-portfolio
  .portfolio-single.portfolio-model-2
  .portfolio-image-inner
  img {
  height: 600px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.single ul.portfolio-meta-list {
  background: #93bd3300;
  border: 1px solid #9e9e9e52;
  padding: 11px 34px 16px 34px;
  border-radius: 5px;
}
.portfolio-single .portfolio-format {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.portfolio-single .custom-post-nav {
  padding: 45px 0 0 0;
}
.portfolio-meta ul.nav.social-icons > li > a:hover {
  color: var(--cus-light-txt-clr);
}
.portfolio-meta ul.nav.social-icons > li > a {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 11px;
  margin-right: 5px;
  color: #fff;
}
.portfolio-meta ul.nav.social-icons > li > a:hover {
  background-color: #043024;
}
.portfolio-inner .post-overlay-items .post-icons a {
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 53px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.portfolio-style-classic
  .portfolio-inner
  .post-overlay-items
  .post-icons
  a:hover {
  background-color: #043024;
  transition: all 0.3s;
}
.single ul.portfolio-meta-list span.portfolio-meta-icon {
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.portfolio-meta-list .portfolio-meta-icon .fa,
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
}
.col-sm-4 > .portfolio-meta ul.portfolio-meta-list > li {
  border-bottom: 1px solid #9e9e9e5e;
  padding: 24px 0;
  display: flex;
}
.col-sm-4 > .portfolio-meta ul.portfolio-meta-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 19px;
}
.cus-port-classic-wrap
  .portfolio-style-classic
  .portfolio-inner
  .post-overlay-items
  .post-icons {
  position: absolute;
  top: 30px;
  right: 30px;
}
.portfolio-inner .post-overlay-items .post-date a {
  padding: 5px 15px 7px 15px;
  border-radius: 6px;
}
.row.portfolio-details .col-sm-8 {
  flex: 0 0 auto;
  width: 100%;
}
.row.portfolio-details > .col-sm-4 {
  order: 2;
  display: none;
}
/* Team Layouts */
/* Team Default Style  */
.team-style-default .team-inner .post-overlay-items > .team-social-wrap,
.team-style-default .team-inner:hover .post-overlay-items > .team-social-wrap {
  background: var(--cus-transpar-color);
}
.team-style-default .team-inner .post-thumb .post-overlay-items {
  position: absolute;
  left: 0%;
}
.team-style-default .team-inner .post-thumb .post-image-link:before {
  content: none;
}
.team-wrapper.team-style-default
  .team-inner
  .post-thumb
  .post-image-link:before {
  position: absolute;
  content: "";
  top: 46%;
  left: -201px;
  z-index: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.team-style-default .team-inner {
  margin-bottom: 0;
  border: 0px;
  overflow: hidden;
  position: relative;
}
.team-style-default .team-inner .post-thumb .post-overlay-items {
  margin-left: 30px;
  position: absolute;
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap > ul {
  background: var(--cus-transpar-color);
  text-align: center;
  border-radius: 30px;
  padding: 0 13px 0 10px;
}
.team-style-default .team-inner .team-designation {
  margin-bottom: 0px;
}

/* Team Classic Style */
.team-style-classic
  .team-inner
  .post-thumb.post-overlay-active
  .post-more
  .read-more {
  font-size: 0px;
}
.team-style-classic .team-inner {
  box-shadow: none;
}
.team-style-classic
  .team-inner
  .post-thumb.post-overlay-active
  .post-more
  .read-more:before {
  content: "\f280";
  font-family: "bootstrap-icons";
  opacity: 1;
  transition: all 2s;
  font-size: 35px;
  line-height: 35px;
}
.team-style-classic
  .team-inner:hover
  .post-thumb.post-overlay-active
  .post-more
  .read-more:before {
  opacity: 1;
}
.team-style-classic .team-inner .post-overlay-items .bottom-meta .post-more {
  background: var(--cus-light-color);
  padding: 0px 5px 0px 13px;
}
.team-style-classic .team-inner {
  border-radius: var(--cus-border-radius-0);
}
.team-style-classic .team-inner .post-overlay-items {
  opacity: 1;
  transform: scale(1);
}
.team-style-classic .team-inner .team-designation {
  border: none;
  border-radius: var(--cus-border-radius-0);
  margin: 0px;
  padding: 0px;
}
.team-style-classic .team-inner:hover .post-overlay-items {
  top: 65% !important;
  transition: all 0.3s;
  padding-bottom: 60px;
}
.team-style-classic .team-inner .top-meta .team-social-wrap {
  opacity: 1;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(110px);
}
.team-style-classic .team-inner:hover .top-meta .team-social-wrap {
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.team-style-classic
  .team-inner
  .top-meta
  .team-social-wrap
  .team-social
  li
  > a
  > i:hover:before {
  color: var(--cus-sec-bg);
}
.team-style-classic
  .team-inner
  .top-meta
  .team-social-wrap
  .team-social
  li
  > a
  > i {
  font-size: 16px;
  line-height: 22px;
}
.team-wrapper.team-style-classic .owl-stage-outer .team-inner {
  margin: 15px 15px 15px 15px;
  border-radius: 10px;
}
/* Team Classic Pro Style */
.team-style-classic-pro .post-details-outer {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
}
.team-wrapper.team-style-classic-pro .team-inner {
  padding: 0px;
}
.team-wrapper.team-style-classic-pro .team-inner img,
.team-wrapper.team-style-classic-pro .team-inner .post-overlay-items {
  transform: rotateX(0deg);
  border-radius: var(--cus-border-radius-0);
}
.team-style-classic-pro
  .team-inner
  .post-overlay-items
  .team-social-wrap
  .social-icons {
  display: flex;
  flex-direction: column;
}
.team-style-classic-pro .team-social-wrap ul.social-icons > li > a {
  color: var(--cus-light-txt-clr);
  width: 0px;
  height: 0px;
  line-height: 29px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  margin-right: 0px;
  border-radius: var(--cus-border-radius-0);
  font-size: 18px;
  background: var(--cus-transpar-color);
}
.team-style-classic-pro .team-inner .post-overlay-items {
  background: rgb(0 0 0 / 85%);
}
.team-style-classic-pro.team-light.team-normal-model .post-details-outer {
  margin: 0 40px;
}
.team-light .team-inner {
  background: #ffffff00;
}
.team-style-classic-pro .team-inner .post-details-outer,
.team-style-classic-pro.team-light.team-normal-model .post-details-outer {
  border-radius: var(--cus-border-radius-0);
}
.team-style-classic-pro
  .team-inner
  .post-overlay-items
  .team-social-wrap
  .social-icons
  li {
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.team-style-classic-pro
  .team-inner:hover
  .post-overlay-items
  .team-social-wrap
  .social-icons
  li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.team-style-classic-pro
  .team-inner:hover
  .post-overlay-items
  .team-social-wrap
  .social-icons
  li:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.team-style-classic-pro
  .team-inner:hover
  .post-overlay-items
  .team-social-wrap
  .social-icons
  li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.team-style-classic-pro
  .team-inner:hover
  .post-overlay-items
  .team-social-wrap
  .social-icons
  li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.team-style-classic-pro
  .team-inner:hover
  .post-overlay-items
  .team-social-wrap
  .social-icons
  li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.team-style-classic-pro .team-inner .bottom-meta {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 2s;
}
.team-style-classic-pro .team-inner:hover .bottom-meta {
  opacity: 1;
  transition: all 2s;
  left: 83%;
}
.team-style-classic-pro .team-inner .post-more .read-more:before {
  content: "\f280";
  font-family: "bootstrap-icons";
  opacity: 0;
  transition: all 2s;
  font-size: 35px;
  line-height: 35px;
}
.team-style-classic-pro .team-inner:hover .post-more .read-more:before {
  opacity: 1;
}
.team-style-classic-pro .team-inner .post-details-outer:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 70%;
  transform: translateY(-50px);
  left: auto;
  width: 30%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
  z-index: 0;
  background-color: var(--cus-bg-light-clr);
  border-radius: 0px 10px 10px 0px;
}
.team-style-classic-pro .team-inner:hover .post-details-outer:before {
  background-color: var(--cus-sec-bg);
  transition: all 2s;
}
.team-style-classic-pro.team-normal-model .row {
  margin-bottom: 60px;
}
.team-style-classic-pro .team-inner:hover .post-thumb .post-image-link {
  position: relative;
}
.team-style-classic-pro .team-inner .post-thumb.post-overlay-active {
  overflow: hidden;
}
/* Team Single */
/* single-cea-team */

.single .row.team {
  box-shadow: 0px 0px 50px 0px rgb(6 6 6 / 6%);
  padding: 0px 0px 0px 0px;
  position: relative;
}
.single.single-cea-team .team-other-details .team-details-icon {
  width: 51px;
  height: 50px;
  text-align: center;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 18px;
  border: 0;
  line-height: 50px;
}
.team-content-area .team .team-info {
  width: 66%;
  padding-right: 30px;
  padding-left: 40px;
}
.single.single-cea-team .team-other-details .media-body a:hover {
  color: #e5ebeac9;
}
.single.single-cea-team .team-content-area .col-sm-5 {
  width: 34%;
  padding-left: 0;
}
.single-cea-team .team-social-wrap ul.social-icons > li > a {
  color: var(--e-global-color-primary) !important;
  box-shadow: none;
  border: 1px solid;
  border-radius: 6px;
}
.single-cea-team .team-social-wrap ul.social-icons > li > a:hover {
  background-color: var(--cus-light-color);
  border: 1px solid var(--cus-light-color);
}
.single.single-cea-team .team-other-details {
  padding-bottom: 36px;
  border-bottom: 1px solid #dddddd52;
  margin-bottom: 39px;
}
.single.single-cea-team .team-image-wrap img {
  height: auto;
  width: auto;
  object-fit: cover;
  border-radius: 10px;
}
.single .row.team,
.team-details-icon,
.featured-media-inner.section-inner img {
  border-radius: 10px;
}
.single.single-cea-team .team-other-details .media-body a,
.single.single-cea-team .team-other-details .media-body span.team-experience {
  color: var(--cus-border-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.single-cea-team span.team-designation {
  font-size: 80px;
  line-height: 84px;
  color: var(--cus-light-color);
}
.single-cea-team .team-media.media .media-body span {
  color: rgb(255 255 255 / 54%);
}
.team-media.media .media-body span {
  display: block;
  line-height: 30px;
  font-size: 16px;
}
.team-content-area .team .team-image-wrap .team-img {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 10px;
  padding: 15px;
}
.team-content-area .team-title {
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #dddddd52;
  margin-top: -13px;
}
.team-content-area .team-info {
  padding-right: 75px;
}
/* Testimonials Layouts */
.testimonial-wrapper.testimonial-style-default .testimonial-rating i {
  color: #ffc400;
  font-size: 17px;
  letter-spacing: 3px;
}
.testimonial-style-default.testimonial-wrapper a.client-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.testimonial-style-default.testimonial-normal-model .testimonial-inner {
  margin-bottom: 40px;
  border-radius: 15px;
}
.cus-testimonial-default
  .testimonial-wrapper.testimonial-style-default
  .testimonial-inner {
  background: var(--cus-bg-light-clr);
  margin-bottom: 40px;
}
.cus-testimonial-default
  .testimonial-style-default
  .testimonial-inner
  .post-excerpt {
  border-top: 1px solid var(--cus-border-color);
  padding-top: 25px;
  margin-top: 20px;
  border-bottom: none;
  padding-bottom: 0px;
}
.cus-testimonial-default
  .testimonial-wrapper.testimonial-style-default
  .testimonial-inner:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 65px;
  top: 50px;
  width: 70px;
  height: 70px;
  background-color: var(--cus-transpar-color);
  background-size: cover;
}
.cus-testimonial-default .testimonial-style-default .testimonial-inner > * {
  display: flex;
  justify-content: center;
}
/* testimonial-style-classic  */
.testimonial-style-classic .testimonial-inner {
  margin: 0px;
}
/* testimonial-style-list */

.testimonial-wrapper.testimonial-style-list .post-thumb {
  width: 50%;
}
.testimonial-wrapper.testimonial-style-list.testimonial-slide-model
  .testimonial-inner {
  margin-bottom: 0px;
}
/* Team Default */
.team-wrapper.team-style-default .team-inner > .post-thumb {
  overflow: unset;
}
.team-main-page .team-wrapper.team-style-default .team-inner > .post-thumb {
  margin-top: 0px;
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap {
  width: auto;
  height: auto;
  border-radius: 0;
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap {
  left: 0;
  top: -88px;
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap:before {
  text-align: center;
  width: 55px;
  line-height: 52px;
  font-size: 26px;
  border-radius: 0;
  transition: var(--trans-dft);
  position: absolute;
  content: "\f51f";
  font-family: "bootstrap-icons";
  z-index: 1;
  color: var(--cus-light-txt-clr);
  transform: rotateY(180deg);
  left: 0;
}
.team-style-default
  .team-inner:hover
  .post-overlay-items
  > .team-social-wrap:before {
  transition: var(--trans-dft);
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap > ul {
  top: 3px;
  position: absolute;
  left: 67px;
  opacity: 0;
  background-color: transparent;
  transition: all 0.3s;
  margin-top: 0;
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  border: solid 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.testimonial-style-default .testimonial-inner .post-excerpt {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.28);
}
.testimonial-style-default .owl-carousel .owl-dots {
  margin-top: 10px;
}
.testimonial-wrapper.testimonial-style-default .owl-item .testimonial-inner {
  margin: 0;
}
/* Testimonial Classic */

/* Testimonial Single */
.single-cea-testimonial .testimonial-rating i {
  font-size: 18px;
  letter-spacing: 4px;
}
.testimonial-style-list .testimonial-style-list-item .testimonial-thumb:before,
.single-cea-testimonial .testimonial-info .testimonial-img:before {
  border-radius: 50%;
  left: -41px;
}
.single-cea-testimonial.single .testimonial-info > .testimonial-img {
  margin-bottom: 19px;
}
.single .testimonial-info > .testimonial-designation-wrap {
  margin-bottom: 50px;
  color: #797979;
  font-weight: 600;
}
.testimonial-style-list .testimonial-inner .post-thumb:after,
.testimonial-style-list .testimonial-inner:after {
  content: unset;
}
.testimonial-style-list .testimonial-inner .media-body {
  position: relative;
}
.testimonial-style-list .testimonial-inner .media-body:after {
  content: "“";
  position: absolute;
  right: 50%;
  top: -90px;
  font-family: "themify";
  font-size: 120px;
  line-height: 1;
}
/* Team Default */
.team-style-default
  .team-inner:hover
  .post-overlay-items
  > .team-social-wrap:after {
  background-color: transparent;
  transition: all 0.3s;
}
.team-style-default
  .team-inner:hover
  .post-overlay-items
  > .team-social-wrap
  > ul {
  transform: scaleX(1);
  transition: all 0.3s;
}
.team-style-default
  .team-inner
  .post-overlay-items
  > .team-social-wrap
  > ul
  li
  a {
  height: 45px;
  line-height: 46px;
  padding: 0;
  width: 35px;
  font-size: 15px;
}
.team-style-default
  .team-inner
  .post-overlay-items
  > .team-social-wrap
  > ul
  li
  a:hover {
  opacity: 0.7;
}
.team-style-default
  .team-inner
  .post-overlay-items
  > .team-social-wrap
  > ul
  li {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.team-style-default
  .team-inner:hover
  .post-overlay-items
  > .team-social-wrap
  > ul
  li {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.team-style-default .owl-prev,
.team-style-default .owl-next {
  top: -82px;
  right: 0;
}
.team-wrapper.team-style-default .team-inner .post-thumb a.post-image-link {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0px 0px;
}
.team-style-default .team-inner .post-overlay-items {
  position: relative;
  z-index: 9;
}
.team-wrapper.team-style-default
  .team-inner
  .post-thumb
  a.post-image-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 200%;
  border-radius: inherit;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #1f3130 0%,
    rgb(255 255 255 / 0%) 100%
  );
}
.team-wrapper.team-style-default
  .team-inner
  .post-thumb
  a.post-image-link:before {
  opacity: 1;
  z-index: 1;
}
.team-style-default .team-inner .team-designation {
  margin-bottom: 0px;
  position: absolute;
  bottom: 130px;
  right: 0;
  white-space: nowrap;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(100%);
  -ms-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
  z-index: 1;
  transition: all 0.3s ease;
}
.team-style-default .team-inner:hover .team-designation {
  transition: all 0.3s ease;
  bottom: 150px;
}
.team-style-default .team-social-wrap ul > li > a {
  border: 1px solid;
  border-radius: 5px;
}
.team-style-default .team-inner .team-social-wrap ul > li > a:hover {
  background-color: #fff;
}
/* Team-style-classic-pro */
.team-wrapper.team-style-classic-pro .team-inner img,
.team-wrapper.team-style-classic-pro .team-inner .post-overlay-items {
  border-radius: 10x;
  --rotateX: 0px;
  --rotateY: 0px;
}

.team-style-classic-pro .team-inner .post-details-outer {
  box-shadow: none;
  border-radius: 10px;
  margin: 0px 20px;
}

.team-style-classic-pro .team-inner .team-designation {
  position: absolute;
  top: 0px;
  right: 25px;
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 10px 10px 0px 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.team-style-classic-pro .team-inner:hover .post-details-outer {
  margin-bottom: 0px;
  transition: 0.5s;
}
.team-style-classic-pro .team-inner:hover .team-designation {
  opacity: 1;
  top: -52px;
  transition: all 0.5s ease;
}
.team-style-classic-pro .team-inner .team-social-wrap .nav > li {
  display: block;
}
.team-style-classic-pro .team-inner .team-social-wrap ul.social-icons li {
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.team-style-classic-pro .team-inner:hover .team-social-wrap .social-icons {
  top: 45px;
  transition: all 0.5s ease;
}
.team-style-classic-pro .team-social-wrap ul.social-icons > li > a {
  background: transparent;
}
.team-style-classic-pro .team-inner .nav.social-icons li > a {
  font-size: 15px;
  line-height: 18px;
}
.team-style-classic-pro
  .team-inner
  .nav.bottom-meta-list
  .post-more
  .read-more {
  position: relative;
}
.team-style-classic-pro .team-inner .post-overlay-items {
  opacity: 1;
}
.team-style-classic-pro .team-inner .post-more a.read-more {
  padding: 3px 0px 0px 0px;
}
.team-style-classic-pro .team-inner {
  padding: 0;
}
.team-style-classic-pro .team-inner .team-social-wrap .social-icons {
  position: absolute;
  top: 75px;
  transition: all 0.5s ease;
}
.team-style-list .team-inner .post-more .read-more,
.team-style-classic .team-inner .nav .post-more .read-more {
  position: relative;
}
/* Team-style-classic */
.team-style-classic .owl-stage-outer .team-inner {
  border: 1px solid #dbe5e2;
  border-radius: 20px 20px 0px 20px;
}
.team-style-classic .owl-stage-outer .team-inner .post-image-link img {
  border-radius: 10px 10px 0px 10px;
}
.team-style-classic .blog-inner .post-more .read-more {
  position: relative;
  padding-right: 43px;
  z-index: 1;
}
.team-style-classic .team-inner .team-designation {
  margin: 10px 0px 10px 0px;
}
.team-wrapper.team-style-classic .team-inner:hover .post-overlay-items {
  border-radius: 0px 0px 0px 10px;
}
.team-style-classic .team-inner .post-overlay-items .team-designation {
  border: none;
  display: inline-block;
  position: absolute;
  padding: 7px 10px;
  border-radius: 10px 10px 0px 10px;
  top: -60px;
  left: 50px;
  width: 75%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.team-style-classic .team-inner {
  padding: 30px 30px 20px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-style-classic .team-inner .post-overlay-items .team-social-wrap {
  text-align: center;
}
.team-style-classic
  .team-inner
  .post-overlay-items
  .team-social-wrap
  .nav.social-icons
  li
  a {
  font-size: 18px;
}
.team-wrapper.team-style-classic .team-inner:hover .post-overlay-items {
  display: block;
}
/* Counter Layouts */
/* Counter Classic Style  */
.cea-counter-style-classic span.counter-up {
  text-decoration: none;
}
/* Counter Modern Style */
.cea-counter-wrapper.cea-counter-style-modern {
  box-shadow: none;
}
.cea-counter-wrapper.cea-counter-style-modern .counter-value > * {
  -webkit-text-stroke: 0px !important;
}
/* Cea Carousel Slider */
/* Cea Carousel Default */
.cea-carousel-style-default .owl-stage-outer .owl-slide-item {
  position: relative;
}
.content-carousel-wrapper.cea-carousel-style-default
  .owl-stage
  .owl-slide-item:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 28px;
}

/* Pricing Layouts */
.pricing-table-wrapper.pricing-style-classic .pricing-inner-wrapper {
  border: none;
}
.pricing-style-classic .pricing-inner-wrapper {
  padding: 0px 0px;
}
.pricing-table-info > * {
  margin: 0 2px;
}
.pricing-style-classic.pricing-table-wrapper ul > li {
  position: relative;
  padding: 4px 0 4px 18px;
  vertical-align: middle;
}
.pricing-style-classic.pricing-table-wrapper ul > li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #a8d06e;
}
/* Toggle */
.switcher-content-wrapper ul.nav.cea-swticher-list {
  display: inline-flex;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -113px;
}
/* Accodrion */
.cea-accordions .card.cea-accordion:last-child .card-body {
  border: none;
}
.cea-accordions .card.cea-accordion .card-body {
  padding: 5px 0px 15px;
  border-bottom: 0px;
}
.cea-accordions .card.cea-accordion:last-child {
  margin-bottom: 0px !important;
}

.cus-faq-style-wrap span.cea-accordion-icon-closed:before {
  content: "";
  border-right: 1px solid #dbdbdb;
  height: 66px;
  position: absolute;
  top: 1px;
  right: 79px;
}

@media only screen and (max-width: 1024px) {
  .cus-faq-style-wrap span.cea-accordion-icon-closed:before {
    content: none;
  }
}
/* Cea Popover Trigger Styles */

.elementor-widget-container.popover-outer-wrapper.active .popover-content {
  opacity: 1;
  visibility: visible;
  border: none;
}
.popover-wrapper.popover-active .popover-content,
.popover-wrapper.popover-top .popover-content {
  font-weight: 400;
  opacity: 1;
  visibility: inherit;
}
/* list-icon  */
.list-icon .elementor-icon-list-items li.elementor-icon-list-item span i {
  position: relative;
}
.list-icon .elementor-icon-list-items li.elementor-icon-list-item span i:after {
  border-radius: 50%;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 0;
}
.list-icon
  .elementor-icon-list-items
  li.elementor-icon-list-item
  span
  i::before {
  z-index: 1;
  position: relative;
}
/* Tabs Layouts */
/* Tabs Styles Two */
.cea-tab-elementor-widget.tab-style-2 .cea-tabs > a.active .cea-tab-title {
  color: var(--cus-light-txt-clr) !important;
}
.cea-tab-elementor-widget.tab-style-2.cea-vertical-tab a.nav-item.nav-link {
  margin-bottom: 30px;
}
/* Feature Box Layouts */
.cea-feature-box-img:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.cea-feature-box-img > img {
  z-index: 1;
  position: relative;
}
.feature-box-wrapper .cea-feature-box-img:before {
  transition: all 0.5s ease;
  transform: scale(1);
}
.feature-box-wrapper:hover .cea-feature-box-img:before {
  transition: all 0.5s ease;
  transform: scale(1.2);
}
.contact-img .feature-box-classic-pro .cea-feature-box-img:before {
  content: unset;
}
.contact-img .feature-box-classic-pro .cea-feature-box-img img {
  border-radius: 50% !important;
}
.contact-icon .feature-box-default .media-icon-part .cea-featured-icon {
  position: relative;
}
.contact-icon .feature-box-default .media-icon-part .cea-featured-icon:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  z-index: 0;
}
.contact-icon .feature-box-default .fbox-content a {
  display: inline-block;
}
/* Feature Box Default Styles */

.feature-box-wrapper > .media > *:first-child {
  margin-right: 15px;
}
.cus-fb-gap-wrap
  .feature-box-wrapper.feature-box-default
  > .media
  > *:first-child {
  line-height: 0px;
  margin-right: 1px;
}
.feature-box-default .cea-button-link.cea-button:after {
  background: var(--cus-transpar-color);
}
.feature-box-default .cea-featured-icon {
  margin-right: 15px;
  display: inline-block;
}
.cus-fb-box-wrap .feature-box-default .media .media-body {
  margin-left: 0px;
}

.cus-num-bg-wrap .feature-box-default .fbox-number {
  padding: 2px 10px 2px 10px;
  border-radius: 4px;
}
.feature-box-wrapper a .feature-box-inner .fbox-content {
  color: var(--cus-default-text-color);
}
/* Feature Box Modern Styles */
.feature-box-modern:hover .media-icon-part .cea-featured-icon {
  transform: rotateY(360deg);
  transition: all 0.5s;
}
.feature-box-modern .media-icon-part .cea-featured-icon {
  transition: all 0.5s;
}
.feature-box-modern {
  overflow: hidden;
}
.feature-box-wrapper.feature-box-modern .feature-box-inner .fbox-number {
  transition: all 0.3s ease;
}
.feature-box-wrapper.feature-box-modern:hover .feature-box-inner .fbox-number {
  font-size: 70px !important;
  line-height: 80px !important;
  transition: all 0.3s ease;
}
/* Feature Box Classic Styles */
.elementor-widget-container.feature-box-wrapper.feature-box-classic:before,
.elementor-widget-container.feature-box-wrapper.feature-box-classic:after {
  content: unset;
}
.feature-box-wrapper.feature-box-classic:hover figure.cea-feature-box-img {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* Feature Box Classic Pro Styles */
.brands
  .feature-box-classic-pro
  .feature-box-inner:hover
  .cea-feature-box-img
  img {
  filter: brightness(1);
  transition: opacity 0.15s ease-out;
}
.brands .feature-box-classic-pro .feature-box-inner .cea-feature-box-img img {
  transition: opacity 0.15s ease-out;
  filter: brightness(70%);
}
.feature-box-classic-pro .feature-box-inner:hover .cea-feature-box-img img,
.service-style-classic .service-inner:hover .service-icon-img-wrap {
  animation: shake 100ms 2 linear;
}
.feature-box-wrapper.feature-box-classic-pro .media-body {
  margin-left: 17px;
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }

  50% {
    transform: translate(-3px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}
/* Feature Box Custom Styles */
.cus-border-left .elementor-widget-container,
.cus-border-right .elementor-widget-container {
  position: relative;
}
.fbox-content a {
  color: #797979;
}
/* Timeline Layouts */
.timeline > li .timeline-panel {
  border: solid 2px var(--cus-border-color);
  transition: all 0.3s;
}
.timeline > li:hover .timeline-panel {
  border: solid 2px;
  transition: all 0.3s;
}
.timeline > li {
  margin-bottom: 80px;
}
.timeline > li > .timeline-sep-title {
  font-size: 118px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  color: #b8978014;
  margin-left: 134px;
}
.timeline-sep-title > span {
  display: block;
  line-height: 1;
  margin-top: 0px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cus-drk-txt-color);
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.timeline > li > .timeline-badge,
.timeline-sep-title {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  transform: translateY(-50%);
}
.timeline > li > .timeline-badge {
  width: 70px;
  line-height: 70px;
  height: 70px;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
  margin-right: 134px;
  margin-left: 0;
}
.timeline:before {
  width: 2px;
  border-right: 2px solid;
  left: 51%;
}
.timeline > li.timeline-inverted > .timeline-panel:after,
.timeline > li > .timeline-panel:after {
  top: 50%;
  transform: translateY(-50%);
}
.timeline > li.timeline-inverted {
  padding-left: 132px;
}
.timeline > li > .timeline-sep-title:before {
  content: "";
  left: -72px;
  width: 60px;
  height: 2px;
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeline > li.timeline-inverted > .timeline-sep-title:before {
  right: -86px;
  left: auto;
}
.timeline > li > .timeline-panel {
  padding: 38px 40px 38px 40px;
}
.timeline > li > .timeline-panel .timeline-title {
  color: var(--cus-drk-txt-color);
  margin-bottom: 17px;
}
/* WP Search */
.widget_search .wp-block-search__button {
  border-radius: 5px;
  top: 5px;
  right: 10px;
}
.search-no-results .no-search-results-form .input-group {
  width: 100%;
}
.search-no-results
  .form-inline.search-form
  .input-group
  > *.form-control:focus {
  border-radius: var(--cus-border-radius-0);
}
.search-no-results .no-search-results-form .input-group .btn {
  padding: 0px 32px 0 25px;
}
.search-no-results .no-search-results-form .input-group .btn:focus,
.search-no-results .no-search-results-form .input-group .btn:active {
  box-shadow: none;
}
.site-header .search-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.search-form label {
  width: 100%;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
}
.search-form .search-field {
  width: 100%;
}
.full-search-wrapper .search-form .search-field:hover {
  border-color: #93bd33b0;
}
.full-search-wrapper .search-form .search-field:focus {
  border: 1px solid #93bd33;
}
.full-search-wrapper .search-form .search-field {
  padding-left: 23px;
  background: #043024;
  height: 55px;
  margin-right: -6px;
  border-right: none;
  border-radius: 10px 0 0px 10px;
  color: var(--light-color);
  border-color: rgb(255 255 255 / 34%);
}
.full-search-wrapper .search-form .search-field::placeholder {
  color: var(--light-color);
}
.full-search-wrapper .search-form input.search-submit:hover {
  border-radius: 0px 5px 5px 0px;
}
.full-search-wrapper .search-form input.search-submit {
  border-radius: 0px 5px 5px 0px;
  font-weight: 500;
  text-transform: uppercase;
}
.full-search-wrapper .search-form input.search-submit {
  border-radius: 0px 5px 5px 0px;
  font-weight: 500;
  text-transform: uppercase;
}
.full-search-wrapper .search-form input.search-submit:hover,
.full-search-wrapper .search-form input.search-submit {
  color: #fff;
  transition: var(--trans-dft);
}
/* Bottom Search */
.bottom-search-wrap.active {
  padding: 20px;
  border-radius: 0 0 0 10px;
}
.bottom-search-toggle {
  display: inline-block;
}
.site-header .header-sticky .textbox-search-toggle {
  border: solid 1px var(--cus-border-color);
}
/* Bottom Box Search */
.bottom-search-wrap .search-form input.search-submit,
.bottom-search-wrap .search-form .search-field {
  height: 50px;
  line-height: 50px;
  padding: 0 19px;
}
.bottom-search-wrap .search-form .search-field {
  padding-left: 23px;
  background-color: var(--cus-transpar-color);
  margin-right: -6px;
  border-right: none;
  border-radius: 10px 0 0 10px;
  border-color: #dbdbdb;
  color: var(--default-text-color);
}
.bottom-search-wrap .search-form .search-field::placeholder {
  color: var(--cus-default-text-color);
}
/* Fullbar Search */
.full-bar-search-wrap .search-form .search-field {
  height: 100%;
  padding: 0;
  border: none;
  font-size: 24px;
}
.full-bar-search-wrap .search-form .search-field::placeholder {
  color: var(--cus-default-text-color);
}
.full-bar-search-wrap .search-form {
  padding: 0 85px 0 40px;
}
.full-bar-search-wrap .search-form .search-submit {
  display: none;
}
.full-search-wrapper .search-form {
  display: flex;
}
.full-search-wrapper {
  background: #043024;
  height: 15%;
}
/* Mobile Menu Search */
body.mobile-menu-active .mobile-menu-floating .search-form {
  display: flex;
}
.mobile-menu-floating .search-form .search-field::placeholder {
  color: var(--cus-default-text-color);
}
.mobile-menu-floating .search-form .search-field {
  background-color: var(--cus-transpar-color);
  color: var(--cus-default-text-color);
  border-color: var(--cus-border-color);
  padding: 0 17px;
  height: 55px;
  border-radius: 8px 0px 0 8px;
}
.mobile-menu-active .mobile-menu-floating *.search-submit {
  color: var(--cus-light-color);
  padding: 0 19px;
  border-radius: 0 8px 8px 0px;
}
/* Error 404 Search */
.error404-content .search-form {
  display: flex;
  position: relative;
}
.error404-content .search-form .search-field {
  border-radius: 8px 0px 0px 8px;
  border-color: #dbdbdb;
  color: var(--default-text-color);
  height: 55px;
  line-height: 55px;
  padding: 0 19px;
}
.error404-content .search-form .search-field {
  border-radius: 10px;
}
.error404-content .search-form .search-submit {
  border-radius: 5px;
  transform: rotateY(0deg);
  font-size: 22px;
}

/* Widget Search */
.widget.widget_search .search-form {
  display: flex;
}
.widget.widget_search .search-form .search-field {
  height: 55px;
  padding: 5px 22px;
  border-radius: 8px 0px 0 8px;
  border-color: var(--cus-border-color);
}
input[type="submit"],
.search-form .input-group .btn {
  border-radius: 0px 8px 8px 0px;
}
/**! 11. Read More Global Styles **/
.service-style-classic-pro .service-inner .post-more .read-more:before,
.team-style-default .team-inner .post-more .read-more:before,
.blog-style-default .blog-inner .post-more .read-more:before,
.portfolio-style-default .portfolio-inner .post-more .read-more::before,
.consultxp-masonry .bottom-meta-wrap .post-meta .post-more a:before,
.blog-style-classic-pro .blog-inner .post-more .read-more:before,
.service-style-default .service-inner .post-more .read-more:before,
.blog-style-classic .blog-inner .post-more .read-more:before,
.portfolio-style-classic .portfolio-inner .post-more .read-more:before,
.cus-box-1
  .feature-box-classic-pro
  .feature-box-inner
  .cea-button-content-wrapper
  .cea-button-text:before,
.blog-style-modern .blog-inner .post-more .read-more:before,
.blog-style-list .blog-inner .post-more .read-more:before {
  content: none;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transition: all 1s ease-out;
}
.service-style-classic-pro .service-inner .post-more .read-more,
.team-style-classic-pro .team-inner .post-details-outer .post-more .read-more,
.team-style-default .team-inner .post-more .read-more,
.blog-style-default .blog-inner .post-more .read-more,
.portfolio-style-default .portfolio-inner .post-more .read-more,
.consultxp-masonry .bottom-meta-wrap .post-meta .post-more,
.service-style-default .service-inner .post-more .read-more,
.blog-style-classic .blog-inner .post-more .read-more,
.portfolio-style-classic .portfolio-inner .post-more .read-more,
.cus-box-1
  .feature-box-classic-pro
  .feature-box-inner
  .cea-button-content-wrapper
  .cea-button-text,
.blog-style-modern .blog-inner .post-more .read-more,
.style-classic-pro .blog-inner .post-more .read-more,
.blog-style-list .blog-inner .post-more .read-more,
.service-style-classic .service-inner .post-more .read-more,
.service-style-modern .service-inner .post-more .read-more {
  position: relative;
}
.service-style-classic-pro .service-inner .post-more .read-more:after,
.team-style-default .team-inner .post-more .read-more:after,
.blog-style-default .blog-inner .post-more .read-more:after,
.portfolio-style-default .portfolio-inner .post-more .read-more:after,
.consultxp-masonry .bottom-meta-wrap .post-meta .post-more a:after,
.blog-style-modern .blog-inner .post-more .read-more::after,
.service-style-default .service-inner .post-more .read-more:after,
.blog-style-classic .blog-inner .post-more .read-more:after,
.portfolio-style-classic .portfolio-inner .post-more .read-more:after,
.cus-box-1
  .feature-box-classic-pro
  .feature-box-inner
  .cea-button-content-wrapper
  .cea-button-text:after,
.blog-style-classic-pro .blog-inner .post-more .read-more:after,
.blog-style-list .blog-inner .post-more .read-more:after,
.service-style-classic .service-inner .post-more .read-more:after,
.service-style-modern .service-inner .post-more .read-more:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0px;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 100;
  transform: translateX(0px);
}

.service-style-classic-pro .service-inner .post-more .read-more:hover:after,
.team-style-classic-pro
  .team-inner
  .post-details-outer
  .post-more
  .read-more:hover:after,
.team-style-default .team-inner:hover .post-more .read-more::after,
.blog-style-default .blog-inner:hover .post-more .read-more:after,
.portfolio-style-default .portfolio-inner:hover .post-more .read-more:after,
.consultxp-masonry .bottom-meta-wrap .post-meta .post-more:hover a:after,
.service-style-default .service-inner .post-more .read-more:hover:after,
.blog-style-classic .blog-inner .post-more .read-more:hover:after,
.portfolio-style-classic .portfolio-inner .post-more .read-more:hover:after,
.cus-box-1
  .feature-box-classic-pro
  .feature-box-inner:hover
  .cea-button-content-wrapper
  .cea-button-text:after,
.blog-style-modern .blog-inner:hover .post-more .read-more::after,
.blog-style-classic-pro .blog-inner:hover .post-more .read-more:after,
.blog-style-list .blog-inner:hover .post-more .read-more::after,
.service-style-classic .service-inner:hover .post-more .read-more:after,
.service-style-modern .service-inner:hover .post-more .read-more:after {
  opacity: 1;
  transition: all 0.3s;
  transform: translateX(5px);
}
/* Elementor Common Styles */
.consultxp-content-wrap.container.page .section-inner.error404-content,
.consultxp-content-wrap.container .team-content-area .team,
.team-content-area .custom-post-nav {
  max-width: 1300px;
  margin: auto;
}
.consultxp-content-wrap .top-meta-wrap {
  padding: 15px 25px 15px 25px;
  border-radius: 10px;
  margin-bottom: 22px;
  background-color: #f3f4f4;
}
.consultxp-content-wrap > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.elementor-section {
  position: relative;
  padding: 130px 0;
}
.elementor-section.elementor-inner-section {
  padding: 0 0;
}
body
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding-left: 15px;
  padding-right: 15px;
}
.elementor-section.elementor-section-boxed
  > .elementor-container.elementor-column-gap-default {
  margin: 0 -15px;
}
.elementor-section.elementor-section-stretched.elementor-section-boxed
  > .elementor-container.elementor-column-gap-default {
  margin: 0 auto;
}
.blur-shaded {
  -webkit-backdrop-filter: blur(7.2px);
  backdrop-filter: blur(7.2px);
}
body
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated,
body
  .elementor-column-gap-wide
  > .elementor-column
  > .elementor-element-populated,
body
  .elementor-column-gap-narrow
  > .elementor-column
  > .elementor-element-populated,
body
  .elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated,
body
  .elementor-column-gap-wider
  > .elementor-column
  > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.consultxp-content-wrap
  .elementor-inner-section
  > .elementor-container.elementor-column-gap-default {
  margin: 0 -15px;
}
.consultxp-content-wrap
  .elementor-section-stretched.elementor-section-full_width
  .elementor-inner-section
  > .elementor-container.elementor-column-gap-default {
  margin: auto;
}
.elementor-shape-top {
  top: -2px !important;
}
.rotateme1 {
  animation: rotateme 30s linear infinite;
  -webkit-animation: rotateme 30s linear infinite;
}
.elementor-progress-bar {
  box-shadow: 0px 9px 30px 0px rgb(0 0 0 / 0%);
}
article > *:last-child {
  margin-bottom: 0;
}
.cus-img-overlay-wrap:hover.elementor-widget.elementor-widget-image {
  background-color: #043024;
  border-radius: 10px;
  transition: all 0.3s;
}
.cus-img-style-wrap:after {
  content: "";
  border-top: 1px solid #9e9e9e61;
  position: absolute;
  left: 288px;
  top: 52px;
  width: 99px;
}
.cus-img-style-wrap:before {
  content: "";
  border-right: 1px solid #9e9e9e61;
  position: absolute;
  height: 98%;
  left: 288px;
  top: 3px;
}
.cus-fb-style-wrap:hover .feature-box-default .media {
  animation-iteration-count: infinite;
  animation: shake 0.3s;
}
.widget-area {
  display: flex !important;
  gap: 40px;
  flex-wrap: nowrap;
}
.widget-area .widget .titles {
  font-size: 23px;
  font-weight: 700;
  color: #93bd33;
  line-height: 50px;
}
.widget-area {
  flex-wrap: nowrap;
}
h5.wp-block-heading.has-text-align-center {
  text-align: center;
  font-size: 19px;
  line-height: 1;
}
h4.wp-block-heading.has-text-align-center {
  text-align: center;
}
/**! 16. Responsive **/
@media only screen and (max-width: 1440px) {
  .float-parallax img {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .single-cea-team .consultxp-content-wrap.container,
  .single-cea-portfolio .consultxp-content-wrap.container,
  .single-cea-event .consultxp-content-wrap.container,
  .single-cea-portfolio-archive-content .consultxp-content-wrap.container,
  .single-cea-service .consultxp-content-wrap.container,
  .single-cea-service-archive-content .consultxp-content-wrap.container,
  .single-cea-testimonial .consultxp-content-wrap.container,
  .single-custom-archive .consultxp-content-wrap.container,
  .single-custom-singular .consultxp-content-wrap.container,
  .blog .consultxp-content-wrap.container,
  .single-post .consultxp-content-wrap.container,
  .archive .consultxp-content-wrap.container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq-popover-title {
    font-size: 22px;
    line-height: 32px;
  }
  .elements-1 .pull-center {
    margin-left: 30%;
  }
  .row.portfolio-details
    .col-sm-4
    > .portfolio-meta
    ul.portfolio-meta-list
    > li
    > .portfolio-meta-title-wrap {
    width: 50%;
  }
  .consultxp-content-wrap aside.content-widgets-outer-wrapper .widget-title,
  .consultxp-content-wrap
    .widget.widget_block
    .wp-block-group
    .wp-block-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .site-footer
    .footer-widgets-wrap
    .widget-content
    .widget_nav_menu
    .widgettitle {
    font-size: 22px;
    line-height: 32px;
  }
  .site-footer
    .footer-widgets-wrap
    .widget-content
    .footer-contact
    .footer-title {
    font-size: 22px;
    line-height: 32px;
  }
  .site-footer .footer-widgets-wrap .widget .widget-content-bx.w-address {
    font-size: 13px;
  }
  .site-footer .site-footer-wrap .widget-content .cus-widget-1 p {
    line-height: 23px;
    font-size: 13px;
  }
  .team-style-classic-pro .team-inner .post-thumb .post-image-link:before {
    width: 250px;
    height: 250px;
    top: 80px;
  }
  .cus-widget-2 .widget_nav_menu ul.menu > li {
    padding-bottom: 15px;
  }
  .widget {
    margin-bottom: 0px;
  }
  .content-carousel-wrapper.cea-carousel-style-default
    .owl-stage
    .owl-slide-item:before {
    width: 40px;
    height: 40px;
  }
  .single-cea-team span.team-designation {
    font-size: 50px;
    line-height: 60px;
  }
  .team-content-area .team-title {
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .single.single-cea-team .team-other-details {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .widget-content .wp-block-tag-cloud a.tag-cloud-link:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  ul.nav.wp-menu > li {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 1090px) {
  .header-navbar .header-navigation-wrapper ul.nav.wp-menu > li {
    padding: 0 4px;
  }
  img.site-logo,
  img.sticky-logo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog .consultxp-content-wrap.container,
  .archive .consultxp-content-wrap.container,
  .search .consultxp-content-wrap.container,
  .error404 .consultxp-content-wrap.container,
  .single-cea-portfolio .consultxp-content-wrap > .row > .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .blog .consultxp-content-wrap.container > .row .col-md-8.order-md-2,
  .blog .consultxp-content-wrap.container > .row .col-md-4.order-md-3,
  .archive .consultxp-content-wrap.container > .row .col-md-8.order-md-2,
  .archive .consultxp-content-wrap.container > .row .col-md-4.order-md-3,
  .search .consultxp-content-wrap.container > .row .col-md-8.order-md-2,
  .search .consultxp-content-wrap.container > .row .col-md-4.order-md-3 {
    padding-right: 0;
    padding-left: 0;
  }
  body.elementor-default .consultxp-content-wrap.container.page {
    max-width: 100%;
    overflow: hidden;
  }
  body .site-footer .footer-widgets-wrap {
    padding: 60px 15px 60px 15px;
  }
  body.page .page-title-wrap,
  body.error404 .page-title-wrap,
  body.single .page-title-wrap,
  body.blog .page-title-wrap,
  body.search .page-title-wrap,
  body.archive .page-title-wrap {
    padding: 50px 0px 63px !important;
  }
  body.elementor-default .happysmile-content-wrap.container.page {
    max-width: 100%;
    overflow: hidden;
  }
  .page-title-wrap > *,
  .page-title-wrap h1 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .single.single-cea-team .consultxp-content-wrap .team-content-area {
    display: block;
  }
  .single.single-cea-team .consultxp-content-wrap .team-content-area .row.team {
    width: 100%;
  }
  .team-image-wrap img {
    margin-left: inherit;
    border-radius: 15px;
    padding: 0px 0px 0px 15px;
  }
  .single.single-cea-team .consultxp-content-wrap .team-content-area .row.team {
    padding: 50px 30px 50px 30px;
  }
  .single-post .comments-wrapper.section-inner {
    margin-top: 22px;
  }
  .single-cea-team .team-image-wrap img {
    margin: auto;
    padding: 0;
  }
  body .consultxp-content-wrap {
    padding: 50px 0px !important;
  }
  .custom-post-nav .prev-nav-link,
  .custom-post-nav .next-nav-link {
    width: 100%;
    justify-content: center;
    margin: 15px 0px;
  }
  .consultxp-content-wrap.container > .row .col-md-8.order-md-2,
  .consultxp-content-wrap.container > .row .col-md-4.order-md-1,
  .consultxp-content-wrap .happysmile-md-4.order-md-1,
  .consultxp-content-wrap.container > .row .col-md-4.order-md-3 {
    width: 100%;
  }
  .custom-post-nav .prev-nav-link > a,
  .custom-post-nav .next-nav-link > a {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .single-post .content-widgets.widget-area-right {
    padding: 50px 0 0;
  }
  .custom-post-nav {
    padding: 30px 25px 0px 15px;
    margin-top: 0px;
  }
  .single-cea-portfolio
    .portfolio-single.portfolio-model-2
    .portfolio-image-inner
    img {
    height: auto;
  }
  .portfolio-single .portfolio-format {
    padding-bottom: 40px;
  }
  .footer-widgets-wrap .col-md-4 {
    width: 50% !important;
  }
  aside.footer-widget-2:last-child {
    padding-right: 0px;
    margin-top: 0px;
  }
  .portfolio-single .custom-post-nav {
    margin: 0px;
  }
  .portfolio-single .custom-post-nav {
    margin: 30px 0 0 0;
  }
  .row.portfolio-details > .col-sm-8,
  .row.portfolio-details > .col-sm-4 {
    margin-bottom: 0px;
  }
  li.breadcrumb-wrap .breadcrumb {
    display: block;
  }
  .service-style-default.service-normal-model .service-inner {
    margin-bottom: 35px;
  }
  .team-style-classic-pro .post-details-outer {
    margin: 0 15px;
  }
  .content-widgets-wrapper .widget_block:last-child,
  .content-widgets-wrapper .content-widgets > .widget:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .portfolio-style-classic .portfolio-inner .post-overlay-items {
    padding: 13px 25px 26px 35px;
  }
  .team-style-classic-pro .team-social-wrap ul.social-icons > li > a {
    margin-bottom: 22px;
  }
  .team-style-classic-pro .team-inner .post-details-outer:before {
    top: 53%;
  }
  .cus-tms-wrap
    .testimonial-style-default
    .testimonial-inner
    .testimonial-rating {
    opacity: 0;
  }
  .blog-multi-layout-1 .cea-block-primary .post-thumb img.img-fluid {
    width: 100%;
  }
  .elementor-element.border-left-cls:before {
    content: unset;
  }
  .full-search-wrapper {
    height: 50%;
  }
  .header-mobilebar ul.nav.mobilebar a i {
    font-size: 22px;
  }
  .team-content-area .custom-post-nav {
    padding: 21px 15px 0;
  }
  .single .service-img {
    height: 300px;
  }
  .single .service-img img {
    width: 100%;
    max-height: 100%;
    max-width: max-content;
  }
  .consultxp-content-wrap.container > .row {
    display: block;
    margin: 0;
  }
  .portfolio-single.portfolio-model-2 .col-sm-12 {
    padding: 0 15px;
  }
  .consultxp-masonry .bottom-meta-wrap {
    display: block;
  }
  .service-style-modern .cea-carousel .service-inner .post-thumb {
    position: unset;
    transform: translateY(0px);
    width: 100%;
  }
  .service-style-modern .cea-carousel .service-inner:before,
  .service-style-modern .cea-carousel .service-inner:hover:after {
    content: unset;
  }
  .service-style-modern
    .cea-carousel.owl-carousel
    .service-inner
    .service-icon-img-wrap {
    position: unset;
    transform: translateY(0px);
  }
  .service-style-modern .cea-carousel .service-inner .post-thumb img,
  .service-style-modern
    .cea-carousel.owl-carousel
    .service-inner:hover
    .service-icon-img-wrap {
    opacity: 1;
    display: inline-block;
  }
  .wp-block-column.cus-navmenu-wedgets .text-widget-inner {
    width: 100%;
  }
  .single.single-cea-service
    aside.content-widgets-outer-wrapper
    .widget-content
    .menu
    .menu-item:last-child,
  .single.single-cea-service
    aside.content-widgets-outer-wrapper
    .widget-content
    .cus-widget-img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .team-style-classic-pro .team-inner .post-thumb .post-image-link:before {
    width: 200px;
    height: 200px;
    top: 35px;
    right: -100px;
  }
  .single-post .comments-wrapper.section-inner input.submit {
    margin-bottom: 5px;
  }
  .blog-style-classic.blog-normal-model .blog-inner .top-meta {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body .site-footer .footer-widgets-wrap .row,
  .cus-widget-2 .wp-container-core-columns-is-layout-2 {
    display: inline-block;
  }

  body .site-footer .footer-widgets-wrap .row .footer-widget-2.col-md-4 {
    width: 100%;
  }
  aside.footer-widget-2:nth-child(2) {
    padding: 25px 15px 0px 15px;
  }
  .site-footer .footer-widgets-wrap:after {
    content: unset;
  }
  .footer-widgets-wrap .col-md-4 {
    width: 100% !important;
  }
  aside.footer-widget-2:last-child {
    padding-right: 0px;
    margin-top: 0px;
  }
  .site-footer .footer-widgets-wrap .widget .widget-content-bx.w-address {
    display: block;
  }
  .team-wrapper.team-style-classic-pro [class*="col-"] {
    padding: 0px 15px;
  }
  .team-style-classic-pro.team-light.team-normal-model .post-details-outer {
    margin: 0 15px;
  }
  .service-style-classic .service-inner {
    margin-left: 0px;
  }
  .timeline > li > .timeline-panel {
    width: 100%;
    margin-left: 0;
  }
  .timeline > li.timeline-inverted {
    padding-left: 0;
  }
  .timeline > li.timeline-inverted > .timeline-sep-title {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .timeline > li > .timeline-sep-title {
    font-size: 80px !important;
    position: relative !important;
    margin-left: 0px !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .timeline > li > .timeline-sep-title:before {
    content: unset;
  }
  .timeline > li {
    margin-bottom: 30px;
  }
  .timeline > li > .timeline-badge {
    position: relative;
    top: auto;
    transform: none;
  }
  h4.timeline-title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.page .page-title-wrap,
  body.error404 .page-title-wrap,
  body.single .page-title-wrap,
  body.blog .page-title-wrap,
  body.search .page-title-wrap,
  body.archive .page-title-wrap {
    padding: 40px 0px !important;
  }
  .single-cea-team span.team-designation {
    line-height: 32px;
  }
  .team-content-area .team-title {
    text-align: left;
  }
  .consultxp-masonry > article {
    padding: 20px;
  }
  .portfolio-inner .post-overlay-items {
    bottom: 0px;
    max-width: calc(100% - 0px);
  }
  .team-wrapper.team-style-classic-pro.team-normal-model .col-lg-4.col-md-4 {
    margin-bottom: 30px;
  }
  .team-style-classic-pro.team-normal-model .row {
    margin-bottom: 0px;
  }
  .timeline > li:not(.timeline-inverted) {
    padding: 0;
  }
  .blog-wrapper .blog-inner:hover .post-overlay-items {
    top: 70%;
  }
  .blog-style-default
    .blog-inner
    .post-thumb.post-overlay-active
    .post-title-head {
    font-size: 29px;
    line-height: 36px;
  }
  .site-footer .footer-widget:last-child {
    width: 100%;
  }
  .text-widget-content .text-widget-inner {
    display: block;
  }
  .single-cea-testimonial .testimonial {
    padding: 0 15px;
    box-shadow: none;
  }
  .elementor-element
    .section-title-wrapper
    .title-wrap
    > *
    .subtitle-dots:before {
    transform: scaleY(1) translateY(-50%);
  }
}
@media only screen and (max-width: 1090px) {
  .header-navbar .nav.navbar-ul .primary-menu > li {
    font-size: 12px;
  }
  .header-navbar .header-titles-wrapper a.site-link img.site-logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .cus-testimonial-default
    .testimonial-wrapper.testimonial-style-default
    .testimonial-inner:before,
  .consultxp-masonry > article .top-meta-wrap li.post-category a:before,
  .consultxp-content-wrap .post-category a:before {
    content: unset;
  }

  .team-style-classic-pro .team-inner .post-thumb .post-image-link:before {
    top: 70px;
  }
  .single-post .consultxp-content-wrap .post-inner .post-category,
  .consultxp-content-wrap .consultxp-masonry .top-meta-wrap .post-category {
    display: none;
  }
  .blog-style-classic .blog-inner .post-overlay-items .top-meta {
    transform: rotate(0deg);
    top: auto;
    bottom: -6px;
  }
  .blog-style-classic .blog-inner .top-meta {
    padding: 5px 32px;
  }
  .blog-style-classic .blog-inner:hover .post-overlay-items .top-meta {
    left: 0;
  }

  .portfolio-single .row.portfolio-details > div.col-sm-4 {
    margin-top: 0px;
  }
  .portfolio-single .custom-post-nav {
    margin: 0px;
  }
  .row.portfolio-details > .col-sm-8,
  .row.portfolio-details > .col-sm-4 {
    margin-bottom: 0px;
  }
  .team-style-classic-pro .team-inner .post-details-outer:before {
    top: 53%;
  }
  .cus-widget-2
    .wp-container-core-columns-is-layout-2
    .wp-block-column.is-layout-flow {
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin-bottom: 25px;
  }
  .site-footer-wrap
    .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
    margin-bottom: 0px;
  }
  .testimonial-wrapper.testimonial-style-default .owl-nav button.owl-prev {
    left: -85px;
  }
  .testimonial-wrapper.testimonial-style-default .owl-nav button.owl-next {
    right: 0px;
  }
  .consultxp-masonry .bottom-meta-wrap {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
  }
  .consultxp-masonry .bottom-meta-wrap .post-meta.pull-right {
    margin-top: 13px;
  }
  .post-share-wrap ul.social-share > li:first-child > a {
    margin-left: 0;
  }
  .feature-box-wrapper.feature-box-classic-pro .media-body {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  body.blog article.post .media {
    display: block !important;
  }
  body.blog article.post .media figure.featured-media {
    margin: 0;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  body.archive article.post .media {
    display: block !important;
  }
  body.archive article.post .media figure.featured-media {
    margin: 0;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .consultxp-masonry .media .featured-media-inner.section-inner img {
    object-fit: unset;
    height: auto;
    margin-bottom: 15px;
  }
  .post-thumb.post-overlay-active {
    border-radius: 10px;
  }
}
/**! 17. Responsive **/
@media only screen and (min-width: 1700px) {
  .single-post .cheval-content-wrap.container,
  .page.page-id-156 .cheval-content-wrap.container {
    min-height: 100vh;
  }
  .full-bar-search-wrap {
    max-width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 1899px) {
  ul.topbar-items.nav.pull-center .header-address.goal-txt {
    display: block;
  }
  header.restaurt-header
    .header-inner
    ul.navbar-items.nav.pull-right
    > li:nth-child(2)
    .nav-item-inner {
    padding-right: 30px;
    display: block;
  }
  section.elementor-section.elementor-section-content-middle.elementor-section-stretched.cus-bg-rem {
    background: none !important;
  }
}
@media only screen and (min-width: 1700px) {
  .single-post .cheval-content-wrap.container,
  .page.page-id-156 .cheval-content-wrap.container {
    min-height: 100vh;
  }
  .full-bar-search-wrap {
    max-width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 1699px) {
  header.restaurt-header
    .header-inner
    ul.navbar-items.nav.pull-right
    > li:last-of-type,
  header.restaurt-header
    .header-inner.header-seafood
    ul.navbar-items.nav.pull-left
    > li:last-of-type {
    display: block;
  }
  header.restaurt-header
    .header-inner
    ul.navbar-items.nav.pull-right
    > li:nth-child(2)
    .nav-item-inner {
    display: none;
  }
  ul.nav.wp-menu > li > a,
  .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
    font-size: 14px;
  }
  ul.nav > li.header-titles-wrapper > * .site-title a,
  ul.nav > li.header-titles-wrapper > * .site-title {
    font-size: 28px;
    line-height: 1;
  }

  section.elementor-section.elementor-section-content-middle.elementor-section-stretched.cus-bg-rem
    .elementor-background-overlay {
    background: none !important;
  }
}
@media only screen and (max-width: 1590px) {
  header .navbar > div > ul.nav.pull-right > li:last-of-type .btn.btn-primary,
  .header-navbar .cea-button-link.elementor-size-sm.elementor-button,
  .cheval-slider-wrapper rs-module rs-mask-wrap .rs-layer.res-sl-none {
    display: none;
  }
  header .navbar > div > ul.nav.pull-right > li {
    padding-right: 0;
  }
  header .navbar > div > ul.nav.pull-right > li .full-bar-search-toggle {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1540px) {
  header .navbar > div > ul.nav.pull-right > li:last-of-type .btn.btn-primary,
  .header-navbar .cea-button-link.elementor-size-sm.elementor-button {
    display: none;
  }
  header .navbar > div > ul.nav.pull-right > li {
    padding-right: 0;
  }
  header .navbar > div > ul.nav.pull-right > li .full-bar-search-toggle,
  header .navbar > div > ul.nav.pull-right > li .full-search-toggle {
    padding-right: 30px;
  }
  header .header-topbar.topbar > div > ul.nav.pull-right > li {
    padding-right: 30px;
  }
  header .header-topbar.topbar > div > ul.nav.pull-right > li:last-child {
    padding-right: 0;
  }
  header .nav.navbar-ul.pull-right a.full-search-toggle:before,
  body.home .nav.navbar-ul.pull-right a.full-search-toggle:before,
  body.home
    .header-sticky
    .nav.navbar-ul.pull-right
    a.full-search-toggle:before,
  header .header-sticky .nav.navbar-ul.pull-right a.full-search-toggle:before {
    background: none;
  }
  ul.nav.wp-menu > li.menu-item-has-children > a {
    padding-right: 14px;
  }
  h2.entry-title {
    font-size: 27px;
  }
  .header-navbar .nav.pull-right .cea-button-link,
  .header-navbar .nav.pull-right .full-bar-search-toggle {
    display: none;
  }
  .testimonial-wrapper.testimonial-style-default .owl-carousel .owl-dots {
    top: -145px;
    right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  header .navbar > div > ul.nav.pull-right > li:last-of-type .btn.btn-primary {
    display: none;
  }
  header .navbar > div > ul.nav.pull-right > li {
    padding-right: 0;
  }
  header .navbar > div > ul.nav.pull-right > li .full-bar-search-toggle {
    padding-right: 30px;
    padding-left: 25px;
  }
  .header-navbar .nav.pull-right .cea-button-link {
    margin-right: 0;
  }
  header .nav.navbar-ul.pull-right a.full-search-toggle:before,
  body.home .nav.navbar-ul.pull-right a.full-search-toggle:before,
  body.home
    .header-sticky
    .nav.navbar-ul.pull-right
    a.full-search-toggle:before,
  header .header-sticky .nav.navbar-ul.pull-right a.full-search-toggle:before {
    background: none;
  }
  ul.nav.wp-menu > li > a,
  .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
    font-size: 10px;
  }
  ul.nav.wp-menu > li {
    padding: 0 12px;
  }
  a.full-search-toggle > i {
    font-size: 12px;
  }
  .header-navbar a.h-phone {
    font-size: 15px;
  }
  .elementor-widget-star-rating .elementor-star-rating__wrapper {
    display: block;
  }
  .site-footer .container,
  .consultxp-page-header .container {
    max-width: 1200px;
  }
  .consultxp-content-wrap.container.page .section-inner.error404-content,
  .consultxp-content-wrap.container .team-content-area .team,
  .team-content-area .custom-post-nav {
    max-width: 1200px;
    margin: auto;
  }
  body .wp-block-columns.cus-middle-widget-wrap .cus-navmenu-wedgets {
    position: relative;
  }
  body .wp-block-columns.cus-middle-widget-wrap:before,
  .wp-block-columns.cus-middle-widget-wrap:after {
    content: unset;
  }
  .team-content-area .team .team-image-wrap .team-img {
    margin-right: 30px;
  }
  .consultxp-masonry .entry-title {
    line-height: 42px;
    font-size: 32px;
  }

  .footer-widgets-wrap {
    padding-top: 80px !important;
    padding-bottom: 90px !important;
  }
  .cea-carousel-style-classic .feature-box-wrapper .feature-box-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 32px;
  }
  header ul.nav.wp-menu li.cus-landing-menu ul.sub-menu.mega-menu {
    width: 84%;
    left: 0;
    margin: 0;
  }
  .elementor-element.border-left-cls::before {
    left: 63px;
  }
  header .navbar > div > ul.nav.pull-right > li .full-bar-search-toggle,
  header .navbar > div > ul.nav.pull-right > li .full-search-toggle {
    padding-right: 0px;
  }
  a.full-search-toggle.close {
    right: 50px;
    top: 19px;
  }
  .navbar ul.nav > li > a.full-search-toggle i {
    margin-top: 0;
  }
  .team-style-default .team-inner .post-overlay-items > .team-social-wrap > ul {
    top: -15px;
  }
  .cus-faq-style-wrap span.cea-accordion-icon-closed:before {
    content: unset;
  }
}
@media only screen and (max-width: 1260px) {
  .header-navbar .nav.pull-right .cea-button-link {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .single .row.team .col-sm-5.team-image-wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .header-navbar a.h-phone {
    display: none;
  }
  header .wp-menu:not(.mobile-menu) li.cus-img-menu > ul.sub-menu.mega-menu {
    left: -200px;
    right: -200px;
  }
  h2.entry-title {
    font-size: 25px;
    line-height: 35px;
  }
  ul.nav.navbar-ul.element-left.right-element-exist .header-titles-wrapper {
    padding: 0px 0;
    margin-right: 25px;
  }
  .header-navbar .cea-button-link {
    padding: 10px 18px 10px 17px;
  }
}
/* Tabs */
@media only screen and (max-width: 1024px) {
  .consultxp-content-wrap.container > .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  body .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog .consultxpt-wrap.container,
  .archive .consultxp-wrap.container,
  .search .consultxpnt-wrap.container,
  .error404 .consultxp-wrap.container,
  .single-cea-portfolio .consultxp-wrap > .row > .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .single.single-cea-team .row.team {
    padding: 40px 30px;
    border-radius: 0;
    margin-top: -50px;
  }
  .no-search-results-form {
    margin-bottom: 50px;
  }
  .consultxpt-wrap.container > .row {
    display: block;
    margin: 0;
  }
  .mobile-menu-wrapper ul.mobile-menu li > a {
    font-weight: 600;
  }
  .footer-widgets-wrap {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .full-search-wrapper .search-form {
    top: 50%;
    width: 80%;
  }
  .full-search-wrapper.search-wrapper-opened
    .form-inline.search-form
    .input-group
    > * {
    height: 50px;
  }
  .full-search-wrapper .search-form .input-group .btn {
    line-height: 50px !important;
    height: 50px;
    padding: 0 19px 0 17px;
  }
  .full-search-wrapper input.form-control::placeholder {
    font-size: 16px;
    line-height: 30px;
  }
  .page-title-wrap h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .section-inner.thin.error404-content h1.entry-title {
    margin-bottom: 13px;
    font-size: 45px;
    line-height: 52px;
  }
  .consultxp-content-wrap > .row > .col-md-3,
  .consultxp-content-wrap > .row > .col-md-5,
  .consultxp-content-wrap > .row > .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-post input#wp-comment-cookies-consent {
    display: block;
    float: none;
  }
  .single-post .comments-wrapper.section-inner label {
    line-height: 26px;
    margin-top: 10px;
  }
  .team-style-classic-pro .team-inner .post-thumb.post-overlay-active {
    padding-left: 0px;
  }
  .team-style-classic-pro .team-inner:hover .team-social-wrap .social-icons {
    background-color: #fff;
  }
  .team-light .team-inner {
    background: #ffffff00;
  }
  .testimonial-wrapper.testimonial-style-default .owl-nav {
    display: none;
  }
  .cus-testimonial-page
    .testimonial-wrapper.testimonial-style-default
    .testimonial-inner::before {
    opacity: 0.1;
  }
  .single-cea-testimonial .testimonial {
    max-width: 100%;
    margin: 0 auto;
  }
  .team-inner .post-overlay-items > * ul.nav.social-icons {
    background-color: #fff;
  }
  .team-style-classic .team-inner .post-overlay-items > * ul.nav.social-icons {
    background-color: transparent;
  }
  .testimonial-wrapper.testimonial-style-default .testimonial-inner {
    padding: 16px 20px 16px 20px;
  }
  .testimonial-wrapper .testimonial-inner .testimonial-rating i {
    color: #ffc400;
    padding: 2px;
    font-size: 18px;
  }
  .service-style-default .service-inner .post-category {
    position: absolute;
    top: 35px;
    right: 50px;
  }
  .service .service-info-wrap {
    padding: 0px;
  }
  .section-title-wrapper .section-description {
    max-width: 100%;
  }
  .blog-multi-layout-3 .col-md-4 {
    width: 50%;
  }
  .blog-multi-layout-3 .col-md-4:last-child {
    width: 100%;
  }
  .cus-footer-middle-2:before {
    display: none;
  }
  .page-title-wrap:after {
    display: none;
  }
  .team-content-area .team .team-image-wrap .team-img {
    padding-right: 0;
    margin-right: 51px;
    border-right: solid 1px #eaeaea;
  }
  body.page .page-title-wrap {
    text-align: center;
  }
  .footer-widgets-wrap .widget .footer-contact {
    padding-left: 30px;
  }
  .footer-widgets-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom-post-nav {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  body.consultxp-content-wrap.container {
    padding: 50px 15px !important;
  }
  .blog .page-title-wrap,
  .single-post .page-title-wrap,
  .single-product .page-title-wrap,
  .single[class*="single-cea-"] .page-title-wrap,
  .page .page-title-wrap,
  .error404 .page-title-wrap,
  .archive .page-title-wrap,
  .search .page-title-wrap {
    padding-top: 40px !important;
    padding-bottom: 55px !important;
    text-align: center;
  }
  .cus-footer-middle .wp-block-column:nth-child(3) .widget_nav_menu {
    padding-left: 0px;
  }
  .consultxp-content-wrap.container > .row .col-md-8.order-md-2,
  .consultxp-content-wrap.container > .row .col-md-4.order-md-1,
  .consultxp-content-wrap .consultxp-md-4.order-md-1,
  .consultxp-content-wrap.container > .row .col-md-4.order-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .consultxp-content-wrap
    aside.content-widgets-outer-wrapper
    .consultxp_latest_post_widget
    .widget-title,
  .widget .widget-title,
  .consultxp-content-wrap
    aside.content-widgets-outer-wrapper
    .widget_search
    .wp-block-search__label {
    margin-bottom: 25px;
  }
  .consultxp-content-wrap .post-inner .top-meta-wrap {
    margin-bottom: 25px;
  }
  .team-style-classic-pro .team-inner {
    margin: 0px 15px;
  }
  .sticky-head .nav .site-link {
    display: block;
  }
  body.elementor-default .consultxpt-content-wrap.container.page {
    max-width: 100%;
    overflow: hidden;
  }
  .blog .consultxp-content-wrap.container .order-md-3 {
    width: 100%;
  }
  .team-image-wrap img {
    margin-left: auto;
    border-radius: 15px;
  }
  .team-content-area .team .team-image-wrap .team-img {
    margin-right: 0;
    border-right: none;
  }
  .team-content-area .team .team-info {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team-info > *.team-title {
    margin-top: 27px;
  }
  .single .row.team .col-sm-5.team-image-wrap {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-wrapper.testimonial-style-default .owl-carousel .owl-dots,
  .testimonial-wrapper.testimonial-style-default
    .testimonial-inner
    > *.post-thumb {
    position: relative;
    top: auto;
    right: auto;
  }
  .testimonial-wrapper.testimonial-style-default
    .testimonial-inner
    > *.post-thumb {
    text-align: center;
    bottom: auto;
  }
  .testimonial-wrapper.testimonial-style-default
    .testimonial-inner
    .post-title-head,
  .testimonial-wrapper.testimonial-style-default .testimonial-inner .top-meta {
    margin-left: 0;
  }
  .cus-testimonial-page
    .testimonial-wrapper.testimonial-style-default
    .testimonial-inner
    .post-title-head,
  .cus-testimonial-page
    .testimonial-wrapper.testimonial-style-default
    .testimonial-inner
    .top-meta {
    margin-left: 0;
  }
  .single-cea-portfolio ul.portfolio-meta-list {
    margin-top: 0;
    padding: 4px 0px 22px;
    margin-bottom: 30px;
  }
  .row.portfolio-details
    .col-sm-4
    > .portfolio-meta
    ul.portfolio-meta-list
    > li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 18px;
  }
  .portfolio-single .portfolio-format {
    padding: 0 0px 30px;
  }
  .row.portfolio-details > .col-sm-4 {
    order: 2;
    margin-bottom: 0;
  }
  .owl-carousel .owl-dots {
    margin-top: 13px;
  }
  .arrow-icon-left .bi::before {
    content: unset;
  }
  .widget-content .wp-block-columns .footer-cta {
    padding-left: 0;
    padding-top: 0px;
    padding-right: 0;
    display: block !important;
  }
  .footer-widget {
    padding-bottom: 22px;
    margin-bottom: 16px;
  }
  body .wp-block-columns.cus-middle-widget-wrap {
    display: block;
  }
  .wp-block-column.cus-footer-quicklink {
    padding-left: 0;
  }
  .footer-widget {
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: none;
  }
  body .wp-block-columns.cus-middle-widget-wrap .wp-block-column {
    margin-bottom: 20px;
  }
  body .wp-block-columns.cus-middle-widget-wrap .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .footer-widgets-wrap .footer-widget h4 a {
    font-size: 24px;
  }
  .widget.widget_nav_menu li {
    padding-bottom: 7px;
  }
  .site-footer-wrap .footer-bottom-wrap .copyright-bar-ul {
    display: block;
    text-align: center;
  }
  .site-footer-wrap .footer-bottom-wrap .copyright-bar-ul .footer-copyright {
    margin-bottom: 13px;
  }
  .site-footer-wrap
    .footer-bottom-wrap
    .copyright-widget
    ul.nav.social-icons
    > li {
    padding-bottom: 0;
  }
  figure.cus-logo-img {
    margin-bottom: 10px;
  }
  .footer-widget .footer-location {
    font-size: 16px;
    font-weight: 500;
    padding-right: 0;
  }
  .text-widget-content img,
  .cus-logo-img img {
    max-width: 169px;
  }
  .team-wrapper.team-style-default .team-inner > .post-thumb {
    margin-top: 0;
  }

  .cus-testimonial-page
    .testimonial-wrapper.testimonial-style-default
    .testimonial-inner {
    margin-bottom: 30px;
  }
  .row.portfolio-details > .col-sm-8,
  .row.portfolio-details > .col-sm-4 {
    margin-bottom: 0;
  }
  .row.portfolio-details
    .col-sm-4
    > .portfolio-meta
    ul.portfolio-meta-list
    > li:before {
    content: unset;
  }
  .portfolio-style-classic .portfolio-inner .post-icons {
    bottom: auto;
    top: 16px;
    right: 16px;
  }
  .feature-box-wrapper.feature-box-default
    .cea-button-wrapper
    .cea-button-link {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .custom-post-nav .next-nav-link > a {
    margin-bottom: 0;
  }
  .feature-box-wrapper.feature-box-modern .fbox-number {
    left: 0;
  }
  .blog-layouts-wrapper .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-multi-layout-1 {
    margin-bottom: 0;
  }
  .blog-multi-layout-1 .cea-block-primary {
    border-right: none;
    padding-right: 0px;
    margin-right: 0;
  }
  .blog-multi-layout-1 .cea-block-primary > *:not(.post-thumb) {
    padding: 0px 0px 0 0;
  }
  .feature-box-wrapper.feature-box-modern .cea-button-wrapper .cea-button-link {
    right: 0;
  }
  .blog-multi-layout-1 .cea-block-secondary .media {
    padding: 0px 0 0px 0px;
  }
  .team-style-default .owl-prev,
  .team-style-default .owl-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 14px;
  }
  .contact-form-wrapper span.wpcf7-form-control-wrap input,
  .contact-form-wrapper span.wpcf7-form-control-wrap select,
  .contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    margin-bottom: 15px;
  }
  .consultxpt-content-wrap.container > .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  ul.nav.pagination.post-pagination {
    padding: 15px 0 45px;
  }
  .wp-block-columns.cus-cta-widget {
    justify-content: center;
  }
  .single .consultxpt-content-wrap.container > .row .col-md-4.order-md-3 {
    margin-top: 50px;
  }
  body .wp-block-columns.cus-middle-widget-wrap:before {
    content: unset;
  }
  .footer-bottom-wrap .col-12 {
    text-align: center;
    flex-direction: column;
  }
  .top-meta-wrap li.post-category {
    padding-left: 282px;
  }
  .elementor-element.border-left-cls::before {
    content: unset;
  }
  .switcher-content-wrapper ul.nav.cea-swticher-list {
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .service-style-default .service-inner .service-icon-img-wrap {
    opacity: 0;
  }
  .slider-service-default
    .service-style-default
    .service-inner
    .service-icon-img-wrap {
    opacity: 1;
  }
  .team-style-classic-pro.team-normal-model .post-details-outer {
    position: relative;
    margin: 15px 0px;
    padding: 20px 20px 15px 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .doctor-single-info .doctor-image {
    margin-bottom: 30px;
  }
  .doctor-single-info .doctor-image img {
    width: 100%;
  }
  .dd-row .dd-col-6 {
    width: 100%;
  }
  body.single .dd-container .dd-row:not(:last-child) {
    padding-bottom: 30px;
  }
  .blog-layouts-wrapper .blog-multi-layout-1 .cea-block-secondary .bottom-meta {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    padding-left: 0;
    border-left: none;
    padding-top: 21px;
    padding-bottom: 0;
  }
  .blog-layouts-wrapper
    .blog-multi-layout-1
    .cea-block-secondary
    .bottom-meta
    .bottom-meta-list.meta-right {
    float: none;
  }
  .blog-multi-layout-1 .cea-block-secondary .media {
    margin-bottom: 24px !important;
  }
  .blog-multi-layout-1 .cea-block-secondary .media:before {
    content: unset;
  }
  .footer-bottom-wrap ul.nav.copyright-bar-ul p.footer-copyright {
    text-align: center;
    margin-bottom: 0;
  }
  .blog-style-modern .blog-inner .top-meta .top-meta-list li {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .blog-style-modern .blog-inner .top-meta ul > li:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title-wrap h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .team-style-classic-pro .team-inner .team-social-wrap .social-icons {
    left: 15px;
    top: 15px;
  }
  .blog-multi-layout-3 .col-md-4 {
    width: 100%;
  }
  .site-footer .footer-widgets-wrap aside.footer-widget-2 {
    width: 100%;
  }
  .site-footer .footer-widgets-wrap {
    padding: 60px 0px 35px 0px;
  }
  .footer-widgets-wrap .widget .footer-contact {
    margin-top: 30px;
    padding-left: 0px;
  }
  .site-footer .footer-contact.cus-footer-middle-2 .footer-title {
    padding-bottom: 25px;
  }
  .site-footer .footer-contact.cus-footer-middle-2 .contact-time {
    width: 100%;
  }
  .site-footer .footer-contact.cus-footer-middle-2 .btn.btn-primary {
    margin-bottom: 25px;
  }
  .site-footer .footer-widgets-wrap aside.footer-widget-2 .cus-footer-middle {
    display: block;
  }
  body.single .content-widgets-wrapper .widget_search,
  body.single .content-widgets-wrapper .content-widgets > .widget {
    padding: 23px 30px 27px 25px;
    position: relative;
  }
  .single-post .consultxp-content-wrap .bottom-meta-wrap {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
  }
  .widget.consultxp_latest_post_widget .side-item .side-image {
    padding-right: 0px;
  }
  .blog-multi-layout-1 .row .col-md-6 {
    width: 100%;
  }
  .content-widgets-wrapper .widget_block {
    margin-top: 30px;
  }
  .custom-post-nav {
    padding: 20px 0 0 0;
    border: none;
    border-top: solid 1px #eaeaea;
    box-shadow: none;
    margin-top: 0;
  }
  .custom-post-nav .next-nav-link {
    float: none;
    text-align: center;
  }
  .portfolio-single .custom-post-nav {
    margin: 30px 0 0 0;
    padding-top: 30px;
  }
  .site-footer .footer-widgets-wrap aside.footer-widget-2 {
    padding-right: 15px;
  }
  .sidebar-form .col-md-6.pl-2 {
    padding-left: 15px !important;
  }
  .sidebar-form .col-md-6.pr-2 {
    padding-right: 15px !important;
  }
  .content-widgets-wrapper .widget_block:last-child,
  .content-widgets-wrapper .content-widgets > .widget:last-child {
    margin-bottom: 0px;
  }
  .site-footer
    .footer-widgets-wrap
    aside.footer-widget-2
    .cus-footer-middle
    .wp-block-column {
    margin-bottom: 30px;
  }
  .site-footer
    .footer-widgets-wrap
    aside.footer-widget-2
    .cus-footer-middle
    .wp-block-column:last-child {
    margin-bottom: 0px;
  }
  .single .row.team .col-sm-7.team-info {
    padding: 0px 0px;
  }
  .team-info > *.team-title {
    margin-top: -5px;
  }
  .team-style-classic-pro.team-normal-model .team-inner .team-designation {
    padding: 5px 10px;
  }
  .single ul.nav.post-meta > li.post-tag {
    margin-bottom: 11px;
  }
  .content-widgets-wrapper .widget_block {
    margin-top: 0;
  }
  .cus-cp-wrap .circle-progress-style-classic-pro {
    display: contents;
  }
  .site-footer-wrap
    .footer-bottom-wrap
    .copyright-widget
    ul.nav.social-icons
    > li
    > a {
    padding: 0px 0px 0px 38px;
  }
  blockquote::before,
  .wp-block-quote.is-large::before,
  .wp-block-quote.is-style-large::before,
  .wp-block-quote.is-style-large:not(.is-style-plain)::before,
  .wp-block-quote.has-text-align-right::before,
  .wp-block-quote::before {
    position: relative;
    top: 14px;
    left: auto;
    display: block;
  }
  blockquote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right,
  .wp-block-quote {
    padding: 48px 25px 25px 25px;
  }
  .portfolio-wrapper.portfolio-style-classic
    .portfolio-inner
    .post-overlay-items
    .post-icons
    a {
    display: none;
  }
  .testimonial-wrapper.testimonial-style-list .post-thumb {
    width: 40%;
  }
  .testimonial-wrapper.testimonial-style-list .testimonial-inner > *.media {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .single-doctors-directory .doctor-single-sidebar {
    margin-top: 0;
  }
  .single-doctors-directory .doctor-single-info {
    margin-bottom: 0;
  }
  .row.portfolio-details
    .col-sm-4
    > .portfolio-meta
    ul.portfolio-meta-list
    > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .portfolio-single .row.portfolio-details > div.col-sm-4 {
    margin-top: 0;
  }
  .row.portfolio-details
    .col-sm-4
    > .portfolio-meta
    ul.portfolio-meta-list
    > li
    h6 {
    font-size: 16px;
  }
  .footer-bottom-wrap ul.nav {
    margin-bottom: 0;
  }
  .footer-bottom-wrap ul.nav.copyright-bar-ul p.footer-copyright {
    text-align: center;
  }
  .portfolio-inner .post-overlay-items {
    bottom: 0;
    max-width: calc(100% - 0px);
  }
  .search-form input[type="submit"],
  .search-form .search-field {
    font-size: 14px;
    padding: 0 17px;
    height: 45px;
    line-height: 45px;
    color: var(--light-color);
  }
  .error404-content .search-form .search-field,
  .widget.widget_search .search-form .search-field {
    height: 45px;
    line-height: 45px;
  }
  .mobile-menu-floating .search-form .search-field {
    height: 45px;
  }
  .full-search-wrapper .search-form .search-field {
    height: 45px;
    padding-left: 17px;
  }
  .text-widget-content .text-widget-inner .footer-widget {
    flex: 0 0 auto;
    width: 100%;
  }
  .feature-box-default .media-icon-part .cea-featured-icon {
    margin-right: 0;
  }
  .blog .post-pagination-wrap {
    margin-bottom: 0;
  }
  .cus-port-classic-wrap .portfolio-inner .post-thumb img {
    width: 100%;
  }
  .cus-port-classic-wrap .portfolio-inner .post-overlay-items a.post-title {
    font-size: 28px;
    line-height: 30px;
  }
  .single-post .content-widgets.widget-area-right {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .single-cea-portfolio ul.portfolio-meta-list {
    padding: 0px 0px 12px;
    display: block;
  }
  .row.portfolio-details
    .col-sm-4
    > .portfolio-meta
    ul.portfolio-meta-list
    > li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog-wrapper.blog-style-list .blog-inner .media .post-thumb {
    margin-bottom: 20px;
  }
  .blog-wrapper.blog-style-list .blog-inner .media .media-body {
    padding: 0px;
  }
  ul.nav.pagination.post-pagination > li > a,
  ul.nav.pagination.post-pagination > li > span {
    margin: 0 0 10px 0;
  }
  .site-footer-wrap
    .footer-bottom-wrap
    .copyright-widget
    ul.nav.social-icons
    > li
    > a {
    font-size: 13px;
  }
  .testimonial-style-list .testimonial-inner .media-body:after {
    content: unset;
  }
}
@media only screen and (max-width: 520px) {
  .blog-multi-layout-1 .cea-block-secondary .media {
    display: block;
  }
  .blog-multi-layout-1 .cea-block-secondary .media .media-body.ml-3 {
    margin-left: 0px !important;
    margin-top: 20px;
  }
  .blog-layouts-wrapper .blog-multi-layout-1 .cea-block-secondary .bottom-meta {
    padding-top: 17px;
  }
  .blog-layouts-wrapper .blog-multi-layout-1 .cea-block-secondary .post-thumb {
    width: 100%;
  }
  .blog-multi-layout-1 .cea-block-secondary .media {
    margin-bottom: 15px !important;
  }
  .single-post .bottom-meta-wrap .nav.post-meta.pull-right {
    margin-top: 0;
  }
  .consultxp-content-wrap .top-meta-wrap .pull-right {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-wrapper.testimonial-style-default .testimonial-inner {
    padding: 40px 20px 40px 20px;
  }
  .cea-counter-style-list .counter-left .counter-icon {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .page-title-wrap h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page .page-title-wrap,
  .error404 .page-title-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .widget.consultxp_latest_post_widget .side-item {
    display: flex;
    align-items: center;
  }
  .widget.consultxp_latest_post_widget .side-item .side-image {
    padding-bottom: 0px;
  }
  .full-search-wrapper:before {
    content: unset;
    display: none;
  }
  .testimonial-style-classic-pro .owl-nav {
    display: none;
  }
  .consultxp-content-wrap .top-meta-wrap {
    padding: 0px 15px 8px 3px;
  }
  .consultxp-masonry > article {
    padding: 25px;
  }

  .blog-style-list .blog-inner .media .post-thumb {
    border-radius: 20px 20px 0px 0px;
  }
  .single-post .consultxp-content-wrap .post-inner .post-category,
  .consultxp-content-wrap .consultxp-masonry .top-meta-wrap .post-category {
    display: none;
  }
  .cf-style-default .contact-us-form .col-md-6.pr-2 {
    padding-right: 15px !important;
  }
  .cf-style-default .contact-us-form .col-md-6.pl-3 {
    padding-left: 15px !important;
  }
  .page-title-wrap .breadcrumb {
    justify-content: center;
  }
  .page-title-wrap .breadcrumb li {
    text-align: center;
  }
  .page-title-wrap > ul.page-title-elements > * {
    margin-top: 9px;
  }
  .content-widgets.widget-area-right {
    margin: 10px 0 0 0;
  }
  .single .service-img img {
    margin-top: 0px;
  }
  .portfolio-wrapper.portfolio-style-classic
    .portfolio-inner
    .post-overlay-items
    .post-icons
    a {
    display: block;
  }
  .team-style-default .team-inner .post-overlay-items > .team-social-wrap > ul {
    top: 0;
  }
  .testimonial-wrapper.testimonial-style-list .testimonial-inner > *.media {
    display: block;
  }
  .testimonial-wrapper.testimonial-style-list .post-thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .blog-multi-layout-1 .cea-block-secondary .media .media-body.ml-3 {
    margin-left: 0px !important;
  }

  .team-media.media .media-body span {
    display: block;
    line-height: 29px;
    font-size: 16px;
  }
  .team-social-wrap .nav.team-social {
    justify-content: center;
  }
  .widget.consultxp_latest_post_widget .side-item {
    display: inline-block;
  }
  .widget.consultxp_latest_post_widget .side-item .side-image {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .widget.consultxp_latest_post_widget .side-item .side-item-text {
    text-align: center;
  }
}

@media only screen and (max-width: 350px) {
  .consultxp-content-wrap.container .post-inner .nav.post-meta.pull-right {
    float: left;
  }
}

/**! 13. RTL **/
