@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

:root {
  --theme-color: #006cb5;
  --secondary-color: #121212;
  --text-color: #515151;
  --title-color: #121212;
  --text-font: "Poppins", sans-serif;
  --title-font: "Poppins", sans-serif;
}

body {
  font-size: 16px;
  color: var(--text-color);
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  font-family: var(--text-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  /* overflow: hidden ; */
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--theme-color);
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}
.handle-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.row {
  --bs-gutter-x: 30px;
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  padding: 6px 21px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
}

.theme-btn span {
  position: relative;
  text-transform: capitalize;
  padding-right: 26px;
}
.main-header .menu-right-content .theme-btn:hover,
.theme-btn:hover {
  background-color: var(--theme-color);
}
.theme-btn.white-btn span:before,
.theme-btn.white-btn {
  background-color: #fff !important;
  color: var(--secondary-color) !important;
}
.theme-btn.white-btn:hover span:before,
.theme-btn.white-btn:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}
.theme-btn.gray-btn span:before,
.theme-btn.gray-btn {
  background-color: #d8d8d8 !important;
  color: var(--secondary-color) !important;
}
.theme-btn.gray-btn:hover span:before,
.theme-btn.gray-btn:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.theme-btn.d-white-btn span:before,
.theme-btn.d-white-btn {
  background-color: #fff !important;
  color: var(--secondary-color) !important;
}
.theme-btn.d-white-btn:hover span:before,
.theme-btn.d-white-btn:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.theme-btn.dark-btn span:before,
.theme-btn.dark-btn {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.theme-btn.dark-btn:hover span:before,
.theme-btn.dark-btn:hover {
  background-color: var(--theme-color) !important;
}
.theme-btn.w-dark-btn span:before,
.theme-btn.w-dark-btn {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.theme-btn.w-dark-btn:hover span:before,
.theme-btn.w-dark-btn:hover {
  background-color: #fff !important;
  background-color: var(--secondary-color) !important;
}

.theme-btn span:before {
  position: absolute;
  content: "\e904";
  font-family: "icomoon";
  font-size: 12px;
  top: -4px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}

/* 


.theme-btn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: left center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: right center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
  transform: translateX(1);
  width: 50%;
} */

.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** styled-pagination */

.pagination {
  position: relative;
  display: flex;
  align-items: center;
}

.centred .pagination {
  justify-content: center;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 7.5px;
}

.pagination li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  height: 40px;
  width: 54px;
  line-height: 60px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
}

.sec-pad {
  padding: 142px 0px 150px 0px;
}

.mr-0 {
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
  padding: 10px;
  border-radius: 800px;
}

.scroll-to-top::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #006cb5;
  left: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top:hover::after {
}

.scroll-to-top:hover::before {
  opacity: 1;
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec-title {
  position: relative;
  display: block;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
  /* padding-left: 16px; */
}

/* .sec-title .sub-title:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
} */
.sec-title .sub-title strong {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: var(--text-color);
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.sec-title.light h2,
.sec-title.light .sub-title {
  color: #fff;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 4px 0px;
}

.header-top .outer-container {
  position: relative;
  padding: 0px 100px;
}

.header-top .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .text-box {
  position: relative;
  display: block;
  /* padding-left: 16px; */
}

.header-top .text-box p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* .header-top .text-box:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
} */
/* .header-top .text-box:before {
  content: none !important;
} */

.header-top .text-box:after {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 1px;
  /* height: 58px;
  top: 0; */
  right: -20px;
  height: calc(100% + 28px);
  top: -16px;
}

.header-top .info-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 65px;
}

.header-top .info-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 24px;
  height: 40px;
}

.header-top .info-list li:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 1px;
  height: calc(100% + 10px);
  top: -6px;
  left: -28px;
}

.header-top .info-list li i {
  font-size: 16px;
  color: var(--text-color);
}

.header-top .info-list li a {
  display: inline-block;
  color: var(--text-color);
}

.header-top .info-list li:hover a {
  text-decoration: underline;
}
.header-top .info-list li:hover i {
  color: var(--theme-color);
}

.main-header .outer-box {
  position: relative;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header.fixed-header .outer-box {
  padding: 0px 0px;
}
.main-header .outer-box .menu-column {
  position: relative;
  display: flex;
  gap: 190px;
  align-items: center;
}

.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 19px 0px;
}

.main-header .menu-right-content .theme-btn {
  background: var(--secondary-color);
  text-transform: capitalize;
}

.main-header .menu-right-content .theme-btn:before,
.main-header .menu-right-content .theme-btn:after {
}

.main-header .support-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-header .support-box .icon-box {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  min-width: 52px;
}
.main-header .support-box .icon-box i {
  line-height: 52px;
}

.main-header .support-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}

.main-header .support-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  color: var(--title-color);
  font-weight: 700;
}

.main-header .support-box a:hover {
  text-decoration: underline;
}

/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  padding: 27px 0px;
  font-weight: 500;
  font-family: var(--text-font);
  opacity: 1;
  color: var(--title-color);
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 28px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after {
  transform: scale(1, 1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  padding: 15px;
  z-index: 100;
  display: none;
  background: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  border-bottom: solid;
  border-width: 3px;
  visibility: hidden;
  box-shadow: 0 12px 12px rgba(0, 80, 191, 3%);
  border-radius: 0 0 6px 6px;
  transition: all 0.21s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 7px 16px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: var(--title-color);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > .megamenu li > a:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: auto;
  left: 0%;
  bottom: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.main-menu .navigation > li > ul > li > a:hover:before,
.main-menu .navigation > li > .megamenu li > a:hover:before {
  top: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > .megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  color: #fff;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  background: var(--secondary-color);
  border-top: solid;
  border-width: 2px;
  width: 230px;
  z-index: 100;
  display: none;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  top: 70%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.mobile-menu .nav-logo img {
  max-width: 160px;
}

.main-header .mobile-nav-toggler {
  position: absolute;
  display: inline-block;
  left: 48px;
  top: 32px;
  z-index: 9;
  cursor: pointer;
  font-size: 20px;
  color: rgba(81, 81, 81, 1);
  transition: all 500ms ease;
}

.main-header .mobile-nav-toggler:hover {
}

/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 140%;
  padding: 15px;
  left: calc(30% - 100px);
  border: none;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0 0 6px 6px;
  border-color: #006cb5 !important;
}
/* 

.main-menu .navigation li.dropdown .megamenu li h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 16px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 330px;
  height: 100%;
  background: rgba(229, 45, 45, 1);
  padding: 34px 30px 40px 30px;
  border-radius: 0px 10px 10px 0px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 110px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box h4 span {
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box .theme-btn {
  padding: 3px 22px;
} */

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 14px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

/* .owl-dots-none .owl-dots, */
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}
/* .owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none ;
} */

.owl-nav button {
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #e3e7eb;
  border-radius: 4px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 4px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

/** banner-section **/

.banner-section {
  position: relative;
}

.banner-section .social-links {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
}

.banner-section .social-links li {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.banner-section .social-links li:last-child {
  margin-bottom: 0px;
}

.banner-section .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #d9d9d9;
}

.banner-section .social-links li a:hover {
  color: var(--text-color);
}

.banner-carousel .slide-item {
  position: relative;
  padding: 120px 0px 0px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(
    237.52deg,
    #006cb5a1 16.29%,
    rgba(18, 18, 18, 0.2) 55.3%
  );
  opacity: 0.8;
}

.banner-carousel .slide-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: #00000073;
  opacity: 0.5;
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 600px;
  z-index: 5;
}

.banner-carousel .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .bg-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.banner-carousel .content-box .upper-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 16px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box .upper-text:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}

.banner-carousel .active .content-box .upper-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 49px;
  color: #fff;
  margin-bottom: 70px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .active .content-box h2 span {
}

.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .text-box {
  position: relative;
  display: block;
  padding: 35px 30px 30px 35px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .text-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .text-box p {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}

.banner-carousel .content-box .text-box .theme-btn {
  /* padding: 0px; */
}

.banner-carousel .content-box .text-box .theme-btn:before,
.banner-carousel .content-box .text-box .theme-btn:after {
  display: none;
}

.banner-section .content-box .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -300px;
  top: 20px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.banner-section .content-box .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.banner-section .content-box .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

.banner-carousel .owl-dots {
  position: absolute;
  left: 40%;
  margin-left: 84px;
  bottom: 70px;
  counter-reset: slides-num;
}

.banner-carousel .owl-dots:before {
  position: absolute;
  content: "/";
  top: -3px;
  right: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.banner-carousel .owl-dots::after {
  position: absolute;
  right: -4px;
  top: -2px;
  content: counter(slides-num);
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.banner-carousel .owl-dots .owl-dot span {
  display: none !important;
}

.banner-carousel .owl-dots button {
  position: absolute;
  bottom: -2px;
  left: -30px;
  counter-increment: slides-num;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.banner-carousel .owl-dots button.active:before {
  position: absolute;
  content: counter(slides-num);
}

/** brands-section **/

.brands-section {
  position: relative;
}

.brands-section .outer-container {
  position: relative;
  background: #f4f4f4;
  padding: 60px 100px;
  /* border-radius: 100px 0 0 0; */
}

.brands-section .brands-logo {
  position: relative;
  display: block;
  overflow: hidden;
}

.brands-section .brands-logo img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  /* opacity: 0.3; */
  z-index: 1;
  transition: all 500ms ease;
}

.brands-section .brands-logo img:hover {
  opacity: 1;
}

.brands-section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/** feature-section **/

.feature-section {
  position: relative;
}

.feature-section:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 50%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.feature-block-one .inner-box .icon-box img {
  position: relative;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box img {
  filter: grayscale(0%);
  animation: toBottomFromTop 0.7s forwards;
}

.feature-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block-one .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.feature-block-one .inner-box h3 a:hover {
}

.feature-block-one .inner-box p {
  max-width: 320px;
  margin-bottom: 28px;
}

.link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
}

.link-box a:hover {
}

.link-box a span {
  position: relative;
  padding-right: 25px;
  text-transform: capitalize;
  font-weight: 500;
}

.link-box a span:before {
  position: absolute;
  content: "\e904";
  font-family: "icomoon";
  font-size: 12px;
  top: -4px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}

.list-style-one li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
  padding-left: 33px;
}

.list-style-one li:before {
  position: absolute;
  content: "\e905";
  font-family: "icomoon";
  font-size: 14px;
  left: 0px;
  top: 0px;
}

/** about-section **/

.about-section {
  position: relative;
}

.content_block_one .content-box {
  position: relative;
  display: block;
}

.content_block_one .content-box .image-box {
  position: relative;
  display: block;
}

.content_block_one .content-box .image-box img {
  max-width: none;
  float: right;
}

.funfact-block-one .inner-box {
  position: relative;
  display: block;
}

.funfact-block-one .inner-box .count-outer {
  position: relative;
  display: flex;
  font-size: 85px;
  line-height: 100px;
  font-family: var(--title-font);
  font-weight: 700;
  color: rgba(243, 95, 36, 0.06);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #515151;
  overflow: hidden;
  max-height: 120px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  overflow: visible;
}

.funfact-block-one .inner-box p {
  font-size: 20px;
  line-height: 26px;
}

.funfact-block:first-child .funfact-block-one .inner-box,
.funfact-block:nth-child(2) .funfact-block-one .inner-box {
  margin-bottom: 85px;
}

.content_block_two .content-box {
  position: relative;
  display: block;
}

.content_block_two .content-box .funfact-content .line-box .line-one {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 1px;
  height: 200px;
  background: #d9d9d9;
}

.content_block_two .content-box .funfact-content .line-box .line-two {
  position: absolute;
  left: 0px;
  top: 52%;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.content_block_two .content-box .funfact-content .line-box:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 10px solid #fff;
  left: 50%;
  top: 52%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
}

.about-section .pattern-layer {
  position: absolute;
  right: 30px;
  top: -180px;
  width: 341px;
  height: 478px;
  background-repeat: no-repeat;
}

/** service-section **/

.service-section {
  position: relative;
  display: block;
}

.service-section .outer-container {
  position: relative;
  padding: 65px 100px;
}

.service-section .outer-container:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 50%;
  height: 1px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.service-section .outer-container .bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 0px);
  background: #121212;
}

.service-section .big-text {
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 120px;
  font-weight: 700;
  color: transparent;
  margin-bottom: 65px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f35f24;
  text-transform: capitalize;
  opacity: 0.3;
  -moz-animation: scroll-right 120s linear infinite;
  -webkit-animation: scroll-right 120s linear infinite;
  animation: scroll-right 120s linear infinite;
}

@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

.service-block-one {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 30px;
}

.service-block-one .inner-box {
  position: relative;
  padding: 50px 50px 35px 50px;
  overflow: hidden;
  z-index: 1;
}

.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box:before {
  top: 0px;
  height: 100%;
}

.service-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 18px;
}

.service-block-one .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.service-block-one .inner-box h3 a:hover {
  text-decoration: underline;
}

.service-block-one:hover .inner-box h3 a,
.service-block-one:hover .inner-box p {
  color: #fff;
}

.service-block-one .inner-box p {
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 35px;
  transition: all 500ms ease;
}

.service-block-one .inner-box p:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: calc(100% + 50px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.service-block-one .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.05);
}

.service-block-one:hover .inner-box .link-box a,
.service-block-one:hover .inner-box .link-box a span:before {
  color: #fff;
}

.service-section .bg-color-2 {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 387px;
  left: 0px;
  bottom: 0px;
}

.service-section .outer-container .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.service-section .outer-container .lower-box p {
  font-weight: 600;
  color: var(--title-color);
}

.service-section .outer-container .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 250px;
  top: -100px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 1;
}

.service-section .outer-container .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #a7a7a7;
  text-transform: uppercase;
}

.service-section .outer-container .rotate-box .icon-box {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: #f4f4f4;
}

/** process-section **/

.process-section {
  position: relative;
}

.process-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.process-block-one .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.process-block-one .inner-box h2 {
  display: block;
  font-size: 110px;
  line-height: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f35f24;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.process-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 26px;
}

.process-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 45px;
  top: 0px;
  width: 197px;
  height: 197px;
  background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 184px;
  bottom: 240px;
  width: 192px;
  height: 192px;
  background-repeat: no-repeat;
}

/** video-section **/

.video-section {
  position: relative;
  padding: 120px 0px;
  overflow: hidden;
}

.video-section .bg-layer:before {
  position: absolute;
  content: "";
  background: rgba(18, 18, 18, 1);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.video-section .video-btn a {
  position: relative;
  display: inline-block;
  width: 112px;
  height: 112px;
  background: #006cb56e;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.video-section .video-btn a i {
  line-height: 106px;
}

.video-section .video-btn a:before,
.video-section .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-section .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.bg-color-1 {
  background: var(--secondary-color);
}

/** project-section **/

.project-section {
  position: relative;
}

.project-section .title-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.project-section .title-box .big-text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 39px;
  font-weight: 100;
  color: #00000000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: capitalize;
  opacity: 1.3;
  text-align: right;
}

.project-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.project-tab .p-tabs-content {
  position: relative;
  display: block;
}

.project-tab .p-tab.active-tab .project-block-one {
  opacity: 1;
  top: 0px;
}

.project-tab .p-tab .project-block-one {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-tab .tab-btns {
  position: relative;
  /*  display: flex;*/
  align-items: center;
  gap: 24px;
}

.project-tab .tab-btns li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 16px;
}

.project-tab .tab-btns li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.project-tab .tab-btns li.active-btn:before {
  transform: scale(1, 1);
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 4%) 100%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
  opacity: 0.9;
}
.project-block-one .inner-box:hover .content-box h3 {
  color: var(--theme-color);
  text-decoration: underline;
}

.project-block-one .inner-box .image-box:after {
  position: absolute;
  content: "";
  background: linear-gradient(
    359deg,
    #006cb552 20.21%,
    rgba(18, 18, 18, 0.2) 52.69%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:after {
  opacity: 0.9;
}

.project-block-one .inner-box .content-box {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 8px 10px;
  z-index: 5;
  /* background: var(--theme-color); */
  text-align: center;
}

.project-block-one .inner-box .content-box h3 {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
.project-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: var(--secondary-color);
}

.project-block-one .inner-box:hover .content-box h3 a {
  text-decoration: underline;
  color: var(--theme-color);
}

.project-block-one .inner-box .content-box .link-box a,
.project-block-one .inner-box .content-box .link-box a span:before {
  color: #fff;
}

.project-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.project-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #515151;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 7.5px;
  transition: all 500ms ease;
}

.project-section .owl-dots .owl-dot.active {
  transform: scale(1.5);
}

.project-section .owl-dots .owl-dot span {
  display: none;
}

.project-section .p-tabs-content {
  position: relative;
  padding-bottom: 0px;
}

.project-section .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-top: 1px solid #444444;
}

.project-section .lower-box p {
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
}

.project-section .lower-box .theme-btn:before,
.project-section .lower-box .theme-btn:after {
  background: #fff;
}

.project-section .lower-box .theme-btn:hover {
  color: var(--theme-color) !important;
}

.image-hov-one {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.image-hov-two {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/** chooseus-section **/

.chooseus-section {
  position: relative;
}

.image_block_one .image-box {
  position: relative;
  display: block;
}

.image_block_one .image-box .image-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 318px;
  padding: 50px 30px 50px 30px;
  z-index: 2;
}

.image_block_one .image-box .image-content .icon-box {
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 52px;
  color: var(--title-color);
  margin-bottom: 128px;
}

.image_block_one .image-box .image-content span {
  position: relative;
  display: block;
  font-size: 53px;
  line-height: 56px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: capitalize;
  text-align: right;
}

.image_block_one .image-box .image-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_three .content-box {
  position: relative;
  display: block;
}

.content_block_three .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding: 40px 0px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 107px;
}

.content_block_three .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 38px;
  filter: grayscale(100%);
  overflow: hidden;
  transition: all 500ms ease;
}

.content_block_three .content-box .inner-box .single-item:hover .icon-box {
  filter: grayscale(0%);
}

.content_block_three .content-box .inner-box .single-item:hover .icon-box img {
  animation: toBottomFromTop 0.7s forwards;
}

.content_block_three .content-box .inner-box .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
}

.content_block_three .content-box .inner-box .single-item h4 a {
  display: inline-block;
  color: var(--title-color);
}

.content_block_three .content-box .inner-box .single-item h4 a:hover {
}

/** location-section **/

.location-section {
  position: relative;
}

.location-section .inner-container {
  position: relative;
  width: 800px;
  max-width: 100%;
  min-height: 500px;
  margin: 0 auto;
}

.location-section .inner-container .map-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
}

.location-section .single-location {
  position: absolute;
  cursor: pointer;
}

.location-section .single-location .pin {
  position: absolute;
  left: -15px;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 108, 181, 0.3);
  cursor: pointer;
}

.location-section .single-location .pin:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 108, 181, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 108, 181, 0.3);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.location-section .single-location .pin:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 5px solid #fff;
  border-radius: 50%;
  left: 6px;
  top: 6px;
}

.location-section .single-location .location-text {
  position: absolute;
  left: 50%;
  margin-left: -107px;
  width: 214px;
  background: #fff;
  padding: 22px 30px 21px 30px;
  bottom: 15px;
  box-shadow: 0px 4px 19.5px 0px rgba(18, 18, 18, 0.08);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

/* .location-section .single-location:first-child .location-text  */
.location-section .single-location:hover .location-text {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.location-section .single-location .location-text:before {
  position: absolute;
  content: "";
  background: #515151;
  width: 32px;
  height: 15px;
  left: 50%;
  margin-left: -16px;
  bottom: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.location-section .single-location .location-text h6 {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 1px;
}

.location-section .single-location .location-text p {
  font-size: 14px;
  line-height: 26px;
}
.location-section .single-location.bolivia,
.location-section .single-location:first-child {
  left: 265px;
  top: 370px;
}
.location-section .single-location.brazil,
.location-section .single-location:nth-child(2) {
  left: 280px;
  top: 353px;
}

.location-section .single-location.canada,
.location-section .single-location:nth-child(3) {
  left: 173px;
  top: 212px;
}

.location-section .single-location.chile,
.location-section .single-location:nth-child(4) {
  left: 250px;
  top: 390px;
}

.location-section .single-location.china,
.location-section .single-location:nth-child(5) {
  right: 204px;
  top: 254px;
}

.location-section .single-location.costa,
.location-section .single-location:nth-child(6) {
  left: 217px;
  top: 303px;
}
.location-section .single-location.ecuador {
  left: 230px;
  top: 353px;
}
.location-section .single-location.france {
  left: 390px;
  top: 213px;
}
.location-section .single-location.hungary {
  left: 410px;
  top: 203px;
}
.location-section .single-location.indonesia {
  right: 164px;
  top: 324px;
}
.location-section .single-location.ireland {
  left: 384px;
  top: 234px;
}
.location-section .single-location.italy {
  left: 424px;
  top: 234px;
}
.location-section .single-location.japan {
  right: 114px;
  top: 244px;
}
.location-section .single-location.mongolia {
  right: 184px;
  top: 214px;
}
.location-section .single-location.myanmar {
  right: 206px;
  top: 286px;
}
.location-section .single-location.peru {
  left: 240px;
  top: 366px;
}
.location-section .single-location.poland {
  left: 400px;
  top: 196px;
}
.location-section .single-location.romania {
  left: 405px;
  top: 226px;
}
.location-section .single-location.russia {
  right: 205px;
  top: 140px;
}
.location-section .single-location.serbia {
  right: 355px;
  top: 210px;
}
.location-section .single-location.southafrica {
  right: 358px;
  top: 400px;
}
.location-section .single-location.southkorea {
  right: 143px;
  top: 242px;
}
.location-section .single-location.spain {
  right: 373px;
  top: 214px;
}
.location-section .single-location.turkey {
  right: 339px;
  top: 244px;
}
.location-section .single-location.unitedkingdom {
  right: 419px;
  top: 180px;
}
.location-section .single-location.unitedstates {
  left: 169px;
  top: 250px;
}
.location-section .single-location.vietnam {
  right: 179px;
  top: 300px;
}
.location-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 120px;
  bottom: 275px;
  width: 182px;
  height: 182px;
  background-repeat: no-repeat;
}

.location-section .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 140px;
  width: 144px;
  height: 144px;
  background-repeat: no-repeat;
}

.location-section .big-text {
  position: relative;
  display: block;
  width: max-content;
  font-size: 110px;
  line-height: 80px;
  text-transform: capitalize;
  font-weight: 700;
  opacity: 0.06;
  margin-top: 65px;
  -moz-animation: scroll-left 250s linear infinite;
  -webkit-animation: scroll-left 250s linear infinite;
  animation: scroll-left 250s linear infinite;
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

/** cta-section **/

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #121212;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.cta-section .bg-layer:after {
  position: absolute;
  content: "";
  background: linear-gradient(
    262.53deg,
    rgb(0 108 181 / 68%) 6.39%,
    rgba(0, 0, 0, 0.5) 54.51%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.cta-section .sec-title {
  max-width: 670px;
}
.cta-section.newsection .sec-title {
  max-width: 1000px;
}

.cta-section.newsection .flex-area {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  gap: 20px;
  padding: 10px;
}
.cta-section.newsection .flex-area .icon {
}
.cta-section.newsection .flex-area .icon img {
  width: 80px;
  height: auto;
}
.cta-section.newsection .flex-area .description h4 {
  font-size: 18px;
}
/* .cta-section .sec-title .theme-btn:hover {
  color: #000000 !important;
} */

.cta-section .sec-title .theme-btn:before,
.cta-section .sec-title .theme-btn:after {
  background: #fff;
}

.cta-section .content-box .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 150px;
  top: 20px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.cta-section .content-box .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.cta-section .content-box .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

/** news-section **/

.news-section {
  position: relative;
}

.news-block-one {
  position: relative;
  padding-top: 20px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date {
  position: absolute;
  top: 137px;
  right: 14px;
  width: 70px;
  text-align: center;
  padding: 12px 0px 18px 0px;
  z-index: 100;
}

.news-block-one .inner-box .image-box .post-date h3 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.news-block-one .inner-box .image-box .post-date span {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 10px;
}

.news-block-one .inner-box .lower-content .category {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
}

.news-block-one .inner-box:hover .lower-content h4 a {
  color: var(--theme-color);
}
.news-block-one .inner-box .lower-content h4 a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h4 a:hover {
}

/** main-footer **/

.main-footer {
  position: relative;
  /* background: var(--secondary-color); */
  background-image: url(../img/bg/footer-bg.jpg);
  background-size: contain;
  background-position: right;
}
.main-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    233deg,
    rgba(0, 0, 0, 0.8127626050420168) 0%,
    rgba(2, 2, 2, 1) 35%,
    rgba(18, 18, 18, 1) 100%
  );
  width: 100%;
  height: 100%;
}

.main-footer .image-box {
  position: relative;
  display: block;
}

.main-footer .image-box img {
  width: 100%;
}

.main-footer .logo-widget .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.main-footer .logo-widget .footer-logo a img {
  width: 180px;
  height: auto;
}

.main-footer .logo-widget p {
  font-size: 16px;
  line-height: 25px;
  color: #f4f4f4;
  font-weight: 700;
  padding-bottom: 40px;
  border-bottom: 1px solid #515151;
  margin-bottom: 34px;
}

.main-footer .logo-widget .support-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-footer .logo-widget .support-box .icon-box {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  min-width: 52px;
}
.main-footer .logo-widget .support-box .icon-box i {
  line-height: 52px;
}

.main-footer .logo-widget .support-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 4px;
}

.main-footer .logo-widget .support-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
}

.main-footer .logo-widget .support-box a:hover {
  text-decoration: underline;
}

.main-footer .logo-widget {
  position: relative;
  margin-top: -15px;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-title h6 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.main-footer .widget-title h6 span {
}

.main-footer .contact-widget .widget-content h6 {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.main-footer .contact-widget .info-list li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 26px;
  margin-bottom: 6px;
}

.main-footer .contact-widget .info-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
}

.main-footer .contact-widget .info-list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer .contact-widget .info-list li a:hover {
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .footer-bottom .right-column a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .footer-bottom .right-column a:hover,
.main-footer .links-widget .links-list li a:hover {
  text-decoration: underline;
  color: #006cb5;
}

.main-footer .newsletter-widget .subscribe-inner .form-group {
  position: relative;
  margin-bottom: 15px;
}

.main-footer .newsletter-widget .subscribe-inner .form-group:last-child {
  margin-bottom: 0px;
}

.main-footer
  .newsletter-widget
  .subscribe-inner
  .form-group
  input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: #fff;
  border: 2px solid #fff;
  font-size: 17px;
  color: #515151;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.main-footer .newsletter-widget .subscribe-inner .form-group input:focus {
}

.main-footer
  .newsletter-widget
  .subscribe-inner
  .form-group
  button[type="submit"] {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
}

.main-footer
  .newsletter-widget
  .subscribe-inner
  .form-group
  button[type="submit"]:hover {
}

.main-footer
  .newsletter-widget
  .subscribe-inner
  .form-group
  button[type="submit"]:before,
.main-footer
  .newsletter-widget
  .subscribe-inner
  .form-group
  button[type="submit"]:after {
  display: none;
}

.main-footer .widget-section {
  border-bottom: 1px solid #515151;
}

.footer-bottom {
  position: relative;
  padding: 65px 0px;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .bottom-inner .copyright p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .bottom-inner .copyright p a:hover {
}

.footer-bottom .social-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-bottom .social-links li a {
  display: inline-block;
  font-size: 20px;
  color: #d9d9d9;
}

.footer-bottom .social-links li a:hover {
}

.footer-bottom .right-column {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: right;
}

.footer-bottom .counter-box .count-outer {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 110px;
  line-height: 80px;
  font-weight: 700;
  color: #00000000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  opacity: 0.3;
}

.footer-bottom .counter-box .count-outer span {
  position: relative;
  top: 5px;
}

.footer-bottom .counter-box p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

/** header-style-two **/

.header-style-two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-two .mobile-nav-toggler {
  position: relative;
  color: #fff;
  top: 0px;
  left: 0px;
}

.header-style-two .menu-right-content {
  gap: 35px;
}

.header-style-two .menu-right-content .theme-btn {
  border: 1px solid #fff;
  background: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-style-two .menu-right-content .theme-btn:hover {
}

.header-style-two .header-lower .main-menu .navigation > li > a {
  color: #fff;
}

/** banner-style-two **/

.banner-style-two {
  position: relative;
}

.banner-style-two .banner-carousel .content-box h2 {
  font-size: 66px;
  line-height: 80px;
  text-transform: capitalize;
  max-width: 500px;
  margin-bottom: 45px;
}

.banner-style-two .banner-carousel .slide-item {
  padding: 220px 0px 280px 0px;
}

.banner-style-two .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 100px;
  top: 240px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.banner-style-two .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.banner-style-two .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

.banner-style-two .bg-color {
  position: absolute;
  background: #121212;
  width: 100%;
  height: 70px;
  left: 0px;
  bottom: 0px;
  opacity: 0.7;
}

.banner-style-two .banner-carousel .owl-dots {
  left: 15%;
  margin-left: 100px;
  bottom: 49px;
}

.banner-style-two .owl-dots .owl-dot span {
  position: absolute;
  display: inline-block !important;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 1) !important;
  margin: 0px 0px !important;
  left: 80px;
  top: 6px;
  border-radius: 50%;
}

.banner-style-two .owl-dots .owl-dot.active span {
  background: var(--theme-color) !important;
}

.banner-style-two .owl-dots .owl-dot:nth-child(2) span {
  left: 115px;
}

.banner-style-two .owl-dots .owl-dot:nth-child(3) span {
  left: 150px;
}

.banner-style-two .owl-dots .owl-dot:nth-child(4) span {
  left: 185px;
}

.banner-style-two .owl-dots .owl-dot:nth-child(5) span {
  left: 220px;
}

.banner-style-two .support-box {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: #fff;
}

.banner-style-two .support-box .icon-box {
  position: relative;
  display: inline-block;
  width: 112px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-align: center;
  min-width: 112px;
}

.banner-style-two .support-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}

.banner-style-two .support-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: var(--title-color);
  font-weight: 700;
}

.banner-style-two .support-box a:hover {
  text-decoration: underline;
}

/** highlight-section **/

.highlight-section {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

.highlight-block-one {
  position: relative;
  display: flex;
  align-items: center;
  padding: 41px 70px;
  gap: 15px;
}

.highlight-block:nth-child(2) .highlight-block-one {
  background: #f4f4f4;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.highlight-block-one .icon-box {
  position: relative;
  display: inline-block;
  min-width: 40px;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.highlight-block-one:hover .icon-box {
  filter: grayscale(0%);
  transform: rotateY(180deg);
}

.highlight-block-one h4 {
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}

.highlight-block-one p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

/** about-style-two **/

.about-style-two {
  position: relative;
}

.about-style-two .left-content {
  position: relative;
  display: block;
}

.about-style-two .left-content .image-box {
  position: relative;
  display: block;
  padding-bottom: 65px;
}

.about-style-two .left-content .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .left-content .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.about-style-two .left-content .image-box .image:hover img {
  transform: scale(1.05);
}

.about-style-two .left-content .image-box .image-content {
  position: absolute;
  left: 40px;
  bottom: 0px;
  width: 310px;
  padding: 22px 20px 20px 18px;
}

.about-style-two.main-page .left-content .image-box .image-content {
  padding: 22px 20px 120px 18px;
  margin-bottom: -100px;
}
.about-style-two .left-content .image-box .image-content h4 {
  display: block;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15;
}

.about-style-two .left-content .image-box .image-content h6 {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  /*  text-transform: uppercase;*/
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.about-style-two .left-content .big-text {
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 95px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d9d9d9;
  text-transform: capitalize;
  text-align: right;
}

.about-style-two .right-content {
  position: relative;
  display: block;
}

.about-style-two .right-content .author-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-style-two .right-content .btn-box .theme-btn {
  border: 1px solid #121212;
  background: transparent;
  color: var(--title-color) !important;
  padding-top: 16px;
  padding-bottom: 16px;
}

.about-style-two .right-content .btn-box .theme-btn:hover,
.about-style-two .right-content .btn-box .theme-btn:hover span:before {
  color: #fff !important;
}

.about-style-two .icon-shape {
  position: absolute;
  right: 190px;
  bottom: 120px;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

/** feature-style-two **/

.feature-style-two {
  position: relative;
}

.feature-style-two .large-container {
  position: relative;
  max-width: 1570px;
  padding: 0px 15px;
  margin: 0 auto;
}

.feature-style-two .feature-block-one .inner-box {
  padding-left: 140px;
}

.feature-style-two .feature-block-one .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  margin-bottom: 0px;
}

.feature-style-two .feature-block-one .inner-box h3 {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.feature-style-two .feature-block-one .inner-box p {
  margin-bottom: 0px;
}

/** project-style-two **/

.project-style-two {
  position: relative;
}

.project-style-two .project-block-two {
  float: left;
  width: 25%;
}

.project-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 93.57%);
}

.project-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.project-block-two .inner-box .content-box {
  position: absolute;
  right: 0px;
  bottom: -64px;
  width: calc(100% - 60px);
  background: #fff;
  z-index: 2;
  padding: 40px 40px 25px 50px;
  transition-duration: 0.31s;
  transition-timing-function: ease-in-out;
}

.project-block-two .inner-box:hover .content-box {
  bottom: 0px;
}

.project-block-two .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 25px;
  margin-bottom: 18px;
}

.project-block-two .inner-box .content-box h3:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% + 50px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.project-block-two .inner-box .content-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.project-block-two .inner-box:hover .content-box h3 a {
  color: #fff;
}

.project-block-two .inner-box .content-box .link-box a,
.project-block-two .inner-box .content-box .link-box a span:before {
  color: #fff;
}

.project-block-two .inner-box .content-box h3 a:hover {
  text-decoration: underline;
}

/** cta-style-two **/

.cta-style-two {
  position: relative;
}

.cta-style-two .content-box {
  position: relative;
  display: block;
}

.cta-style-two .content-box h2 {
  font-size: 110px;
  line-height: 120px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d9d9d9;
  margin-bottom: 60px;
}

.cta-style-two .content-box .theme-btn {
  color: var(--title-color) !important;
  border: 1px solid #121212;
  background: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cta-style-two .content-box .theme-btn:hover,
.cta-style-two .content-box .theme-btn:hover span:before {
  color: #fff !important;
}

.cta-style-two .content-box .theme-btn span:before {
}

.cta-style-two .pattern-layer {
  position: absolute;
  right: 30px;
  bottom: 65px;
  width: 1134px;
  height: 494px;
  background-repeat: no-repeat;
  opacity: 0.15;
}

/** skills-section **/

.skills-section {
  position: relative;
}

.skills-section .image-box {
  position: relative;
}

.skills-section .image-box img {
  position: relative;
  float: left;
  max-width: none;
}

.skills-section .content-box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 115px 0px 80px 180px;
  background: #fff;
  margin-top: -125px;
}

.skills-section .content-box .upper-box {
  position: relative;
  display: flex;
  gap: 100px;
  margin-bottom: 84px;
}

.skills-section .content-box .upper-box h2 {
  display: block;
  font-size: 110px;
  line-height: 80px;
  color: rgba(243, 95, 36, 0.06);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #515151;
  margin-bottom: 30px;
}

.skills-section .content-box .upper-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.skills-section .content-box .upper-box h3 {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.progress-block-one {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.progress-block-one h6 {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

.progress-block-one .bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 0px;
  background: #f4f4f4;
}

.progress-block-one .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  border-radius: 0px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-block-one .bar .count-text {
  position: absolute;
  top: -42px;
  right: 0px;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-color);
}

.skills-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 341px;
  height: 478px;
  background-repeat: no-repeat;
  z-index: 1;
}

.project-section .rotate-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.project-section .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #a7a7a7;
  text-transform: uppercase;
}

.project-section .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

/** team-section **/

.team-section {
  position: relative;
}

.team-section .inner-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0px -27.5px;
}

.team-section .team-block-one {
  padding: 0px 5.5px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.team-block-one .inner-box:hover .image-box {
  cursor: pointer;
}
.team-block-one .inner-box:hover .lower-content h3 a {
  color: var(--theme-color);
}
.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
}

.team-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease-in-out;
}

.team-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box .share-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.team-block-one .inner-box .image-box .share-box .share-icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box .share-list {
  position: absolute;
  right: 0px;
  bottom: 70px;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease-in-out;
}

.team-block-one .inner-box .image-box .share-box:hover .share-list {
  transform: scaleY(1);
}

.team-block-one .inner-box .image-box .share-box .share-list:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: -10px;
}

.team-block-one .inner-box .image-box .share-box .share-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.team-block-one .inner-box .image-box .share-box .share-list li:last-child {
  margin-bottom: 0px;
}

.team-block-one .inner-box .image-box .share-box .share-list li a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.team-block-one .inner-box .lower-content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.team-block-one .inner-box:hover .lower-content {
  border-bottom: 1px solid var(--theme-color);
}
.team-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-block-one .inner-box .lower-content p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.team-block-one .inner-box .image-box .text-box {
  position: absolute;
  left: 0px;
  bottom: 48px;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0px 15px;
}

.team-block-one .inner-box .image-box .text-box h3 {
  display: block;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 3px;
}

.team-block-one .inner-box .image-box .text-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.team-block-one .inner-box .image-box .text-box h3 a:hover {
}

/** contact-section **/

.contact-section {
  position: relative;
  background: #f4f4f4;
}

.contact-section:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 87px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.contact-section .image-box {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-section .image-box img {
  width: 100%;
}

.content_block_four .content-box {
  position: relative;
  display: block;
}

.content_block_four .content-box .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.content_block_four .content-box .form-group:last-child {
  margin-bottom: 0px;
}

.content_block_four .content-box .form-inner form {
  position: relative;
  margin: 0px 5px;
}

.content_block_four .content-box .form-group input[type="text"],
.content_block_four .content-box .form-group input[type="email"],
.content_block_four .content-box .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #ffffff;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-color);
  padding: 10px 30px;
  transition: all 500ms ease;
}

.content_block_four .content-box .form-group textarea {
  height: 135px;
  resize: none;
}

.content_block_four .content-box .form-group input:focus,
.content_block_four .content-box .form-group textarea:focus {
}

.content_block_four .content-box .form-group .symble {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 12px;
  z-index: 1;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
}

.testimonial-section .testimonial-content {
  position: relative;
  display: block;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .testimonial-content .upper-text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.testimonial-section .testimonial-content p {
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: 1.2rem !important;
  line-height: 2.1rem !important;
}

.testimonial-section .testimonial-content h6 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color);
}

.testimonial-section .testimonial-content .designation {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  /* margin-left: 10px; */
  margin-bottom: 60px;
}

.testimonial-section .testimonial-content .thumb-box {
  position: relative;
  display: none;
  /* display: flex; */
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.testimonial-section .testimonial-content .thumb-box .icon-box {
  position: relative;
  display: grid;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #515151;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.testimonial-section .testimonial-content .thumb-box .icon-box img {
  display: inline-block;
  line-height: 80px;
}

.testimonial-section .testimonial-content .thumb-box .thumb {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .thumb-box .thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 260px;
  margin-left: -130px;
}

.testimonial-section .owl-nav button {
  position: absolute;
  top: 0px;
  display: inline-block;
  font-size: 24px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav button:hover {
}

.testimonial-section .owl-nav button.owl-prev {
  left: -64px;
}

.testimonial-section .owl-nav button.owl-next {
  right: -64px;
}

.brands-section .large-container {
  padding: 100px 0px;
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: #d9d9d9;
}

/** page-title **/

.page-title {
  position: relative;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(
    237.52deg,
    var(--theme-color) 16.29%,
    rgba(18, 18, 18, 0.2) 55.3%
  );
  opacity: 0.8;
}

.page-title .bg-layer:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.5;
}

.page-title .content-box {
  position: relative;
  display: block;
}
.page-title .content-box h1 {
  display: block;
  font-size: 30px;
  line-height: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 500;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 5px 15px;
  background: transparent;
  background-color: transparent;
  border-radius: 6px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

.page-title .content-box .bread-crumb li a {
  display: inline-block;
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
  text-decoration: underline;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  /* content: "\e904"; */
  content: "/";
  /* font-family: "icomoon"; */
  font-size: 12px;
  color: #fff;
  top: 0px;
  font-weight: 600;
  right: -24px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.about-style-two .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1054px;
  height: 579px;
  background-repeat: no-repeat;
}

.feature-section.light-section {
  background: var(--secondary-color);
}

.feature-section.light-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.feature-section.light-section .feature-block-one .inner-box .icon-box img {
  opacity: 0.7;
}

.feature-section.light-section
  .feature-block-one
  .inner-box:hover
  .icon-box
  img {
  opacity: 1;
}

.feature-section.light-section .feature-block-one .inner-box h3 a {
  color: #fff;
}

.feature-section.light-section .feature-block-one .inner-box h3 a:hover {
}

.feature-section.light-section .feature-block-one .inner-box p {
  color: #d9d9d9;
  font-size: 14px;
}

.feature-section.light-section .feature-block-one .inner-box .link-box a {
  color: #fff;
}

.feature-section.light-section .feature-block-one .inner-box .link-box a:hover {
}

.about-section .image-inner .image-content {
  position: absolute;
  right: 80px;
  width: 600px;
  padding: 50px 50px 45px 50px;
  bottom: 0px;
}

.about-section .image-inner .image-content p {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 57px;
}

.about-section .image-inner .image-content .link-box a {
  color: #fff;
}

.about-section .image-inner .image-content .link-box a span:before {
  color: #fff;
}

/** error-section **/

.error-section {
  position: relative;
  padding: 150px 0px;
}

.error-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 150px;
  color: #161616;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #444;
  font-weight: 600;
  margin-bottom: 21px;
}

.error-section .text a {
  color: #161616;
}

.error-section .text a:hover {
  text-decoration: underline;
}

.skills-section .border-shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 1px;
  background: #d9d9d9;
  z-index: 1;
}

.bg-color-2 {
  background: #f7f7f7;
}

.testimonial-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

/** project-page-section **/

.project-page-section {
  position: relative;
}

.project-page-section .project-block-one .inner-box {
  /* border: 2px solid #000; */
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 30px rgba(116, 116, 116, 0.15);
  box-shadow: 0px 0px 30px rgba(116, 116, 116, 0.15);
  padding: 5px;
  border: 1px solid #fff;
}
.project-page-section .project-block-one:hover .inner-box {
  /* border: 1px solid var(--theme-color); */
}

.sortable-masonry .filter-tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.sortable-masonry .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #515151;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 500ms ease;
  padding-left: 16px;
}

.sortable-masonry .filter-tabs li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.sortable-masonry .filter-tabs li.active:before {
  transform: scale(1, 1);
}

.project-page-section .masonry-item {
  padding: 0px 12px;
}

.project-page-section .sortable-masonry {
  margin: 0px 3px;
}

.project-block-three .inner-box {
  position: relative;
  display: block;
  margin-bottom: 65px;
}

.project-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-three .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

.project-block-three .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.project-block-three .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 38px;
}

.project-block-three .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.project-block-three .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.project-block-three .inner-box .lower-content h3 a:hover {
}

.project-block-three .inner-box .lower-content .link-box a {
  font-weight: 400;
}

.project-page-section.page-two .items-container {
  margin: 0px -15px;
}

.page-title .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.page-title .content-box .dark-title {
  color: var(--title-color);
}

.news-section .inner-container {
  margin: 0px -12px;
}

.news-section .inner-container .news-block {
  padding: 0px 27px;
}

.news-section .inner-container .news-block-one {
  padding-top: 0px;
}

.news-section
  .inner-container
  .news-block-one
  .inner-box
  .image-box
  .post-date {
  top: inherit;
  bottom: -20px;
}

.news-section .inner-container .news-block-one .inner-box {
  margin-bottom: 60px;
}

/** sidebar-page-container **/

.sidebar-page-container {
  position: relative;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  border: 2px solid var(--secondary-color);
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box a img {
  opacity: 0.5;
  transform: scale(1.02);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 5px;
}

.news-block-two .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.news-block-two .inner-box .lower-content .post-info li span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #515151;
  padding: 13px 21px;
}

.news-block-two .inner-box .lower-content .post-info li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}

.news-block-two .inner-box .lower-content h2 {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-block-two .inner-box .lower-content h2 a {
  display: inline-block;
  color: var(--title-color);
}

.news-block-two .inner-box .lower-content h2 a:hover {
}

.news-block-two .inner-box .lower-content p {
  margin-bottom: 20px;
  color: var(--text-color);
}

.blog-sidebar {
  position: sticky;
  display: block;
  top: 100px;
  bottom: 40px;
}

.blog-sidebar .widget-title {
  position: relative;
  display: block;
}

.blog-sidebar .widget-title h4 {
  display: block;
  font-size: 20px;
  line-height: 27px;
}

.blog-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #515151;
  padding: 10px 20px 10px 55px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus {
}

.blog-sidebar .search-widget .search-form .form-group button[type="submit"] {
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #515151;
  font-weight: 500;
  padding-left: 16px;
}

.blog-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "";
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.blog-sidebar .category-widget .category-list li a.active,
.blog-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color);
}
.blog-sidebar .category-widget .category-list li a.active:before,
.blog-sidebar .category-widget .category-list li a:hover:before {
  background: var(--theme-color);
}

.blog-sidebar .post-widget .post {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  align-items: center;
  /* border: 1px solid #00000018; */
}

.blog-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .thumb-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post .thumb-box img {
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  object-fit: cover;
}
.blog-sidebar .post-widget .post:hover .thumb-box img {
  transform: scale(1.05);
}

.blog-sidebar .post-widget .post:hover .thumb-box img {
  opacity: 0.5;
}

.blog-sidebar .post-widget .post h6 {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-sidebar .post-widget .post h6 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* display: inline-block; */
  color: var(--title-color);
}

.blog-sidebar .post-widget .post h6 a:hover {
}

.blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  opacity: 0.6;
}

.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #515151;
  border: 1px solid #d9d9d9;
  padding: 7px 13px;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}

.blog-sidebar .ads-widget {
  position: relative;
  display: block;
  background: #226eb6;
  text-align: center;
  padding: 10px 0 40px;
}

.blog-sidebar .ads-widget .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-sidebar .ads-widget .content-area {
  padding: 0 40px;
}

.blog-sidebar .ads-widget .image-box {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.blog-sidebar .ads-widget .image-box img {
  width: 100%;
}

.blog-sidebar .ads-widget h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-sidebar .ads-widget p {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}

.blog-details-content {
  position: relative;
  display: block;
}

.blog-details-content blockquote {
  position: relative;
  display: block;
  margin: 0px;
  padding: 48px 80px 48px 153px;
  background: #f0f4fb;
  margin-bottom: 50px;
  border-left: solid;
  border-width: 6px;
}

.blog-details-content blockquote .icon-box {
  position: absolute;
  left: 63px;
  top: 59px;
}

.blog-details-content blockquote p {
  font-size: 28px;
  line-height: 42px;
  font-style: italic;
  font-weight: 400;
}

.blog-details-content .news-block-two .inner-box .lower-content p {
  margin-bottom: 0px;
}

.blog-details-content h3 {
  display: block;
  font-size: 24px;
  line-height: 31px;
}

.blog-details-content .content-one p {
  margin-bottom: 35px;
}

.blog-details-content .content-one .list-item li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding-left: 16px;
}

.blog-details-content .content-one .list-item li:before {
  position: absolute;
  content: "";
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.blog-details-content .two-column .image-box {
  position: relative;
  display: block;
  margin-right: 60px;
  margin-bottom: 40px;
}

.blog-details-content .two-column .image-box img {
  width: 100%;
}

.blog-details-content .two-column .text-box {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-bottom: 40px;
}

.blog-details-content .post-share-option .post-tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details-content .post-share-option .post-tag h6 {
  font-size: 16px;
  line-height: 25px;
  padding-right: 20px;
}

.blog-details-content .post-share-option .post-tag li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #515151;
  border: 1px solid #d9d9d9;
  padding: 7px 13px;
}

.blog-details-content .post-share-option .post-tag li a:hover {
  color: #fff;
}

.blog-details-content .post-share-option {
  border-bottom: 1px solid #d9d9d9;
}

.blog-details-content .comment-form .form-group {
  position: relative;
  padding: 0px 11px;
  margin-bottom: 22px;
}

.blog-details-content .comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-form form {
  margin: 0px 4px;
}

.blog-details-content .comment-form .form-group input[type="text"],
.blog-details-content .comment-form .form-group input[type="email"],
.blog-details-content .comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  font-size: 17px;
  color: #515151;
  padding: 10px 28px;
  transition: all 500ms ease;
}

.blog-details-content .comment-form .form-group textarea {
  height: 135px;
  resize: none;
}

.blog-details-content .comment-form .form-group input:focus,
.blog-details-content .comment-form .form-group textarea:focus {
}

.google-map-section {
  position: relative;
}

.google-map-section .map-inner {
  position: relative;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  margin-bottom: 60px;
}

.google-map-section .map-inner iframe {
  position: relative;
  width: 100%;
  border-radius: 4px;
}

/** contact-style-two **/

.contact-style-two {
  position: relative;
}

.contact-style-two .inner-container {
  position: relative;
  display: block;
  background: #f4f4f4;
}

.contact-style-two .contact-info {
  position: relative;
  display: block;
  padding: 60px;
}

.contact-style-two .sec-title h2 {
  font-size: 27px;
  line-height: 44px;
  font-weight: 600;
}

.contact-style-two .contact-info .info-list li {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.contact-style-two .contact-info .info-list li:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 75px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.contact-style-two .contact-info .info-list li h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
}

.contact-style-two .contact-info .info-list li h4 span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: var(--text-color);
}
.contact-style-two .contact-info .info-list li p {
  font-size: 16px;
  font-weight: 400;
}

.contact-style-two .contact-info .info-list li h4 i {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

.contact-style-two .contact-info .info-list li p a {
  color: var(--text-color);
}

.contact-style-two .contact-info .info-list li p a:hover {
}

.contact-style-two .contact-info .social-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-style-two .contact-info .social-links li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #121212;
}
.contact-style-two .contact-info .social-links li a i {
  line-height: 42px;
}

.contact-style-two .contact-info .social-links li a:hover {
  color: #fff;
}

.contact-style-two .form-inner {
  position: relative;
  display: block;
  background: #121212;
  padding: 25px;
}
.contact-style-two .form-inner h3 {
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  text-transform: capitalize;
}

.contact-style-two .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-two .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group input[type="text"],
.contact-style-two .form-inner .form-group input[type="file"],
.contact-style-two .form-inner .form-group input[type="email"],
.contact-style-two .form-inner .form-group select,
.contact-style-two .form-inner .form-group textarea {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  background-color: #ffffff0f;
  color: #d9d9d9;
  font-weight: 300;
  padding: 0px 15px;
  border-bottom: 1px solid #515151;
  height: 60px;
  transition: all 500ms ease;
  margin-bottom: 10px;
  border-radius: 8px;
}

.contact-style-two.white-contact-form .form-inner {
  background: #f7f7f7;
  border-radius: 15px;
}

.contact-style-two.white-contact-form .form-inner h3 {
  color: var(--secondary-color) !important;
}

.contact-style-two.white-contact-form
  .form-inner
  .form-group
  input[type="text"],
.contact-style-two.white-contact-form
  .form-inner
  .form-group
  input[type="email"],
.contact-style-two.white-contact-form .form-inner .form-group textarea {
  background-color: #ffffff;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  font-weight: 500;
  margin-bottom: 15px;
  height: 45px;
}
.contact-style-two.white-contact-form
  .form-inner
  .form-group
  input[type="text"]:focus,
.contact-style-two.white-contact-form
  .form-inner
  .form-group
  input[type="email"]:focus,
.contact-style-two.white-contact-form .form-inner .form-group textarea:focus {
  border-bottom: 1px solid var(--theme-color);
}
.contact-style-two.white-contact-form .contact-info .info-list li h4 i {
  background: #006db534;
}

.contact-style-two .form-inner .form-group input::placeholder,
.contact-style-two .form-inner .form-group textarea::placeholder,
.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus {
  color: var(--text-color);
  font-weight: 400;
}

.contact-style-two .form-inner .form-group textarea {
  height: 146px !important;
  padding-top: 10px;
  resize: none;
}
/* 
.contact-style-two .form-inner .form-group .theme-btn:hover {
  color: var(--theme-color) !important;
} */

.contact-style-two .form-inner .form-group .theme-btn:before,
.contact-style-two .form-inner .form-group .theme-btn:after {
  background: #fff;
}
.contact-style-two.conatct-modal .form-inner {
  padding: 40px;
  background-color: #f4f4f4;
}

.contact-style-two.conatct-modal .form-inner h3 {
  color: var(--secondary-color);
}
.contact-style-two.conatct-modal .form-inner .close-btn i {
  color: var(--secondary-color);
}

.contact-style-two.conatct-modal .form-inner .form-group input[type="text"],
.contact-style-two.conatct-modal .form-inner .form-group input[type="email"] {
  font-size: 16px;
  height: 60px;
}
.contact-style-two.conatct-modal .form-inner .form-group textarea {
  font-size: 16px;
  height: 120px;
}
.translate-dropdown {
  position: relative;
  display: inline-block;
}

.translate-dropdown .translate-button {
  /* background-color: #007bff; */
  /* color: white; */
  /* border: none; */
  padding: 2px 15px;
  /* font-size: 16px; */
  /* cursor: pointer; */
  /* border-radius: 5px; */
}
.translate-dropdown .translate-button i {
  color: var(--theme-color);
}

.translate-options {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 5px;
  overflow: hidden;
}

.translate-options a {
  color: black;
  width: 100%;
  padding: 0 10px;
  display: block;
  text-decoration: none;
  transition: background 0.3s;
}

.translate-options a:hover {
  background-color: #f1f1f1;
}
.translate-options .wrapperLang {
  display: flex;
  align-items: center;
}
.translate-options .wrapperLang .flagImg {
  width: 32px;
  height: auto;
  margin-right: 10px;
}

/* Show Dropdown */
.translate-dropdown:hover .translate-options {
  display: block;
}

.header-lower .mega.dropdown {
  position: inherit;
}
.header-lower .megamenu {
  left: 0;
  right: 0;
  background: #fff;
  position: inherit;
  display: none;
}

.header-lower .nav-item.dropdown:hover .megamenu {
  display: block;
}

.header-lower .megamenu h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.header-lower .megamenu .dropdown-item {
  padding: 5px 15px;
  color: #333;
}

.header-lower .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.header-lower .main-menu .navigation > li > .megamenu li > b a {
  color: #000;
  padding: 7px 16px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  z-index: -1;
  content: "";
  width: 100%;
  display: block;
}
.header-lower .dropdown-toggle::after {
  border-top: 0 solid !important;
  margin-left: 0 !important;
}

.dz-quik-search {
  background: rgba(33, 37, 41, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  padding: 0 30px;
  z-index: 999;
  overflow: hidden;
  display: none;
  transition: all 0.5s ease-in-out;
}

.dz-quik-search.On {
  display: block;
  top: 0;
}

.dz-quik-search form {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  /* top: 50%;
    transform: translateY(-50%); */
}

.dz-quik-search .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 70px;
  border: none;
  background: #00000040;
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  outline: none;
}

.dz-quik-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.dz-quik-search form.searchNormal span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.hidden {
  display: none;
}
.dz-quik-search .advanceSearch .form-select {
  margin-bottom: 20px;
}

.dz-quik-search .searchbtn .theme-btn span:before {
  content: "";
}
.dz-quik-search .searchbtn .theme-btn span {
  padding-right: 0;
}
.dz-quik-search .component-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.dz-quik-search .advanced-search-title {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.dz-quik-search .component-wrapper .tools {
  min-width: 750px;
}

.gap-0 {
  gap: 0 !important;
}

.mega.dropdown .withimg.megamenu .row :is(i[class*="col-lg-"]) {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

a.menucard {
  color: var(--secondary-color);
}
a.menucard img {
  border: 1px solid var(--secondary-color);
}
a.menucard .blockcard {
}
a.menucard .content {
  padding: 16px 14px 16px 14px;
  background-color: var(--theme-color);
  border-radius: 4px;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 2;
  font-size: 15px;
}
.w-fit {
  width: fit-content !important;
}

a.menucard .content::before {
  content: "";
  background-color: var(--theme-color);
  height: 100%;
  width: 50px;
  transform: skewX(-30deg);
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
a.menucard .content:hover,
a.menucard .content:hover::before {
  background-color: var(--secondary-color);
}
.product-section {
  padding: 60px 0;
}

/* product card-area */
/* .service_inner.bg_2 .service_content h6 {
  color: #fff;
}

.service_inner.bg_2 .service_content a i {
  color: #fff;
  font-size: 16px;
}

.service_inner {
  display: flex;
  padding-left: 25px;
  padding-top: 25px;
  transition: all 0.5s ease-in;
  height: 100%;
  overflow: hidden;
}

.service_inner .service_content h4 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
.service_inner .service_content h4 a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.service_inner .main_img {
  margin-left: auto;
  align-self: end;
  text-align: right;
}
.service_inner .main_img img {
  width: 125px;
  height: auto;
}

.dark-theme .bg_1 {
  background: #ededed;
}

.dark-theme .bg_2 {
  background: var(--theme-color);
}

.dark-theme .bg_3 {
  background: #ededed;
}
.dark-theme
  .service_inner.bg_1
  .service_content
  .services_content_flex_cenrer
  h4
  a,
.dark-theme
  .service_inner.bg_3
  .service_content
  .services_content_flex_cenrer
  h4
  a {
  color: #000;
}
.dark-theme .bg-white {
  background: #fff;
}

.service .service_inner .service_content .services_content_flex_cenrer {
  width: 210px;
}
.product-section .service_inner .main_img img {
  transition: all 0.2s ease-in-out;
}
.product-section .service_inner:hover .main_img img {
  transform: scale(1.15);
}
.product-section .service_inner:hover .service_content h4 a {
  text-decoration: underline;
} */

.product-section .service_inner.bg-white .service_content h4 a {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

/* 
.team-section .feature-block-one .inner-box h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
.team-section .feature-block-one .inner-box h5 a {
  color: var(--secondary-color);
}
.team-section .feature-block-one .inner-box h5 a:hover {
  color: var(--theme-color);
}
.team-section .feature-block-one .inner-box .icon-box {
  margin-bottom: 20px;
}
.team-section .feature-block-one .inner-box .icon-box img {
  width: 60px;
  height: auto;
  display: none;
}
.team-section .feature-block-one .inner-box .icon-box i {
  font-size: 60px;
  transition: all 0.2s ease-in-out;
  color: var(--secondary-color);
}
.team-section .feature-block-one .inner-box .icon-box:hover i {
  color: var(--theme-color);
}

.team-section.application-section-area .feature-block-one {
}
.team-section.application-section-area .feature-block-one .inner-box {
  border-radius: 10px;
  border: 2px solid #006cb50d;
  padding: 20px 10px 10px;
  margin-bottom: 30px;
  background: #006cb50d;
  overflow: hidden;
}
.team-section .feature-block-one .inner-box i.bg-icon {
  position: absolute;
  transition: all 0.2s ease-in-out;
  font-size: 100px;
  right: -30px;
  top: 40px;
  opacity: 0.1;
  color: var(--theme-color);
}
.team-section .feature-block-one .inner-box:hover i.bg-icon {
  right: 10px;
} */
/* 
.news-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 19px;
}

.news-block-one .inner-box .image-box {
  position: relative;
}

.news-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
  opacity: 0.9;
  transform: scale(1.03);
  filter: blur(1px);
    -webkit-filter: blur(1px);
}

.news-block-one .inner-box .image-box .category {
  position: absolute;
  left: -20px;
  bottom: 20px;
  z-index: 1;
}

.news-block-one .inner-box .image-box .category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-family: "Monda", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px;
}

.news-block-one .inner-box .image-box .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-block-one .inner-box .image-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  transform: scale(0, 0);
}

.news-block-one .inner-box:hover .image-box .view-btn a {
  transform: scale(1, 1);
}

.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 13px;
}

.news-block-one .inner-box .lower-content .post-info {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.news-block-one .inner-box .lower-content .post-info:before {
  position: absolute;
  content: "";
  background: #e2e2e2;
  width: calc(100% + 20px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Monda", sans-serif;
  color: #827e7d;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px;
}

.news-block-one .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #827e7d;
}

.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  color: #a9a6a5;
}

.news-block-one .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: "";
  background: #d9d8d6;
  width: 1px;
  height: 14px;
  top: 8px;
  right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #1c1c1c;
}

.news-block-one .inner-box .lower-content h3 a:hover {
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content {
  border-top: 1px solid #d9d8d6;
}
.news-block-one .inner-box .lower-content h3 a {
  font-size: 18px;
  font-weight: 500;
} */
.cta-btn {
  position: fixed;
  bottom: 250px;
  right: 0;
  z-index: 9999;
}
.cta-btn .whatsapp {
  background-color: #25d366;
}
.cta-btn .email {
  background-color: var(--theme-color);
}
.cta-btn .email,
.cta-btn .whatsapp {
  padding: 10px;
}
.cta-btn .email i,
.cta-btn .whatsapp i {
  color: #fff;
  font-size: 20px;
}
.cta-btn .email:hover,
.cta-btn .whatsapp:hover {
  filter: grayscale(0.3);
}

.w-auto {
  width: auto !important;
}

.d-grid {
  display: grid;
}

.w-calc {
  width: calc(100% + 80px) !important;
}

.advanceSearch .form-select {
  display: block;
  width: 100%;
  padding: 8px 23px;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  appearance: none;
}

.advanceSearch .form-select:focus {
  border-color: #fff;
  outline: 0;
}

.advanceSearch .form-select[multiple],
.advanceSearch .form-select[size]:not([size="1"]) {
  background-image: none;
}

.advanceSearch .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.sidebar--but {
  position: fixed;
  right: -130px;
  top: 64%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.sidebar--but ul {
  padding: 0;
  list-style: none;
}
.sidebar--but ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 18px;
  color: #fff;
  padding: 10px 30px 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  right: 0;
  transition: all 0.25s ease-in-out;
}
.sidebar--but ul li a:hover {
  text-decoration: none;
  right: 130px;
}
.sidebar--but ul li:nth-child(1) a {
  background: #25d366;
}
.sidebar--but ul li:nth-child(2) a {
  background: #0870d8;
}
.sidebar--but ul li:nth-child(3) a {
  background: #1896eb;
}
.sidebar--but ul li a i {
  font-size: 30px;
  color: #fff;
  margin-right: 25px;
}

.expandable {
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.expandable .cardex {
  width: 80px;
  border-radius: 0.75rem;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2rem;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.8);
}

.expandable .cardex > .flex-area {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
}

.expandable .cardex > .flex-area > .icon {
  background: white;
  color: white;
  border-radius: 50%;
  padding: 10px;
  display: grid;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 2px;
  height: fit-content;
}
.expandable .cardex > .flex-area > .icon img {
  width: 35px;
  height: auto;
}

.expandable .cardex > .flex-area > .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  width: 410px;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
  transition: all 0.3s ease;
}

.expandable .description p {
  color: #ffffff;
  padding-top: 5px;
}

.expandable .description h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}

.expandable input {
  display: none;
}

.expandable input:checked + label {
  width: 600px;
  padding: 25px;
  position: relative;
}

.expandable input:checked + label .flex-area > .icon img {
  width: 105px;
  height: auto;
  z-index: 2;
}

.expandable input:checked + label .flex-area {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.expandable input:checked + label .flex-area > .icon {
  width: 170px;
  height: 170px;
  margin-bottom: 45px;
  z-index: 2;
}

.expandable input:checked + label .description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.expandable .cardex[for="c1"] {
  background-image: url("../img/why-choose/practical-bg.jpg");
}
.expandable .cardex[for="c2"] {
  background-image: url("../img/why-choose/trustful-bg.jpg");
}
.expandable .cardex[for="c3"] {
  background-image: url("../img/why-choose/precise-bg.jpg");
}
.expandable .cardex[for="c4"] {
  background-image: url("../img/why-choose/sustainability-bg.jpg");
}

.expandable input:checked + label::before {
  content: "";
  background-color: var(--theme-color);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.product-area-section {
  padding: 100px 0;
}
.widget-section .footer-column .footer-widget .social-links {
  display: flex;
  gap: 20px;
  padding-left: 20px;
}
.widget-section .footer-column .footer-widget .social-links li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.widget-section .footer-column .footer-widget .social-links li a:hover {
  color: var(--theme-color);
}

.industry-section {
  padding: 100px 0 60px;
}

.close-btn i {
  color: #fff;
  opacity: 1;
}
.close-btn i:hover {
  opacity: 0.5;
}

.industry-section.team-section .owl-nav {
  position: absolute;
  left: 50%;
  height: 0;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* margin-left: -130px; */
}

.industry-section.team-section .owl-nav button {
  position: absolute;
  top: 0px;
  display: inline-block;
  font-size: 24px;
  color: var(--title-color);
  border: 1px solid #262626;
  padding: 25px;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 500ms ease;
}

.industry-section.team-section .owl-nav button:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.industry-section.team-section .owl-nav button.owl-prev {
  left: -45px;
}

.industry-section.team-section .owl-nav button.owl-next {
  right: -45px;
}

/* blog setcion new */
/** Style 2 **/
.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.pbmit-blog-style-2 .post-item {
  position: relative;
  overflow: hidden;
}
.pbmit-blog-style-2 .pbmit-box-content {
  flex: 1;
}
.pbmit-blog-style-2 .pbmit-blog-img-wrapper {
  width: 200px;
  background-size: cover;
  background-position: center center;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
  display: none;
}
.pbmit-blog-style-2 .pbminfotech-box-content {
  display: flex;
}
.pbmit-blog-style-2 .pbmit-post-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pbmit-blog-style-2:hover .pbmit-post-title a {
  color: var(--theme-color);
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-box-content {
  background-color: #f7f7f7;
}
.pbmit-blog-style-2 .pbmit-box-content .pbmit-box-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pbmit-elementor-bg-color-light .pbmit-blog-style-2 .pbmit-box-content {
  background-color: #fff;
}
.pbmit-blog-style-2 .pbmit-box-content-wrapper {
  padding-right: 80px;
}
.rtl .pbmit-blog-style-2 .pbmit-box-content-wrapper {
  padding-left: 80px;
  padding-right: inherit;
}
.multi-columns-row .pbmit-blog-style-2 {
  margin-bottom: 2px !important;
}
.pbmit-blog-style-2 .pbmit-box-content-inner {
  padding: 20px 40px 35px 50px;
}
.pbmit-blog-style-2 .pbmit-blog-btn a {
  font-size: 0;
}
.pbmit-blog-style-2 .pbmit-blog-btn a span {
  padding-right: 0;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-icon::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
  z-index: -1;
  border-radius: 50px;
  background-color: #f7f7f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pbmit-blog-style-2 .pbmit-blog-btn a span {
  position: relative;
}
.pbmit-blog-style-2 .pbmit-blog-btn a span::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  width: 30px;
  right: 0;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #bfc4cf;
  border: 1px solid #bfc4cf;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.pbmit-blog-style-4 .pbmit-meta-line a,
.pbmit-blog-style-4 .pbmit-meta-line,
.pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-blog-style-2 .pbmit-meta-line {
  color: #5f708f;
  font-size: 14px;
  text-transform: uppercase;
}
.pbmit-blog-style-2 .pbmit-meta-category a {
  color: #5f708f;
}

/** Style 4 **/
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.pbmit-blog-style-4 .post-item {
  position: relative;
}
.pbmit-blog-style-4 .pbmit-blog-btn {
  margin-top: 25px;
}
.pbmit-blog-style-4 .pbmit-blog-btn a {
  font-size: 0;
}
.pbmit-blog-style-4 .pbmit-blog-btn a span {
  padding-right: 30px;
}
.pbmit-blog-style-4 .pbmit-post-title {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #edeeee;
  font-weight: 600;
}
.pbmit-blog-style-4 .pbminfotech-box-desc,
.pbmit-blog-style-4 .pbmit-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 22px;
}
.pbmit-blog-style-4 .pbmit-post-title a:hover {
  color: var(--theme-color);
}
.pbmit-blog-style-4 .pbmit-featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.pbmit-blog-style-4 .pbmit-meta-category a {
  color: #5f708f;
}
.pbmit-blog-style-4 .pbmit-blog-btn a span::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  width: 30px;
  left: 50px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #bfc4cf;
  border: 1px solid #bfc4cf;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  padding-right: 140px;
  width: 100%;
}
.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pbmit-blog-style-4 .pbminfotech-box-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 22px 40px 22px 40px;
  margin-left: 200px;
  background: #f7f7f7;
}
.pbmit-elementor-bg-color-light .pbmit-blog-style-4 .pbminfotech-box-content {
  background: #fff;
}
.pbmit-blog-style-4.col-md-4 .pbminfotech-box-content {
  padding: 30px 30px 25px 30px;
  margin-left: 200px;
}
.pbmit-blog-style-4.col-md-4 .pbmit-post-title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.pbmit-blog-style-4.col-md-4 .pbmit-featured-wrapper img {
  padding-right: 110px;
}
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbminfotech-box-content {
  padding: 20px 20px 15px 20px;
  margin-left: 110px;
}
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-post-title {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbminfotech-box-desc,
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-post-title a {
  -webkit-line-clamp: 1;
}
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-blog-btn {
  margin-top: 15px;
}
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-featured-wrapper img {
  padding-right: 80px;
}

.pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-blog-style-4 .pbmit-post-title a {
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 28px;
}
.pbmit-blog-style-2 .pbmit-post-title:hover a,
.pbmit-blog-style-4 .pbmit-post-title:hover a {
  color: var(--theme-color) !important;
}
.blog-section_new {
  padding: 100px 0;
}

.pbmit-blog-style-2 .pbmit-blog-btn a:hover span::after,
.pbmit-blog-style-4 .pbmit-blog-btn a:hover span::after {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.testimonial-section .single-item-carousel .testimonial-content {
  padding: 35px 35px 0 35px;
}

/* new product section */
.home-Product {
  width: 100%;
  margin-bottom: 20px;
}

.home-Product-link {
  display: block;
  padding-bottom: 2rem;
  position: relative;
}

.home-ProductBg {
  position: relative;
  overflow: hidden;
}

.home-ProductBg:after {
  content: "";
  display: block;
  padding-bottom: 54%;
}
.home-Product .home-Product-link .home-ProductBg {
  border-radius: 10px;
}
.home-Product .home-Product-link .home-ProductBg img {
  height: 100%;
  object-fit: cover;
}
.home-Product .home-Product-link .home-ProductBg {
  height: 270px;
}
.home-ProductBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-property: background-color;
  transition-duration: 0.4s;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.home-ProductBg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-property: transform;
  transition-duration: 0.4s;
}

.home-ProductBg-title {
  position: absolute;
  top: 1.688rem;
  left: 1.875rem;
  right: 1.875rem;
  font-size: 1.625rem;
  line-height: 1.2em;
  color: #fff;
  font-weight: 600;
  /* letter-spacing: 1px; */
  z-index: 5;
}

.home-ProductThumb {
  width: 10.5rem;
  height: 10.875rem;
  position: absolute;
  bottom: 0;
  right: 1.313rem;
  transition-property: transform;
  transition-duration: 0.4s;
  z-index: 10;
}

.home-ProductThumb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1025px) {
  .home-Product-link:hover .home-ProductBg-img {
    transform: scale(1.1);
  }

  .home-Product-link:hover .home-ProductThumb {
    transform: scale(1.16);
  }

  .home-Product-link:hover .home-ProductBg:before {
    background-color: var(--theme-color);
    opacity: 0.8;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .home-ProductThumb {
    width: 6.5rem;
    height: 5.875rem;
    right: 0.713rem;
  }

  .home-ProductBg-title {
    top: 1rem;
    left: 1.2rem;
    right: 1.2rem;
    font-size: 1.425rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home-ProductThumb {
    width: 6.5rem;
    height: 5.875rem;
    right: 0.713rem;
  }

  .home-ProductBg-title {
    top: 1rem;
    left: 1.2rem;
    right: 1.2rem;
    font-size: 1.425rem;
  }
}
.modal .modal-dialog.modal-top-end {
  /* margin-top: 128px; */
  top: -237px;
  margin-right: 0;
  /* align-items: start; */
}

/* Create an active/current tablink class */
.tab button.theme-btn.white-btn {
  background-color: #ffffff25 !important;
  color: #fff !important;
}
.tab button.theme-btn.white-btn.active {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.modal .modal-dialog .modal-content .form-inner .form-group .searchbtn-modal {
  color: var(--text-color);
  margin-left: -138px;
  height: fit-content;
  display: flex;
  align-items: center;
}
/* .modal .modal-dialog .modal-content .form-inner .tabcontent .form-group .searchbtn-modal:hover {
  color: #fff;
} */

.contact-style-two.conatct-modal
  .form-inner.search-popup
  .form-group
  input[type="text"] {
  font-size: 16px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  color: var(--secondary-color);
}
.contact-style-two.conatct-modal
  .form-inner.search-popup
  .form-group
  input[type="text"]::placeholder {
  color: var(--secondary-color);
}
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  input[type="text"],
.contact-style-two.conatct-modal .form-inner.enquiry-popup .form-group textarea,
.contact-style-two.conatct-modal .form-inner.enquiry-popup .form-group select,
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  input[type="email"],
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  input[type="file"] {
  font-size: 16px;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  select::placeholder,
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  input[type="text"]::placeholder,
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  input[type="file"]::placeholder,
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  input[type="email"]::placeholder {
  color: var(--secondary-color);
}
.contact-style-two.conatct-modal
  .form-inner.enquiry-popup
  .form-group
  textarea {
  height: 120px;
}
.w-max-full {
  max-width: 100% !important;
}
.news-block-one .inner-box .lower-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brands-section .outer-container .five-item-carousel .brands-logo {
  border-radius: 8px;
  background: #fff;
  padding: 10px 22px;
}

.why-choose-us-new-section
  .content-column
  .content_block_two
  .content-box
  .funfact-content
  .line-box
  .line-one {
  top: 50px;
  height: 250px;
}
.why-choose-us-new-section
  .content-column
  .content_block_two
  .content-box
  .funfact-content
  .funfact-block
  .funfact-block-one
  .inner-box
  .img-why-choose {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

.plain-section {
  padding: 60px 0;
}

.plain-section .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.plain-section .heading span {
  color: #006cb5;
}
.plain-section p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
form .form-group label.error {
  display: none !important;
}

.plain-section .list-item li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding-left: 16px;
}
.plain-section .list-item li:before {
  position: absolute;
  content: "";
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.plain-section .card-feature {
  border-radius: 8px;
  border: 1px solid var(--theme-color);
  padding: 20px 10px;
  margin-bottom: 20px;
  text-align: center;
}
.plain-section .card-feature .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--secondary-color);
}
.plain-section .card-feature p {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--text-color);
}

.history-section .timelines {
  margin-top: 30px;
}

.history-section .timelines:first-child {
  margin-top: 0;
}

.history-section .timeline {
  padding-left: 120px;
  position: relative;
}

.history-section .timeline + .timeline {
  margin-top: 30px;
}

.history-section .timeline + .timeline:after {
  top: -52px;
}

.history-section .timeline:before,
.timeline:after {
  content: "";
  position: absolute;
}

.history-section .timeline:before {
  background-color: #1863ab;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  height: 10px;
  left: 76px;
  top: 6px;
  width: 10px;
  z-index: 1;
  animation: waveBtn 2s infinite;
}

@keyframes waveBtn {
  0% {
    box-shadow: 0 0 0 0 #1864abc4;
  }

  50% {
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.history-section .timeline:after {
  background-color: #e4e4e4;
  bottom: 0;
  left: 79px;
  top: 6px;
  width: 3px;
}

.history-section .timeline .tl-year {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}

.history-section .timeline .tl-title {
  font-size: 1.25em;
  line-height: 24px;
  font-weight: 600;
}
.history-section .timeline .tl-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 10px;
}
.history-section .timeline .tl-text p {
  font-size: 15px;
}
.history-section .sec-title .quotes {
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 8px;
  width: fit-content;
}
.history-section .sec-title .quotes h3 {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
}

.history-section .sec-title .quotes h3 span {
  font-weight: 700;
  color: #000;
}

/*---------------- List Style ---------------*/

.jbs-list-box {
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
  display: flex;
  background: #ffffff;
  border-radius: 0.5rem;
  flex-direction: column;
  padding: 1rem;
}
.jbs-list-box .jbs-list-head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.jbs-list-box .jbs-list-head .jbs-list-head-thunner {
  position: relative;
}
.jbs-list-box
  .jbs-list-head
  .jbs-list-head-thunner
  .jbs-list-job-caption
  .jbs-job-title-wrap {
  position: relative;
  width: 100%;
}
.jbs-list-box
  .jbs-list-head
  .jbs-list-head-thunner
  .jbs-list-job-caption
  .jbs-job-title-wrap
  span {
  font-weight: 500;
  color: #728ca3;
  font-size: 13px;
}
.jbs-list-box
  .jbs-list-head
  .jbs-list-head-thunner
  .jbs-list-job-caption
  .jbs-job-title-wrap {
  position: relative;
  /* white-space: nowrap; */
  margin-bottom: 0.4rem;
}
.jbs-list-box
  .jbs-list-head
  .jbs-list-head-thunner
  .jbs-list-job-caption
  .jbs-job-title-wrap
  p.desc {
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-weight: 400;
}
.jbs-list-box
  .jbs-list-head
  .jbs-list-head-thunner
  .jbs-list-job-caption
  .jbs-job-title-wrap
  h4 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.jbs-list-box
  .jbs-list-head
  .jbs-list-head-thunner
  .jbs-list-job-caption
  .jbs-job-title-wrap
  h4
  a {
  color: #05264e;
  font-weight: 600;
  font-size: 18px;
}
.jbs-list-box .jbs-list-caption .jbs-info-ico-style {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
.jbs-list-box .jbs-list-caption .jbs-info-ico-style .jbs-single-y1 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.jbs-list-box .jbs-list-caption .jbs-info-ico-style .jbs-single-y1 span {
  width: 30px;
  height: 30px;
  background-color: #006db534;
  border-radius: 100px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.jbs-list-box .jbs-list-caption .jbs-info-ico-style .jbs-single-y1 span i {
  color: var(--theme-color);
}

.blog-sidebar .contact-style-two.conatct-modal .form-inner {
  padding: 20px 30px;
}
.new-custom-about-us {
  padding: 60px 0;
}
.color-pallte .wrpper-color-area {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 10px;
}
.color-pallte .wrpper-color-area.Blue {
  background-color: #006cb5;
}
.color-pallte .wrpper-color-area.Black {
  background-color: #000;
}
.color-pallte .wrpper-color-area p {
  color: #fff;
}
.application-card-section {
  padding: 80px 0;
}
.application-card-section .team-block-one {
  margin-bottom: 40px;
}

.application-card-section .team-block-one .inner-box .lower-content p {
  -webkit-line-clamp: 3;
}
.application-details-section {
  padding: 70px 0;
}
.application-details-section .heading {
  font-size: 20px;
  font-weight: 600;
}
.application-details-section .heading span {
  color: #006cb5;
}

.application-details-section .card-feature {
  border-radius: 8px;
  border: 1px solid var(--theme-color);
  padding: 20px 10px;
  margin-bottom: 20px;
  text-align: center;
}
.application-details-section .card-feature .title {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--secondary-color);
}
.application-details-section .card-feature p {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--text-color);
}

.application-details-section .list-application li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding-left: 16px;
  margin-bottom: 25px;
}

.application-details-section .list-application li:before {
  position: absolute;
  content: "";
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.main-menu .navigation > li > ul.application {
  width: 312px;
}
.approach-section {
  padding: 70px 0;
}
/*------------------ Services Box Post Design -------------*/
.approach-section .jobstock-posted-box-y78 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(235, 239, 243, 0.5);
  padding: 1.8rem 2.5rem;
  border-radius: 0.6rem;
}
.approach-section .serv-ctr-title {
  margin-bottom: 1rem;
}
.approach-section .serv-ctr-title h2 {
  font-size: 3rem;
}
.approach-section .serv-ctr-subtitle {
  margin-bottom: 0.5rem;
}
.approach-section .jobstock-posted-box-y78.colored {
  background: rgba(255, 255, 255, 0.1);
}
.approach-section .jobstock-posted-box-y78 {
  overflow: hidden;
}
.approach-section .jobstock-posted-box-y78 .jobstock-posted-body-y78 {
  position: relative;
}
.approach-section .jobstock-posted-box-y78 .jobstock-posted-body-y78 .icon {
  position: absolute;
  right: -30px;
  top: 0;
}
.approach-section .jobstock-posted-box-y78 .jobstock-posted-body-y78 .icon i {
  font-size: 100px;
  color: #006cb5;
  opacity: 0.1;
}

.approach-section .timelines {
  margin-top: 30px;
}

.approach-section .timelines:first-child {
  margin-top: 0;
}

.approach-section .timeline {
  padding-left: 120px;
  position: relative;
}

.approach-section .timeline + .timeline {
  margin-top: 30px;
}

.approach-section .timeline + .timeline:after {
  top: -52px;
}

.approach-section .timeline:before,
.timeline:after {
  content: "";
  position: absolute;
}

.approach-section .timeline:before {
  background-color: #1863ab;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  height: 10px;
  left: 76px;
  top: 6px;
  width: 10px;
  z-index: 1;
  animation: waveBtn 2s infinite;
}

.approach-section .timeline:after {
  background-color: #e4e4e4;
  bottom: 0;
  left: 79px;
  top: 6px;
  width: 3px;
}

.approach-section .timeline .tl-year {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  font-weight: 400;
}
.approach-section .timeline .tl-year span {
  color: #000;
  font-size: 36px;
  font-weight: 600;
}

.approach-section .timeline .tl-title {
  font-size: 1.25em;
  line-height: 24px;
  font-weight: 600;
}
.approach-section .timeline .tl-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 10px;
}
.approach-section .sec-title .quotes {
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 8px;
  width: fit-content;
}
.approach-section .sec-title .quotes h3 {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
}

.approach-section .sec-title .quotes h3 span {
  font-weight: 700;
  color: #000;
}
.sidebar-page-container .news-block-one .inner-box .image-box {
  height: 220px;
  overflow: hidden;
}

.sidebar-page-container .news-block-one .inner-box .lower-content h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.history-section .timelines .timeline .tl-content {
  display: -webkit-inline-box;
  gap: 15px;
}
.history-section .timelines .timeline .tl-content figure {
  width: 150px;
  height: 145px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #00000018;
  display: none;
}
.history-section .timelines .timeline .tl-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-section .timelines .timeline .tl-content .content-area-timeline {
  padding-right: 50px;
}

.service-section-2 {
  padding: 100px 0 70px;
}
/** Service info srart **/
.service-section-2 .service-info {
  margin: 0 0 30px 0;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 30px 25px;
  background: var(--theme-color);
  border-radius: 6px;
}

.service-section-2 .service-info:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.service-section-2 .service-info i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffffff;
}

.service-section-2 .service-info h3 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin: 10px 0;
  color: #fff;
}

.service-section-2 .service-info .number {
  font-size: 170px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  z-index: 0;
  right: 15px;
  font-weight: 600;
  top: 5px;
  margin-top: -25px;
  opacity: 0.2;
  color: #ffffff;
}

.service-section-2 .service-info p {
  line-height: 26px;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  color: #fff;
}
.service-section-2 .sticky-approach-area {
  position: sticky;
  display: block;
  top: 120px;
}
.service-section-2 .sticky-approach-area .cta-area {
  border: 1px solid #00000018;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.service-section-2 .sticky-approach-area .cta-area .cta-btn-comp {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.service-section-2 .sticky-approach-area .cta-area .content-area h3 span {
  color: var(--theme-color);
}
.service-section-2 .sticky-approach-area .cta-area figure img {
  margin-top: -80px;
}
.logo-download-section {
  padding: 60px 0 40px;
}
.logo-download-section .btn-area {
  width: 130px;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.logo-download-section .btn-area a figure img {
  transition: all 0.1s ease-in-out;
  width: 80px;
  height: auto;
  margin: 0 auto 10px;
  filter: brightness(0) invert(0.5);
}
.logo-download-section .btn-area a p {
  color: var(--secondary-color);
  font-weight: 500;
}
.logo-download-section .btn-area:hover a p {
  text-decoration: underline;
  color: var(--theme-color);
}
.logo-download-section .btn-area:hover a figure img {
  filter: brightness(1) invert(0);
}
/* .project-page-section.new-project-section {
  
}
.project-page-section.new-project-section .sortable-masonry{
  
}
.project-page-section.new-project-section .sortable-masonry .filters {
  position: sticky;
  top: 120px;  
  bottom: 40px;  
}
.project-page-section.new-project-section .sortable-masonry .filters .filter-tabs {
  display: block;
  width: 100%;
}
.project-page-section.new-project-section .sortable-masonry .filters .filter-tabs li {
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 5px;
  border: 1px solid #00000018;
}
.project-page-section.new-project-section .sortable-masonry .filters .filter-tabs li:hover,
.project-page-section.new-project-section .sortable-masonry .filters .filter-tabs li.active {
  background-color: var(--theme-color);
  color: #fff;
} */

/* find the distributor */
.locationCard {
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  border: 2px solid #eee;
  margin-bottom: 25px;
}
.locationCard .cardContent {
  padding: 35px 25px 20px;
  z-index: 2;
  position: relative;
}
.locationCard .cardContent .CompanyName span:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #999;
  color: #2184c3;
}
.locationCard .cardContent .CompanyName span {
  line-height: 1.3;
  font-weight: 500;
  font-size: 16px;
}
.locationCard .cardContent p {
  color: #999;
  text-transform: uppercase;
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}
.locationCard .cardContent ul li {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
}
.locationCard .cardContent ul li a {
  color: #999;
  text-decoration: underline;
}
.locationCard .cardContent .countrycodeLogo {
  font-size: 120px;
  color: #f9f9f9;
  right: 30px;
  bottom: 0;
  position: absolute;
  line-height: 1.3;
  font-weight: 500;
  z-index: 0;
}
.locationCard .bgImage {
  width: 60px;
  /* display: none; */
}
.locationCard .bgImage figure {
  /* padding-bottom: 66.666%; */
  position: relative;
}
.locationCard .bgImage figure img {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  -ms-transform: translate(-50%, -50%);
}

.locationCard .countrycodeLogo {
  font-size: 90px;
  color: #f9f9f9;
  right: 30px;
  bottom: 0;
  position: absolute;
  line-height: 1.3;
  font-weight: 500;
  z-index: 0;
}
.locationCard .bgImage figure img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 15px solid #00000018;
  border-bottom: 15px solid #00000018;
  width: 30px;
  height: 30px;
}

.no-dot-heading .sec-title .sub-title:before {
  display: none;
}
.no-dot-heading .sec-title .sub-title {
  padding-left: 0;
}
.new-approach-section {
  padding: 60px 0;
}
.new-approach-section .card-wrapper-step {
  padding: 25px 20px;
  margin-bottom: 30px;
  background-color: #0870d8;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.new-approach-section .card-wrapper-step .step-number {
  font-size: 60px;
  font-weight: 600;
  color: #ffffff5e;
}
.new-approach-section .card-wrapper-step .step-name h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: right;
}
.new-approach-section .card-wrapper-step .step-content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}
.new-approach-section .card-wrapper-step .step-number,
.new-approach-section .card-wrapper-step .step-name h3,
.new-approach-section .card-wrapper-step .step-content p {
  z-index: 5;
}
.new-approach-section .card-wrapper-step:hover .step-figure figure i {
  color: #ffffff;
  transform: translateY(-8px);
}
.new-approach-section .card-wrapper-step .step-figure figure i {
  font-size: 100px;
  transition: all 0.2s ease-in-out;
  color: #ffffff5e;
}
@media screen and (max-width: 767px) {
  .new-approach-section .card-wrapper-step .step-figure figure i {
    font-size: 180px;
    color: #00000018;
    position: absolute;
    bottom: -30px;
    right: -50px;
    z-index: 0;
  }
  .new-approach-section .card-wrapper-step .step-name h3 {
    text-align: left;
    font-size: 22px;
  }
  .new-approach-section .card-wrapper-step .step-number {
    line-height: 55px;
  }
}

.news-block-one .inner-box .image-box .image {
  position: relative;
}
/* .news-block-one .inner-box .image-box .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 99;
} */
.news-block-one .inner-box:hover {
  cursor: pointer;
}
.news-block-one .inner-box:hover .image-box .image::before {
  opacity: 0.5;
}

.product-catelogue {
  padding: 60px 0;
}
.product-catelogue .cateloguecard {
  position: relative;
}
.product-catelogue .cateloguecard:hover {
  cursor: pointer;
}
.product-catelogue .cateloguecard figure {
  position: relative;
  border: 1px solid #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(116, 116, 116, 0.15);
  box-shadow: 0px 0px 30px rgba(116, 116, 116, 0.15);
}
.product-catelogue .cateloguecard:hover figure {
  /* border : 1px solid var(--theme-color); */
}
.product-catelogue .cateloguecard figure img {
  position: relative;
}
.product-catelogue .cateloguecard figure::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.product-catelogue .cateloguecard:hover figure::before {
  opacity: 0.3;
}

.section-become-distributor {
  padding: 60px 0;
}

.section-become-distributor .nwww .careerrow section .career {
  padding: 0 0 80px;
}

.section-become-distributor .nwww .careerrow {
  position: relative;
}

.section-become-distributor .nwww .careerrow::after {
  position: absolute;
  background-color: #e7e7e7;
  width: 6px;
  height: 100%;
  left: 50%;
  top: 0;
  content: "";
  z-index: 9;
  background-image: url(../../img/bg/bg-blue-scroll.png);
  background-attachment: fixed;
  background-position-x: 125px;
  background-position-y: -396px;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}

.section-become-distributor .nwww .careerrow .col-lg-6:nth-child(odd) {
  position: relative;
}

.section-become-distributor .nwww .careerrow .col-lg-6:nth-child(odd)::after {
  position: absolute;
  background-color: #e7e7e7;
  width: 25px;
  height: 25px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) !important;
  border-radius: 50%;
  content: "";
  z-index: 100;
  animation-iteration-count: infinite;
  animation-duration: 0.7s;
  animation: waveBtn 2s infinite;
  animation-timing-function: linear;
}

@keyframes blinkdot {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.section-become-distributor .nwww .careerrow .col-lg-6:nth-child(even) {
  position: relative;
}

.section-become-distributor .nwww .careerrow .col-lg-6:nth-child(even)::before {
  position: absolute;
  background-color: var(--theme-color);
  width: 15px;
  box-shadow: 0 0 0 2px #fff;
  height: 15px;
  transform: translateY(-50%);
  left: -5px;
  top: 50%;
  border-radius: 50%;
  content: "";
  z-index: 101;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
}
.section-become-distributor .nwww .careerrow .imgcareer {
  width: auto;
  height: 200px;
}
.section-become-distributor .nwww .careerrow .featured-item {
  padding: 0 25px;
}

.section-become-distributor
  .nwww
  .careerrow
  .featured-item
  .featured-desc
  .featured-title
  h5 {
  font-weight: 600;
}
.section-become-distributor
  .nwww
  .careerrow
  .featured-item
  .featured-desc
  .featured-title
  h5
  span {
  font-size: 50px;
  opacity: 0.2;
}

.blog-sidebar
  .sidebar-widget
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  position: relative;
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--title-color);
  margin: 0px;
  font-size: 16px;
  transition: all 500ms ease;
}

.sec-title .lable {
  font-weight: 400;
  position: relative;
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: 16px !important;
  line-height: 1.7rem !important;
}

/* new btn style */
.flex-filter-btns-section .sortable-masonry .flex-filter-btns {
  margin-bottom: 40px;
}
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs {
  display: flex !important;
  flex-wrap: unset !important;
  gap: 0 !important;
  background-color: #ecececc5;
  width: fit-content;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs
  li:hover,
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs
  li.active {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs
  li {
  background-color: transparent !important;
  color: var(--text-color) !important;
  border: none !important;
  /* border-left: 2px solid var(--text-color); */
}
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs
  li {
  background-color: transparent !important;
  color: var(--text-color) !important;
  border: none !important;
  padding: 8px 25px;
  border-left: 2px solid #ffffff !important;
}
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs
  li:first-child {
  border-left: 0px solid #ffffff !important;
}
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filter-tabs
  li:hover::before,
.flex-filter-btns-section
  .sortable-masonry
  .flex-filter-btns
  .filter-tabs
  li.active:before {
  background-color: transparent !important;
}
.blog-page-section
  .blog-sidebar
  .sidebar-widget
  .widget-content
  .sortable-masonry
  .flex-filter-btns
  .filters
  .filter-tabs {
  display: inline-block;
}

.blog-page-section .blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #515151;
  border: 1px solid #d9d9d9;
  padding: 7px 13px;
}

.blog-page-section .blog-sidebar .tags-widget .tags-list li.active,
.blog-page-section .blog-sidebar .tags-widget .tags-list li:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.related-product-section .team-block-one .inner-box .lower-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-product-section .single-item-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}
.related-product-section .single-item-carousel .owl-nav button {
  padding: 15px;
  background: #ffffff;
  border-radius: 250px;
  border: 1px solid #777777;
  transition: all 0.2s ease-in-out;
}
.related-product-section .single-item-carousel .owl-nav button:hover {
  transform: scale(1.03);
}
.related-product-section .single-item-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

/* accordion btn area */
.rs-accordion-one .rs-accordion-item {
  border: 1px solid rgba(21, 42, 64, 0.05);
  border-radius: 4px 4px 4px 4px;
  background-color: #f7f7f7;
}
.rs-accordion-one .rs-accordion-item.active {
  border-color: #ea5501;
}
.rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-accordion-one .rs-accordion-item .rs-accordion-item:not(:last-child) {
  margin-bottom: 0px;
}
.rs-accordion-one .accordion-button {
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
  color: #1f1f1f;
  padding: 18px 60px 18px 20px;
}
.rs-accordion-one .accordion-button::after {
  content: none;
}
.rs-accordion-one .accordion-button:focus {
  border: none;
}
.rs-accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #ea5501;
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::after {
  background: #ea5501;
}
.rs-accordion-one .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.rs-accordion-one .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #000;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.3s ease-out 0s;
}
.rs-accordion-one .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 2px;
}
.rs-accordion-one .accordion-button .accordion-btn:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.rs-accordion-one .accordion-button .accordion-icon {
  margin-inline-end: 20px;
}
.rs-accordion-one .accordion-button .accordion-icon svg {
  width: 40px;
  height: 40px;
}
.rs-accordion-one .accordion-button .accordion-icon svg path {
  fill: #616161 !important;
}
.rs-accordion-one .accordion-body {
  padding: 0;
  color: #616161;
  padding: 10px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}
/* .rs-accordion-one .accordion-body  .accordion-body {
  padding: 10px 20px;
} */
.rs-accordion-one.has-theme-red .rs-accordion-item {
  background-color: #191a1a;
  border: 1px solid #fff 33;
}
.rs-accordion-one.has-theme-red .rs-accordion-item.active {
  border-color: #e30613;
}
.rs-accordion-one.has-theme-red .accordion-button {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.rs-accordion-one.has-theme-red .accordion-button:not(.collapsed) {
  color: #e30613;
  border-color: rgba(255, 255, 255, 0.14);
}
.rs-accordion-one.has-theme-red
  .accordion-button:not(.collapsed)
  .accordion-btn::after {
  background: #e30613;
}
.rs-accordion-one.has-theme-red .accordion-button .accordion-btn::before,
.rs-accordion-one.has-theme-red .accordion-button .accordion-btn::after {
  background: #fff;
}
.rs-accordion-one.has-theme-red .accordion-body {
  color: #e6e6e6;
  border-top: 1px solid transparent;
}
.rs-accordion-one.has-theme-orange .rs-accordion-item {
  background-color: #191a1a;
  border: 1px solid #fff 33;
}
.rs-accordion-one.has-theme-orange .rs-accordion-item.active {
  border-color: #ea5501;
}
.rs-accordion-one.has-theme-orange .accordion-button {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.rs-accordion-one.has-theme-orange .accordion-button:not(.collapsed) {
  color: #ea5501;
  border-color: rgba(255, 255, 255, 0.14);
}
.rs-accordion-one.has-theme-orange
  .accordion-button:not(.collapsed)
  .accordion-btn::after {
  background: #ea5501;
}
.rs-accordion-one.has-theme-orange .accordion-button .accordion-btn::before,
.rs-accordion-one.has-theme-orange .accordion-button .accordion-btn::after {
  background: #fff;
}
.rs-accordion-one.has-theme-orange .accordion-body {
  color: #e6e6e6;
  border-top: 1px solid transparent;
}
.rs-accordion-one.has-theme-blue .rs-accordion-item {
  background-color: #f7f7f7;
  border: 1px solid transparent;
}
.rs-accordion-one.has-theme-blue .accordion-button {
  color: #000;
  padding: 20px 50px 20px 30px;
}
.rs-accordion-one.has-theme-blue .accordion-button:not(.collapsed) {
  color: #005eb8;
}
.rs-accordion-one.has-theme-blue
  .accordion-button:not(.collapsed)
  .accordion-btn::after {
  background: #005eb8;
}
.rs-accordion-one.has-theme-blue .accordion-button .accordion-btn::before,
.rs-accordion-one.has-theme-blue .accordion-button .accordion-btn::after {
  background: #000;
}
.rs-accordion-one.has-theme-blue .accordion-body {
  padding: 20px 50px 20px 30px;
}
.rs-accordion-one.has-theme-green .accordion-button:not(.collapsed) {
  color: #023b4a;
}
.rs-accordion-one.has-theme-green
  .accordion-button:not(.collapsed)
  .accordion-btn::after {
  background: #023b4a;
}
.rs-accordion-one.has-white .accordion-button {
  background: #fff;
}
.rs-accordion-one.has-white .accordion-body {
  background: #fff;
}
/* product-area page */

.section-space {
  padding-top: 110px;
  padding-bottom: 110px;
}
.form-select {
  -webkit-tap-highlight-color: transparent;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 44px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.rs-shorting-select .form-select {
  height: 54px;
  display: flex;
  align-items: center;
  background-color: #e9e9ed;
  min-width: 264px;
}
/* .rs-shorting-select .form-select::after {
 color: var(--title-color);
 font-size: 18px;
} */
.rs-shorting-select .form-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-shorting-select .form-select .list .option:hover {
  color: var(--theme-color);
}

.rs-shop-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.rs-product-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-product-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.rs-product-thumb:hover .rs-product-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.rs-product-thumb:hover img {
  transform: scale(1.1);
}
.rs-product-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  transition: 0.5s;
  transform: translateY(40px);
  width: 100%;
}
.rs-product-btn .rs-btn {
  background: var(--title-color);
  color: #fff;
  display: flex;
}
.rs-product-btn .rs-btn:hover {
  background: var(--theme-color);
}
.rs-product-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.rs-product-title {
  font-size: 16px;
}
.rs-product-title:hover {
  color: var(--theme-color);
}
.rs-product-price .rs-current-price {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 600;
}
.rs-product-price .rs-product-discount-price {
  color: #5d5d5d;
  opacity: 0.5;
}
.rs-product-badge {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
}
.rs-product-badge .rs-circle-badge {
  width: 47px;
  height: 47px;
  background: var(--title-color);
  display: flex;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.rs-btn {
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 21px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-shop-area .rs-product-item {
  background-color: #f8f8f8;
  padding: 0px;
  border: solid 1px #e6e6e6;
}
.rs-shop-area .rs-product-item:hover {
  border: solid 1px var(--theme-color);
}
.rs-shop-area .rs-product-item:hover .rs-product-content .rs-product-title a {
  color: var(--theme-color);
}
.rs-product-item .rs-product-content {
  text-align: center;
}
.rs-product-item .rs-product-content .rs-product-title a {
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
}
.rs-product-item .rs-product-content .rs-product-title:hover a {
  color: var(--theme-color);
}

.rs-shop-area .product-sidebar .category-list.product-list-inside-accodion {
  padding: 0 20px;
}
.rs-shop-area .product-sidebar .category-list.product-list-inside-accodion li {
  position: relative;
  display: block;
  padding: 8px 0px;
  border-bottom: 1px solid #d9d9d93b;
}
.rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li:last-child {
  border-bottom: 0px solid #d9d9d9;
  padding-bottom: 0;
}

.rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li
  a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #515151;
  font-weight: 500;
  padding-left: 16px;
}

/* .rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li
  a:before {
  position: absolute;
  content: "";
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
  transition: all 500ms ease;
} */
.rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li
  a.active,
.rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li
  a:hover {
  color: var(--theme-color);
}
.rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li
  a.active:before,
.rs-shop-area
  .product-sidebar
  .category-list.product-list-inside-accodion
  li
  a:hover:before {
  background: var(--theme-color);
}

.menu-right-content .cartbtn {
  position: relative;
}
.menu-right-content .cartbtn span {
  position: absolute;
  right: -12px;
  top: -12px;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 25px;
  color: #fff;
  background-color: var(--theme-color);
  z-index: 9;
  line-height: 12px;
  animation: pulse-animation 2s infinite;
}

.main-header .menu-right-content .cartbtn:hover span {
  background-color: var(--title-color);
}

/* cart table */
.table.table-bordered {
  border: 1px solid #cccccc;
}
.table.table-bordered thead tr th {
  border: none;
}
.shop-table-content table {
  border-color: #cccccc;
  text-align: center;
}
.shop-table-content table > thead {
  vertical-align: middle;
}
.shop-table-content table > thead th {
  font-size: 16px;
  font-weight: 600;
}
.shop-table-content table > tbody {
  vertical-align: middle;
}
.shop-table-content table .product-thumbnail {
  background-color: #fff;
  padding: 0;
}
.shop-table-content table .product-thumbnail img {
  width: 125px;
}
.shop-table-content table .rs-product-quantity {
  margin: auto;
}
.shop-table-content tbody .product-name {
  font-weight: 500;
  color: var(--title-color);
}
.shop-table-content tbody .product-name:hover {
  color: var(--theme-color);
}
.shop-table-content tbody .removeRow {
  color: var(--title-color);
}
.shop-table-content tbody .removeRow:hover {
  color: var(--theme-color);
}
.rs-cart-list {
  background: #f7f7f7;
  border-radius: 15px;
  position: relative;
  padding: 25px;
}

.shop-table-content .table.table-bordered thead tr th {
  background-color: var(--theme-color);
  color: #fff;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 108, 181, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 108, 181, 0);
  }
}
.banner-product {
  border-radius: 5px;
  border: 1px solid #00000018;
}

/* .product-details-content{
  border-top: 4px solid var(--theme-color);
  padding-top: 25px;
} */
.product-details-content .content-box .imgslidearea {
  /* float: left; */
  /* margin: 0 65px 15px 0; */
}
.product-details-content .content-box .imgslidearea .itemsimgslide {
  padding: 10px;
}
.product-details-content .content-box .imgslidearea img {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.product-details-content
  .content-box
  .imgslidearea
  .single-item-details
  .owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 5px;
  position: relative;
}

.product-details-content
  .content-box
  .imgslidearea
  .single-item-details
  .owl-dots
  .owl-dot
  span {
  background-color: #00000045;
  width: 15px;
  height: 5px;
  margin: 0px 3px 0px;
  border-radius: 6px;
}

.product-details-content
  .content-box
  .imgslidearea
  .single-item-details
  .owl-dots
  .owl-dot.active
  span {
  background-color: var(--theme-color);
}

.product-details-content .content-table {
  font-size: 12px;
  margin: 0 15px 15px;
}

.product-details-content .content-table h3 {
  font-size: 20px;
  margin: 10px 10px 10px;
}

.fetaure-tab .feature-list li {
  padding-left: 20px;
  position: relative;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
}

.fetaure-tab .feature-list li::before {
  content: "";
  position: absolute;
  top: 5;
  left: 0;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
}

.table-responsive .table .table-heading th {
  font-size: 15px;
  font: bold;
  border: 1px solid #d2d2d2;
  align-content: center;
}

.table-responsive .table .table-content td {
  font-size: 14px;
  font: bold;
}

.product-area-section.home .about-us-image-section img {
  border-radius: 10px;
  height: calc(390px - 10px);
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.rs-shop-area .rs-product-item .rs-product-thumb:hover .rs-product-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}

.rs-shop-area .rs-product-item .rs-product-content .rs-product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 35px;
  -webkit-box-orient: vertical;
}
.rs-shop-area .rs-product-item .rs-product-thumb a {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.rs-shop-area .rs-product-item .rs-product-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.counted-products p span {
  font-weight: 600;
}
.counted-products p {
  line-height: 58px;
}

.pgination {
  background: #eee;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
}
.rs-shop-area .pagination-wrapper .pagination li {
  float: left;
  margin: 0 10px;
  line-height: 30px;
  text-align: center;
}
.rs-shop-area .pagination-wrapper .pagination li a {
  color: #666;
  height: auto;
  width: auto;
  padding: 10px 15px;
  line-height: 16px;
  background: #fff;
  border-color: #ddd;
  border-width: 1px;
  font-weight: 400;
  border-style: solid;
  border-radius: 3px;
}
.rs-shop-area .pagination-wrapper .pagination li a.current {
  background: #eee;
  border-width: 1px;
  border-color: #ccc !important;
  border-style: solid;
}

.rs-shop-area .pagination-wrapper .pagination li a:hover {
  border-color: #ccc !important;
  border-color: #888 !important;
}
.rs-shop-area .product-sidebar .sidebar-widget .sidebar-area-pallete {
  filter: drop-shadow(0 0 10px #00000010);
}
.rs-shop-area
  .product-sidebar
  .sidebar-widget
  .sidebar-area-pallete
  .widget-title {
  background-color: var(--theme-color);
  padding: 15px 15px;
  border-radius: 10px 10px 0 0;
}
.rs-shop-area
  .product-sidebar
  .sidebar-widget
  .sidebar-area-pallete
  .widget-title
  h4,
.rs-shop-area
  .product-sidebar
  .sidebar-widget
  .sidebar-area-pallete
  .widget-title
  h4
  span {
  color: #fff !important;
  font-weight: 400;
}

.rs-shop-area
  .product-sidebar
  .sidebar-widget
  .sidebar-area-pallete
  .rs-accordion-one
  .rs-accordion-item {
  background-color: #fff;
  margin-bottom: 0;
}

.rs-shop-area
  .product-sidebar
  .sidebar-widget
  .sidebar-area-pallete
  .rs-accordion-one
  .accordion-button {
  padding: 18px 20px 18px 20px;
}
.rs-shop-area
  .product-sidebar
  .sidebar-widget
  .sidebar-area-pallete
  .rs-accordion-one
  .accordion-button::after {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
}

.rs-shop-area .product-sidebar .category-list.product-list-inside-accodion {
  padding: 0 5px !important;
}
.readbox-wrapper {
  overflow: hidden;
  line-height: 1.5em;
  max-height: 7.5em;
  transition: max-height 0.3s ease;
  position: relative;
}

.readbox-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.main-header .mobile-nav-toggler {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-header .mobile-nav-toggler {
    display: block;
  }
}
.readbox-wrapper.expanded {
  max-height: none;
}

.readbox-wrapper.expanded::after {
  display: none;
}

.read-toggle-btn {
  color: var(--theme-color);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0.5em;
}

body
  > div.boxed_wrapper.ltr
  > section.rs-shop-area.section-space
  > div
  > div
  > div.col-lg-9
  > div.row.g-3
  > div.col-lg-3.col-md-6 {
  padding: 0 7px !important;
}

.rs-shop-area .product-details-content h3 {
  border-bottom: 3px solid var(--theme-color);
  padding-bottom: 8px;
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  text-transform: capitalize;
}
/*.rs-shop-area.detail-page .product-details-content h3 {*/
/*  border-bottom: solid 3px #E6E6E6;*/
/*}*/
.rs-shop-area.detail-page .product-details-content h3 {
  border-bottom: solid 3px var(--theme-color);
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 15px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: var(--theme-color);
  color: #fff;
}
.tabcontent {
  display: none;
  padding: 15px 12px;
  box-shadow: 0 0 10px #f2f2f2;
  /* border: 1px solid var(--theme-color); */
  border-top: none;
}

.table tbody .table-content td {
  vertical-align: middle;
}
.table tbody .table-content .pdfbytn {
  padding: 0 15px;
}
.table tbody .table-content .pdfbytn i {
  color: var(--text-color);
  font-size: 25px;
}
.table tbody .table-content .pdfbytn:hover i {
  color: var(--theme-color);
}

.owl-nav.disabled {
  display: none !important;
}
.no-btn {
  color: var(--title-color);
  transition: all 0.2s ease-in-out;
}
.no-btn:hover {
  color: var(--theme-color);
}
.rs-shop-area.detail-page .product-details-content .content-box {
  padding-left: 20px;
}
