/*----------------------------------------------------

1. Global Area 
2. Header Section
3. Banner Section


22. Responsive Section

=====================================================================*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  overflow-x: hidden;
  color: var(--body-color);
  font-family: var(--body-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1350px;
}
.body_wrap {
  overflow: hidden;
  position: relative;
}
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/loader.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(--base-color);
}

.scrollup i {
  color: #fff;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--heading);
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bis-slider-item {
  padding: 0px 15px;
}

.no-padding {
  padding: 0;
}

.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(122, 122, 122, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}

.elx-section-title .title-bg {
  left: 0;
  top: -105px;
  opacity: 0.1;
  color: #000000;
  font-weight: 900;
  font-size: 140px;
  white-space: nowrap;
}
.elx-section-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.167;
  color: var(--base-color-2);
}
.elx-section-title p {
  padding-top: 22px;
}

.elx-btn a {
  z-index: 1;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--base-color-2);
  padding: 17px 78px 17px 30px;
  border: 2px solid var(--base-color);
}
.elx-btn a:before {
  top: 50%;
  width: 1px;
  content: "";
  right: 52px;
  height: 60%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--base-color);
}
.elx-btn a:after {
  top: 0;
  right: 0;
  left: auto;
  width: 0%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--base-color);
}
.elx-btn a i {
  top: 50%;
  right: 20px;
  font-size: 20px;
  position: absolute;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.elx-btn a:hover {
  color: #fff;
}
.elx-btn a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.elx-btn a:hover:before {
  background-color: #fff;
}
.elx-btn a:hover i {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.elx-carousel-btn button {
  color: #fff;
  padding: 0;
  width: 50px;
  border: none;
  height: 50px;
  margin-bottom: 1px;
  background-color: #002e45;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-carousel-btn button:hover {
  background-color: var(--base-color);
}

.elx-section-title-2 .sub-title {
  font-weight: 500;
  padding-left: 55px;
  position: relative;
  margin-bottom: 10px;
  color: var(--base-color-2);
}
.elx-section-title-2 .sub-title:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  position: absolute;
  background-color: var(--base-color);
}
.elx-section-title-2 h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--base-color-2);
}
.elx-section-title-2 p {
  padding-top: 25px;
}

.elx-breadcrumb-section .elx-breadcrumb-content {
  padding: 155px 0px;
}
.elx-breadcrumb-section .elx-breadcrumb-content h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  padding-bottom: 13px;
  -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.elx-breadcrumb-section .elx-breadcrumb-content li {
  font-size: 18px;
  margin-right: 25px;
  position: relative;
  color: var(--base-color);
}
.elx-breadcrumb-section .elx-breadcrumb-content li:before {
  top: 0;
  right: -15px;
  content: "//";
  position: absolute;
}
.elx-breadcrumb-section .elx-breadcrumb-content li:last-child:before {
  display: none;
}

.inner-page-padding {
  padding: 120px 0px;
}

.container {
  width: 100vw;
}

.elx-pagination {
  margin-top: 30px;
}
.elx-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--base-color);
}

.elx-pagination li {
  border-right: 1px solid var(--base-color);
}

.elx-pagination li a, .elx-pagination li .current, .elx-pagination li .dots {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  color: var(--base-color-2);
}

.elx-pagination li a:hover, .elx-pagination li .current{
  color: #fff;
  background-color: var(--base-color);
}
.elx-pagination li:last-child {
  border-right: none;
}

.elx-img-shade {
  top: 0;
  left: 0%;
  width: 0%;
  content: "";
  height: 100%;
  z-index: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: absolute;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  animation-duration: 1s;
  animation-duration: 1s;
  background-color: #F0F0F5;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-name: bizx-img-shade;
  -webkit-animation-name: bizx-img-shade;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes bizx-img-shade {
  0%, 100% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 105%;
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bizx-img-shade {
  0%, 100% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 105%;
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.elx-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.elx-header-section.header-style-two .elx-header-content-wrap .elx-header-top-content {
  padding: 10px 80px 10px 80px;
}
.elx-header-section.header-style-two .elx-header-top-menu-content {
  width: 100%;
}
.elx-header-section.header-style-two .elx-header-menu-cta-btn {
  padding: 22px 80px 22px 80px;
}
.elx-header-section.header-style-two.sticky-on .elx-header-menu-cta-btn {
  padding-top: 0;
  padding-bottom: 0;
}
.elx-header-section.header-style-two .elx-header-content-wrap .brand-logo {
  height: 50px;
  width: 198px;
  background-color: transparent;
}
.elx-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #fff;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.elx-header-section.sticky-on .elx-header-content-wrap .elx-header-top-content {
  display: none !important;
}
.elx-header-section.sticky-on .elx-header-content-wrap .brand-logo {
  height: 100px;
}

.elx-header-top-menu-content {
  width: 85%;
}

.elx-header-content-wrap .brand-logo {
  width: 15%;
  height: 145px;
  background-color: var(--base-color-2);
}
.elx-header-content-wrap .brand-logo img {
  max-width: 197px;
}
.elx-header-content-wrap .brand-logo a {
  width: 100%;
  display: block;
  text-align: center;
}
.elx-header-content-wrap .elx-header-top-content {
  background-color: #fbfafa;
  padding: 10px 60px 10px 70px;
}
.elx-header-content-wrap .header-top-info li {
  font-size: 15px;
  margin-right: 90px;
  position: relative;
}
.elx-header-content-wrap .header-top-info li:before {
  top: -8px;
  width: 1px;
  right: -50px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #e1e1e1;
}
.elx-header-content-wrap .header-top-info li:last-child {
  margin-right: 0;
}
.elx-header-content-wrap .header-top-info li:last-child:before {
  display: none;
}
.elx-header-content-wrap .header-top-info li i {
  color: var(--base-color);
  margin-right: 10px;
}
.elx-header-content-wrap .header-social {
  margin-left: 60px;
  position: relative;
}
.elx-header-content-wrap .header-social:before {
  top: -8px;
  width: 1px;
  left: -20px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #e1e1e1;
}
.elx-header-content-wrap .header-social a {
  margin-left: 30px;
  color: var(--base-color);
}
.elx-header-content-wrap .header-social a:hover {
  color: var(--base-color-2);
}

.elx-header-menu-cta-btn {
  padding: 22px 60px 22px 55px;
}
.elx-header-menu-cta-btn .elx-header-cta .inner-icon {
  margin-right: 15px;
}
.elx-header-menu-cta-btn .elx-header-cta .inner-icon i {
  font-size: 32px;
  color: var(--base-color);
}
.elx-header-menu-cta-btn .elx-header-cta .inner-text {
  font-size: 15px;
}
.elx-header-menu-cta-btn .elx-header-cta .inner-text span {
  display: block;
  font-weight: 500;
}
.elx-header-menu-cta-btn .elx-header-cta .inner-text .title {
  font-weight: 400;
}

.elx-header-cta-search-btn .elx-search-button button,
.elx-header-cta-search-btn .elx-sidebar-btn button {
  padding: 0;
  border: none;
  font-size: 20px;
  margin-left: 50px;
  background-color: transparent;
}
.elx-header-cta-search-btn .elx-sidebar-btn {
  position: relative;
}
.elx-header-cta-search-btn .elx-sidebar-btn:before {
  top: 5px;
  left: 25px;
  width: 1px;
  content: "";
  height: 25px;
  position: absolute;
  background-color: #e5e5e5;
}

.elx-main-navigation-area .navbar-nav {
  display: inherit;
}
.elx-main-navigation-area li {
  margin: 0px 30px;
}
.elx-main-navigation-area li a {
  color: #425c68;
  font-weight: 500;
  position: relative;
  padding: 0px 15px 40px;
}
.elx-main-navigation-area li a:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color);
}
.elx-main-navigation-area li:hover a:before {
  width: 100%;
}
.elx-main-navigation-area .dropdown {
  position: relative;
}
.elx-main-navigation-area .dropdown:after {
  top: 0px;
  right: 0px;
  font-size: 18px;
  color: var(--base-color-2);
  font-weight: 300;
  content: "\f107";
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.elx-main-navigation-area .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.elx-main-navigation-area .dropdown-menu {
  left: 0;
  top: 62px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.elx-main-navigation-area .dropdown-menu .dropdown-menu {
  top: 0px;
  left: 100%;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
  opacity: 0 !important;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.elx-main-navigation-area .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
  color: var(--base-color-2);
}
.elx-main-navigation-area .dropdown-menu .dropdown-menu a:hover {
  color: var(--base-color);
}
.elx-main-navigation-area .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.elx-main-navigation-area .dropdown-menu li:last-child {
  border-bottom: none;
}
.elx-main-navigation-area .dropdown-menu li:after {
  top: 10px;
  color: #000;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.elx-main-navigation-area .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
  opacity: 1 !important;
}
.elx-main-navigation-area .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: var(--base-color-2) !important;
  font-size: 15px !important;
}
.elx-main-navigation-area .dropdown-menu a:before {
  display: none;
}
.elx-main-navigation-area .dropdown-menu a:hover {
  margin-left: 15px;
  color: var(--base-color) !important;
}

.elx-hd-cta-btn {
  margin-left: 40px;
}
.elx-hd-cta-btn a {
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  display: inline-block;
  white-space: nowrap;
  background-color: var(--base-color-2);
}
.elx-hd-cta-btn a:hover {
  background-color: var(--base-color);
}
.elx-main-navigation-area .menu-fallback-menu .nav-item a {
  padding-bottom: 0;
}
/*Mobile area*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -18px;
  z-index: 5;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
  color: var(--base-color-2);
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .in-m-search {
  position: relative;
  margin-bottom: 35px;
}
.mobile_menu .in-m-search input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #d5d5d5;
}
.mobile_menu .in-m-search button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 3px;
  right: 0;
  height: 30px;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: var(--base-color-1);
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}
.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 101%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}
.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}
.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

.search-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  background-color: rgba(0, 0, 0, 0.85);
}
.search-body.search-open {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.search-body .search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-body .search-form .search-form-area {
  width: 100%;
  z-index: 9991;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.search-body .search-form input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 30px;
  background-color: #fff;
}
.search-body .search-form input::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  width: 120px;
  height: 60px;
  position: absolute;
  background: var(--base-color);
}
.search-body .outer-close {
  top: 40px;
  right: 55px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 3px;
  position: absolute;
  background-color: var(--base-color);
}
.search-body .outer-close i {
  color: #fff;
}

.search-open {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.elx-about-section {
  padding: 180px 0px 120px;
}
.elx-about-section .elx-about-img {
  left: 0;
  bottom: -155px;
}

.elx-about-counter-wrapper {
  margin: 38px 0px 50px;
}

.elx-about-counter-item {
  margin-right: 65px;
}
.elx-about-counter-item:last-child {
  margin-right: 0;
}
.elx-about-counter-item h3 {
  font-size: 42px;
  font-weight: 600;
  color: var(--base-color);
}
.elx-about-counter-item p {
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px;
  color: var(--base-color-2);
}

.elx-about-feature-list-area {
  width: 100%;
  max-width: 385px;
  background-color: #fff;
  padding: 40px 20px 20px 30px;
  -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.03);
}
.elx-about-feature-list-area li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-about-feature-list-area li:before {
  top: 6px;
  left: 0;
  width: 20px;
  content: "";
  height: 15px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(../img/icon/arrow.png);
}
.elx-about-feature-list-area li:hover {
  padding-left: 40px;
}
.elx-about-feature-list-area li:hover:before {
  left: 15px;
}

.elx-about-feature-list {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 50px;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transform: translateX(95px);
          transform: translateX(95px);
}

.elx-about-img-wrapper {
  padding-top: 190px;
}

.elx-about-img-wrapper .elx-about-img2 {
  top: -45px;
  right: 240px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.elx-about-img-wrapper .elx-about-img3 {
  top: 10px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.elx-about-img-wrapper .elx-about-img4 {
  right: 240px;
  bottom: 170px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.elx-about-img-wrapper .elx-about-img5 {
  right: 0px;
  bottom: 115px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.elx-service-title-text-area .elx-section-title {
  margin-bottom: 45px;
}
.elx-service-title-text-area .elx-section-title h2 {
  color: #fff;
}
.elx-service-title-text-area .elx-btn a {
  color: var(--base-color);
  border: 2px solid #fff;
}
.elx-service-title-text-area .elx-btn a:before {
  background-color: #fff;
}
.elx-service-title-text-area .elx-btn a:hover {
  color: #fff;
  border: 2px solid var(--base-color);
}

.elx-service-item-content {
  margin-left: 80px;
}

.elx-service-item-area {
  z-index: 1;
  width: 50%;
}
.elx-service-item-area .elx-service-img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-service-item-area .elx-service-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgba(8, 64, 90, 0.7);
}
.elx-service-item-area .elx-service-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 3500ms ease;
  transition: all 3500ms ease;
}
.elx-service-item-area .elx-service-icon {
  z-index: 2;
  position: relative;
  margin-bottom: 25px;
}
.elx-service-item-area .elx-service-icon i {
  line-height: 1;
  font-size: 50px;
  color: var(--base-color);
}
.elx-service-item-area .elx-service-text {
  z-index: 2;
  position: relative;
}
.elx-service-item-area .elx-service-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 90px;
}
.elx-service-item-area .elx-service-text .read_more {
  color: #fff;
  font-weight: 500;
  position: relative;
}
.elx-service-item-area .elx-service-text .read_more i {
  font-size: 20px;
  margin-left: 10px;
  -webkit-transition: all 500 ease;
  transition: all 500 ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-service-item-area .elx-service-text .read_more:before {
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  bottom: -1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-service-item-area .elx-service-text .read_more:hover:before {
  width: 100%;
}
.elx-service-item-area .elx-service-text .read_more:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.elx-service-item-area .elx-service-item {
  margin: 1px;
  padding: 40px 35px 50px 35px;
  background-color: #08405a;
}
.elx-service-item-area:hover .elx-service-img {
  opacity: 1;
}
.elx-service-item-area:hover .elx-service-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.elx-service-item-area:hover .elx-service-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.elx-cta-section {
  padding-bottom: 130px;
}

.elx-cta-form-area {
  top: -105px;
  max-width: 450px;
  padding: 55px 50px 60px;
  margin-bottom: -105px;
  background-color: var(--base-color);
}
.elx-cta-form-area h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}
.elx-cta-form-area input, .elx-cta-form-area textarea {
  width: 100%;
  color: #fff;
  height: 50px;
  border-radius: 4px;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #ff9233;
  background-color: transparent;
}
.elx-cta-form-area input::-webkit-input-placeholder, .elx-cta-form-area textarea::-webkit-input-placeholder {
  color: #fff;
}
.elx-cta-form-area input::-moz-placeholder, .elx-cta-form-area textarea::-moz-placeholder {
  color: #fff;
}
.elx-cta-form-area input:-ms-input-placeholder, .elx-cta-form-area textarea:-ms-input-placeholder {
  color: #fff;
}
.elx-cta-form-area input::-ms-input-placeholder, .elx-cta-form-area textarea::-ms-input-placeholder {
  color: #fff;
}
.elx-cta-form-area input::placeholder, .elx-cta-form-area textarea::placeholder {
  color: #fff;
}
.elx-cta-form-area textarea {
  height: 100px;
  padding-top: 15px;
}
.elx-cta-form-area button {
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 500;
  color: var(--base-color);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #fff;
}
.elx-cta-form-area button i {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.elx-cta-form-area button:hover {
  color: #fff;
  background-color: var(--base-color-2);
}
.elx-cta-form-area button:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.elx-cta-text-area {
  padding-top: 105px;
}

.elx-cta-text-info {
  padding: 20px 0px 45px;
}
.elx-cta-text-info p {
  font-size: 18px;
}
.elx-cta-text-info p span {
  font-weight: 500;
  text-decoration: underline;
}
.elx-cta-text-info p a {
  font-size: 24px;
  font-weight: 600;
  color: var(--base-color);
}

/*---------------------------------------------------- */
/*Work Process area*/
/*----------------------------------------------------*/
.elx-work-process-section {
  padding-bottom: 70px;
}
.elx-work-process-section .elx-section-title {
  max-width: 570px;
}
.elx-work-process-section .elx-section-title .title-bg {
  top: -90px;
}
.elx-work-process-section .elx-work-process-side-img {
  top: 0;
  right: 0;
  z-index: 1;
}

.elx-work-process-content {
  margin: 0px -15px;
}

.elx-work-process-item {
  max-width: 300px;
  padding: 0px 15px;
}
.elx-work-process-item .work-process-img {
  margin-bottom: 20px;
}
.elx-work-process-item .work-process-img .inner-img {
  overflow: hidden;
  border-radius: 4px;
}
.elx-work-process-item .work-process-img .inner-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-work-process-item .work-process-img .work-process-step {
  top: 3px;
  right: 0;
  z-index: 1;
  color: #fff;
  width: 145px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
}
.elx-work-process-item .work-process-img .work-process-step .bg-img {
  right: 0;
  top: -16px;
  z-index: -1;
}
.elx-work-process-item .work-process-text {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  max-width: 200px;
  color: var(--base-color-2);
}
.elx-work-process-item:hover .work-process-img .inner-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.elx-project-section {
  overflow: hidden;
  padding: 140px 0px 105px;
}
.elx-project-section:before {
  top: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 590px;
  position: absolute;
  background-color: var(--base-color-2);
}

.elx-project-top-content {
  max-width: 1110px;
}
.elx-project-top-content .elx-section-title {
  max-width: 610px;
}
.elx-project-top-content .elx-section-title h2 {
  color: #fff;
}
.elx-project-top-content .elx-carousel-btn button {
  display: block;
}

.elx-project-content {
  padding-top: 75px;
  margin: 0 -15px;
}

.elx-project-slider-item-wrap {
  padding: 0px 15px;
}

.elx-project-item {
  padding-bottom: 50px;
  max-width: 365px;
}
.elx-project-item .project-img {
  overflow: hidden;
}
.elx-project-item .project-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-project-item .project-text {
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  max-width: 310px;
  position: absolute;
  padding: 30px 20px 50px 35px;
  background-color: white;
  border-left: 5px solid var(--base-color);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.elx-project-item .project-text:before {
  top: 0;
  right: 0;
  width: 0%;
  left: auto;
  content: "";
  z-index: -1;
  height: 101%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color);
}
.elx-project-item .project-text h3 {
  color: var(--base-color-2);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.elx-project-item .project-text .project-arrow {
  right: 30px;
  bottom: 20px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.elx-project-item .project-text .project-arrow i {
  color: var(--base-color-2);
  font-size: 35px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.elx-project-item:hover .project-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.elx-project-item:hover .project-text:before {
  left: 0;
  right: auto;
  width: 100%;
}
.elx-project-item:hover .project-text h3 {
  color: #fff;
}
.elx-project-item:hover .project-text .project-arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.elx-project-item:hover .project-text .project-arrow i {
  color: #fff;
}

.bzx-project-slider .slick-list {
  overflow: visible;
}
.bzx-project-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bzx-project-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-project-slider .slick-slide.slick-active {
  opacity: 1;
}

.elx-project-slider .slick-list {
  overflow: visible;
}
.elx-project-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.elx-project-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.elx-project-slider .slick-slide.slick-active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Why Choose area*/
/*----------------------------------------------------*/
.elx-why-choose-section {
  padding-bottom: 70px;
}

.elx-why-choose-side-img {
  z-index: 1;
  bottom: -140px;
}

.elx-why-choose-progess-area {
  padding-top: 90px;
}

.elx-why-choose-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.elx-why-choose-progress .skill-progress-bar {
  width: 100%;
  max-width: 475px;
  margin-right: 40px;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent {
  margin-bottom: 28px;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent h4 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  color: var(--base-color-2);
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent .progress {
  height: 10px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  padding: 0px 3px;
  border: 1px solid var(--base-color);
  background-color: transparent;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent .progress span {
  right: 0;
  top: -30px;
  color: #0b1c2b;
  font-weight: 700;
  position: absolute;
}
.elx-why-choose-progress .skill-progress-bar .skill-set-percent .progress-bar {
  width: 0;
  top: 2px;
  float: left;
  height: 4px;
  position: relative;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  background: var(--base-color);
}

.elx-why-choose-feature-item {
  z-index: 1;
  padding: 30px 30px 35px;
  margin-bottom: 30px;
  background-color: var(--base-color-2);
}
.elx-why-choose-feature-item:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: var(--base-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: perspective(300px) rotateX(-90deg);
          transform: perspective(300px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.elx-why-choose-feature-item .wc-ft-icon-serial {
  margin-bottom: 10px;
}
.elx-why-choose-feature-item .wc-ft-icon-serial .wc-ft-icon i {
  color: #fff;
  font-size: 50px;
}
.elx-why-choose-feature-item .wc-ft-icon-serial .wc-ft-serial {
  font-size: 50px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
.elx-why-choose-feature-item .wc-ft-text-wrap h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.elx-why-choose-feature-item .wc-ft-text-wrap p {
  color: #fff;
}
.elx-why-choose-feature-item:hover:before {
  margin-top: 0;
  -webkit-transform: perspective(300px) rotateX(0);
          transform: perspective(300px) rotateX(0);
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.elx-testimonial-section {
  padding: 150px 0px 125px;
  background-color: var(--base-color-2);
}
.elx-testimonial-section .elx-testimonial-side-img {
  right: 0;
  bottom: 0;
}
.elx-testimonial-section:before {
  top: 0;
  right: 0;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  background-color: #fff;
}
.elx-testimonial-section .elx-section-title h2 {
  color: #fff;
}
.elx-testimonial-section .elx-section-title .title-bg {
  left: 0;
  right: 0;
}

.elx-testimonial-content {
  margin: 0px -15px;
  padding-top: 65px;
}

.elx-testimonial-content-area {
  z-index: 5;
  position: relative;
}

.elx-testimonial-slider-item {
  padding: 0px 15px;
}

.elx-testimonial-item {
  max-width: 495px;
  padding: 45px 40px;
  border-radius: 2px;
  background-color: #002e45;
}
.elx-testimonial-item .testimonial-quote-icon-rate {
  margin-bottom: 35px;
}
.elx-testimonial-item .quote-icon {
  margin-right: 30px;
}
.elx-testimonial-item .testimonial-rate li {
  color: var(--base-color);
}
.elx-testimonial-item .testimonial-text-wrap p {
  color: #fff;
  padding-bottom: 30px;
}
.elx-testimonial-item .testimonial-text-wrap .testimonial-author h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}
.elx-blog-details-author .inner-img img {
  height: 125px;
  object-fit: cover;
}
.elx-testimonial-item .testimonial-text-wrap .testimonial-author span {
  color: #fff;
}

.elx-testimonial-slider {
  max-width: 1025px;
}

/*---------------------------------------------------- */
/*404 area*/
/*----------------------------------------------------*/
section#error-page-404 {
  padding: 120px 0;
}
.error__info h1 {
  font-size: 250px;
  line-height: 250px;
  font-weight: 700;
  color: var(--base-color);
}
.error__info h2 {
  color: var(--base-color-2);
  margin-bottom: 15px;
}

.bz-blog-feed-area .elx-btn {
  margin-top: 30px;
}
.error__info h2 {
  color: #000;
  font-weight: 700;
}
/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/

.no-results .page-header .page-title {
  font-weight: 700;
  color: var(--base-color-2);
  padding-bottom: 10px;
}

section.no-results.not-found input[type="text"] {
  background: transparent;
  border: 1px solid #ebebeb;
  padding: 12px 15px;
  width: 80%;
}

section.no-results.not-found button {
  background: var(--base-color);
  border: none;
  color: #fff;
  padding: 12px 15px;
}
.elx-blog-top-content .elx-section-title {
  max-width: 500px;
}

.elx-blog-slider-item {
  padding: 0px 15px;
}

.elx-blog-content {
  padding-top: 55px;
  margin: 0px -15px;
}

.elx-blog-item {
  z-index: 1;
  position: relative;
}
.elx-blog-item:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.1);
}
.elx-blog-item .elx-blog-img-date,
.elx-blog-item .elx-blog-text-meta {
  margin: 0 auto;
  max-width: 370px;
}
.elx-blog-item .elx-blog-img {
  overflow: hidden;
}
.elx-blog-item .elx-blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  width: 100%;
}
.elx-blog-item .elx-blog-date {
  right: 0;
  color: #fff;
  width: 80px;
  height: 90px;
  bottom: -30px;
  font-size: 36px;
  font-weight: 600;
  background-color: var(--base-color-2);
}
.elx-blog-item .elx-blog-date span {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 0px;
  font-weight: 400;
  position: absolute;
  background-color: var(--base-color);
}
.elx-blog-item .elx-blog-text-meta {
  padding: 30px;
}
.elx-blog-item .elx-blog-meta a {
  font-size: 15px;
  margin-right: 20px;
}
.elx-blog-item .elx-blog-meta a i {
  margin-right: 5px;
  color: var(--base-color);
}
.elx-blog-item .elx-blog-text {
  margin-top: 12px;
}
.elx-blog-item .elx-blog-text h3 {
  color: var(--base-color-2);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 22px;
  letter-spacing: -1.5px;
  border-bottom: 1px solid #e9f0f3;
}
.elx-blog-item .elx-blog-text .read_more {
  color: var(--base-color-2);
  font-weight: 500;
  margin-top: 18px;
  display: inline-block;
}
.elx-blog-item .elx-blog-text .read_more i {
  margin-left: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.elx-blog-item .elx-blog-text .read_more:hover {
  color: var(--base-color);
}
.elx-blog-item .elx-blog-text .read_more:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.elx-blog-item:hover .elx-blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.elx-blog-slider .slick-list {
  margin: -40px;
  padding: 40px;
}
.elx-blog-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.elx-blog-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.elx-blog-slider .slick-slide.slick-active {
  opacity: 1;
}

.elx-sponsor-section {
  overflow: hidden;
}

.elx-sponsor-slider .elx-sponsor-item {
  width: 225px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.elx-sponsor-slider .slick-list {
  padding: 50px 0px 120px;
}
.widget_media_gallery .gallery-item {
  display: inline-block;
  max-width: 105px;
  margin-right: 5px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
}

.widget_media_gallery .gallery-item img {
  width: auto;
}
.widget_categories select {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: none;
  background: #fff;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.elx-blog-details-text-content p:last-child {
  overflow: hidden;
  margin-bottom: 0;
  clear: both;
}

.elx-blog-details-text-content p:last-child img {
  margin-bottom: 0;
}
.post-password-form input[type="password"] {
  background: transparent;
  border: 1px solid #ebebeb;
  padding: 12px 15px;
  width: 100%;
}
form.post-password-form input[type="submit"] {
  background: var(--base-color);
  border: none;
  color: #ffff;
  padding: 12px;
}
.comment_content ul{
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
}
.comment_content ul li {
  list-style: disc;
  line-height: 1.625;
  margin-bottom: 15px;
  font-size: 16px;
}
.comment_content ul li ul {
  margin: 10px 0 0;
    list-style: circle;
}
.comment_content ul li ul li{
  list-style: circle;
}
.comment_content ol{
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: auto;
  padding-left: 20px;
}
.comment_content ol li {
  line-height: 1.625;
  margin-bottom: 15px;
  list-style: auto;
  font-size: 16px;
}

.comment_content ol li ol {
  margin: 10px 0 0;
}
/*---------------------------------------------------- */
/*About 2 area*/
/*----------------------------------------------------*/
.elx-about-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 140px 0px;
}
.elx-about-section-2 .elx-about-side-img {
  top: 0;
  right: 0;
  width: 40%;
  z-index: -1;
  height: 100%;
}
.elx-about-section-2 .elx-about-side-img img {
  width: 100%;
  height: 100%;
}

.elx-about-text-content-2 .elx-section-title-2 p {
  max-width: 570px;
}

.elx-about-feature-2 {
  margin-top: 40px;
}

.elx-about-feature-item-2 .feature-icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: var(--base-color);
}
.elx-about-feature-item-2 .feature-icon i {
  color: #fff;
  font-size: 40px;
  line-height: 0.75;
}
.elx-about-feature-item-2 .feature-text {
  font-size: 20px;
  font-weight: 600;
  max-width: 145px;
  color: var(--base-color-2);
}

.elx-about-text-2 {
  max-width: 530px;
  margin: 35px 0px 50px;
}

.elx-about-form-area .elx-cta-form-area {
  top: 0;
  margin-bottom: 0;
  background-color: var(--base-color-2);
}
.elx-about-form-area .elx-cta-form-area input,
.elx-about-form-area .elx-cta-form-area textarea {
  border: 1px solid #43545c;
}
.elx-about-form-area .elx-cta-form-area button:hover {
  color: #fff;
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Service 2 area*/
/*----------------------------------------------------*/
.elx-service-section-2 {
  padding: 140px 0px 145px;
  background-color: #eef4f6;
}

.elx-service-top-content-2 .elx-section-title-2 {
  max-width: 520px;
}

.elx-service-content-2 {
  padding-top: 50px;
  margin: 0px -15px;
}

.elx-service-slider-item-2 {
  padding: 0px 15px;
}

.elx-service-item-2 {
  max-width: 310px;
}
.elx-service-item-2 .elx-service-text-icon {
  bottom: 0;
  right: 0;
  max-width: 259px;
  background-color: #fff;
  padding: 40px 30px 30px;
}
.elx-service-item-2 .elx-service-text-icon .service-icon {
  top: -30px;
  z-index: 1;
  width: 65px;
  right: 25px;
  height: 65px;
  border-radius: 4px;
  background-color: var(--base-color);
}
.elx-service-item-2 .elx-service-text-icon .service-icon i {
  color: #fff;
  font-size: 35px;
  line-height: 0.75;
}
.elx-service-item-2 .elx-service-text-icon .service-icon:before, .elx-service-item-2 .elx-service-text-icon .service-icon:after {
  top: -6px;
  left: -6px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  border-radius: 4px;
  position: absolute;
  border: 2px solid #fff;
}
.elx-service-item-2 .elx-service-text-icon .service-icon:after {
  top: 0;
  left: 0;
  border: none;
  background-color: var(--base-color);
}
.elx-service-item-2 .elx-service-text-icon .service-text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.455;
  padding-bottom: 10px;
  color: var(--base-color-2);
}
.elx-service-item-2 .elx-serice-read-more {
  left: 0;
  bottom: 0;
}
.elx-service-item-2 .elx-serice-read-more a {
  color: #fff;
  width: 50px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
}
.elx-service-item-2 .elx-serice-read-more a i {
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*---------------------------------------------------- */
/*CTA 2 area*/
/*----------------------------------------------------*/
.elx-cta-section-2 {
  padding: 115px 0px 120px;
  background-color: var(--base-color-2);
}
.elx-cta-section-2 .elx-cta-side-img-2 {
  top: 0;
  right: 0;
  z-index: 1;
}

.elx-cta-text-2 {
  max-width: 820px;
  margin-bottom: 40px;
}
.elx-cta-text-2 h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 24px;
}
.elx-cta-text-2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.elx-cta-text-2 p span {
  text-decoration: underline;
}
.elx-cta-text-2 p a {
  font-size: 24px;
  font-weight: 600;
  color: var(--base-color);
}

.elx-cta-content-2 .elx-btn a {
  color: #fff;
}

/*---------------------------------------------------- */
/*Project 2 area*/
/*----------------------------------------------------*/
.elx-project-section-2 {
  padding: 110px 0px 125px;
}
.elx-project-section-2:before {
  top: 0;
  left: 0;
  width: 85%;
  z-index: 2;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #eef4f6;
}
.elx-project-section-2 .elx-service-top-content-2 {
  z-index: 3;
  max-width: 1275px;
  position: relative;
}

.elx-project-slider-content-2 {
  z-index: 3;
  margin: 0px -15px;
  position: relative;
  padding-top: 60px;
}

.elx-project-slider-2 {
  max-width: 1160px;
}

.elx-project-carousel-2 {
  margin-left: 45px;
}
.elx-project-carousel-2 .elx-carousel-btn button {
  display: block;
  margin-bottom: 5px;
}

/*---------------------------------------------------- */
/*Why choose 2 area*/
/*----------------------------------------------------*/
.elx-why-choose-section-2 {
  padding-top: 145px;
  z-index: 1;
}
.elx-why-choose-section-2:before {
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 750px;
  height: 410px;
  position: absolute;
  background-color: var(--base-color-2);
}

.elx-why-choose-tab-2 {
  padding-top: 50px;
}

.elx-why-choose-tab-btn {
  margin-right: 30px;
}
.elx-why-choose-tab-btn .nav {
  display: inherit;
}
.elx-why-choose-tab-btn button {
  padding: 0;
  border: none;
}
.elx-why-choose-tab-btn .nav-tabs .nav-link {
  margin: 0 auto;
  border: none;
  height: 100%;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
}
.elx-why-choose-tab-btn .nav-tabs .nav-item.show .nav-link,
.elx-why-choose-tab-btn .nav-tabs .nav-link.active {
  border-radius: 5px;
  color: #fff !important;
  background-color: var(--base-color);
}
.elx-why-choose-tab-btn li {
  width: 70px;
  height: 70px;
  font-size: 36px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 35px;
  border-radius: 5px;
  position: relative;
  color: var(--base-color-2);
  border: 2px solid #ebebeb;
}
.elx-why-choose-tab-btn li:last-child {
  margin-bottom: 0;
}
.elx-why-choose-tab-btn li:before, .elx-why-choose-tab-btn li:after {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.elx-why-choose-tab-btn li:after {
  background-color: #fff;
}
.elx-why-choose-tab-btn li:before {
  top: 8px;
  left: 8px;
}

.elx-why-choose-tab-item-details {
  padding-left: 30px;
}

.elx-why-choose-tab-item-title-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--base-color-2);
  padding-bottom: 13px;
}
.elx-why-choose-tab-item-title-text p {
  max-width: 400px;
  padding-bottom: 28px;
}

.elx-why-choose-tab-details:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #e5ebed;
}
.elx-why-choose-tab-details .elx-why-choose-skill-img {
  margin-right: 30px;
}
.elx-why-choose-tab-details .elx-why-choose-progress {
  width: 230px;
  margin-top: 0;
}
.elx-why-choose-tab-details .elx-why-choose-progress .skill-progress-bar {
  margin-right: 0;
}
.elx-why-choose-tab-details .elx-why-choose-progress .skill-progress-bar .skill-set-percent h4 {
  font-size: 14px;
  padding-bottom: 12px;
}
.elx-why-choose-tab-details .elx-why-choose-progress .skill-progress-bar .skill-set-percent {
  margin-bottom: 16px;
}

.elx-video-play-btn {
  top: 0;
  left: 189px;
}
.elx-video-play-btn a {
  width: 140px;
  height: 120px;
  background-color: var(--base-color-2);
}
.elx-video-play-btn a i {
  color: #fff;
  font-size: 50px;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.elx-faq-section {
  padding: 138px 0px 100px;
}

.elx-faq-accordion {
  margin-top: 50px;
}
.elx-faq-accordion .accordion-header button {
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px;
  background: transparent;
  color: var(--black-color);
  font-family: var(--sv-heading-font);
}
.elx-faq-accordion .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elx-faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-top: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  background-color: transparent;
}
.elx-faq-accordion .accordion-body {
  padding: 0px 0px 20px;
  color: var(--black-color);
}
.elx-faq-accordion .accordion-button:not(.collapsed) {
  color: #010101;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elx-faq-accordion .accordion-button::after {
  right: 25px;
  height: auto;
  width: auto;
  font-size: 15px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.elx-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--base-sv-color);
}

/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.elx-fun-fact-section {
  padding: 80px 0px;
}

.elx-fun-fact-item h3 {
  font-size: 42px;
  font-weight: 600;
  color: var(--base-color);
  padding-bottom: 5px;
}
.elx-fun-fact-item p {
  color: #fff;
  font-weight: 500;
}

/*---------------------------------------------------- */
/*Testimonial Team area*/
/*----------------------------------------------------*/
.elx-testimonial-team-section {
  z-index: 1;
  padding: 120px 0px;
}
.elx-testimonial-team-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 75%;
  position: absolute;
  background-color: #eef4f6;
}

.elx-testimonial-slider-content {
  background-color: #fff;
  max-width: 565px;
}

.elx-testimonial-icon-title {
  padding: 55px 50px 0px;
}
.elx-testimonial-icon-title .elx-testimonial-icon {
  margin-bottom: 40px;
}
.elx-testimonial-icon-title .elx-testimonial-title {
  font-size: 30px;
  font-weight: 600;
  max-width: 375px;
  line-height: 1.333;
  color: var(--base-color-2);
}

.elx-testimonial-item-2 {
  padding: 0px 50px 55px;
}
.elx-testimonial-item-2 .elx-testimonial-text {
  color: #425c68;
  font-size: 18px;
  line-height: 1.778;
  margin: 30px 0px 40px;
}
.elx-testimonial-item-2 .testimonial-author .author-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: -0.209px 1.989px 10px 0px rgba(1, 17, 85, 0.18);
          box-shadow: -0.209px 1.989px 10px 0px rgba(1, 17, 85, 0.18);
}
.elx-testimonial-item-2 .testimonial-author .author-text h3 {
  color: #003751;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}
.elx-testimonial-item-2 .testimonial-author .author-text span {
  font-size: 15px;
}

.elx-testimonial-slider-2.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.elx-testimonial-slider-2 .slick-prev, .elx-testimonial-slider-2 .slick-next {
  display: none !important;
}
.elx-testimonial-slider-2 .slick-dots {
  height: 90px;
  position: static;
  line-height: 90px;
  border-top: 3px solid var(--base-color);
  background-color: var(--base-color-2);
}
.elx-testimonial-slider-2 .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 1px solid var(--base-color);
  position: relative;
  z-index: 11;
}
.elx-testimonial-slider-2 .slick-dots li button {
  display: none;
}
.elx-testimonial-slider-2 .slick-dots li.slick-active {
  background-color: var(--base-color);
}

.elx-team-content-2 {
  padding-left: 30px;
}

.elx-team-slider-area-2 {
  padding-top: 70px;
}

.elx-team-member-item {
  padding-bottom: 15px;
}
.elx-team-member-item .elx-team-social {
  opacity: 0;
  right: 25px;
  bottom: 80px;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.elx-team-member-item .elx-team-social a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
}
.elx-team-member-item .elx-team-text-2 {
  width: 100%;
  bottom: 0px;
  padding: 15px 30px;
  background-color: var(--base-color-2);
}
.elx-team-member-item .elx-team-text-2 .elx-team-name h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.elx-team-member-item .elx-team-text-2 .elx-team-name span {
  color: #fff;
  font-size: 15px;
}
.elx-team-member-item .elx-team-text-2 .elx-team-button a {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--base-color);
}
.elx-team-member-item .elx-team-text-2 .elx-team-button a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.elx-team-member-item:hover .elx-team-social {
  opacity: 1;
  bottom: 100px;
  visibility: visible;
}

.elx-team-nav-item-slide .elx-team-nav-img {
  margin-bottom: 20px;
  cursor: pointer;
}

.about-team-testimonial {
  padding-bottom: 70px;
}

.elx-team-feed-section {
  padding-top: 120px;
}

.elx-team-feed-content .elx-team-member-item {
  margin-bottom: 30px;
}

/*---------------------------------------------------- */
/*Service Page area*/
/*----------------------------------------------------*/
.elx-service-feed-section {
  padding: 120px 0px 90px;
}

.elx-service-feed-content .elx-service-item-2 {
  margin: 0 auto;
  max-width: 309px;
  margin-bottom: 30px;
}

.service-page-cta {
  padding-bottom: 60px;
}

.elx-service-details-area {
  max-width: 900px;
}

.elx-service-details-img {
  margin-bottom: 40px;
}

.elx-service-details-text h2, .elx-service-details-text h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--base-color-2);
  padding-bottom: 15px;
}
.elx-service-details-text h3 {
  font-size: 30px;
}
.elx-service-details-text p {
  padding-bottom: 30px;
  font-size: 16px;
}

.elx-service-details-ft-item {
  margin-bottom: 30px;
  padding: 35px 30px 30px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  border-left: 5px solid var(--base-color);
}
.elx-service-details-ft-item .feature-icon {
  margin-right: 20px;
}
.elx-service-details-ft-item .feature-icon i {
  font-size: 40px;
  color: var(--base-color);
}
.elx-service-details-ft-item .feature-text {
  max-width: 240px;
}
.elx-service-details-ft-item .feature-text h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--base-color-2);
}
.elx-service-details-ft-item .feature-text p {
  padding-bottom: 0;
}

.elx-service-step-item {
  padding: 35px 15px;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
          box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
}
.elx-service-step-item .step-serial {
  width: 70px;
  color: #fff;
  height: 70px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  border-radius: 100%;
  border: 10px solid #ffbb7f;
  font-family: var(--heading);
  background-color: var(--base-color);
}
.elx-service-step-item .step-text h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--base-color-2);
  padding-bottom: 15px;
}
.elx-service-step-item .step-text p {
  padding-bottom: 0;
}

.elx-service-details-img-list-area {
  padding-top: 20px;
}

.elx-service-list-text p {
  padding-bottom: 20px;
}
.elx-service-list-text li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.elx-service-list-text li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 300;
  position: absolute;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}

.elx-service-widget,
.elx-blog-widget {
  margin-bottom: 40px;
}
.elx-service-widget h5,
.elx-service-widget .widget-title,
.elx-blog-widget .widget-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--base-color-2);
  padding-bottom: 25px;
}
.elx-service-widget .elementor-widget-container ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_archive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_comments ul li:not(:last-child) {
  padding-bottom: 15px;
}
.elx-blog-widget.widget_categories li a .number {
  padding-left: 10px;
}
.elx-service-widget .elementor-widget-container,
.elx-blog-widget.widget_categories {
  padding: 40px 35px;
  background-color: #eef4f6;
}
.elx-service-widget .elementor-widget-container li,
.elx-blog-widget.widget_categories li,
.elx-blog-widget.widget_pages li,
.elx-blog-widget.widget_nav_menu li,
.elx-blog-widget.widget_meta li,
.elx-blog-widget.widget_archive li {
  margin-bottom: 15px;
}
.elx-service-widget .elementor-widget-container li:last-child,
.elx-blog-widget.widget_archive li:last-child,
.elx-blog-widget.widget_pages li:last-child,
.elx-blog-widget.widget_nav_menu li:last-child,
.elx-blog-widget.widget_meta li:last-child,
.elx-blog-widget.widget_categories li:last-child {
  margin-bottom: 0;
}
.elx-service-widget .elementor-widget-container li a,
.elx-blog-widget.widget_archive li a,
.elx-blog-widget.widget_pages li a,
.elx-blog-widget.widget_nav_menu li a,
.elx-blog-widget.widget_meta li a,
.elx-blog-widget.widget_categories li a {
  width: 100%;
  font-size: 18px;
  color: #586563;
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.widget_recent_comments ul li:not(:last-child) {
  padding-bottom: 15px;
}
.widget_search input[type="text"] {
  height: 55px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #ebebeb;
}
.widget_text select, .widget_archive select {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: none;
  background: #fff;
}
.widget_search button {
  top: 13px;
  right: 13px;
  border: none;
  position: absolute;
  background-color: transparent;
}

.widget_search .searchform {
  position: relative;
}
.widget_rss ul li:not(:last-child) {
  margin-bottom: 15px;
}
.elx-service-widget .elementor-widget-container li a:before,
.elx-blog-widget.widget_archive li a:before,
.elx-blog-widget.widget_nav_menu li a:before,
.elx-blog-widget.widget_pages li a:before,
.elx-blog-widget.widget_meta li a:before,
.elx-blog-widget.widget_categories li a:before {
  top: 15px;
  right: 20px;
  content: "\f178";
  font-weight: 400;
  position: absolute;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}
.widget-area .elx-blog-widget.widget_archive ul li .children li, .widget-area .elx-blog-widget.widget_pages ul li .children li, .widget-area .elx-blog-widget.widget_nav_menu ul li .sub-menu li, .widget-area .elx-blog-widget.widget_categories ul li .children li {
  padding-left: 15px;
  padding-top: 0 !important;
  margin-bottom: 15px;
  margin-top: 15px;
}
.elx-service-widget .download-widget,
.elx-blog-widget .download-widget {
  padding: 40px 35px;
  background-color: #003751;
}
.elx-service-widget .download-widget .widget-title,
.elx-blog-widget .download-widget .widget-title {
  color: #fff;
}
.elx-service-widget .download-widget .elx-download-service-item,
.elx-blog-widget .download-widget .elx-download-service-item {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #536c68;
}
.elx-service-widget .download-widget .elx-download-service-item:last-child,
.elx-blog-widget .download-widget .elx-download-service-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.elx-service-widget .download-widget .elx-download-service-item .file-download-btn,
.elx-blog-widget .download-widget .elx-download-service-item .file-download-btn {
  right: 0;
}
.elx-service-widget .download-widget .elx-download-service-item .file-download-btn a,
.elx-blog-widget .download-widget .elx-download-service-item .file-download-btn a {
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: var(--base-color-2);
  background-color: var(--base-color);
}
.elx-service-widget .download-widget .elx-download-service-item .download-icon,
.elx-blog-widget .download-widget .elx-download-service-item .download-icon {
  font-size: 40px;
  margin-right: 12px;
  color: var(--base-color);
}
.elx-service-widget .download-widget .elx-download-service-item .download-text h3,
.elx-blog-widget .download-widget .elx-download-service-item .download-text h3 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: var(--base-color);
}
.elx-service-widget .download-widget .elx-download-service-item .download-text h3:before,
.elx-blog-widget .download-widget .elx-download-service-item .download-text h3:before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: var(--base-color);
}
.elx-service-widget .download-widget .elx-download-service-item .download-text span,
.elx-blog-widget .download-widget .elx-download-service-item .download-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.elx-service-widget .contact-cta-widget,
.elx-blog-widget .contact-cta-widget {
  padding: 40px 35px;
  background-color: #003751;
}
.elx-service-widget .contact-cta-widget .cta-text,
.elx-blog-widget .contact-cta-widget .cta-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0px;
  font-family: var(--heading);
}
.cta-logo img {
  max-width: 197px;
}
.elx-service-widget .contact-cta-widget .cta-btn a,
.elx-blog-widget .contact-cta-widget .cta-btn a {
  color: #fff;
  font-weight: 700;
  padding: 15px 30px;
  display: inline-block;
  font-family: var(--heading);
  background-color: var(--base-color);
}
.elx-service-widget .contact-cta-widget .cta-btn a i,
.elx-blog-widget .contact-cta-widget .cta-btn a i {
  margin-left: 5px;
}

.elx-service-details-sidebar {
  padding-left: 30px;
}
.widget_calendar table {
  width: 100%;
  text-align: center;
  background: #fff;
}

#wp-calendar thead th {
  background: var(--base-color);
  color: #fff;
  font-weight: 600;
  padding: 8px;
  text-align: center;
}

#wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #f7f7f7;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}
#wp-calendar tbody td#today, #wp-calendar tbody td:hover{
  background: var(--base-color);
  color: #fff;
}
#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #14132B;
}
.wp-block-image {
  overflow: hidden;
}
.wp-block-button {
  margin-bottom: 20px;
}
ul.blocks-gallery-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.blocks-gallery-grid li:before {content: "" !important;}

li.blocks-gallery-item {
  padding: 0 !important;
}
.elx-blog-details-text select {
    border: 1px solid #ebebeb;
    padding: 12px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.wp-block-search__inside-wrapper input[type="search"] {
    border: 1px solid #ebebeb;
    padding: 10px;
}

button.wp-block-search__button.wp-element-button {
    background: var(--base-color);
    color: #fff;
    border: none;
}

p.wp-block-tag-cloud a {
    color: var(--base-color-2);
    font-size: 14px !important;
    padding: 8px 15px;
    font-weight: 500;
    display: inline-block;
    background-color: #eef4f6;
    margin-bottom: 10px;
}
.is-layout-flow.wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 20px;
}
pre {
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  color: #111;
  white-space: pre-wrap;
  margin: 20px 0;
}
.page-links span, .page-links a {
  display: inline-block;
  border: 1px solid var(--base-color);
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  color: var(--base-color-2);
  text-align: center;
}
.elx-blog-details-text-img h1, .elx-blog-details-text-img h2, .elx-blog-details-text-img h3, .elx-blog-details-text-img h4, .elx-blog-details-text-img h5, .elx-blog-details-text-img h6 {
  color: var(--base-color-2);
  font-weight: 700;
  padding-bottom: 20px;
}
.elx-blog-details-text-img h1, 
.elx-blog-details-text-img h2, 
.elx-blog-details-text-img h3, 
.elx-blog-details-text-img h4, 
.elx-blog-details-text-img h5, 
.elx-blog-details-text-img h6,
.elecrix-page-inter-wrap h1,
.elecrix-page-inter-wrap h2,
.elecrix-page-inter-wrap h3,
.elecrix-page-inter-wrap h4,
.elecrix-page-inter-wrap h5,
.elecrix-page-inter-wrap h6 {
  color: var(--base-color-2);
  font-weight: 700;
  padding-bottom: 20px;
}

.elx-blog-details-text-img table, .elecrix-page-inter-wrap table {
  border: 1px solid #ebebeb;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.elx-blog-details-text-img th, .elecrix-page-inter-wrap th {
  padding: 12px 12px;
  font-size: 15px;
  border: 1px solid #ebebeb;
  text-align: center;
  font-weight: 600;
}
dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.elx-blog-details-text-img td, .elecrix-page-inter-wrap td {
  border: 1px solid #ebebeb;
  padding: 12px 12px;
}
/*---------------------------------------------------- */
/*Project  Page area*/
/*----------------------------------------------------*/
.elx-project-feed-content .elx-project-item {
  max-width: 420px;
  margin-bottom: 40px;
}

.elx-project-details-slider-area {
  margin-bottom: 40px;
}
.elx-project-details-slider-area .elx-carousel-btn {
  z-index: 1;
  left: 35px;
  bottom: 35px;
  position: absolute;
}
.elx-project-details-slider-area .elx-carousel-btn button {
  margin: 0px 8px;
}

.elx-project-details-slider .elx-project-details-slide-item img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
}
.elx-project-details-slider .elx-project-details-slide-item.slick-active img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.elx-project-details-text h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--base-color-2);
}
.elx-project-details-text h3 {
  padding-bottom: 30px;
}
.elx-project-details-text p {
  padding-bottom: 30px;
}
.elx-project-details-text ul li {
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
.elx-project-details-text ul li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 500;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.elx-post-feed-next-previous-btn {
  padding: 35px 0px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 100px;
}
.elx-post-feed-next-previous-btn a {
  font-weight: 500;
}
.elx-post-feed-next-previous-btn a i {
  margin-right: 10px;
}
.elx-post-feed-next-previous-btn a:last-child i {
  margin-right: 0;
  margin-left: 10px;
}
.elx-post-feed-next-previous-btn a:hover {
  color: var(--base-color);
}

.elz-project-details-info {
  top: -140px;
  max-width: 270px;
  border-radius: 5px;
  margin-left: 50px;
  padding: 40px 40px 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.elz-project-details-info .info-item {
  margin-bottom: 25px;
}
.elz-project-details-info .info-item h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: var(--base-color-2);
}
.elz-project-details-info .info-item span {
  color: #425c68;
}

/*---------------------------------------------------- */
/*Blog  Page area*/
/*----------------------------------------------------*/
.elx-blog-feed-item {
  margin-bottom: 40px;
}
.elx-blog-feed-item .elx-blog-item .elx-blog-img-date,
.elx-blog-feed-item .elx-blog-item .elx-blog-text-meta {
  max-width: 100%;
}
.elx-blog-feed-item .elx-blog-item {
  padding: 30px;
}
.elx-blog-feed-item .elx-blog-item:before {
  height: 100%;
}
.elx-blog-feed-item .elx-blog-item .elx-blog-text-meta {
  padding: 30px 30px 0px 0px;
}
.elx-blog-feed-item .elx-blog-item .elx-blog-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.elx-blog-feed-item .elx-blog-item .elx-blog-text .read_more {
  margin-top: 20px;
}
.elx-blog-feed-item .elx-blog-item .elx-blog-date {
  right: 30px;
}

.elx-blog-widget {
  padding: 40px 35px;
  background-color: #eff4f6;
  margin-bottom: 40px;
}
.elx-blog-widget .widget-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--base-color-2);
  padding-bottom: 25px;
}
.elx-blog-widget .category-widget {
  padding: 40px 35px;
  background-color: #eff4f6;
}
.elx-blog-widget.widget_categories li {
  margin-bottom: 15px;
}
.elx-blog-widget.widget_archive li:last-child,
.elx-blog-widget.widget_categories li:last-child {
  margin-bottom: 0;
}
.elx-blog-widget.widget_archive li a,
.elx-blog-widget.widget_categories li a {
  width: 100%;
  z-index: 1;
  font-size: 18px;
  color: #586563;
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.elx-blog-widget.widget_archive li a:before,
.elx-blog-widget.widget_categories li a:before {
  top: 15px;
  right: 20px;
  z-index: 1;
  content: "\f178";
  font-weight: 400;
  position: absolute;
  color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
}
.elx-blog-widget.widget_categories li a:after,
.elx-blog-widget.widget_archive li a:after {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--base-color);
}
.elx-blog-widget.widget_categories li a:hover {
  color: #fff;
}
.elx-blog-widget.widget_categories li a:hover:before {
  color: #fff;
}
.elx-blog-widget.widget_categories li a:hover:after {
  width: 100%;
}
.elx-service-widget,
.elx-blog-widget {
  margin-bottom: 40px;
}
.elx-blog-widget .bz-recent-blog-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0ded7;
}
.elx-blog-widget .bz-recent-blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.elx-blog-widget .bz-recent-blog-item .blog-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 20px;
}
.elx-blog-widget .bz-recent-blog-item .blog-img img {
  height: 70px;
  object-fit: cover;
}
.elx-blog-widget .bz-recent-blog-item .blog-text {
  max-width: 205px;
}
.elx-blog-widget .bz-recent-blog-item .blog-text h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.elx-blog-widget .bz-recent-blog-item .blog-text span {
  color: #6f7183;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.elx-blog-widget .gallery-widget li {
  margin: 1px;
}
.elx-blog-widget .gallery-widget li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.elx-blog-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}
.elx-blog-widget .gallery-widget li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.elx-blog-widget .gallery-widget li a:hover:before {
  width: 100%;
}
.elx-blog-widget .gallery-widget li a:hover:after {
  top: 50%;
  opacity: 1;
}
.elx-blog-widget .tag-widget li {
  margin-right: 4px;
  margin-bottom: 10px;
}
.elx-blog-widget .tagcloud a {
  color: var(--base-color-2);
  font-size: 14px !important;
  padding: 8px 15px;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
}
.elx-blog-widget .tagcloud a:hover {
  color: #fff;
  background-color: var(--base-color);
}

.elx-blog-details-section {
  padding: 120px 0px 120px;
}

.elx-blog-details-text-img .elx-blog-item:before {
  display: none;
}
.elx-blog-details-text-img .elx-blog-item {
  margin-bottom: 50px;
}
.elx-blog-details-text-img .elx-blog-item .elx-blog-img-date,
.elx-blog-details-text-img .elx-blog-item .elx-blog-text-meta {
  max-width: 100%;
}
.elx-blog-details-text-img p {
  line-height: 1.667;
  padding-bottom: 30px;
}
figure.wp-block-image.size-full img {
  width: 100%;
}
.elx-blog-details-text-img blockquote, .elecrix-page-inter-wrap  blockquote{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  padding: 35px 40px;
  margin-bottom: 40px;
  color: var(--base-color-2);
  background-color: #eef4f6;
  font-family: var(--heading);
}
.elx-blog-details-text-img blockquote .blockquote-author {
  margin-top: 30px;
}
.elx-blog-details-text-img blockquote .blockquote-author h3 {
  color: var(--base-color);
  font-size: 18px;
  font-weight: 700;
}
.elx-blog-details-text-img blockquote .blockquote-author span {
  color: #666666;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--body-font);
}
.elx-blog-details-text-img h2 {
  color: var(--base-color-2);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.elx-blog-details-text-img .elx-blog-details-text {
  padding: 40px 45px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 26.39px 2.61px rgba(28, 63, 44, 0.06);
          box-shadow: 0px 0px 26.39px 2.61px rgba(28, 63, 44, 0.06);
}
.elx-blog-details-text-img .blog-meta {
  margin-bottom: 20px;
}
.elx-blog-details-text-img .blog-meta .date-meta {
  color: #0a1316;
  font-weight: 700;
  margin-right: 10px;
}
.elx-blog-details-text-img .blog-meta .author-meta {
  color: #55656a;
}
.elx-blog-details-text-img .elx-blog-details-sec-img {
  margin-bottom: 35px;
}

.elx-blog-details-text-img .elx-blog-details-text-content ul, 
.elecrix-page-inter-wrap ul, 
.elx-blog-details-text-img .elx-blog-details-text-content ol{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-links {
  clear: both;
}
.elx-blog-details-text-img .elx-blog-details-text-content li,
.elecrix-page-inter-wrap li {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.elx-blog-details-text-img .elx-blog-details-text-content li:before,
.elecrix-page-inter-wrap li:before{
  top: 0;
  left: 0;
  content: "\f058";
  position: absolute;
  font-weight: 300;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}
.elx-blog-details-text-img .elx-blog-details-list-img-area {
  margin-bottom: 35px;
}
.elx-blog-details-text-img .elx-blog-details-author {
  padding: 40px 0px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.elx-blog-details-text-img .elx-blog-details-author .inner-img {
  width: 155px;
  height: 125px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.elx-blog-details-text-img .elx-blog-details-author .inner-text {
  max-width: 500px;
}
.elx-blog-details-text-img .elx-blog-details-author .inner-text .author-name {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  font-family: var(--heading);
  color: var(--base-color-2);
}
.elx-blog-details-text-img .elx-blog-details-author .inner-text p {
  padding-bottom: 0;
}

.elx-comment-form {
  margin-top: 45px;
}
.elx-comment-form h3 {
  color: var(--base-color-2);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.elx-comment-form input, .elx-comment-form textarea {
  width: 100%;
  height: 55px;
  border: none;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eef4f6;
}
.elx-comment-form input:placeholder, .elx-comment-form textarea:placeholder {
  color: #7a7a7a;
}
.elx-comment-form textarea {
  height: 165px;
  padding-top: 15px;
}
.elx-comment-form button {
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 18px 20px;
  font-family: var(--heading);
  background-color: var(--base-color);
  transition: .5s;
}
.elx-comment-form button:hover {
  background: var(--base-color-2);
}
.elx-comment-form button i {
  margin-left: 8px;
}
.comment_itemlist .comment-respond {
  margin-bottom: 35px;
}
a#cancel-comment-reply-link {
  margin-left: 15px;
  color: var(--base-color);
  font-size: 22px;
}
.blog_comment_box .comment_itemlist .comment_element {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.blog_comment_box .comment_itemlist .comment_img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 100%;
}
.blog_comment_box .comment_itemlist .comment_content {
  max-width: 590px;
}
.blog_comment_box .comment_itemlist .comment_content h4 {
  color: var(--base-color-2);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.blog_comment_box .comment_itemlist .comment_content p {
  padding: 10px 0px 15px;
}
.blog_comment_box .comment_itemlist .reply-btn {
    top: 0;
    right: 0;
    font-size: 15px;
    color: var(--base-color);
}
.blog_comment_box .comment_itemlist .comment_element {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.blog_comment_box .comment_itemlist .children .comment_element {
  padding-left: 50px;
}
h3.comments-title {
  color: var(--base-color-2);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}

.blog_comment_box.headline {
  margin-top: 30px;
}
.comment-form-cookies-consent{
  display: none;
}
p.form-submit {
  margin-bottom: 0;
  padding-bottom: 0;
}
p.form-submit input {
  margin: 0;
  width: auto;
}
.bz-commet-box-area p.form-submit {
  display: none;
}
/*---------------------------------------------------- */
/*Contact Page area*/
/*----------------------------------------------------*/
.elx-contact-info {
  margin-top: 50px;
}
.elx-contact-info .info-item-area {
  margin-bottom: 40px;
}
.elx-contact-info .info-item-area:last-child {
  margin-bottom: 0;
}
.elx-contact-info .info-item-area .inner-icon {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 5px;
  background: var(--base-color-2);
}
.elx-contact-info .info-item-area .inner-icon i {
  font-size: 30px;
  color: var(--base-color);
}
.elx-contact-info .info-item-area .inner-text {
  max-width: 210px;
}
.elx-contact-info .info-item-area .inner-text h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  color: var(--black-color);
}

.elx-contact-cta-info-wrap,
.elx-contact-form-area {
  max-width: 610px;
  padding: 65px 60px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
}
.elx-contact-cta-info-wrap .elx-contact-info-title h3,
.elx-contact-form-area .elx-contact-info-title h3 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--base-color-2);
}
.elx-contact-cta-info-wrap .elx-comment-form button,
.elx-contact-form-area .elx-comment-form button {
  font-weight: 500;
  padding: 15px 30px;
}
.elx-contact-cta-info-wrap .elx-comment-form textarea,
.elx-contact-form-area .elx-comment-form textarea {
  height: 110px;
}

.elx-contact-form-area {
  padding-bottom: 50px;
}

.elx-contact-page-section {
  z-index: 1;
  bottom: -205px;
  margin-top: -205px;
  padding-bottom: 385px;
}

.elx-google-map {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
}
.elx-google-map iframe {
  width: 100%;
}

/*---------------------------------------------------- */
/*pricing Page area*/
/*----------------------------------------------------*/
.elx-pricing-item {
  color: #fff;
  padding: 75px 45px;
  background-color: var(--base-color-2);
}
.elx-pricing-item .elx-pricing-title {
  margin-bottom: 40px;
}
.elx-pricing-item .elx-pricing-title h3 {
  font-size: 23px;
  font-weight: 500;
  color: var(--base-color);
  padding-bottom: 15px;
}
.elx-pricing-item .elx-pricing-title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
.elx-pricing-item .elx-price-list {
  margin-bottom: 50px;
}
.elx-pricing-item .elx-price-list li {
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
}
.elx-pricing-item .elx-price-list li:before {
  top: 0;
  left: 0;
  color: #7f8689;
  content: "\f00c";
  position: absolute;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}
.elx-pricing-item .elx-price-btn a {
  padding: 15px 40px;
  position: relative;
  display: inline-block;
  background-color: var(--base-color);
}
.elx-pricing-item .elx-price-btn a span {
  display: inline-block;
  position: relative;
}
.elx-pricing-item .elx-price-btn a span:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Faq Page area*/
/*----------------------------------------------------*/
.elx-feed-faq .accordion-header button {
  color: var(--base-color-2);
  font-size: 20px;
  font-weight: 600;
  background: #f4f7f9;
  padding: 20px 30px;
  border: none;
}
.elx-feed-faq .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elx-feed-faq .accordion-item {
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f4f7f9;
}
.elx-feed-faq .accordion-body {
  padding: 0px 30px 30px;
  color: var(--base-color-2);
}
.elx-feed-faq .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  color: var(--base-color);
  background-color: #f4f7f9;
}
.elx-feed-faq .accordion-button::after {
  right: 25px;
  height: auto;
  width: auto;
  font-size: 15px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.elx-feed-faq .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.elx-footer-cta-section {
  z-index: 2;
}
.elx-footer-section.no_footer_active {
  padding-top: 0;
}
.copyright-logo img {
  max-width: 197px;
}
.elx-footer-cta-section:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 205px;
  position: absolute;
  background-color: var(--base-color-2);
}
.elx-footer-cta-section .elx-cta-text-area-wrap {
  max-width: 770px;
}
.elx-footer-cta-section .elx-cta-text-area-wrap .elx-section-title h2 {
  font-size: 50px;
}

.elx-footer-cta-content {
  overflow: hidden;
  padding: 75px 70px 90px;
}
.elx-footer-cta-content .elx-cta-img {
  right: 70px;
  bottom: -220px;
}
.elx-footer-cta-content .elx-section-title {
  margin-bottom: 45px;
}
.elx-footer-cta-content .elx-section-title h2 {
  color: #fff;
  padding-bottom: 10px;
}
.elx-footer-cta-content .elx-section-title p {
  color: #e6e3d4;
  font-size: 20px;
  font-family: var(--heading);
}
.elx-footer-cta-content .elx-btn a {
  color: #fff;
  border: 2px solid #fff;
}
.elx-footer-cta-content .elx-btn a:after {
  background-color: var(--base-color-2);
}
.elx-footer-cta-content .elx-btn a:before {
  background-color: #fff;
}
.elx-footer-cta-content .elx-btn a:hover {
  border: 2px solid var(--base-color-2);
}

.elx-footer-section {
  padding-top: 80px;
  background-color: var(--base-color-2);
}
.elx-footer-section .container {
  max-width: 1345px;
}

.elx-footer-widget {
  padding-bottom: 45px;
}
.elx-footer-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  color: #fff;
}
.elx-footer-widget .address-widget p {
  color: #fff;
}
.elx-footer-widget .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.elx-footer-widget .footer-social a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c3f39;
  margin-right: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.elx-footer-widget .footer-social a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.elx-footer-widget .menu-widget {
  padding-left: 80px;
}
.elx-footer-widget .menu-widget li {
  margin-bottom: 15px;
}
.elx-footer-widget .menu-widget li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.elx-footer-widget .menu-widget li a:before {
  left: auto;
  width: 0%;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color);
}
.elx-footer-widget .menu-widget li a:hover {
  color: var(--base-color);
}
.elx-footer-widget .menu-widget li a:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}
.elx-footer-widget .elx-contact-item {
  margin-bottom: 20px;
}
.elx-footer-widget .elx-contact-item .inner-icon {
  margin-right: 12px;
}
.elx-footer-widget .elx-contact-item .inner-icon i {
  color: var(--base-color);
}
.elx-footer-widget .elx-contact-item .inner-text {
  color: #fff;
  max-width: 150px;
}
.elx-footer-widget .elx-open-hours h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
.elx-footer-widget .elx-open-hours p {
  color: #fff;
  max-width: 170px;
}

.elx-footer-copyright {
  padding: 25px 0px;
  border-top: 1px solid #2b3f45;
}
.elx-footer-copyright .copyright-text {
  color: #fff;
}
.sticky .elx-blog-item:before {
  background: var(--base-color);
}
.elecrix-page-inter-wrap{
  padding: 120px 0;
}
.elecrix-page-inter-wrap p:last-child {
  overflow: hidden;
  clear: both;
}
.sticky .elx-blog-item .elx-blog-meta a, 
.sticky .elx-blog-item .elx-blog-meta a i, 
.elx-blog-feed-item.sticky .elx-blog-item .elx-blog-text h3, 
.sticky .pera-content p,
.elx-blog-feed-item.sticky .elx-blog-item .elx-blog-text .read_more {
  color: #fff;
}
.sticky .elx-blog-item .elx-blog-date span{
  background: #fff;
  color: var(--base-color-2);
}


/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .elx-why-choose-side-img {
    bottom: -60px;
    max-width: 300px;
  }
  .elx-testimonial-section {
    padding: 100px 0px 125px;
  }
  .elx-main-navigation-area li {
    margin: 0px 20px;
  }
  .elx-work-process-section .elx-work-process-side-img {
    width: 330px;
  }
  .elx-project-section {
    padding: 100px 0px 105px;
  }
  .elx-project-section-2:before {
    width: 100%;
  }
  .elx-cta-section-2 {
    overflow: hidden;
  }
  .elx-cta-section-2 .elx-cta-side-img-2 {
    right: -50px;
  }
}

@media screen and (max-width: 1650px) {
  .elx-header-content-wrap .elx-header-top-content {
    padding: 10px 30px 10px 30px;
  }
  .elx-header-menu-cta-btn {
    padding: 22px 30px 22px 20px;
  }
  .elx-header-cta-search-btn .elx-search-button button,
.elx-header-cta-search-btn .elx-sidebar-btn button {
    margin-left: 30px;
  }
  .elx-header-cta-search-btn .elx-sidebar-btn:before {
    left: 15px;
  }
  .elx-work-process-section {
    overflow: hidden;
  }
  .elx-work-process-section .elx-work-process-side-img {
    width: auto;
    right: -90px;
  }
  .elx-work-process-section .elx-section-title .title-bg {
    top: -40px;
  }
  .elx-why-choose-section {
    overflow: hidden;
  }
  .elx-why-choose-side-img {
    width: auto;
    max-width: 100%;
    left: -125px;
    bottom: -140px;
  }
  .elx-cta-section-2 .elx-cta-side-img-2 {
    right: -150px;
  }
}

@media screen and (max-width: 1550px) {
  .elx-main-navigation-area li {
    margin: 0px 15px;
  }
  .elx-hd-cta-btn {
    margin-left: 20px;
  }
  .elx-hd-cta-btn a {
    padding: 15px 20px;
  }
  .elx-header-content-wrap .brand-logo {
    padding: 20px;
  }
  .elx-work-process-section .elx-work-process-side-img {
    right: -120px;
  }
  .elx-why-choose-side-img {
    left: -170px;
  }
  .elx-header-section.header-style-two .elx-header-content-wrap .elx-header-top-content {
    padding: 10px 15px 10px 15px;
  }
  .elx-header-section.header-style-two .elx-header-menu-cta-btn {
    padding: 22px 15px 22px 15px;
  }
  .elx-header-section.header-style-two.sticky-on .elx-header-menu-cta-btn {
    padding: 0px 15px 0px 15px;
  }
  .elx-why-choose-section-2:before {
    width: 550px;
  }
  .elx-work-process-side-img.position-absolute {
    left: -170px !important;
  }
}
@media screen and (max-width: 1450px) {
  .elx-work-process-section .elx-work-process-side-img {
    display: none;
  }
  .elx-why-choose-side-img {
    display: none;
  }
  .elx-work-process-section .elx-section-title {
    text-align: center;
    margin: 0 auto;
  }
  .elx-work-process-section .elx-section-title .title-bg {
    right: 0;
  }
  .elx-cta-section {
    padding-bottom: 80px;
  }
  .elx-work-process-item-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elx-cta-section-2 .elx-cta-side-img-2 {
    right: -250px;
  }
  .elx-header-content-wrap .brand-logo img{
    max-width: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .elx-header-menu-cta-btn .elx-header-cta .inner-icon {
    margin-right: 10px;
  }
  .elx-main-navigation-area li {
    margin: 0px 10px;
  }
  .elx-header-cta-search-btn .elx-search-button button, .elx-header-cta-search-btn .elx-sidebar-btn button {
    margin-left: 20px;
  }
  .elx-header-cta-search-btn .elx-sidebar-btn:before {
    display: none;
  }
  .elx-header-menu-cta-btn {
    padding: 22px 15px 22px 15px;
  }
  .elx-header-content-wrap .elx-header-top-content {
    padding: 10px 15px 10px 15px;
  }
  .elx-testimonial-section {
    overflow: hidden;
  }
  .elx-testimonial-section:before {
    display: none;
  }
  .elx-service-section-2 {
    padding: 120px 0px 125px;
  }
}
@media screen and (max-width: 1305px) {
  .elx-main-navigation-area li a {
    padding: 0px 10px 40px;
  }
  .elx-header-menu-cta-btn .elx-header-cta {
    display: none !important;
  }
  .elx-header-content-wrap .elx-header-top-content {
    display: none !important;
  }
  .elx-header-content-wrap .brand-logo {
    height: 100px;
  }
  .elx-main-navigation-area .dropdown:after {
    right: -5px;
  }
  .elx-cta-section-2 .elx-cta-side-img-2 {
    right: -350px;
  }
  .elx-faq-section {
    padding: 100px 0px 80px;
  }
}
@media screen and (max-width: 1200px) {
  .elx-service-item-area .elx-service-text h3 {
    font-size: 26px;
  }
  .elx-testimonial-section .elx-testimonial-side-img {
    right: -20%;
  }
  .elx-testimonial-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-testimonial-content .elx-carousel-btn {
    margin-top: 50px;
    margin-left: 15px;
  }
  .elx-cta-section-2 .elx-cta-side-img-2 {
    right: -470px;
  }
  .elx-project-slider-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-project-slider-content-2 .elx-project-carousel-2 {
    width: 100%;
    margin-top: 40px;
  }
  .elx-project-slider-content-2 .elx-project-carousel-2 .elx-carousel-btn .carousel_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elx-project-slider-content-2 .elx-project-carousel-2 .elx-carousel-btn .carousel_nav button {
    margin: 0px 5px;
  }
  .elx-why-choose-section-2:before {
    width: 400px;
  }
  .elx-why-choose-section-2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .elx-main-navigation-area li {
    margin: 0px 8px;
  }
  .elx-hd-cta-btn a {
    font-size: 14px;
  }
  .elx-footer-cta-content .elx-cta-img {
    display: none;
  }
  .elx-why-choose-feature-item .wc-ft-text-wrap h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .elx-cta-text-2 {
    max-width: 670px;
  }
  .elx-team-top-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-team-top-content-2 .elx-section-title-2 {
    padding-bottom: 20px;
  }
  .elx-header-section.header-style-two .elx-header-content-wrap .brand-logo {
    width: 170px;
    padding-left: 0;
  }
  .elx-blog-widget {
    padding: 35px 30px;
  }
  .elx-blog-details-text-img .elx-blog-details-list {
    margin-top: 20px;
  }
  .elx-blog-widget .gallery-widget li {
    width: 31.33%;
  }
}
@media screen and (max-width: 991px) {
  .elx-sponsor-slider .elx-sponsor-item {
    width: auto;
    padding: 15px;
  }
  .elx-about-img-wrapper {
    margin: 0 auto;
    max-width: 700px;
  }
  .elx-about-section .elx-about-img {
    display: none;
  }
  .elx-about-feature-list {
    margin-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .elx-header-menu-navigation {
    display: none;
  }
  .elx-hd-cta-btn {
    display: none;
  }
  .elx-header-top-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .elx-header-content-wrap .brand-logo {
    height: 75px;
    width: 25%;
  }
  .elx-header-cta-search-btn .elx-sidebar-btn {
    display: none;
  }
  .elx-search-button {
    margin-right: 40px;
  }
  .mobile_menu_button {
    display: block;
  }
  .elx-about-text-wrapper {
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 40px;
  }
  .elx-service-section {
    padding-top: 100px;
  }
  .elx-service-item-content {
    margin-left: 0;
    margin-top: 40px;
  }
  .elx-cta-form-area {
    top: 0;
    margin-bottom: 0;
  }
  .elx-section-title .title-bg {
    top: -45px;
    font-size: 85px;
  }
  .elx-about-section {
    padding: 80px 0px;
  }
  .elx-cta-form-area {
    margin: 0 auto;
  }
  .elx-cta-section {
    padding: 100px 0px;
  }
  .elx-cta-text-area {
    padding-top: 60px;
  }
  .elx-why-choose-progress {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elx-footer-widget .menu-widget {
    padding-left: 0;
  }
  .elx-header-top-menu-content {
    width: 75%;
  }
  .elx-header-section.sticky-on .elx-header-content-wrap .brand-logo {
    height: 75px;
  }
  .elx-work-process-item-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-work-process-item {
    margin-bottom: 40px;
  }
  .elx-project-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-project-top-content .elx-section-title {
    padding-bottom: 30px;
  }
  .elx-header-section.header-style-two .elx-header-menu-cta-btn {
    width: 100%;
  }
  .elx-header-section.header-style-two .mobile_menu_button {
    top: 18px;
    right: 15px;
  }
  .elx-header-section.header-style-two .elx-header-menu-cta-btn {
    padding: 13px 15px 13px 15px;
  }
  .elx-about-section-2 .elx-about-side-img {
    display: none;
  }
  .elx-about-text-content-2 {
    margin: 0 auto;
    max-width: 620px;
    margin-bottom: 40px;
  }
  .elx-why-choose-section-2:before {
    display: none;
  }
  .elx-why-choose-text-2 {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 50px;
  }
  .elx-why-choose-video-play {
    margin: 0 auto;
    max-width: 600px;
  }
  .elx-faq-section {
    z-index: 1;
    position: relative;
  }
  .elx-faq-section:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .elx-fun-fact-item {
    margin-bottom: 30px;
    text-align: center;
  }
  .elx-fun-fact-section {
    padding: 60px 0px 30px;
  }
  .elx-testimonial-slider-content {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .elx-team-content-2 {
    margin: 0 auto;
    padding-left: 0;
    max-width: 570px;
  }
  .elx-team-member-slider-for {
    margin: 0 auto;
    max-width: 370px;
  }
  .elx-team-slider-area-2 {
    padding-top: 40px;
  }
  .elx-team-slider-nav-area {
    display: none;
  }
  .elx-cta-section-2 .elx-cta-side-img-2 {
    display: none;
  }
  .elx-section-title-2 h2 {
    font-size: 30px;
  }
  .elx-blog-details-section {
    padding: 60px 0px 30px;
  }
  .elx-blog-widget .tag-widget li a {
    padding: 8px 10px;
  }
  .elx-contact-cta-info-wrap,
.elx-contact-form-area {
    margin: 0 auto;
  }
  .elx-contact-cta-info-wrap {
    margin-bottom: 40px;
  }
  .elx-pricing-item {
    margin-bottom: 30px;
  }
  .elz-project-details-info {
    top: 0;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
  .elx-team-feed-content .elx-team-member-item {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .elx-header-menu-cta-btn {
    padding: 20px 15px 20px 15px;
  }
  .elx-project-section {
    padding-bottom: 60px;
  }
  .elx-why-choose-progess-area {
    padding-top: 34px;
  }
}
@media screen and (max-width: 680px) {
  .elx-section-title h2 {
    font-size: 50px;
  }
  .elx-btn a {
    padding: 15px 78px 15px 30px;
  }
  .elx-about-feature-item-2 {
    margin-bottom: 30px;
  }
  .elx-about-text-2 {
    margin: 15px 0px 25px;
  }
  .elx-service-top-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-service-top-content-2 .elx-section-title-2 {
    padding-bottom: 15px;
  }
  .elx-service-item-2 {
    margin: 0 auto;
  }
  .elx-breadcrumb-section .elx-breadcrumb-content {
    padding: 120px 0px;
  }
  .elx-breadcrumb-section .elx-breadcrumb-content h3 {
    font-size: 45px;
  }
  .elx-blog-feed-item .elx-blog-item .elx-blog-text h3 {
    font-size: 22px;
  }
  .inner-page-padding {
    padding: 60px 0px;
  }
  .elx-blog-feed-item .elx-blog-item {
    padding: 15px;
  }
  .elx-contact-cta-info-wrap, .elx-contact-form-area {
    padding: 30px 20px;
  }
  .elx-contact-info .info-item-area .inner-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .elx-contact-info .info-item-area .inner-text h4 {
    padding-bottom: 5px;
  }
  .elx-contact-info .info-item-area .inner-icon i {
    font-size: 20px;
  }
  .elx-contact-info .info-item-area .inner-text h4 {
    font-size: 18px;
  }
  .elx-contact-cta-info-wrap .elx-contact-info-title h3,
.elx-contact-form-area .elx-contact-info-title h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .elx-google-map {
    position: static;
  }
  .elx-contact-page-section {
    bottom: 0;
    margin-bottom: 0;
  }
  .elx-project-details-text h3 {
    font-size: 30px;
  }
  .elx-post-feed-next-previous-btn span {
    display: none !important;
  }
  .elx-service-details-text h2 {
    font-size: 30px;
  }
  .elx-service-details-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .elx-header-top-menu-content {
    width: 60%;
  }
  .elx-header-content-wrap .brand-logo {
    width: 40%;
  }
  .elx-section-title h2 {
    font-size: 36px;
  }
  .elx-section-title .title-bg {
    font-size: 50px;
    top: -20px;
  }
  .elx-about-counter-item p {
    font-size: 16px;
  }
  .elx-about-img-wrapper .elx-about-img2,
.elx-about-img-wrapper .elx-about-img3,
.elx-about-img-wrapper .elx-about-img4,
.elx-about-img-wrapper .elx-about-img5 {
    display: none;
  }
  .elx-about-img-wrapper {
    padding-top: 40px;
  }
  .elx-service-item-area {
    width: 100%;
  }
  .elx-cta-section {
    padding: 60px 0px;
  }
  .elx-cta-text-info {
    padding: 15px 0px 30px;
  }
  .elx-cta-text-info p a {
    font-size: 20px;
  }
  .elx-work-process-content {
    padding-top: 40px;
  }
  .elx-project-section {
    padding: 60px 0px 30px;
  }
  .elx-project-content {
    padding-top: 40px;
  }
  .elx-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elx-blog-top-content .elx-section-title {
    padding-bottom: 20px;
  }
  .elx-footer-cta-section .elx-cta-text-area-wrap .elx-section-title h2 {
    font-size: 36px;
  }
  .elx-footer-cta-content {
    padding: 50px 15px;
  }
  .elx-footer-cta-content .elx-section-title {
    margin-bottom: 30px;
  }
  .elx-footer-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elx-footer-copyright .copyright-logo,
.elx-footer-copyright .copyright-text {
    width: 100%;
  }
  .elx-footer-copyright .copyright-text {
    padding-top: 10px;
  }
  .scrollup {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .elx-cta-form-area {
    padding: 40px 20px;
  }
  .elx-testimonial-item {
    max-width: 380px;
  }
  .elx-blog-section {
    padding-top: 60px;
  }
  .elx-sponsor-slider .slick-list {
    padding-bottom: 60px;
  }
  .elx-about-section-2,
.elx-service-section-2,
.elx-why-choose-section-2 {
    padding: 60px 0px;
  }
  .elx-cta-text-2 h3 {
    font-size: 30px;
  }
  .elx-cta-section-2,
.elx-project-section-2,
.elx-faq-section,
.elx-testimonial-team-section {
    padding: 60px 0px;
  }
  .elx-cta-text-2 p a {
    font-size: 20px;
  }
  .elx-why-choose-tab-details .elx-why-choose-skill-img {
    display: none;
  }
  .elx-why-choose-tab-btn {
    margin-right: 15px;
  }
  .elx-why-choose-tab-item-details {
    padding-left: 15px;
  }
  .elx-video-play-btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .elx-why-choose-section-2 {
    margin-bottom: 0;
  }
  .elx-faq-accordion .accordion-button::after {
    right: 0;
  }
  .elx-faq-accordion .accordion-header button {
    font-size: 16px;
  }
  .elx-testimonial-icon-title .elx-testimonial-title {
    font-size: 26px;
  }
  .elx-testimonial-icon-title .elx-testimonial-icon {
    margin-bottom: 20px;
  }
  .elx-testimonial-item-2 .elx-testimonial-text {
    margin: 20px 0px 30px;
  }
  .elx-testimonial-icon-title {
    padding: 40px 20px 0px;
  }
  .elx-testimonial-item-2 {
    padding: 0px 20px 30px;
  }
  .elx-blog-details-text-img .elx-blog-details-text {
    padding: 30px 15px;
  }
  .elx-blog-details-text-img h2 {
    font-size: 20px;
  }
  .elx-pricing-item .elx-pricing-title h2 {
    font-size: 30px;
  }
}
/*---------------------------------------------------- */