:root {
  --thm-color: #df5f41;
  --color-black: #1a1a1a;
  --body-color: #74787c;
  --color-white: #ffffff;
  --border-color: #ededed;
  --bg-color: #f6f6f6;
  --box-shadow: 0px 4px 24px 0px #dde2eb;
  --content-font: "Manrope";
  --heading-font: "Plus Jakarta Sans";
  --base-font: "Mulish";
}

/*======================================
  ===== SECONDARY BUTTON STYLES ========
  ====================================== */

.secondary-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.secondary-btn .theme-button:hover::after {
  left: 0;
}

.secondary-btn .btn-icon {
  background-color: transparent;
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 6px;
  overflow: hidden;
  z-index: 99;
}

.btn-icon i {
  position: relative;
  left: -100px;
  transition: all 0.35s;
}

.button-two:hover .btn-icon i {
  left: 0;
}

.secondary-btn:hover .theme-button {
  background-color: var(--thm-color);
}

.button-two {
  background-color: black;
  padding: 16px 35px;
  position: relative;
  overflow: hidden;
  z-index: 99;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.button-two::after {
  position: absolute;
  content: "";
  background-color: var(--thm-color);
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.35s;
}

.button-two:hover {
  color: var(--color-white);
}

.button-two:hover::after {
  left: 0;
}

/*===============================
  ===== HEADER ONE STYLE ========
  =============================== */
.header-one {
  background: var(--color-white);
}

.header-one .header-main-center {
  display: flex;
  align-items: center;
}

.header-one-top-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.header-one-top-box .header-top-right {
  margin-right: 25px;
}

.header-one-main-wrapper.row,
.header-two-main-wrapper.row {
  margin: 0;
}

.header-one-main-wrapper.row .site-branding {
  background-color: var(--thm-color);
  height: 152px;
  width: 320px;
  padding-left: 0px;
}

.header-one-contact-wrapper,
.header-two-contact-wrapper {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding: 12px 0;
  padding-left: 30px;
}

.header-two-contact-wrapper {
  padding: 0;
}

.header-one-contact,
.header-two-contact-wrapper>.header-two-contact {
  display: flex;
  align-items: center;
}

.header-one-contact:last-child>.contact-info,
.header-two-contact-wrapper>.header-two-contact:last-child>.contact-info {
  border: none;
  padding-left: 0;
}

.header-one-btn .button-two {
  margin-right: 25px;
}

.header-one-contact>.contact-info {
  font-family: var(--content-font);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-right: 1px solid #d4d4d4;
  padding-right: 20px;
}

.header-one-contact>.contact-info>a,
.header-two-contact>.contact-info>a {
  color: var(--color-black);
}

.header-one-contact-wrapper>.header-one-contact>.contact-info>a:hover,
.header-two-contact-wrapper>.header-two-contact>.contact-info>a:hover {
  color: var(--thm-color);
}

.header-one-contact>.contact-icon,
.header-two-contact>.contact-icon {
  color: var(--thm-color);
  font-size: 14px;
  margin-right: 10px;
  padding-left: 20px;
  font-weight: 900;
  margin-top: 1px;
}

.header-one-contact:first-child>.contact-icon,
.header-two-contact-wrapper>.header-two-contact:first-child .contact-icon {
  padding-left: 0px;
}

.header-one-social-info,
.header-two-social-info {
  display: flex;
  align-items: center;
}

.header-one-social-info span,
.header-two-social-info span {
  color: var(--color-black);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}

.header-one-social-info ul li a,
.header-two-social-info ul li a {
  margin-right: 16px;
  color: #8f9193;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.header-one-social-info ul li a:hover,
.header-two-social-info ul li a:hover {
  color: var(--thm-color);
}

.header-one-social-info ul li,
.header-two-social-info ul li {
  display: inline-block;
}

.header-one-social-info ul li:last-child a,
.header-two-social-info ul li:last-child a {
  margin-right: 0;
}

.header-one-social-info ul,
.header-two-social-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vektor-canva-open {
  font-size: 60px;
  color: var(--color-white);
}

.header-one-main-wrapper .vektor-canva-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px 70px;
  position: relative;
}

.header-one-canva-wrapper>.vektor-canva-open img {
  min-width: 60px;
}

.header-one-main-center {
  display: flex;
  align-items: center;
  padding-left: 30px;
  justify-content: space-between;
}

.col-auto.col-xxl-3.col-xl-3.header-one-logo-and-canva-wrapper .logo-and-canva {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-auto.col-xxl-7.col-xl-9.header-middle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border-right: 1px solid #d9d9d9;
}

.col-auto.col-xxl-3.col-xl-3.header-one-logo-and-canva-wrapper {
  padding: 0;
}

.header-one-top-box .header-two-contact {
  padding: 12px 0px;
}

.header-one-contact>.contact-icon {
  color: var(--thm-color);
  padding-left: 20px;
}

.header-one-contact>.contact-info {
  color: var(--color-black);
  font-family: var(--heading-font);
}

.header-one-location {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 49px 63px;
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.header-one-menu-wrapper .main-menu>ul>li {
  margin: 0 16px;
}

.header-one-menu-wrapper .main-menu>ul>li a {
  padding: 39px 0;
  font-weight: 700;
}

.header-one-main-wrapper .site-branding a img {
  min-width: 0;
  padding: 0 10px;
}

/*===============================
  ===== HEADER TWO STYLE ========
  =============================== */
  .site-header .main-header.sticky{  
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
   background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}
.header-two-contact-wrapper {
  padding-left: 0px;
}

.header-two-main-wrapper.row {
  align-items: center;
}

.header-two-contact-wrapper>.header-two-contact>.contact-info>a {
  color: var(--color-white);
}

.main-header .container-fluid {
  padding: 0;
}

.col-auto.col-xxl-2.col-xl-3.header-two-canva-and-logo {
  padding: 0;
}

.header-two-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background-color: #101010;
}

.header-two-social-info span,
.header-two-social-info ul li a {
  color: var(--color-white);
}

.header-two-top-box .header-top-left {
  margin-left: 50px;
}

.header-top-right {
  margin-right: 50px;
}

.header-two .header-main-center {
  margin-left: 110px;
}

.header-two-contact>.contact-icon {
  color: var(--color-white);
}

.header-two-contact-wrapper>.header-two-contact>.contact-info {
  font-family: var(--base-font);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-right: 1px solid #d4d4d4;
  padding-right: 20px;
}

.col-auto.col-xxl-2.col-xl-3.header-two-canva-and-logo .logo-and-canva {
  display: flex;
  align-items: center;
}

.site-branding {
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-branding a img {
  min-width: 160px;
}

.header-sidebar-logo.site-branding {
  border: none;
  justify-content: flex-start;
  padding-left: 0;
}

.header-sidebar-logo.site-branding .site-title a {
  color: var(--color-white);
}

.header-two .main-menu>ul>li>a {
  padding: 46px 0;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  color: var(--color-black);
  font-family: var(--content-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: relative;
}

.header-two .main-menu>ul>li>a:hover {
  color: var(--thm-color);
}

.header-two .main-menu>ul>li>a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background-color: var(--thm-color);
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.header-two .main-menu>ul>li:hover>a::before {
  width: 100%;
}

.header-one-canva-wrapper {
  cursor: pointer;
}

.header-two-main-wrapper .vektor-canva-open {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  cursor: pointer;
  border-right: 1px solid #e9e9e9;
  width: 142px;
  position: relative;
}

.vektor-canva-open img {
  min-width: 22px;
}

.header-two-btn {
  color: var(--color-white);
  text-align: center;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: var(--thm-color);
  padding: 50px 99px 47px 94px;
  min-width: 305px;
}

.header-two-btn:hover {
  color: var(--color-black);
}

/*===============================
  ===== SEARCH BAR STYLE ========
  =============================== */
.header-search-popup {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  top: 0;
  left: 0;
  transform: translateY(-130%);
  transition: transform 600ms ease, opacity 600ms ease;
}

.header-search-popup.active {
  transform: translateY(0%);
}

.header-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #24231d;
  opacity: 0.8;
  cursor: pointer;
  z-index: -1;
}

.header-search-and-cart {
  color: var(--color-black);
  text-align: center;
  font-size: 18px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-search-and-cart i {
  padding: 48px 36px;
  cursor: pointer;
}

.header-search-and-cart .search-icon {
  background-color: var(--bg-color);
}

.header-search-popup-content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.header-search-popup-content input[type="search"] {
  margin-bottom: 0;
}

.header-search-popup-content form button {
  border: none;
  outline: none;
  padding: 0;
  width: 70px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background-color: var(--thm-color);
  color: var(--color-white);
  font-size: 18px;
}

.header-search-popup-content form button:hover {
  color: var(--color-black);
}

.btn-and-search-area {
  display: flex;
  justify-content: flex-end;
}

.header-search-popup-content {
  width: 100%;
  max-width: 550px;
}

@media (max-width: 1870px) {
  .header-one-location {
    padding: 49px 30px;
  }
}

@media (max-width: 1490px) {
  .header-one-location {
    padding: 49px 22px;
  }

  .header-one-contact-wrapper,
  .header-one-main-center {
    padding-left: 25px;
  }
}

@media (max-width: 1140px) {

  .header-one-main-center,
  .header-one-main-center,
  .header-one-contact-wrapper {
    padding-left: 20px;
  }

  .button.header-one-btn {
    display: none;
  }

  .header-one-top-box .header-top-right {
    margin-right: 3px;
  }
}

@media (max-width: 1080px) {
  .header-one-top-box {
    display: none;
  }

  .col-auto.col-xxl-7.col-xl-9.header-middle-wrapper {
    border: none;
  }

  .header-one-canva-wrapper {
    display: none;
  }

  .header-one-main-wrapper.row .site-branding {
    height: 93px;
  }

  .header-one-main-center {
    justify-content: space-between;
    justify-content: flex-end;
    padding-right: 37px;
  }

  .header-one-menu-wrapper .main-menu>ul>li a {
    padding: 37px 0;
  }
}

@media (max-width: 991px) {
  .header-one-main-wrapper.row .site-branding {
    height: 80px;
    padding: 10px 0;
    width: 245px;
    margin-left: 0;
  }

  .col-auto.col-xxl-7.col-xl-9.header-middle-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }

  .header-one-main-center {
    display: none;
  }

  .col-auto.col-xxl-7.col-xl-9.header-middle-wrapper>.vektor-menu-toggle {
    width: 79px;
    height: 79px;
    padding: 0;
    font-size: 28px;
    border: none;
    display: inline-block;
    background: var(--color-black);
    color: var(--thm-color);
    margin-right: 0px;
    border-radius: 0;
    color: var(--color-white);
  }
}

@media (max-width: 1600px) {
  .button.header-btn {
    display: none;
  }

  .header-two .header-main-center {
    margin-left: 95px;
  }

  .header-two .main-menu>ul>li {
    margin: 0 19px;
  }

  .header-one-main-wrapper .vektor-canva-open {
    padding: 46px 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1430px) {
  .header-one-top-box .header-top-right {
    margin-right: 5px;
  }
}

@media (max-width: 1400px) {
  .header-two-main-wrapper.row {
    justify-content: space-between;
  }

  .header-two .main-menu {
    margin-right: 40px;
  }

  .header-two .navbar-expand-lg .navbar-collapse {
    margin-left: 0px;
    justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .header-one-menu-wrapper .main-menu>ul>li a {
    padding: 29px 0;
  }

  .header-one-main-wrapper.row .site-branding {
    height: 130px;
  }

  .header-two .main-menu>ul>li {
    margin: 0 12px;
  }

  .header-one-main-wrapper .vektor-canva-open {
    padding: 35px 30px;
  }
}

@media (max-width: 1140px) {
  .header-two-main-wrapper .vektor-canva-open {
    width: 114px;
  }

  .site-branding {
    padding-left: 26px;
  }

  .header-two .header-main-center {
    margin-left: 0px;
  }

  .site-branding {
    border: none;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .header-top-right {
    display: none;
  }
}

@media (max-width: 1080px) {
  .header-one-main-wrapper.row .site-branding {
    height: 79px;
  }
}

@media (max-width: 991px) {
  .header-two-canva-wrapper {
    display: none;
  }

  .header-two-main-wrapper.row {
    justify-content: space-between;
  }

  .header-two-main-wrapper.row {
    padding: 10px 0;
  }

  .site-branding,
  .header-two-contact-wrapper {
    padding: 0;
    margin-left: 10px;
  }

  .header-two .header-main-center {
    margin-left: 0;
  }

  .header-two-top-box .header-top-left {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .col-auto.col-xxl-7.col-xl-9.header-middle-wrapper {
    border-bottom: 0;
  }

  .header-one-main-wrapper.row {
    justify-content: space-between;
  }

  @media (max-width: 575px) {
    .header-one-main-wrapper.row .site-branding {
      width: auto;
    }
  }
}

@media (max-width: 575px) {
  .header-two-contact-wrapper {
    flex-direction: column;
  }

  .header-two-contact-wrapper>.header-two-contact>.contact-info {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .header-two-contact>.contact-icon {
    padding-left: 0;
  }

  .header-two-contact-wrapper {
    margin-left: 0;
  }

  .header-two-top-box {
    flex-direction: column;
  }

  .contact-icon {
    padding-left: 0px;
  }

  .header-two-social-info {
    justify-content: center;
  }

  .header-top-right {
    margin-right: 0px;
  }

  .header-two-contact {
    margin-bottom: 6px;
  }

  .header-two-contact-wrapper>.header-two-contact {
    justify-content: center;
  }
}

/*===============================
  ===== HEADER CANVA STYLE ======
  =============================== */

.button.vektor-canva-open {
  border-radius: 100px;
  margin-left: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
  color: var(--thm-color);
  cursor: pointer;
  overflow: hidden;
}

.button.vektor-canva-open:hover {
  background-color: var(--thm-color);
  color: var(--white-color);
}

.vektor-canva-open.canva-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--thm-color);
  color: var(--color-white);
}

.vektor-canva-open.canva-close:hover {
  background-color: var(--bg-color);
  color: var(--thm-color);
}

/* close icon */
.close-line-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.canva-close-line.close-line-1,
.canva-close-line.close-line-2,
.canva-close-line.close-line-3,
.canva-close-line.close-line-4 {
  position: absolute;
  height: 2px;
  width: 55%;
  background-color: var(--color-white);
  transition: all .3s ease-in-out;
}

.canva-close-line.close-line-1 {
  top: 49%;
  left: 12px;
  transform: rotate(47deg);
  transition-delay: 100ms;

}

.canva-close-line.close-line-2 {
  top: 49%;
  transform: rotate(-47deg);
  left: 12px;
}

.canva-close-line.close-line-3 {
  transform: rotate(47deg);
  top: -21%;
  left: -41%;
  transition-delay: 100ms;
  background-color: var(--thm-color);
}

.canva-close-line.close-line-4 {
  top: -34%;
  transform: rotate(-47deg);
  left: 49px;
  background-color: var(--thm-color);
}

.close-line-wrapper:hover .canva-close-line.close-line-1 {
  top: 123%;
  left: 50px;
  transform: rotate(47deg);
}

.close-line-wrapper:hover .canva-close-line.close-line-2 {
  top: 119%;
  transform: rotate(-47deg);
  left: -28px;
}

.close-line-wrapper:hover .canva-close-line.close-line-3 {
  top: 49%;
  left: 12px;
}

.close-line-wrapper:hover .canva-close-line.close-line-4 {
  top: 49%;
  left: 12px;
}

.headere-sidebar-textwidget {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  display: flex;
  transform: translateX(130%);
  transition: transform 600ms ease, opacity 600ms ease;
  -webkit-transition: transform 600ms ease, opacity 600ms ease;
  -o-transition: transform 600ms ease, opacity 600ms ease;
  background: var(--color-black);
  border-left: 2px solid var(--thm-color);
}

.vektor-header-template-one .navbar {
  padding: 0;
}

.canva-vektor-wrapper.active .vektor-canva-content {
  transform: translateX(0%);
}

.header-sidebar-content-inner {
  margin-top: 40px;
}

.header-sidebar-title {
  font-weight: 500;
  margin-bottom: 17px;
  color: var(--color-white);
  font-size: 30px;
}

.header-sidebar-desc {
  margin-bottom: 24px;
  color: #d9d9d9;
}

.header-sidebar-contact-info {
  margin-bottom: 40px;
  font-weight: 500;
  margin-top: 31px;
}

.header-sidebar-contact-info-title {
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--color-white);
  font-size: 30px;
}

.header-sidebar-contact-info ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-contact-info ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #d9d9d9;
}

.header-sidebar-contact-info ul li i {
  color: var(--color-white);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: var(--thm-color);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 14px;
}

.header-sidebar-social-icon {
  margin-top: 38px;
}

.header-sidebar-social-icon ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-social-icon ul li {
  list-style: none;
  display: inline;
}

.header-sidebar-social-icon ul li a {
  color: var(--thm-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--color-white);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.header-sidebar-social-icon ul li a:hover {
  background: var(--thm-color);
  color: var(--color-white);
}

.header-sidebar-toggle a {
  position: absolute;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 20px;
  right: 25px;
  color: var(--white-color);
  opacity: 1;
  font-size: 20px;
  background: var(--thm-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* overlay */
.header-sidebar-toggle a:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.canva-vektor-wrapper .overlay-canva.vektor-canva-open {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgb(6 18 39);
  opacity: .9;
  visibility: hidden;
  transition: all ease .8s;
}

.canva-vektor-wrapper.active .overlay-canva.vektor-canva-open {
  opacity: .9;
  visibility: visible;
  width: 100%;
}

/* LINE ICON */
.canva-line-wrapper {
  height: 60px;
  width: 60px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.canva-line.canva-line-1,
.canva-line.canva-line-2,
.canva-line.canva-line-3,
.canva-line.canva-line-4 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--color-black);
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

.canva-line.canva-line-3,
.canva-line.canva-line-4 {
  left: 160%;
}

.canva-line.canva-line-2,
.canva-line.canva-line-4 {
  transition-delay: 100ms;
}

.canva-line.canva-line-2,
.canva-line.canva-line-4 {
  top: 33px;
}

.vektor-canva-open:hover .canva-line.canva-line-1,
.vektor-canva-open:hover .canva-line.canva-line-2 {
  left: -30%;
}

.vektor-canva-open:hover .canva-line.canva-line-3,
.vektor-canva-open:hover .canva-line.canva-line-4 {
  left: 50%;
}

/* DOTS ICON */
.canva-dot {
  height: 5px;
  width: 5px;
  background: var(--color-black);
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

.canva-dot.canva-dot-2 {
  left: 42%;
}

.canva-dot.canva-dot-3 {
  left: 59%;
}

.canva-dot.canva-dot-4 {
  top: 53%;
  left: 42%;
}

.canva-dot.canva-dot-5 {
  top: 53%;
  left: 50%;
}

.canva-dot.canva-dot-6 {
  top: 53%;
  left: 59%;
}

.vektor-canva-open:hover .canva-dot-1,
.vektor-canva-open:hover .canva-dot-2,
.vektor-canva-open:hover .canva-dot-3,
.vektor-canva-open:hover .canva-dot-4,
.vektor-canva-open:hover .canva-dot-5,
.vektor-canva-open:hover .canva-dot-6 {
  height: 4px;
  width: 13px;
}

/*======================================
  <======= FOOTER COMPNAY ADDON =======>
  ======================================*/

.vektor-company-about-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.company-logo {
  display: contents;
}

.company-about-dec {
  margin-top: 23px;
  color: var(--body-color);
  font-family: var(--content-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-social-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-social-wrapper ul li {
  display: inline-block;
}

.about-social-wrapper {
  margin-top: 35px;
}

.about-social-wrapper ul li a {
  width: 40px;
  height: 40px;
  background: #292929;
  border-radius: 100%;
  padding: 13px 16px;
  color: var(--color-white);
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-social-wrapper ul li a:hover {
  background-color: var(--thm-color);
}

.footer-addons .widget-title {
  margin: 0;
  padding: 0;
  letter-spacing: -0.3px;
  margin-bottom: 11px;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/*==================================
  <======= PAGE LINKS ADDONS =======>
  ==================================*/

.vektor-page-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vektor-page-links ul li {
  display: block;
}

.vektor-page-links ul li a {
  position: relative;
  color: var(--body-color);
  font-family: var(--content-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.vektor-page-links ul li a:hover {
  color: var(--thm-color);
}

.vektor-page-links ul li .icon {
  display: inline-block;
  margin-right: 5px;
}

/*==================================
  <======= SUBSCRIBE ADDONS =======>
  ==================================*/

.vektor-subscribe-item input[type="email"] {
  margin: 0;
  border: 1px solid #2f3336;
  background: transparent;
  color: var(--color-white);
  width: 90%;
}

.vektor-subscribe-item input[type="email"]::placeholder {
  color: var(--color-white);
  font-family: var(--content-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.vektor-subscribe-box .sort-dec {
  color: var(--body-color);
  margin-bottom: 23px;
}

.vektor-subscribe-item input[type="submit"] {
  padding: 17px 40px;
  margin-top: 15px;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.vektor-subscribe-item input[type="submit"]:hover {
  background: var(--color-white);
  color: var(--thm-color);
}

/*====================================
  <======= FOOTER MENU ADDONS =======>
  ====================================*/
.vektor-footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vektor-footer-menu ul li {
  display: inline-flex;
  align-items: center;
}

.vektor-footer-menu ul li a {
  padding: 17px 57px 28px 57px;
  border-right: 1px solid #252222;
  border-top: 0;
  border-bottom: 0;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.vektor-footer-menu ul li a:hover {
  color: var(--thm-color);
}

.vektor-footer-menu ul li:first-child a {
  border-left: 1px solid #252222ed;
}

.vektor-footer-menu ul li:last-child a {
  border-right: 1px solid #252222ed;
}

@media only screen and (max-width: 1399px) and (min-width: 1140px) {
  .vektor-footer-menu ul li a {
    padding: 28px;
  }
}

@media (max-width: 1140px) {
  .vektor-footer-menu ul li a {
    width: 200px;
    margin-bottom: 10px;
  }

  .vektor-footer-menu ul li a,
  .vektor-footer-menu ul li:first-child a,
  .vektor-footer-menu ul li:last-child a {
    border: none;
  }
}

@media (max-width: 991px){
.vektor-footer-menu ul li a {
	padding: 20px 0;
}
}

/*==============================
  <======= SLIDER STYLE =======>
  ==============================*/

.vektor-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-shape-one {
  position: absolute;
  height: 122%;
  width: 220px;
  top: -8%;
  right: 289px;
  z-index: 1;
  transform: rotate(25.348deg);
  background-color: rgba(255, 255, 255, 0.1);
}

.slider-shape-two {
  position: absolute;
  height: 122%;
  width: 80px;
  top: -8%;
  right: 283px;
  z-index: 1;
  transform: rotate(25.348deg);
  background-color: rgba(255, 255, 255, 0.06);
}

.vektor-table {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.vektor-table-bg {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #F5F5F5 47.64%, rgba(255, 232, 226, 0.49) 68.71%, rgba(223, 95, 65, 0.00) 99.86%);
  top: 0;
  left: 0;
}

.vektor-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.slider-item-bg {
  height: 855px;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-stitle {
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  color: var(--thm-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.slide-stitle-three {
  color: var(--color-white);
  margin-top: 0;
}

.slide-stitle .line {
  height: 1px;
  width: 60px;
  background-color: var(--thm-color);
  margin-right: 20px;
}

.slide-stitle-three .line {
  background-color: var(--color-white);
}

.slide-title {
  margin-bottom: 40px;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stroke-title {
  display: inline-block;
  color: rgba(255, 255, 255, 0.10);
  text-shadow: 5px 9px 30px rgba(51, 51, 51, 0.16);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 200px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -8px;
  mix-blend-mode: soft-light;
  margin-top: -136px;
  margin-left: -142px;
}

.title-style-one {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 160px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -6.4px;
  text-transform: uppercase;
}

.slide-title-two {
  margin-bottom: 40px;
  font-family: var(--heading-font);
  color: var(--color-black);
  font-size: 72px;
  font-weight: 600;
  line-height: 82px;
}

.slide-title-three {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 72px;
  font-weight: 600;
  line-height: 82px;
}

.slide-title span {
  color: var(--theme-color);
}

.slide-desc {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 52px;
  position: relative;
}

.slide-desc-two {
  color: var(--color-black);
}

.desc-style-one {
  font-family: var(--heading-font);
  margin-top: -121px;
  padding: 80px 0px 0px 10px;
  color: var(--color-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 0;
}

.vektor-slide-dec {
  position: relative;
  width: 986px;
}

.slide-desc-bg {
  content: "";
  background-color: var(--thm-color);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.slider-arrow-wrapper button {
  height: 103px;
  width: 103px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: absolute;
  top: 55%;
  left: 0;
  margin-bottom: 0;
  border: transparent;
  background: var(--theme-color);
  color: var(--white-color);
}

button.slider-next.slick-arrow {
  background: var(--color-white);
  color: var(--theme-color);
}

button.slider-prev.slick-arrow {
  top: 388px;
}

.slider-social-area {
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.slider-social-area ul li {
  list-style: none;
  display: inline-block;
}

.slider-social-area ul li a {
  padding: 8px 15px;
  color: var(--white-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slider-social-area ul li a:hover {
  color: var(--theme-color);
}

.slider-dots-wrapper .slick-dots {
  position: absolute;
  width: 500px;
  height: 100px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  bottom: 0;
  margin: 0;
  padding: 0;
  right: 0;
}

.slider-dots-wrapper .slick-dots::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  left: -100px;
  top: 0;
  background: var(--thm-color);
  mix-blend-mode: multiply;
}

.slider-dots-wrapper .slick-dots li:first-child {
  margin-left: 45px;
}

.slider-dots-wrapper .slick-dots li {
    display: block;
    margin-top: 4px;
}

.slider-dots-wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  background: var(--thm-color);
  border-radius: 50px;
  transition: all 0.3s ease-in;
  border: none;
  margin-right: 30px;
}

.slider-dots-wrapper .slick-dots li.slick-active button {
  outline: 2px solid var(--thm-color);
  outline-offset: 4px;
  background-color: transparent;
}

.header-template-two-activate .slider-item-bg {
  height: 760px;
}

.header-template-two-activate .slide-stitle {
  margin-top: 0;
}

/*================================
  <======= SLIDER COUNTER =======>
  ================================*/

.slider-counter-wrapper .slick-dots {
  position: absolute;
  top: 31%;
  left: 120px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-counter-wrapper .slick-dots li button {
  border: none;
  height: 67px;
  width: 67px;
  border-radius: 100px;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  background: transparent;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  transition: all 0.3s ease-in;
}

.slider-counter-wrapper .slick-dots li.slick-active button {
  background-color: var(--color-white);
  color: var(--thm-color);
}

.slider-counter-wrapper .slick-dots li:last-child button {
  margin-bottom: 0;
}

.slider-button-wrapper {
  display: flex;
  align-items: center;
}

.slide-three-btn-one {
  margin-top: -92px;
}

.slider-button-wrapper .secondary-btn {
  margin-left: 30px;
}

.slider-button-wrapper .secondary-btn .button-two {
  padding: 17px 27px 18px 27px;
  border: 1px solid var(--color-white);
}

.slider-two-btn-two {
  margin-left: 30px;
}

.slider-button-wrapper .theme-button {
  border: none;
}

.slider-button-wrapper .theme-button .main-icon {
  transition: all 0.1s ease-in;
  transform: rotate(-45deg);
}

.slider-button-wrapper .theme-button:hover .main-icon {
  transform: rotate(0);
}

.header-template-two-activate .slider-content-box {
  margin-top: 0px;
  margin-bottom: 45px;
}

.slider-content-box {
  margin-top: 115px;
  position: relative;
}

.slider-three-content-box {
  margin-left: 100px;
  margin-top: 0;
  margin-bottom: 105px;
}

.slider-content-box .slider-button-wrapper .slider-two-btn-one {
  background-color: var(--thm-color);
  color: var(--color-white);
}

.slider-button-wrapper .slide-two-btn-one .button-icon {
  background-color: var(--color-white);
}

.slider-button-wrapper .slide-two-btn-one::before {
  background-color: var(--color-white);
}

.slider-button-wrapper .slide-two-btn-one:hover {
  color: var(--color-black);
}

.slider-button-wrapper .slide-two-btn-one:hover .button-icon {
  background-color: var(--thm-color);
}

.slider-button-wrapper .slide-two-btn-one:hover .button-icon {
  color: var(--color-white);

}

.slider-button-wrapper .slide-two-btn-one .button-icon {
  color: var(--thm-color);
}

.slider-content-box .slider-button-wrapper .slider-two-btn-two {
  margin-left: 30px;
  border: 1px solid #f0ebea;
  color: var(--color-black);
}

.slider-content-box .slider-button-wrapper .slider-two-btn-two:hover {
  color: var(--color-white);
}

/*==============================
  <======= FIX SIDE BAR =======>
  ==============================*/
.vektor-slider-social {
  position: absolute;
  top: 26%;
  left: 25px;
  width: 100px;
  height: 65%;
  margin: auto;
}

.slider-social-wrap .socials-title {
  color: var(--color-black);
  transform: rotate(-90deg);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.slider-social-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: space-between;
}

.slider-social-line {
  height: 60px;
  width: 2px;
  background-color: var(--color-black);
  margin-top: 61px;
  margin-bottom: 20px;
}

.slider-social-wrap ul {
  list-style: none;
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
  margin-left: 22px;
}

.slider-social-wrap ul li a {
  color: var(--color-black);
  margin-bottom: 22px;
}

.slider-social-wrap ul li a:hover {
  color: var(--thm-color);
}

/*===============================
  <======= SLIDER BOTTOM =======>
  ===============================*/

.vektor-table-cell .slider-bottom-wrapper {
  padding: 43px;
  background-color: var(--thm-color);
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 600px;
}

.slider-bottom-wrapper-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.slider-bottom-btn {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.slider-bottom-btn i {
  margin-left: 3px;
}

.slider-bottom-wrapper .slider-bottom-btn:hover {
  color: var(--color-black);
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    transform: translateY(15%);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    transform: translateY(15%);
  }
}

@media (max-width: 1700px) {
  .vektor-slider-social {
    left: 0px;
  }
}

@media (max-width: 1600px) {
  .slider-counter-wrapper .slick-dots {
    left: 20px;
  }

  .stroke-title {
    font-size: 175px;
    margin-left: -90px;
  }

  .header-template-two-activate .slider-content-box {
    margin-left: 50px;
  }

  .header-two-main-wrapper .vektor-canva-open {
    width: 95px;
  }
}

@media (max-width: 1500px) {
  .header-template-two-activate .slider-content-box {
    margin-left: 100px;
  }
}

@media (max-width: 1400px) {
  .title-style-one {
    font-size: 145px;
  }

  .desc-style-one {
    margin-top: -113px;
  }
}

@media (max-width: 1399px) {

  .slide-title-three {
    font-size: 59px;
    line-height: normal;
  }

}

@media (max-width: 1360px) {

  .slide-title-two {
    font-size: 69px;
    line-height: normal;
  }
}

@media screen and (max-width: 1200px) {
  .title-style-one {
    font-size: 140px;
  }

  .desc-style-one {
    margin-top: -111px;
  }

  .slider-content-box {
    margin-top: 0;
  }

  .slider-arrow-wrapper button {
    height: 70px;
    width: 70px;
    font-size: 25px;
    top: 53%;
  }

  button.slider-prev.slick-arrow {
    top: 403px;
  }
}

@media (max-width: 1199px) {
  .header-template-two-activate .slider-content-box {
    margin-left: 0;
  }

  .stroke-title {
    font-size: 150px;
    margin-left: -105px;
    margin-top: -108px;
  }

  .slide-title-three {
    font-size: 55px;
    line-height: normal;
  }

  .slide-three-btn-one {
    margin-top: -84px;
  }
}

@media (max-width: 1140px) {
  .vektor-slider-social {
    display: none;
  }
}

@media screen and (max-width: 1080px){
	.header-template-two-activate .slider-content-box {
	margin-bottom: 0;
}
}

@media screen and (max-width: 1080px) {
  .desc-style-one {
    font-size: 41px;
    line-height: normal;
  }

  .vektor-slide-dec {
    width: 705px;
  }

  .stroke-title {
    font-size: 120px;
    margin-left: -33px;
    margin-top: -80px;
  }

  .slide-three-btn-one {
    margin-top: 0px;
  }

  .slider-three-content-box {
    margin-left: 0;
  }

  .slider-counter-wrapper .slick-dots {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .stroke-title {
    font-size: 110px;
    margin-left: -77px;
  }

  .stroke-title {
    font-size: 75px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .slider-dots-wrapper .slick-dots {
    display: none;
  }

  .vektor-slide-dec {
    width: 460px;
  }

  .slider-dots-wrapper .slick-dots {
    right: 100px;
  }

  .slider-dots-wrapper .slick-dots:hover {
    right: 100px;
  }

  .slide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .header-template-two-activate .slide-title {
    font-size: 60px;
    line-height: normal;
  }

  .title-style-one {
    font-size: 80px;
    line-height: normal;
  }

  .desc-style-one {
    margin-top: -82px;
    padding-top: 50px;
    font-size: 30px;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .slider-item-bg {
    height: 850px;
  }

  .header-template-two-activate .slide-title {
    font-size: 53px;
    line-height: normal;
  }

  .stroke-title {
    margin-left: 0;
    margin-top: -57px;
  }

  .slide-three-btn-one {
    margin-top: 17px;
  }

  .vektor-table-cell .slider-bottom-wrapper {
    max-width: 480px;
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .vektor-slider-social {
    display: none;
  }

  .slide-three-btn-one {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .header-template-two-activate .slide-title {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 30px;
  }

  .vektor-slide-dec {
    width: 290px;
  }

  .slide-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .desc-style-one {
    margin-top: -69px;
    padding-top: 35px;
    font-size: 22px;
  }

  .slider-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-button-wrapper .slider-two-btn-two {
    margin-top: 20px;
  }

  .slider-content-box .slider-button-wrapper .slider-two-btn-two {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .title-style-one {
    font-size: 65px;
  }

  .slider-button-one {
    margin-top: 0px;
  }

  .stroke-title {
    letter-spacing: 0;
    font-size: 43px;
  }

  .slider-bottom-wrapper-title {
    font-size: 20px;
  }
}

/*===============================
  <======= COUNTER STYLE =======>
  ==============================*/

.vektor-counter-box {
  padding: 50px;
  background: #212121;
  margin-bottom: 20px;
}

.counter-number,
.counter-item {
  display: flex;
  align-items: center;
}

.counter-item {
  padding-bottom: 13px;
}

.counter-icon {
  color: var(--color-white);
  font-size: 61px;
  position: relative;
}

.counter-icon::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background-color: rgba(217, 217, 217, 0.08);
  border-radius: 100px;
  top: 20px;
  left: 15px;
  transition: all 0.4s ease-in-out;
}

.vektor-counter-box:hover .counter-icon::before {
  top: -6px;
  left: -7px;
}

.counter-icon svg path {
  transition: all 0.4s ease-in-out;
}

.counter-number {
  color: var(--thm-color);
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-top: 26px;
}

.counter-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 5px;
}

.counter-contents {
  margin-top: 6px;
  font-family: var(--content-font);
  font-weight: 500;
  line-height: 26px;
}

/*==================================
  <======= COUNTER V2 STYLE =======>
  ==================================*/
.vektor-counter-v2-box {
  text-align: center;
  border: 1px solid #EEEDED;
  background-color: var(--color-white);
  overflow: hidden;
  margin-bottom: 20px;
}

.counter-v2-number {
  color: var(--thm-color);
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}

.counter-v2-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 5px;
}

.counter-v2-content {
  border: 1px solid #EEEDED;
  background-color: var(--color-white);
  padding: 25px;
}

.counter-v2-img {
  position: relative;
}

.counter-v2-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.counter-v2-img::before {
  content: "";
  position: absolute;
  background: transparent;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.vektor-counter-v2-box:hover .counter-v2-img::before {
  background: rgba(223, 95, 65, 0.73);
}

@media (max-width: 991px) {
  .vektor-counter-v2-box {
    margin-bottom: 20px;
  }
}

/*============================
  <======= TEAM STYLE =======>
  ============================*/

.vektor-team-social-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.team-content-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.vektor-team-social-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vektor-team-social-wrap ul li {
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.vektor-team-social-wrap ul li a {
  width: 0;
  height: 35px;
  color: var(--color-black);
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.vektor-team-social-wrap ul li a:hover {
  color: var(--thm-color);
}

.vektor-team-wrp .team-contents {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin-bottom: 13px;
  filter: grayscale(1);
}

.vektor-team-wrp .team-contents:hover {
  filter: grayscale(0);
}

.vektor-team-wrp .team-contents:hover .vektor-team-social-wrap ul li a {
  width: 35px;
  opacity: 1;
  visibility: visible;
}

.vektor-team-wrp .team-contents {
  border: none;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.vektor-team-wrp .team-contents:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.vektor-team-wrp .team-contents:hover::after {
  background: linear-gradient(90deg, rgba(223, 95, 65, 0.56) 6.43%, rgba(0, 0, 0, 0.00) 73%);
  mix-blend-mode: color;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.64;
}

.vektor-team-wrp .team-content-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1111;
}

.vektor-team-wrp .team-content-box ul li {
  margin: 0;
}

.team-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  margin-bottom: 1px;
  position: relative;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.team-title a {
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  color: var(--color-white);
}

.team-title a:hover {
  color: var(--color-black);
}

.team-stitle {
    color: var(--thm-color);
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    max-width: 106px;
    height: 30px;
    display: flex;
    align-items: center;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    position: relative;
    padding-left: 20px;
}

.team-stitle::before,
.team-title::before {
  position: absolute;
  content: "";
  background: var(--color-white);
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  left: 0px;
}

.team-title::before {
  background-color: var(--thm-color);
}

.vektor-team-wrp .team-contents:hover .team-stitle,
.vektor-team-wrp .team-contents:hover .team-title,
.vektor-team-wrp .team-contents:hover .team-title a {
  visibility: visible;
}

.vektor-team-wrp .team-contents:hover .team-stitle::before,
.vektor-team-wrp .team-contents:hover .team-title::before {
  width: 100%;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .vektor-team-items .team-contents {
    min-height: 400px;
  }

  .vektor-team-items .team-item {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .vektor-team-items .team-item:first-child {
    padding-left: 10px;
  }

  .vektor-team-items .team-item {
    padding: 0 10px;
  }

  .vektor-team-items .team-item:last-child {
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .team-contents {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .vektor-team-wrp .team-contents {
    min-height: 750px;
  }
}

@media (max-width: 450px) {
  .vektor-team-wrp .team-contents {
    min-height: 400px;
  }
}

/*=====================================
  <======= TEAM  DETAILS STYLE =======>
  =====================================*/

.team-details-wraper .row {
  align-items: center;
}

.team-info-wrapper-area {
  margin-left: 65px;
}

.team-details-title {
  margin-bottom: 6px;
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.team-details-designation {
  margin-bottom: 20px;
  color: var(--thm-color);
  font-weight: 500;
  line-height: normal;
}

.team-sort-dec {
  margin-bottom: 24px;
}

.team-social-area {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}

.team-social-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-area ul li {
  display: inline-block;
}

.team-social-area ul li a {
  height: 40px;
  width: 40px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-color);
  font-size: 12px;
  margin-right: 7px;
  transition: all 0.4s ease-in-out;
}

.team-social-area ul li a:hover {
  color: var(--color-white);
  background: var(--thm-color);
}

.team-details-contact-area {
  display: flex;
  margin-bottom: 30px;
}

.team-details-icon {
  height: 57px;
  width: 57px;
  min-width: 57px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: var(--thm-color);
  background-color: var(--color-white);
}

.team-details-contact-area {
  display: inline-flex;
  margin-bottom: 30px;
  width: 49%;
}

.team-details-wraper .team-datails-image img {
  width: 561px;
  height: 558px;
  object-fit: cover;
}

.team-details-contact-label {
  font-family: var(--heading-font);
  margin-bottom: 2px;
}

.team-details-contact-text {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}


@media (max-width: 1080px){
	.team-info-wrapper-area {
  margin-left: 25px;
 }
}


@media (max-width: 991px) {
  .team-info-wrapper-area {
    margin-left: 0px;
  }

  .team-datails-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .team-details-contact-area {
    width: 100%;
  }

  .team-details-contact-area:last-child {
    margin-bottom: 0;
  }
}

/*====================================
  <======= WORK PROCESS STYLE =======>
  ===================================*/

.work-process-item {
  transition: all .3s ease-in-out;
}

.work-process-image {
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  position: relative;
  margin-bottom: 25px;
  transition: all .3s ease-in-out;
  background-color: var(--color-white);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: var(--thm-color);
}

.work-process-image::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 300px;
  background-color: #d9d9d9;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  z-index: 0;
}

.work-process-image:last-child::after {
  display: none;
}

.work-process-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.work-process-item a {
  display: block;
}

.work-process-desc {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
  padding-right: 30px;
}

.work-process-count {
  display: inline-block;
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: var(--heading-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.work-process-image svg path {
  transition: all .3s ease-in-out;
}

.work-process-item:hover .work-process-image {
  background-color: var(--thm-color);
}

.work-process-item:hover .work-process-image svg path {
  fill: var(--color-white);
}

.work-process-item:hover .work-process-image {
  color: var(--color-white);
	border: transparent
}

@media (max-width: 991px) {
  .work-process-item {
    margin-bottom: 30px;
  }

  .work-process-image::after {
    display: none;
  }
}

/*=================================
  <======= BLOG POST STYLE =======>
  =================================*/

.vektor-blog-image {
  position: relative;
}

.vektor-blog-image a img {
  height: 320px;
}

.vektor-blog-box {
  background: var(--color-white);
  margin-bottom: 30px;
}

.vektor-blog-content {
  padding: 34px 40px 32px 40px;
}

.vektor-blog-image {
  overflow: hidden;
}

.vektor-blog-image img {
  height: 340px;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.4s ease-in-out;
}

.vektor-blog-box:hover .vektor-blog-image img {
  transform: scale(1.05) translateX(2%);
}

.vektor-blog-image span.cat-links {
  position: absolute;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: var(--white-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  left: 30px;
  top: 30px;
  margin: 0;
  color: var(--thm-color);
  z-index: 1;
}

.posted-on i,
.cat-links i {
  color: var(--thm-color);
  margin-right: 7px;
}

.vektor-blog-content ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 7px;
}

.vektor-blog-content ul li {
  display: inline-block;
  color: var(--body-color);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 22px;
  position: relative;
}

.vektor-blog-content ul li a {
  text-transform: uppercase;
  color: var(--body-color);
  font-family: var(--content-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
	margin-bottom: 8px;
}

.vektor-blog-content ul li:last-child:after {
  content: unset;
  margin: 0;
  padding: 0;
}

.vektor-blog-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.vektor-blog-content ul li a:hover {
  color: var(--thm-color);
}

.blog-one-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin: 0;
}

.vektor-blog-dec {
  margin-bottom: 0px;
}

.blog-button {
  padding-top: 30px;
  display: block;
  border-top: 1px solid #e8e8e8;
  margin-top: 22px;
  position: relative;
}

.blog-button .theme-button,
.blog-theme-button .theme-button {
  color: var(--color-black);
  padding: 10px 10px 10px 20px;
}

.blog-button .theme-button .button-icon,
.blog-theme-button .theme-button .button-icon {
  height: 25px;
  width: 25px;
  margin-left: 10px;
}

.blog-button::after,
.blog-theme-button .theme-button::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: var(--thm-color);
  top: 0;
  left: 0;
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.vektor-blog-box:hover .blog-button::after {
  width: 100%;
}

@media (max-width: 450px) {
  .vektor-blog-content ul li {
    margin-bottom: 5px;
  }

  .vektor-blog-content {
    padding: 30px;
  }
}

/*====================================
  <======= WORK PROCESS STYLE =======>
  ===================================*/

.feature-v3-image {
  position: relative;
  height: 270px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.feature-v3-title,
.feature-v3-hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
  transition: 0.4s;
}

.feature-v3-tablecells {
  display: table-cell;
  vertical-align: bottom;
}

/*==================================
  <======= ABOUT IMAGE STYLE =======>
  ==================================*/
.about-image-wrapper .container {
  padding: 0;
}

.about-image-item {
  position: relative;
  display: inline-block;
}

.shape-one-box-wrp,
.about-img-shape-three {
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.shape-one-box-wrp {
  height: 150px;
  width: 150px;
  right: 0;
}

.about-img-shape {
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background: var(--thm-color);
  mix-blend-mode: multiply;
}

.about-img-shape-two-wrp {
  position: absolute;
  height: 173px;
  width: 351px;
  left: 100%;
  top: 150px;
}

.about-img-shape-two {
  height: 100%;
  width: 100%;
  background-color: var(--color-white);
  transition: all 0.4s ease-in-out;
}

.about-img-shape-three {
  width: 351px;
  height: 173px;
  bottom: 0;
}

.about-image-two-content h2,
.about-counter-two-number h2,
.counter-two-symble {
  margin-bottom: 3px;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

.about-counter-number {
  display: flex;
  align-items: flex-end;
}

.about-image-two-content span {
  color: var(--color-white);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about-counter-number .counter-symble,
.counter-two-symble {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}

.about-image-exp-box {
  padding-left: 35px;
  width: 139px;
  height: 161px;
  position: absolute;
  top: 298px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image-exp-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--thm-color);
  mix-blend-mode: multiply;
}

.about-image-exp-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 78px;
  left: 100%;
  background: rgba(223, 95, 65, 0.17);
}

.about-image-two-content {
  position: absolute;
  z-index: 1;
}

.about-small-image {
  position: absolute;
  bottom: 95px;
  left: -125px;
  animation: bounce-anim 8s linear infinite;
}

@keyframes bounce-anim {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 30px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.about-image-item .about-small-image img {
  height: 285px;
  width: 270px;
  border: 5px solid var(--color-white);
}

.about-image-counter-two {
  position: absolute;
  z-index: 99;
  bottom: -86px;
  left: -150px;
  width: 320px;
  height: 390px;
}

.about-image-counter-two .counter-two-image {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.about-image-counter-two .counter-two-image img {
  height: 310px;
  object-fit: cover;
  width: 100%;
}

.about-counter-two-number {
  display: flex;
  align-items: center;
}

.about-image-content.count-process {
  position: relative;
  z-index: 99;
}

.about-counter-number h2,
.about-counter-title {
  color: var(--color-white);
}

.about-counter-title {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.counter-two-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
}

.about-image-content-two {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: var(--thm-color);
}

@media screen and (max-width: 1360px) {
  .about-image-item .about-small-image img {
    height: 245px;
    width: 220px;
  }

  .about-small-image {
    left: -26px;
  }

  .about-image-counter-two {
    left: -100px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .about-small-image {
    right: -20px;
  }

  .about-image-counter-two {
    left: -30px;
  }
}

@media screen and (max-width: 991px) {
  .about-image-counter-two {
    left: -97px;
  }
}

@media screen and (max-width: 768px) {
  .about-image-counter-two {
    left: 40px;
  }	
	
  .about-small-image {
    left: auto;
    right: -21px;
  }
}

@media screen and (max-width: 767px){
	.about-image-counter-two .counter-two-image img {
    height: 385px;
}
}

@media screen and (max-width: 575px) {
  .about-image-item .about-small-image img {
    height: 215px;
    width: 200px;
  }
}

@media screen and (max-width: 450px) {
  .about-image-item .about-small-image img {
    height: 150px;
    width: 135px;
    border: 3px solid var(--color-white);
  }

  .about-image-counter-two {
    left: 25px;
    width: 225px;
    height: 265px;
  }

  .counter-two-image,
  .about-image-counter-two .counter-two-image img {
    height: 265px;
  }
}

@media only screen and (max-width:575px) {
  .about-small-image {
    display: none;
  }
}

/*================================
  <======= ABOUT US STYLE =======>
  ================================*/

.vektor-about-dec-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vektor-about-dec-list ul li {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}

.vektor-about-dec-list ul li:last-child {
  padding-bottom: 0px;
}

.vektor-about-dec-list ul li .content {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  font-weight: 500;
}

.about-author-wrapper {
  margin-right: 65px;
}

.vektor-about-dec-list .icon {
  color: var(--color-black);
  font-size: 14px;
  border-radius: 100px;
  background-color: #F1F1F1;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 30px;
}

.vektor-about-wrapper {
  padding-top: 50px;
}

.about-info {
  display: flex;
  align-items: center;
}

.about-author-info {
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.about-author-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.author-name {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.author-sname {
  color: var(--body-color);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.vektor-about-botton .theme-button::before {
  background-color: var(--color-white);
}

.vektor-about-botton .theme-button,
.vektor-about-botton .theme-button:hover .button-icon {
  background-color: var(--thm-color);
  color: var(--color-white);
}

.vektor-about-botton .theme-button .button-icon {
  background-color: var(--color-white);
  color: var(--thm-color);
}

.vektor-about-botton .theme-button:hover {
  color: var(--thm-color);
}

@media screen and (max-width: 1200px) {
  .about-author-wrapper {
    margin-right: 40px;
  }
}

@media (min-width:881px) and (max-width: 1140px) {
  .about-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-author-wrapper {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .about-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-author-wrapper {
    margin-bottom: 25px;
  }
}

/*===============================
  <======= FEATURE STYLE =======>
  ===============================*/
.feature-card-img {
  height: 380px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.feature-hover-card,
.feature-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  transition: .4s;
}

.feature-content {
  background: var(--color-black);
  display: flex;
  align-items: center;
  background: var(--color-black);
  display: flex;
  align-items: center;
}

.feature-one-content {
  background-color: var(--color-white);
}

.feature-tablecells,
.feature-tablecell {
  display: table-cell;
  vertical-align: bottom;
}

.feature-counter {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 80px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.feature-icon {
  padding: 26px;
  background-color: var(--thm-color);
  font-size: 55px;
  color: var(--color-white);
}

.feature-two-hover-icon {
  padding-left: 0;
  background-color: transparent;
  padding-bottom: 33px
}

.feature-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.feature-one-title {
  font-size: 24px;
  line-height: 32px;
  padding: 0 26px;
  color: var(--color-black);
}

.feature-two-title {
  padding: 22px 40px 23px 40px;
}

.feature-two-hover-title {
  font-size: 24px;
  line-height: 32px;
  padding: 0;
  padding-right: 40px;
}

.feature-title a {
  color: var(--white-color);
}

.feature-title a:hover {
  color: var(--color-black);
}

.feature-two-hover-title a:hover {
  color: var(--color-white);
}

.feature-tablecell .feature-title {
  margin-bottom: 0;
}

.feature-des {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 27px;
}

.feature-hover-card {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  padding: 40px 40px 32px 40px;
  transition: .4s;
}

.feature-card-img:hover .feature-card {
  visibility: hidden;
  opacity: 0;
}

.feature-card-img:hover .feature-hover-card {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.feature-one-hover-card {
  padding: 60px;
  background-color: var(--color-black);
}

.feature-two-hover-card {
  background: var(--thm-color);
}

.feature-hover-btn-wrapper {
  margin-top: 25px;
}

.feature-btn .theme-button {
  padding: 10px 10px 10px 22px;
}

.feature-btn .theme-button:hover .button-icon {
  background: var(--color-white);
  color: var(--color-black);
}

.feature-btn .theme-button:before {
  background-color: var(--color-black);
}

.feature-btn .theme-button .button-icon {
  height: 25px;
  width: 25px;
  margin-left: 11px;
}

.feature-btn-two a {
  border: 1px solid #2E2E2E;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 24px;
  transform: rotate(-45deg);
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}

.feature-btn-two a:hover {
  color: var(--color-white);
  border-color: var(--color-white);
}

.feature-btn-two .icon-one,
.feature-btn-two .icon-two {
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-btn-two .icon-one {
  left: -30%;
}

.feature-btn-two a:hover .icon-one {
  left: 50%;
}

.feature-btn-two a:hover .icon-two {
  left: 120%;
}

@media (min-width:840px) and (max-width: 1400px) {
  .feature-one-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width:991px) and (max-width: 1200px) {
  .feature-two-title {
    padding: 22px 25px 23px 25px;
  }
}

@media (max-width: 991px) {
  .feature-two-hover-title {
    padding-right: 0px;
  }
}

@media (max-width: 767px){
	.feature-one-hover-card {
    padding: 0px 60px;
}
	
	.feature-tablecells {
		vertical-align: middle;
	}
}

@media (max-width: 450px) {
  .feature-one-content .feature-icon {
    padding: 33px;
  }

  .feature-one-title {
    font-size: 22px;
    line-height: 30px;
  }
}

/*==================================
  <======= FEATURE V2 STYLE =======>
  ==================================*/

.feature-v2-card-img {
  height: 250px;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  background-color: var(--color-white);
}

.feature-v2-content-box {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.feature-v2-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 40px;
}

.feature-v2-content-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  vertical-align: bottom;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.feature-v2-icon-wrapper {
  padding: 28px;
  border: 1px solid var(--thm-color);
  margin-right: 20px;
  background-color: var(--color-white);
}

.feature-v2-icon {
  transition: all 0.4s ease-in-out;
  font-size: 55px;
  color: var(--thm-color);
}

@keyframes bounce-animation {
  0% {
    transform: translate(0);
  }

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

  40% {
    transform: translate(0);
  }

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

  80% {
    transform: translate(0);
  }
}

.feature-v2-card-img:hover .feature-v2-content-box .feature-v2-icon-wrapper .feature-v2-icon {
  animation: bounce-animation .6s;
}

.feature-v2-content-box .theme-button {
  background-color: var(--thm-color);
  color: var(--color-white);
}

.feature-v2-content-box .theme-button .button-icon {
  background-color: var(--color-white);
  color: var(--thm-color);
}

.feature-v2-content-box .theme-button:hover {
  color: var(--thm-color);
}

.feature-v2-content-box .theme-button:hover .button-icon {
  color: var(--color-white);
  background-color: var(--thm-color);
}

.feature-v2-content-box .theme-button::before {
  background-color: var(--color-white);
}

.feature-v2-card-img {
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .feature-v2-title {
    padding: 25px;
  }

  .feature-v2-card-img {
    height: 260px;
  }

  .feature-v2-content-box {
    flex-direction: column;
    align-items: flex-start;
    bottom: 22px;
    left: 57%;
  }

  .feature-v2-icon-wrapper {
    padding: 15px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .feature-v2-card-img {
    background-position: 0 -40%;
    margin-bottom: 20px;
  }

.feature-v2-title {
	padding-left: 44px;
	padding-top: 44px;
}
	
	.feature-v2-card-img {
	height: 300px;
}
}

@media (max-width: 670px){
	.feature-v2-title {
    padding-top: 43px;
    padding-left: 42px;
  }
}

@media (max-width: 610px){
.feature-v2-title {
	padding-top: 32px;
	padding-left: 31px;
}
}

@media (max-width: 575px){
	.feature-v2-card-img {
	height: 260px;	
}

  .feature-v2-title {
    padding: 20px 0px 27px 15px;
  }

  .feature-v2-content-box {
    left: 54%;
  }

  .feature-v2-icon-wrapper {
    font-size: 35px;
    padding: 20px;
    margin-bottom: 15px;
  }

  .feature-v2-card-img {
    background-position: 0 0;
    margin-bottom: 20px;
  }
}

/*====================================
  <======= STROKE TITLE STYLE =======>
  ====================================*/

.vektor-stroke-title {
  display: inline-block;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
  font-family: var(--heading-font);
  font-size: 140px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
}

.vektor-stroke-title-two {
  color: var(--color-white);
  text-shadow: 0px 14px 25px rgba(0, 0, 0, 0.05);
  font-family: var(--heading-font);
  font-size: 125px;
  font-weight: 700;
  line-height: normal;
  left: 15px;
}

@media (max-width: 1400px) {
  .vektor-stroke-title-two {
    font-size: 108px;
  }
}

@media (max-width: 1200px) {
  .vektor-stroke-title-two {
    font-size: 97px;
  }
}

@media (max-width: 1080px) {
  .vektor-stroke-title-two {
    font-size: 90px;
  }
}

@media (max-width: 1024px) {
  .vektor-stroke-title-two {
    font-size: 185px;
    top: -62px;
  }
}

@media (max-width: 991px) {
  .vektor-stroke-title-two {
    font-size: 149px;
    top: -40px;
    left: 60px;
  }
}

@media (max-width: 840px) {
  .vektor-stroke-title-two {
    font-size: 143px;
    left: 20px;
    top: -15px;
  }
}

@media (max-width: 768px) {
  .vektor-stroke-title-two {
    font-size: 105px;
    left: 15px;
  }
}

@media (max-width: 575px) {
  .vektor-stroke-title-two {
    font-size: 84px;
    left: 10px;
  }
}

@media (max-width: 450px) {
  .vektor-stroke-title-two {
    font-size: 56px;
  }
}

/*=====================================
  <======= SECTION TITLE STYLE =======>
  =====================================*/

.vektor-section-title {
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin: auto;
}

.section-description {
  margin-top: 43px;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-small-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.stitle-box {
  position: relative;
  top: 20px;
}

.section-subtitle-padding-right {
  padding-right: 110px;
}

.section-subtitle-padding-left {
  padding-left: 110px;
}

.section-stitle-line,
.section-stitle-line-two {
  position: absolute;
  content: "";
  background-color: var(--thm-color);
  height: 1px;
  width: 28%;
  left: 0;
}

.section-stitle-line-two {
  right: 0;
  left: auto;
}

@media (max-width: 450px) {
  .vektor-section-title-content .vektor-section-title {
    font-size: 35px;
    line-height: 45px;
  }

  .section-stitle-line,
  .section-stitle-line-two {
    width: 23%;
  }

  .section-subtitle-padding-left {
    padding-left: 60px;
  }

  .section-subtitle-padding-right {
    padding-right: 60px;
  }
}

/*==================================
  <======= OUR MISSION STYLE ======>
  ==================================*/

.mission-img {
  overflow: hidden;
}

.mission-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
  transform: scale(1);
}

.mission-item-wrapper:hover .mission-img img {
  transform: scale(1.1);
}

.mission-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-top: 23px;
}

.mission-desc {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .mission-item-wrapper {
    margin-bottom: 40px;
  }
}

/*==================================
  <======= OUR CLIENT STYLE =======>
  ==================================*/

.client-info-wrapper {
  background-color: var(--color-white);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.clients-image-wrapper {
  display: flex;
  align-items: center;
}

.company-image {
  padding: 35px
}

.clients-image-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bg-color);
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients-image-wrapper .client-image img {
  height: 117px;
  width: 117px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.client-image {
  position: relative;
  overflow: hidden;
}

.client-content-box {
    padding: 26px 28px 10px 28px;
}

.client-subtitle {
  color: var(--thm-color);
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.client-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 4px;
}

.client-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #E86344 28.13%, rgba(232, 99, 68, 0.00) 100%);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
}

.client-info-wrapper:hover .client-image::before {
  opacity: 0;
  left: -100px;
}

@media (max-width: 1200px) {
  .client-info-wrapper {
    background-color: var(--color-white);
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
  }
}

/*==================================
  <====== SERVICE TAB STYLE =======>
  ==================================*/

.vektor-service-tab-content .row {
  align-items: center;
}

.tabs-section-wrapper .tab-content {
  padding: 0;
}

.tabs-section-wrapper .service-menu {
  border: 1px solid #272727;
  margin-bottom: 50px;
}

.tabs-section-wrapper .service-menu li button {
  border-radius: 0;
  color: var(--color-white);
  padding: 21px 58px;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  border: none;
  position: relative;
  z-index: 1;
}

.tabs-section-wrapper .service-menu li button::before {
  position: absolute;
  content: "";
  background: #282828;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.tabs-section-wrapper .service-menu li button.active {
  color: var(--color-white);
  background-color: transparent;
}

.tabs-section-wrapper .service-menu li button.active::before {
  background: var(--thm-color);
  mix-blend-mode: multiply;
}

.tabs-section-wrapper .service-menu li {
  padding: 30px 15px;
  border-right: 1px solid #272727;
  margin: 0;
}

.tabs-section-wrapper .service-menu li:first-child {
  padding-left: 30px;
}

.tabs-section-wrapper .service-menu li:last-child {
  padding-right: 30px;
  border: none;
}

.service-tab-custom-content {
  margin-left: 30px;
}

.service-tab-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 22px;
}

.service-tab-desc {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  max-width: 600px;
}

.service-tab-custom-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 45px;
  position: relative;
  margin-top: 34px;
  margin-bottom: 45px;
}

.vektor-service-tab-content .service-tab-custom-content ul li {
  position: relative;
  margin-bottom: 24px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.content-list-item li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.vektor-service-tab-content .service-tab-custom-content ul li:last-child {
  margin-bottom: 0;
}

.service-tab-custom-content ul li::before {
  content: "\f00c";
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  left: -45px;
  height: 30px;
  width: 30px;
  background-color: #252525;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #343434;
  margin-right: 15px;
  font-size: 14px;
  color: var(--color-white);
  min-width: 30px;
  top: -2px;
}

.service-tab-btn {
  margin-top: 37px;
}

.service-tab-btn .theme-button {
  background-color: var(--thm-color);
  color: var(--color-white);
}

.service-tab-btn .theme-button .button-icon {
  background-color: var(--color-white);
  color: var(--thm-color);
}

.service-tab-btn .theme-button:hover {
  color: var(--thm-color);
}

.service-tab-btn .theme-button::before {
  background-color: var(--color-white);
}

.service-tab-btn .theme-button:hover .button-icon {
  background-color: var(--thm-color);
  color: var(--color-white);
}

@media (max-width: 1400px) {
  .tabs-section-wrapper .service-menu li:last-child {
    padding-left: 30px;
  }

  .tabs-section-wrapper .service-menu li {
    border-right: none;
    padding: 20px 15px;
  }
}

@media (max-width: 1200px) {
  .tabs-section-wrapper .service-menu li {
    padding: 20px 30px;
  }

  .tabs-section-wrapper .service-menu li:first-child {
    padding-left: 30px;
  }

  .tabs-section-wrapper .service-menu li:last-child {
    padding-left: 30px;
  }

  .tabs-section-wrapper .service-menu li {
    border-right: none;
  }

  .service-tab-custom-content {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .service-tab-custom-content {
    margin-left: 0;
    margin-top: 80px;
  }
}

@media (max-width: 450px) {
  .tabs-section-wrapper .service-menu li button {
    padding: 22px;
  }
}

/*===============================
  <======= PROJECT STYLE =======>
  ===============================*/

.project-item,
.project-v2-item,
.project-v2-item2,
.vektor-pgrid-item {
  position: relative;
}

.project-image {
  position: relative;
}

.project-item .project-image img {
  width: 100%;
  transition: all 1s;
  height: 600px;
  object-fit: cover;
}

.project-item:hover .project-image img,
.project-v2-item:hover .project-v2-image img,
.project-v2-item2:hover .project-v2-image img {
  filter: grayscale(1);
}

.project-image::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.35s;
}

.project-item:hover .project-image::before,
.project-v2-item:hover .project-v2-image::before,
.project-v2-item2:hover .project-v2-image::before {
  background: rgba(23, 8, 8, 0.22);
}

.project-item:hover .project-content::before,
.project-v2-item:hover .project-v2-content::before,
.project-v2-item2:hover .project-v2-content::before {
  width: 100%;
}

.project-content,
.project-v2-content,
.vektor-pgrid-content {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 60px 70px;
  width: 93%;
}

.project-content::before,
.project-v2-content::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #A54630 58.77%, rgba(0, 0, 0, 0.00) 100%);
  mix-blend-mode: multiply;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  transition: all 0.35s;
}

.project-title,
.project-v2-title {
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  overflow: hidden;
}

.project-cats ul,
.project-v2-cats ul,
.vektor-pgrid-cats ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.project-cats ul li a::before,
.project-v2-cats ul li a::before {
  content: "\2c";
  bottom: 0;
  right: 0;
  position: absolute;
}

.project-cats ul li:last-child a::before,
.project-v2-cats ul li:last-child a::before {
  display: none;
}

.project-cats ul li a,
.project-v2-cats ul li a {
  padding-right: 5px;
}

.project-title a,
.project-v2-title a,
.pgrid-title a {
  color: var(--color-white);
  z-index: 1;
  position: relative;
  top: 100px;
  transition: all 0.7s ease-in-out;
}

.project-title a:hover,
.project-v2-title a:hover {
  color: var(--thm-color);
}

.project-item:hover .project-title a,
.project-v2-item:hover .project-v2-title a,
.project-v2-item2:hover .project-v2-title a,
.project-item:hover .project-cats ul li a,
.project-v2-item:hover .project-v2-cats ul li a,
.project-v2-item2:hover .project-v2-cats ul li a,
.vektor-pgrid-item:hover .vektor-pgrid-cats ul li a {
  top: 0;
}

.project-cats ul li a,
.project-v2-cats ul li a,
.vektor-pgrid-cats ul li a {
  margin-right: 5px;
  color: var(--color-white);
  position: relative;
  top: 100px;
  transition: all .7s ease-in-out;
  font-weight: 500;
}

.project-content-box1,
.project-v2-content-box1 {
  position: absolute;
  background: var(--color-white);
  height: 0;
  width: 106px;
  top: 0;
  right: 106px;
  transition: all .4s ease-in-out;
  transition-delay: 350ms;
}

.project-content-box2,
.project-v2-content-box2 {
  position: absolute;
  background: var(--thm-color);
  height: 0;
  width: 106px;
  bottom: 191px;
  right: 0;
  transition: all .4s ease-in-out;
  transition-delay: 350ms;
}

.project-item,
.project-v2-item,
.project-v2-item2 {
  margin-top: 20px;
}

.vektor-project-wrapper .custom-pagination.post-pagination,
.vektor-project-v2-wrapper .custom-pagination.post-pagination {
  margin-top: 50px;
}

.project-item:hover .project-content-box1,
.project-item:hover .project-content-box2 {
  height: 106px;
}

@media (min-width: 1550px) and (max-width: 1750px) {

  .project-content-box1,
  .project-v2-content-box1 {
    right: 90px;
  }

  .project-content-box1,
  .project-v2-content-box1,
  .project-content-box2,
  .project-v2-content-box2 {
    width: 90px;
  }

  .project-item:hover .project-content-box1,
  .project-item:hover .project-content-box2 {
    height: 90px;
  }

  .project-v2-item .project-v2-content-box1,
  .project-v2-item2 .project-v2-content-box1,
  .project-v2-item .project-v2-content-box2,
  .project-v2-item2 .project-v2-content-box2 {
    height: 90px;
    width: 90px;
  }
}


@media (min-width: 1140px) and (max-width: 1550px) {

  .project-content-box1,
  .project-v2-content-box1 {
    right: 67px;
  }

  .project-content-box1,
  .project-content-box2 {
    width: 67px;
  }

  .project-item:hover .project-content-box1,
  .project-item:hover .project-content-box2 {
    height: 67px;
  }
}

@media (max-width: 768px) {
  .project-content,
  .project-v2-content {
    padding: 40px;
  }

  .project-content-box1,
  .project-v2-content-box1,
  .project-content-box2,
  .project-v2-content-box2 {
    display: none;
  }
}

@media (max-width: 450px) {
  .project-content,
  .project-v2-content {
    bottom: 21px;
  }

  .project-title,
  .project-v2-title {
    font-size: 22px;
    line-height: 32px;
  }
	
	.service-tab-custom-content ul li::before {
	top: 5px;
}
}

/* =========================================
  <============= PROJECT V2 STYLE =========>
  ========================================== */

.project-v2-content {
  width: 94%;
  padding: 45px 50px;
  overflow: hidden;
  left: 0;
  margin: auto;
  bottom: 30px;
}

.project-v2-item .project-v2-image img,
.project-v2-item2 .project-v2-image img {
  transition: all 1s;
  height: 820px;
  object-fit: cover;
  width: 100%;
}

.project-v2-item2 .project-v2-image img {
  height: 400px;
}

.project-v2-content::before {
  background: var(--color-white);
  mix-blend-mode: unset;
}

.project-v2-label {
  position: relative;
  z-index: 1;
  color: var(--body-color);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 155px;
  overflow: hidden;
}

.label-box {
  position: relative;
  top: 30px;
  transition: all .7s ease-in-out;
}

.project-v2-item:hover .label-box,
.project-v2-item2:hover .label-box {
  top: 0;
}

.project-v2-title {
  color: var(--color-black);
  font-size: 24px;
  margin: 0;
  margin-bottom: 2px;
}

.project-v2-title a {
  color: var(--color-black);
}

.project-v2-cats ul li a {
  color: var(--thm-color);
  font-size: 14px;
  transition-delay: 100ms;
}

.project-v2-item:hover .project-v2-content::before,
.project-v2-item2:hover .project-v2-content::before {
  width: 100%;
}

.project-v2-content-box1,
.project-v2-content-box2 {
  background-color: var(--thm-color);
  right: -106px;
  top: -106px;
  height: 106px;
  z-index: 1;
  transition: all .7s ease-in-out;
}

.project-v2-item:hover .project-v2-content-box1,
.project-v2-item2:hover .project-v2-content-box1 {
  top: 0;
  right: 0;
}

.project-v2-content-box2 {
  background-color: var(--bg-color);
  transition-delay: 100ms;
  z-index: 0;
}

.project-v2-item:hover .project-v2-content-box2,
.project-v2-item2:hover .project-v2-content-box2 {
  top: 106px;
  right: 106px;
}

.project-v2-item2:hover .project-v2-content-box2 {
  top: 53px;
  right: 53px;
}

.project-v2-item2 .project-v2-label {
  position: relative;
  z-index: 1;
  color: var(--body-color);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.project-v2-item2 .project-v2-content {
  bottom: 15px;
}

.project-v2-item .project-v2-content-box1,
.project-v2-item2 .project-v2-content-box1,
.project-v2-item .project-v2-content-box2,
.project-v2-item2 .project-v2-content-box2 {
  height: 106px;
  width: 106px;
}

.project-v2-item2 .project-v2-content-box1,
.project-v2-item2 .project-v2-content-box2 {
  height: 53px;
  width: 53px;
}

.project-v2-item:hover .project-v2-item2 .project-v2-content .project-v2-content-box1,
.project-v2-item2:hover .project-v2-item2 .project-v2-content .project-v2-content-box1 {
  top: 0;
  right: 0;
}

.project-v2-item:hover .project-v2-item2 .project-v2-content-box2 {
  top: 53px;
  right: 53px;
}

.project-v2-item2 .project-v2-content .project-v2-title {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .project-v2-item .project-v2-image img,
  .project-v2-item2 .project-v2-image img {
    height: 550px;
  }

  .project-v2-item2 .project-v2-image img {
    height: 265px;
  }
}

@media (max-width: 1399px) {
  .project-v2-item2 .project-v2-content {
    bottom: 13px;
  }
}

@media (max-width: 1199px) {

  .project-v2-item .project-v2-image img,
  .project-v2-item .image-two img,
  .project-v2-item2 .image-two img {
    height: 533px;
  }
}

@media (max-width: 1200px) {
  .project-v2-item2 .project-v2-label {
    margin-bottom: 155px;
  }

  .project-v2-item2 .project-v2-content .project-v2-title {
    font-size: 24px;
    line-height: normal;
  }

  .project-v2-item2 .project-v2-content-box1,
  .project-v2-item2 .project-v2-content-box2 {
    width: 106px;
    height: 106px;
  }

  .project-v2-item:hover .project-v2-content .project-v2-content-box2,
  .project-v2-item2:hover .project-v2-content .project-v2-content-box2 {
    top: 106px;
    right: 106px;
  }
}

@media (max-width: 991px) {

.project-v2-content, .project-v2-item2 .project-v2-content {
	bottom: 26px;
}
}

@media (max-width: 767px) {
  .project-v2-item .project-v2-content-box1,
  .project-v2-item2 .project-v2-content-box1,
  .project-v2-item .project-v2-content-box2,
  .project-v2-item2 .project-v2-content-box2 {
    height: 60px;
    width: 60px;
  }

  .project-v2-item:hover .project-v2-content .project-v2-content-box2,
  .project-v2-item2:hover .project-v2-content .project-v2-content-box2 {
    top: 60px;
    right: 60px;
  }

  .project-v2-item .project-v2-label,
  .project-v2-item2 .project-v2-label {
    margin-bottom: 77px;
  }
}

@media (max-width: 575px) {

  .project-v2-item2 .project-v2-content-box1,
  .project-v2-item2 .project-v2-content-box2 {
    display: block;
  }
}

@media (max-width: 450px) {

  .project-v2-item2 .project-v2-content-box1,
  .project-v2-item2 .project-v2-content-box2 {
    display: none;
  }

  .project-v2-content {
    padding: 20px;
  }

  .project-v2-item2 .project-v2-content .project-v2-label {
    margin-bottom: 20px;
  }

  .project-v2-item .project-v2-label,
  .project-v2-item2 .project-v2-label {
    margin-bottom: 30px;
  }

  .project-v2-content {
    padding: 30px;
  }

  .project-v2-item .project-v2-image img,
  .project-v2-item2 .project-v2-image img {
    height: 350px;
  }
	
	.project-v2-content, .project-v2-item2 .project-v2-content {
	bottom: 13px;
}
}

/* =====================================
  <======== PROJECT GRID STYLE ========>
  ====================================== */
.vektor-pgrid-wrapper .vektor-pgrid-filter {
  margin-bottom: 33px;
}

.vektor-pgrid-menu .vektor-pgrid-filter li {
  font-family: var(--heading-font);
  display: inline;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  margin-right: 26px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  color: var(--color-black);
}

.vektor-pgrid-menu ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--thm-color);
  bottom: 1px;
  left: 0;
  transition: all .3s ease-in-out;
}

.vektor-pgrid-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vektor-pgrid-menu .vektor-pgrid-filter li:hover::before,
.vektor-pgrid-menu ul li.active::before {
  width: 100%;
}

.vektor-pgrid-menu .vektor-pgrid-filter li:hover,
.vektor-pgrid-menu ul li.active {
  color: var(--thm-color);
}

.pgrid-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.pgrid-title a {
  color: var(--color-black);
}

.vektor-pgrid-item:hover .pgrid-title a {
  top: 0;
}

.vektor-pgrid-content {
  padding: 35px 40px;
  position: absolute;
  background-color: transparent;
  width: 81%;
  bottom: 40px;
  left: 0;
  margin: auto;
  overflow: hidden;
}

.vektor-pgrid-content::before {
  content: "";
  position: absolute;
  background-color: var(--color-white);
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  transition: all 0.35s;
}

.vektor-pgrid-item:hover .vektor-pgrid-content::before {
  width: 100%;
}

.vektor-pgrid-item {
  height: 450px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pgrid-box {
  width: 27px;
  height: 27px;
  position: absolute;
  transition: all .7s ease-in-out;
}

.pgrid-box1 {
  background-color: var(--thm-color);
  z-index: 1;
}

.pgrid-box2 {
  background-color: var(--bg-color);
  top: 0;
  right: 0;
  transition-delay: 100ms;
  z-index: 0;
}

.pgrid-box {
  top: -27px;
  right: -27px;
}

.vektor-pgrid-item:hover .pgrid-box1 {
  top: 0;
  right: 0;
}

.vektor-pgrid-item:hover .pgrid-box2 {
  top: 27px;
  right: 27px;
}

.vektor-pgrid-cats ul li a {
  font-size: 14px;
  color: var(--thm-color);
  transition-delay: 100ms;
  line-height: normal;
}

.vektor-pgrid-cats ul li a:hover {
  color: var(--color-black);
}

/* =========================================
  <======== PROJECT DETIALS STYLE =========>
  ========================================== */
.vektor-project-info-img img {
  margin-bottom: 70px;
}

.vektor-project-info-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}

.vektor-project-info-category ul li {
  display: inline-block;
}

.vektor-project-info-category ul li a {
  text-transform: uppercase;
  position: relative;
  margin-right: 5px;
  color: var(--thm-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
}

.vektor-project-info-category ul li a:after {
  content: ",";
  position: absolute;
}

.vektor-project-info-category ul li:last-child a:after {
  content: "";
}

.vektor-project-info-category ul li a:hover {
  color: var(--thm-color);
}

.vektor-project-info-title {
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.vektor-project-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-info-icon {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 100px;
  background: var(--bg-color);
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-right: 15px;
}

.project-info-stitle {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.grohub-portfolio-info-item:last-child {
  border-right: none;
}

.project-info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-black);
  font-family: var(--heading-font);
}

.vektor-project-info-items {
  border-top: 1px solid #E5EAF3;
  border-bottom: 1px solid #E5EAF3;
}

.project-info-content {
  width: 54%;
}

.vektor-project-info-items.row {
  margin: 0;
}

.vektor-project-info-items .item-list {
  display: flex;
  padding: 40px 0;
  border-right: 1px solid #E5EAF3;
  justify-content: center;
}

.vektor-project-info-items .item-list:last-child {
  border-right: none !important;
}

@media screen and (max-width: 767px){
	.vektor-project-info-items .item-list{
		flex-direction: column;
	}
}

/* ======================================
  <======== PRICING TABLE STYLE ========>
  ======================================= */

.vektor-pricing-wrapper {
  background: var(--color-white);
  padding: 50px 60px 60px 60px;
  position: relative;
  border: 2px solid var(--color-white);
  overflow: hidden;
  transition: all 0.35s;
}

.vektor-pricing-wrapper:hover {
  border-color: var(--thm-color);
}

.pricing-sidebox-one,
.pricing-sidebox-two {
  position: absolute;
  height: 42px;
  width: 42px;
  background-color: var(--thm-color);
  top: -45px;
  right: -45px;
  transition: all 0.35s;
  z-index: 1;
}

.pricing-sidebox-two {
  transition: all 0.5s;
  transition-delay: 50ms;
  z-index: 0;
}

.vektor-pricing-wrapper:hover .pricing-sidebox-one {
  top: 0;
  right: 0;
}

.pricing-sidebox-two {
  background-color: var(--bg-color);
}

.vektor-pricing-wrapper:hover .pricing-sidebox-two {
  top: 42px;
  right: 42px;
}

.vektor-price-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.vektor-pricing-price-box {
  display: flex;
  align-items: center;
}

.vektor-table-price {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}

.vektor-pricing-wrapper:hover .vektor-table-price {
  color: var(--thm-color);
}

.vektor-pricing-price-box span {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

.vektor-pricing-amount {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ECECEC;
}

.vektor-pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vektor-pricing-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.vektor-pricing-content ul li:last-child {
  margin-bottom: 0;
}

.pricing-list-icon {
  margin-right: 10px;
  transition: all 0.5s;
}

.vektor-pricing-wrapper:hover .pricing-list-icon {
  color: var(--thm-color);
}

.pricing-list-info {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.vektor-pricing-button .theme-button {
  display: block;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  background-color: #F6F5F3;
  border: none;
  padding: 18px;
}

.vektor-pricing-button .theme-button .button-icon {
  margin: 0;
  background: transparent;
  color: var(--thm-color);
  height: 0;
  width: 0;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

.vektor-pricing-button .theme-button:hover .button-icon {
  color: var(--color-white);
}

.vektor-pricing-button {
  margin-top: 35px;
}

.vektor-pricing-wrapper:hover .vektor-pricing-wrapper:hover {
  color: var(--thm-color);
}

.vektor-pricing-wrapper:hover .vektor-pricing-button .theme-button,
.vektor-pricing-wrapper:hover .vektor-pricing-button .theme-button .button-icon {
  color: var(--color-white);
}

.vektor-pricing-wrapper:hover .vektor-pricing-button .theme-button::before {
  left: 0;
  background-color: var(--thm-color);
}

@media (max-width: 450px) {
  .vektor-pricing-wrapper {
    padding: 25px 30px 30px 30px;
  }

  .vektor-price-title {
    font-size: 20px;
    line-height: normal;
  }

  .vektor-table-price {
    font-size: 40px;
  }

  .pricing-sidebox-one,
  .pricing-sidebox-two {
    height: 35px;
    width: 35px;
    top: -35px;
    right: -35px;
  }

  .vektor-pricing-wrapper:hover .pricing-sidebox-two {
    top: 35px;
    right: 35px;
  }
}

/* =======================================
  <========== HOME CONTACT STYLE ========>
  ======================================== */

.vektor-home-contact-wrapper .row {
  background-color: var(--color-white);
}

.vektor-home-contact-wrapper .vektor-home-contact-card {
  border-right: 1px solid #F0EBEA;
  padding: 0;
}

.vektor-home-contact-wrapper .home-contact-item {
  display: flex;
  align-items: flex-start;
}

.vektor-home-contact-content {
  padding: 30px 35px 31px 35px;
}

.vektor-home-contact-wrapper .vektor-home-contact-card:last-child {
  border: none;
}

.home-contact-info-icon-wrapper {
  padding: 35px;
  border-right: 1px solid #F0EBEA;
  border-bottom: 1px solid #F0EBEA;
}

.home-contact-info-icon {
  font-size: 50px;
  color: var(--thm-color);
  transition: all 0.35s;
}

.home-contact-item:hover .home-contact-info-icon {
  transform: rotateY(180deg);
}

.home-contact-info-title {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 17px;
}

.home-contact-address {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
	display: inline-grid;
}

@media (max-width: 1199px) {
  .vektor-home-contact-wrapper,
  .home-contact-info-icon-wrapper,
  .vektor-home-contact-wrapper .vektor-home-contact-card:first-child .vektor-home-contact-content,
  .vektor-home-contact-wrapper .vektor-home-contact-card {
    border: none;
  }

  .vektor-home-contact-content {
    padding: 0;
    padding-top: 30px;
  }
	
	.vektor-home-contact-wrapper .row {
    padding-bottom: 75px;
    padding-top: 45px;
}
}

/* ============================================
  <====== HOME THREE CONTACT FORM STYLE  =====>
  ============================================= */

.vektor-contact-form-hthree input[type="text"],
.vektor-contact-form-hthree input[type="email"],
.vektor-contact-form-hthree textarea {
  background-color: var(--color-white);
}

.vektor-contact-form .contact-input-button {
  margin-top: 20px;
}

.vektor-contact-form-hthree .contact-input-button {
  margin-top: 22px;
}

/* =========================================
  <=========== CONTACT INFO STYLE =========>
  ========================================== */

.vektor-contact-info-box-wrapper .vektor-contact-info-inner {
  background: var(--thm-color);
  padding: 33px 40px 40px 40px;
}

.info-title {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.info-title-content {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.vektor-contact-info-box-wrapper .vektor-contact-titles {
  margin-bottom: 20px;
}

.vektor-contact-info-box-wrapper .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.vektor-contact-info-box-wrapper .contact-info-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 15px;
  border: 1px solid var(--color-white);
  font-size: 16px;
  color: var(--color-white);
}

.contact-info-label {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.contact-info-dec,
.contact-info-dec a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--heading-font);
}

.contact-info-dec a:hover {
  color: var(--color-black);
}

.vektor-contact-info-box-wrapper .contact-info-item:last-child {
  margin-bottom: 0;
}

.vektor-contact-info-box-wrapper .contact-info-item:last-child {
  border-bottom: none;
}

.info-sub-title {
  color: var(--thm-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .testimonial-rating-box {
    display: none;
  }
}

/* =========================================
  <======= TESTIMONIAL IMAGE STYLE ========>
  ========================================== */

.vektor_testi {
  position: relative;
  display: inline-block;
}

.vektor_testi::before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: -7px;
  width: 100%;
  height: 104%;
  border: 1px solid var(--thm-color);
  border-radius: 51% 49% 52% 48% / 45% 43% 57% 55%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  transform: rotate(369deg);
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.vektor_testi::after {
  position: absolute;
  content: "";
  left: -5%;
  bottom: 15%;
  width: 480px;
  height: 460px;
  border: 1px solid var(--white-color);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape2 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape2 5s linear infinite;
}

@keyframes sliderShape2 {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

/* ================================
  <==========  FAQ STYLE =========>
  ================================= */

.vektor-accordion-wrapper .accordion-item button.accordion-button:focus {
  border: none;
  outline: transparent;
  box-shadow: none;
}

.vektor-accordion-wrapper .accordion-item {
  margin-bottom: 30px;
}

.vektor-accordion-wrapper .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-white);
  background: var(--thm-color);
}

.vektor-accordion-wrapper .accordion-item button.accordion-button {
  border: none !important;
  font-size: 18px;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-black);
  background: var(--bg-color);
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 0;
}

.vektor-accordion-wrapper .accordion-body {
  background-color: var(--bg-color);
  padding: 25px 35px;
}

.vektor-accordion-wrapper .accordion-item button.accordion-button span {
  color: var(--thm-color);
  margin-right: 5px;
}

.vektor-accordion-wrapper .accordion-item .accordion-collapse {
  border: none !important;
}

.vektor-accordion-wrapper .accordion-button::after {
  content: unset;
}

.vektor-accordion-wrapper .accordion-item button.accordion-button .faq-arrow {
  transform: rotate(-180deg);
}

.vektor-accordion-wrapper .accordion-item button.accordion-button.collapsed .faq-arrow {
  transform: rotate(0deg);
}

/* =========================================
  <========= ELEMENTOR MENU STYLE =========>
  ========================================== */

.elementor-widget-container h5 {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.elementor-widget-wp-widget-nav_menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-widget-wp-widget-nav_menu .elementor-widget-container {
  padding: 40px;
  padding-bottom: 22px;
  background: var(--bg-color);
}

.elementor-widget-wp-widget-nav_menu .menu li a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  color: var(--body-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.elementor-widget-wp-widget-nav_menu .menu li a:hover,
.elementor-widget-wp-widget-nav_menu .menu li.current-menu-item a,
.elementor-widget-wp-widget-nav_menu .menu li.current_page_item a {
  color: var(--thm-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.elementor-widget-wp-widget-nav_menu .menu li:last-child a {
  border: none;
  padding-bottom: 0;
}

.elementor-widget-wp-widget-nav_menu .menu li a:after {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 90%;
  float: right;
  line-height: 22px;
}

@media screen and (max-width: 450px) {
  .elementor-widget-wp-widget-nav_menu .menu li a:after {
    display: none;
  }

  .elementor-widget-wp-widget-nav_menu .menu li a {
    line-height: 26px;
  }
}

/* =========================================
  <============= CONTACT INFO CSS =========>
  ========================================== */

.contact-item {
  display: flex;
  align-items: center;
}

.contact-item {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  padding: 18px 0px;
  position: relative;
  overflow: hidden;
}

.contact-item-label {
  color: var(--thm-color);
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-item-icon {
  color: var(--thm-color);
  font-size: 48px;
  margin-right: 35px;
  border-right: 1px solid #E4E4E4;
  padding: 23px 35px 23px 40px;
}

.contact-item-info {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  word-break: break-all;
}

.contact-item .box1,
.contact-item .box2 {
  position: absolute;
  height: 27px;
  width: 27px;
  background-color: rgba(232, 99, 68, 0.15);
  transition: all .4s ease-in-out;
}

.contact-item .box1 {
  top: 0;
  right: 0;
  z-index: 10;
}

.contact-item .box2 {
  background-color: var(--bg-color);
  opacity: 1;
  top: 27px;
  right: 27px;
  transition-delay: 100ms;
}

.contact-item:hover .box1,
.contact-item:hover .box2 {
  top: -27px;
  right: -27px;
}

@media screen and (max-width: 1200px) {
  .contact-item {
    margin-bottom: 20px;
  }

  .contact-area .container {
    margin: 0;
    min-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .contact-item-icon {
    margin-right: 30px;
    padding: 18px 20px 18px 25px;
  }
}

@media screen and (max-width: 450px) {
  .contact-item-info {
    font-size: 20px;
  }

  .contact-item-icon {
    margin-right: 20px;
    padding: 18px 15px 18px 25px;
  }

  .contact-item-icon svg {
    height: 30px;
    width: 30px;
  }
}

/* =========================================
  <============= CONTACT INFO CSS =========>
  ========================================== */

.appointent-info-item {
  display: flex;
  align-items: center;
  background: var(--color-white);
  padding: 10px;
  transition: all .4s ease-in-out;
  margin-bottom: 24px;
}

.appointent-info-item:last-child {
  margin-bottom: 0;
}

.appointent-info-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color);
  transition: all .4s ease-in-out;
  font-size: 45px;
}

.appointent-info-label {
  color: var(--color-black);
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin: 0 30px;
  transition: all .4s ease-in-out;
}

.appointent-info-icon svg path {
  transition: all .4s ease-in-out;
}

.appointent-info-item:hover .appointent-info-label {
  color: var(--thm-color);
}

.appointent-info-item:hover .appointent-info-icon {
  background-color: var(--thm-color);
  color: var(--color-white);
}

.appointent-info-item:hover .appointent-info-icon svg path {
  fill: var(--color-white);
}

@media screen and (max-width: 450px) {
  .appointent-info-icon {
    background-color: transparent;
  }

  .appointent-info-item:hover .appointent-info-icon {
    background-color: transparent;
    color: var(--thm-color);
  }

  .appointent-info-item:hover .appointent-info-icon svg path {
    fill: var(--thm-color);
  }
}

/* =========================================
  <============ APPOINTMENT FORM ==========>
  ========================================== */

.contact-form-ap input[type="text"],
.contact-form-ap input[type="email"],
.contact-form-ap input[type="date"],
.contact-form-ap select {
  background-color: var(--bg-color);
  border: none;
  padding: 14px 25px;
  color: var(--body-color);
  margin-bottom: 20px;
}

.contact-form-ap .contact-input span:after {
  font-size: 16px;
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  padding: 11px 30px;
  font-weight: 400;
}

.contact-form-ap .contact-input.name>span::after {
  content: "\f007";
}

.contact-form-ap .contact-input.email>span::after {
  content: "\f0e0";
}

.contact-form-ap .contact-input.select>span::after {
  content: "\f078";
}

.contact-form-ap .contact-input.time>span::after {
  content: "\f017";
}

.contact-form-ap ::-webkit-calendar-picker-indicator {
  filter: invert(.5);
}

.vektor-contact-form7 .contact-form-ap .contact-input-button {
  margin-top: 10px;
}

.vektor-contact-form7 .contact-input-button button[type="submit"] i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  color: var(--thm-color);
  margin-left: 18px;
}

.vektor-contact-form7 .contact-input-button button[type="submit"]:hover i {
  color: var(--color-white);
  background-color: var(--thm-color);
}

/* ===========================================
  <=========== WIDGET GALLERY STYLE =========>
  ============================================ */
.widget_gallery a {
  width: 79px;
  height: 79px;
  position: relative;
  display: inline-block;
  flex: none;
  margin: 0 4px 10px;
}

.gallery-widget-wrapper a img {
  object-fit: cover;
  width: 100%;
}

/* ===========================================
  =========== VEKTOR PRODUCT STYLE ===========
  ============================================ */

.vektor-product-grid-item {
  position: relative;
}

.vektor-store-product-img {
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out;

}

.vektor-product-wrp .vektor-store-product-img img {
  object-fit: cover;
  transition: all .4s ease-in-out;
  height: 470px;
}

.woocommerce ul.products li.product .price ins {
  background: transparent;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

.vektor-product-offer {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
}

.offer-label {
  background-color: var(--thm-color);
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px;
  margin-bottom: 5px;
}

.offer-label:last-child {
  margin-bottom: 0;
}

.discount-percent {
  background-color: var(--color-black);
}

.vektor-product-cart {
  position: absolute;
  bottom: -77px;
  right: 0;
  padding: 8px 40px 17px 40px;
  background-color: var(--color-white);
  transition: all .4s ease-in-out;
}

.vektor-product-grid-item:hover .vektor-product-cart {
  bottom: 0;
}

.cart-icon {
  font-size: 17px;
  margin-right: 35px;
}

.cart-icon:last-child {
  margin: 0;
}

.vektor-product-content {
  margin-top: 30px;
}

.vektor-store-price-wrp ins {
  background: transparent;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.vektor-store-price-wrp del {
  transition: all .3s ease-in-out;
}

.vektor-store-content {
  margin-top: 30px;
}

.vektor-store-title {
  color: var(--color-black);
  font-family: var(--color-black);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
}

@media (max-width: 991px) {
  .vektor-product-grid-item {
    margin-bottom: 40px;
  }
}

/* =====================================
  <======== SHAPE  CONTROLL CSS =======>
  ====================================== */
.tp-section-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  pointer-events: none;
}

.shapeanimation {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  -webkit-animation-duration: 9s;
  z-index: -1;
}

/* custom animations */
@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}


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

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

  /*=================================
  <======= SECTION BOX STYLE =======>
  ==================================*/

.box-wrapper {
  display: flex;
  position: absolute;
  left: 0;
}

.section-box {
  height: 137px;
  width: 137px;
  position: absolute;
}

.section-box1 {
  left: 137px;
  background-color: rgba(232, 99, 68, 0.10);
}

.section-box2 {
  background-color: rgba(255, 255, 255, 0.04);
  top: 137px;
}

/* @media (max-width: 840px) {
  .box-wrapper .section-box {
    height: 90px;
    width: 90px;
    position: absolute;
  }

  .section-box2 {
    top: 90px;
  }
} */