/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --breakout-font: "DM Sans", sans-serif;
  --breakout-font-two: "Barlow Condensed", sans-serif;
  --breakout-reey-font: "reeyregular";
  --breakout-gray: #000000;
  --breakout-gray-rgb: 114, 109, 123;
  --breakout-white: #ffffff;
  --breakout-white-rgb: 255, 255, 255;
  --breakout-black: #04000b;
  --breakout-black-rgb: 4, 0, 11;
  --breakout-base: #F8DC3A;
  --breakout-base-rgb: 98, 34, 204;
  --breakout-bdr-radius: 8px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--breakout-font);
  color: var(--breakout-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--breakout-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--breakout-black);
  margin: 0;
  font-family: var(--breakout-font-two);
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--breakout-base);
  color: var(--breakout-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 60px 17px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
  border-radius: var(--breakout-bdr-radius);
}

.thm-btn:hover {
  color: var(--breakout-white);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--breakout-black);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: var(--breakout-bdr-radius);
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.section-title {
  margin-top: -12px;
  margin-bottom: 50px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--breakout-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  font-family: var(--breakout-font-two);
}

.section-title__tagline:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: var(--breakout-base);
}

.section-title__title {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--breakout-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--breakout-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--breakout-primary);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--breakout-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--breakout-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
}

.main-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: rgba(var(--breakout-white-rgb), 0.05);
  z-index: -1;
}

.main-menu {
  position: relative;
  padding: 0 55px;
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: block;
}

.main-menu-wrapper__left {
  display: block;
  float: left;
}

.main-menu-wrapper__logo {
  position: relative;
  float: left;
  padding-top: 37px;
  padding-bottom: 37px;
  margin-right: 205px;
}

.main-menu-wrapper__main-menu {
  display: block;
  float: left;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  padding: 34.5px 0;
  align-items: center;
}

.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-wrapper__call-icon {
  position: relative;
  display: flex;
}

.main-menu-wrapper__call-icon span {
  font-size: 30px;
  color: var(--breakout-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
  color: #a09baa;
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
}

.main-menu-wrapper__call-number h5 a {
  color: var(--breakout-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
  color: #a09baa;
}

.main-menu-wrapper__call-number p {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
  color: var(--breakout-white);
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
}

.main-menu-wrapper__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
  margin-right: 80px;
}

.main-menu-wrapper__search-box:before {
  position: absolute;
  top: -5px;
  bottom: -3px;
  right: -30px;
  content: "";
  background-color: rgba(var(--breakout-white-rgb), 0.2);
  width: 1px;
}

.main-menu-wrapper__search {
  font-size: 24px;
  color: var(--breakout-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
  color: #a09baa;
}

.stricky-header.main-menu {
  padding: 0 55px;
  background-color: var(--breakout-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 63px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--breakout-white);
  position: relative;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--breakout-white);
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--breakout-white);
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list > li.current > a::before {
  background-color: var(--breakout-white);
}

.main-menu .main-menu__list > li:hover > a::before {
  background-color: var(--breakout-white);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 0px;
  border-radius: var(--breakout-bdr-radius);
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid rgba(var(--breakout-black-rgb), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--breakout-black);
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul > li:first-child > a,
.stricky-header .main-menu__list li ul > li:first-child > a {
  border-top-left-radius: var(--breakout-bdr-radius);
  border-top-right-radius: var(--breakout-bdr-radius);
}

.main-menu .main-menu__list li ul > li:last-child > a,
.stricky-header .main-menu__list li ul > li:last-child > a {
  border-bottom-left-radius: var(--breakout-bdr-radius);
  border-bottom-right-radius: var(--breakout-bdr-radius);
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-wrapper .main-menu__list > .megamenu {
  position: static;
}

.main-menu-wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--breakout-black);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--breakout-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--breakout-white);
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: #a09baa;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
  display: none;
}

/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/
.main-menu--three {
  padding: 0;
}

.main-header--three .main-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header--three .main-menu-wrapper__logo {
  width: 210px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  float: none;
}

.main-header--three .main-menu-wrapper__logo a {
  position: relative;
  display: inline-block;
}

.main-header--three .main-menu-wrapper__left {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.main-header--three .main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  padding: 0px;
}

.main-header--three .main-menu-wrapper__main-menu {
  float: none;
}

.main-header--three .main-menu-wrapper__call {
  position: relative;
  z-index: 1;
  width: 265px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--breakout-base);
}

.main-header--three .main-menu-wrapper__search-box:before {
  position: absolute;
  top: -13px;
  bottom: -12px;
  left: -30px;
  content: "";
  background-color: rgba(var(--breakout-white-rgb), 0.2);
  width: 1px;
}

.main-header--three .main-menu-wrapper__search-box {
  margin-right: 30px;
  padding: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@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 shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--breakout-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--breakout-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--breakout-white);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--breakout-base);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--breakout-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--breakout-white);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #a09baa;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: #a09baa;
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--breakout-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

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

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--breakout-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--breakout-base);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--breakout-black);
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-slider-border {
  position: absolute;
  top: 108px;
  left: 0;
  bottom: 0;
  width: 14.29%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
}

.main-slider-border-two {
  left: 14.29%;
}

.main-slider-border-three {
  left: 28.59%;
}

.main-slider-border-four {
  left: 42.88%;
}

.main-slider-border-five {
  left: 57.17%;
}

.main-slider-border-six {
  left: 71.46%;
}

.main-slider-shape-1 {
  position: absolute;
  top: -182px;
  right: 125px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-base);
  mix-blend-mode: screen;
  opacity: 0;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  z-index: 2;
}

.swiper-slide-active .main-slider-shape-1 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-shape-2 {
  position: absolute;
  top: -70px;
  right: -242px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-black);
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-shape-2 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
}

.main-slider-shape-3 {
  position: absolute;
  top: 221px;
  right: -429px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-white);
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-shape-3 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--breakout-black);
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0;
  background-color: transparent;
  background-blend-mode: luminosity;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  opacity: 0.45;
}

.main-slider .container {
  position: relative;
  padding-top: 293px;
  padding-bottom: 195px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 30;
}

.main-slider p {
  font-size: 20px;
  color: var(--breakout-white);
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0;
  opacity: 0;
  transform: translateY(-100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider h2 {
  margin: 0;
  margin-bottom: 52px;
  margin-top: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 130px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 30;
}

.main-slider .thm-btn {
  opacity: 0;
  transform: translateY(-100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider .thm-btn::after {
  background-color: #fff;
}

.main-slider .thm-btn:hover {
  color: var(--breakout-black);
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 160px;
  height: 80px;
  font-size: 12px;
  color: var(--breakout-black);
  background-color: var(--breakout-white);
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-slider__nav .swiper-button-prev {
  border-top-left-radius: 8px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: var(--breakout-white);
  background-color: var(--breakout-black);
}

.main-slider__nav .swiper-button-next i,
.main-slider__nav .swiper-button-prev i {
  font-size: 20px;
}

.main-slider__nav .swiper-button-next i {
  margin-left: 10px;
}

.main-slider__nav .swiper-button-prev i {
  margin-right: 10px;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 59px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--breakout-white-rgb), 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--breakout-white);
  background-color: rgba(var(--breakout-white-rgb), 0);
}

/*--------------------------------------------------------------
# Main slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--breakout-base);
}

.main-slider-two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
  z-index: -1;
}

.main-slider-two-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
}

.main-slider-two .swiper-slide-active .main-slider-two-img-1 {
  opacity: 1;
  transform: translate(0);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-two-shape-1 {
  position: absolute;
  top: -179px;
  right: 118px;
  height: 350px;
  width: 495px;
  background-color: var(--breakout-black);
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  opacity: 0;
}

.swiper-slide-active .main-slider-two-shape-1 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1000ms;
}

.main-slider-two-shape-2 {
  position: absolute;
  top: -70px;
  right: -250px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-base);
  mix-blend-mode: screen;
  transform: rotate(45deg) translateY(-200px);
  opacity: 0;
  border-radius: 30px;
  z-index: 1;
}

.swiper-slide-active .main-slider-two-shape-2 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
}

.main-slider-two-shape-3 {
  position: absolute;
  top: 203px;
  right: -427px;
  width: 495px;
  opacity: 0;
  height: 350px;
  background-color: var(--breakout-white);
  mix-blend-mode: soft-light;
  transform: rotate(45deg) translateY(-200px);
  border-radius: 30px;
  z-index: 1;
}

.swiper-slide-active .main-slider-two-shape-3 {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-two .container {
  position: relative;
  padding-top: 290px;
  padding-bottom: 235px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
}

.main-slider-two__content p {
  font-size: 20px;
  font-weight: 500;
  color: var(--breakout-white);
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider-two__content p:before {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: var(--breakout-white);
}

.main-slider-two__content h2 {
  font-size: 100px;
  line-height: 90px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  margin-bottom: 55px;
  margin-top: 19px;
  font-weight: 500;
  color: var(--breakout-white);
}

.main-slider-two__content .thm-btn {
  background-color: var(--breakout-black);
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider-two__content .thm-btn:hover {
  color: var(--breakout-base);
}

.main-slider-two__content .thm-btn:after {
  background-color: var(--breakout-white);
}

.main-slider-two .swiper-slide-active .main-slider-two__content h2,
.main-slider-two .swiper-slide-active .main-slider-two__content p,
.main-slider-two .swiper-slide-active .main-slider-two__content .thm-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider-two-arrow {
  position: absolute;
  bottom: 85px;
  right: -70px;
  transform: translateX(100%);
  opacity: 0;
}

.main-slider-two .swiper-slide-active .main-slider-two-arrow {
  opacity: 1;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 200ms;
}

.main-slider-two #main-slider-pagination {
  bottom: 64px;
  text-align: left;
}

/*--------------------------------------------------------------
# Main slider Three
--------------------------------------------------------------*/
.main-slider--three {
  position: relative;
  display: block;
}

.main-slider--three .image-layer {
  opacity: 0.5;
}

.main-slider--three__shape1 {
  position: absolute;
  top: -70px;
  left: 205px;
  width: 370px;
  height: 370px;
  background: var(--breakout-base);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  transform: rotate(0deg) translateY(-200px);
  z-index: 3;
}

.swiper-slide-active .main-slider--three__shape1 {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider--three__shape2 {
  position: absolute;
  top: 115px;
  left: 25px;
  width: 510px;
  height: 510px;
  background: var(--breakout-black);
  border-radius: 50%;
  mix-blend-mode: soft-light;
  opacity: 0;
  transform: rotate(0deg) translateX(-200px);
  z-index: 2;
}

.swiper-slide-active .main-slider--three__shape2 {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
 
}

.main-slider--three__shape3 {
  position: absolute;
  right: 150px;
  bottom: 180px;
  width: 185px;
  height: 185px;
  background: var(--breakout-white);
  border-radius: 50%;
  mix-blend-mode: soft-light;
  transform: rotate(0deg) translateX(200px);
  opacity: 0;
  z-index: 3;
}

.swiper-slide-active .main-slider--three__shape3 {
  opacity: 1;
  transform: rotate(0deg) translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider--three .container {
  position: relative;
  padding-top: 329px;
  padding-bottom: 235px;
  z-index: 30;
}

.main-slider--three .main-slider__content {
  text-align: left;
}

.main-slider--three h2 {
  color: var(--breakout-white);
  font-size: 110px;
  line-height: 0.9em;
  font-weight: 500;
  margin-bottom: 34px;
  margin-top: 0px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
  z-index: 30;
}

.main-slider--three .swiper-slide-active h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}

.main-slider--three p {
  color: rgba(var(--breakout-white-rgb), 0.7);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
  font-family: var(--breakout-font);
  opacity: 0;
  transition: all 1500ms ease;
  transform: translateY(80px);
}

.main-slider--three .swiper-slide-active p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider--three__btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 39px;
  opacity: 0;
  transition: all 1500ms ease;
  transform: translateY(80px);
}

.main-slider--three .swiper-slide-active .main-slider--three__btn {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1600ms;
}

@keyframes floatButton {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); } /* Move up */
  100% { transform: translateY(0px); }
}

.main-slider--three__btn1 {
  position: relative;
  display: block;
  animation: floatButton 2s infinite ease-in-out;
}


.main-slider--three__btn2 {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-slider--three__btn2 .video-box {
  position: relative;
  display: block;
}

.main-slider--three__btn2 .video-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--breakout-black);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-slider--three__btn2:hover .video-box a {
  background: var(--breakout-base);
}

.main-slider--three__btn2 .video-box a i {
  position: relative;
  display: block;
  line-height: 0;
}

.main-slider--three__btn2 .video-box a i::before {
  color: var(--breakout-white);
  font-size: 15px;
  line-height: 15px;
}

.main-slider--three__btn2 .title-box {
  position: relative;
  display: block;
}

.main-slider--three__btn2 .title-box h5 {
  color: var(--breakout-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--breakout-reey-font);
  margin-left: 12px;
}

.main-slider__nav--two {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
}

.main-slider__nav--two .swiper-button-next,
.main-slider__nav--two .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: rgba(var(--breakout-white-rgb), 0.2);
  border: 2px solid rgba(var(--breakout-white-rgb), 0.2);
  background: transparent;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider__nav--two .swiper-button-prev {
  margin-bottom: 10px !important;
}

.main-slider__nav--two .swiper-button-next:hover,
.main-slider__nav--two .swiper-button-prev:hover {
  border: 2px solid rgba(var(--breakout-white-rgb), 1);
  background-color: transparent;
}

.main-slider__nav--two .swiper-button-next i,
.main-slider__nav--two .swiper-button-prev i {
  font-size: 20px;
}

.main-slider__nav--two .swiper-button-next i {
  margin-left: 3px;
}

.main-slider__nav--two .swiper-button-prev i {
  margin-right: 3px;
}

.main-slider__nav--two .swiper-button-next::after,
.main-slider__nav--two .swiper-button-prev::after {
  display: none;
}

.main-slider__nav--two .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav--two .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-showcase__inner {
  padding: 40px 40px 35px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--breakout-base);
  overflow: hidden;
  border-radius: 10px;
}

.home-showcase__image > img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover > img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item.thm-btn {
  padding: 10px 20px;
  width: 150px;
  text-align: center;
  justify-content: center !important;
  color: #ffffff !important;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  color: var(--breakout-black);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--breakout-white, #ffffff);
}

.stricky-header .megamenu-left .container {
  margin: 0;
  margin-left: 25px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  padding: 120px 0 0;
  z-index: 1;
}

.services-one-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.services-one-shape img {
  opacity: 0.15;
}

.services-one__top {
  position: relative;
  display: block;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-left .section-title__tagline {
  color: #a09baa;
}

.services-one__top-left .section-title__title {
  color: var(--breakout-white);
}

.services-one__top-text {
  font-size: 16px;
  color: #a09baa;
  margin: 0;
  line-height: 32px;
}

.services-one__bottom {
  position: relative;
  display: block;
  padding: 0 0 66px;
}

.services-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: count;
}

.services-one__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 64px;
  margin-bottom: 40px;
}

.services-one__single:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 14px;
  width: 1px;
  content: "";
  background-color: rgba(var(--breakout-white-rgb), 0.1);
}

.services-one__single:nth-child(1):before {
  display: none;
}

.services-one__single:nth-child(1) {
  padding-left: 0px;
}

.services-one__icon {
  margin-bottom: 21px;
}

.services-one__icon span {
  font-size: 64px;
  color: var(--breakout-base);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: rotateY(360deg);
  color: var(--breakout-white);
}

.services-one__count {
  position: relative;
  height: 20px;
  width: 20px;
  line-height: 30px;
}

.services-one__count:before {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--breakout-font-two);
  color: #a09baa;
}

.services-one__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  margin-top: 3px;
  margin-bottom: 22px;
}

.services-one__title > a {
  color: var(--breakout-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title > a {
  color: var(--breakout-base);
}

.services-one__arrow {
  color: var(--breakout-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__arrow:hover {
  color: var(--breakout-base);
}

.services-one__find-solutions {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(var(--breakout-white-rgb), 0.1);
  padding: 48px 0 51px;
}

.services-one__find-solutions-text {
  font-size: 16px;
  color: #a09baa;
  margin: 0;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  font-weight: 500;
}

.services-one__find-solutions-text a {
  color: var(--breakout-white);
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__find-solutions-text a:hover {
  color: var(--breakout-base);
}

.services-one__find-solutions-text a:before {
  position: absolute;
  bottom: 7px;
  left: 6px;
  right: 1px;
  content: "";
  height: 1px;
  background-color: var(--breakout-base);
}

/*--------------------------------------------------------------
# Get To Know
--------------------------------------------------------------*/
.get-to-know {
  position: relative;
  display: block;
  padding: 140px 0 120px;
}

.get-to-know__left {
  position: relative;
  display: block;
  margin-right: 90px;
  margin-left: -375px;
}

.get-to-know__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.get-to-know__img:before {
  position: absolute;
  top: -140px;
  left: -1000000px;
  right: 280px;
  content: "";
  bottom: -120px;
  background-color: #f6f4f9;
  border-bottom-right-radius: var(--breakout-bdr-radius);
  z-index: -1;
}

.get-to-know__img:after {
  position: absolute;
  bottom: -120px;
  right: 242px;
  content: "";
  background-color: var(--breakout-base);
  width: 18px;
  height: 100px;
  border-radius: var(--breakout-bdr-radius);
}

.get-to-know__img img {
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  mix-blend-mode: luminosity;
}

.get-to-know__video-link {
  position: absolute;
  bottom: 0;
  right: 280px;
}

.get-to-know__video-icon {
  height: 136px;
  width: 158px;
  background-color: var(--breakout-base);
  font-size: 25px;
  color: var(--breakout-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-to-know__video-icon:hover {
  background-color: var(--breakout-black);
}

.get-to-know__video-icon .ripple,
.get-to-know__video-icon .ripple:before,
.get-to-know__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 136px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.get-to-know__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.get-to-know__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.get-to-know__right {
  position: relative;
  display: block;
}

.get-to-know-big-text {
  font-size: 140px;
  text-transform: uppercase;
  color: #f6f4f9;
  letter-spacing: 0.4em;
  transform: rotate(90deg);
  position: absolute;
  top: 320px;
  right: -450px;
  font-family: var(--breakout-font-two);
  font-weight: 300;
}

.get-to-know__right .section-title {
  margin-bottom: 30px;
}

.get-to-know__text-1 {
  font-size: 24px;
  color: var(--breakout-base);
  margin: 0;
  line-height: 36px;
  padding-bottom: 40px;
}

.get-to-know__text-2 {
  margin: 0;
}

.get-to-know__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.get-to-know__progress-single {
  position: relative;
  display: block;
}

.get-to-know__progress-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.get-to-know__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: #f6f4f9;
  border-radius: 5px;
  margin-bottom: 25px;
}

.get-to-know__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 5px;
  background: var(--breakout-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.get-to-know__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 20px;
  color: var(--breakout-white);
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: var(--breakout-black);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.get-to-know__progress .count-text:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 3px solid var(--breakout-black);
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
}

.get-to-know__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.get-to-know__progress .bar.marb-0 {
  margin-bottom: 0;
}

.get-to-know__person {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.get-to-know__person-img {
  position: relative;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--breakout-black);
}

.get-to-know__person-img img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.get-to-know__person-content {
  margin-left: 30px;
  position: relative;
  top: 10px;
}

.get-to-know__person-name {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--breakout-reey-font);
  color: var(--breakout-base);
  font-weight: 400;
  margin-bottom: 2px;
}

.get-to-know__person-founder {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 25px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 98px 0 99px;
  border-bottom: 1px solid #e2e0e5;
}

.brand-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/

.project-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-one .section-title {
  margin-bottom: 16px;
}

.project-filter {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 49px;
}

.project-filter.style1 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-filter.style1 li:nth-child(1) {
  padding-right: 13px;
}

.project-filter.style1 li .filter-text {
  position: relative;
  color: var(--breakout-gray);
  font-size: 16px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  z-index: 1;
  font-family: var(--breakout-font-two);
}

.project-filter.style1 li .filter-text:before {
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  content: "";
  background: var(--breakout-base);
  height: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(0);
  z-index: 1;
}

.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  transform: scale(1);
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: var(--breakout-black);
}

.project-filter.style1 li .count {
  color: var(--breakout-gray);
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -4px;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: var(--breakout-black);
  opacity: 1;
}

.project-filter.style1 li + li {
  margin-left: 8px;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: var(--breakout-bdr-radius);
}

.project-one__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  width: 100%;
  border-radius: var(--breakout-bdr-radisu);
}

.project-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
  border-radius: var(--breakout-bdr-radisu);
}

.project-one__single .project-one__img img {
  mix-blend-mode: normal; /* Ensures normal blending */
  filter: none; /* Removes any grayscale or other filters */
}

.project-one__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 31px 60px 30px;
  padding-right: 40px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 1;
}

.project-one__single:hover .project-one__hover {
  transform: scaleY(1);
}

.project-one__hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3); /* Light transparency */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}

.project-one__tagline {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--breakout-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--breakout-font-two);
}

.project-one__tagline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  width: -webkit-fill-available;
  background-color: var(--breakout-base);
}

.project-one__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
}

.project-one__title a {
  color: var(--breakout-white);
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--breakout-base);
}

.project-one__hover-pl-40 {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--breakout-base);
  padding: 120px 0 280px;
  overflow: hidden;
  z-index: 1;
}

.counter-one-shape-1 {
  position: absolute;
  top: -220px;
  right: 80px;
  width: 495px;
  height: 360px;
  background-color: var(--breakout-base);
  mix-blend-mode: screen;
  border-radius: 30px;
  z-index: 1;
  transform: rotate(48deg);
  animation: rectMove2 9s linear 0ms infinite;
}

.counter-one-shape-2 {
  position: absolute;
  top: -90px;
  right: -284px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-black);
  mix-blend-mode: soft-light;
  border-radius: 30px;
  z-index: -1;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.counter-one-shape-3 {
  position: absolute;
  bottom: 90px;
  left: -125px;
  width: 265px;
  height: 185px;
  background-color: var(--breakout-white);
  mix-blend-mode: soft-light;
  border-radius: 30px;
  z-index: -1;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}

.counter-one__single:before {
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  content: "";
  width: 1px;
  background-color: rgba(var(--breakout-white-rgb), 0.1);
}

.counter-one__single:first-child:before {
  display: none;
}

.counter-one__icon {
  position: relative;
  height: 118px;
  width: 118px;
  background-color: #541daf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 12px;
  z-index: 1;
}

.counter-one__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--breakout-black);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-one__single:hover .counter-one__icon:before {
  transform: scaleX(1);
}

.counter-one__icon span {
  color: var(--breakout-white);
  font-size: 64px;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__single:hover .counter-one__icon span {
  transform: scale(0.9);
}

.counter-one__single h3 {
  font-size: 50px;
  font-family: var(--breakout-font-two) !important;
  line-height: 60px !important;
  color: var(--breakout-white);
  font-weight: 400;
}

.counter-one__text {
  margin: 0;
  line-height: 27px;
  color: #000000;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.counter-one__single .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  margin-top: -200px;
  z-index: 1;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.why-choose-one__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.why-choose-one__img:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.why-choose-one__img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  mix-blend-mode: luminosity;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 90px;
  padding-top: 120px;
  z-index: 1;
}

.why-choose-one__right:before {
  position: absolute;
  top: 0;
  left: -120px;
  right: -1000000px;
  content: "";
  bottom: 0;
  background-color: var(--breakout-white);
  z-index: -1;
}

.why-choose-one__right .section-title {
  margin-bottom: 31px;
}

.why-choose-one__text {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.why-choose-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.why-choose-one__bottom-img {
  position: relative;
  display: inline-block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
}

.why-choose-one__bottom-img img {
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin-left: 30px;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
}

.why-choose-one__points li + li {
  margin-top: 12px;
}

.why-choose-one__points li .icon {
  display: flex;
  align-items: center;
}

.why-choose-one__points li .icon span {
  color: var(--breakout-base);
  font-size: 15px;
  transition: all 500ms ease;
  transform: scale(1);
}

.why-choose-one__points li:hover .icon span {
  transform: scale(0.85);
}

.why-choose-one__points li .text {
  margin-left: 10px;
}

.why-choose-one__points li .text p {
  color: var(--breakout-black);
  margin: 0;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 140px;
}

.team-one-container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.team-one__carousel {
  position: relative;
  display: block;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: var(--breakout-black);
  background-blend-mode: luminosity;
}

.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1);
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 31px 0 32px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.team-one__single:hover .team-one__content {
  visibility: hidden;
  opacity: 0;
}

.team-one__name {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}

.team-one__title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--breakout-font-two);
}

.team-one__hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 31px 0 40px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.team-one__single:hover .team-one__hover {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.team-one__hover-name {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}

.team-one__hover-title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--breakout-font-two);
}

.team-one__social {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

.team-one__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--breakout-black);
  background-color: #f6f4f9;
  border-radius: 50%;
  font-size: 15px;
  height: 45px;
  width: 45px;
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a:hover {
  color: var(--breakout-white);
  transform: rotate(360deg);
}

.team-one__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--breakout-base);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.team-one__social a:hover:before {
  transform: scaleX(1);
}

.team-one__social a + a {
  margin-left: 10px;
}

.team-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0 0 0;
  margin-right: 0px;
}

.team-one__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.team-one__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  transition: all 200ms linear;
}

.team-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
}

.team-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--breakout-black-rgb), 0.2);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.team-one__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--breakout-base);
  background-color: rgba(var(--breakout-black-rgb), 0);
}

.team-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.team-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  padding: 120px 0 120px;
}

.testimonial-one__inner {
  position: relative;
  display: block;
  min-height: 355px;
}

.testimonial-one .container {
  position: relative;
}

.testimonial-one__left {
  position: relative;
  display: block;
  z-index: 10;
}

.testimonial-one__right {
  position: relative;
  display: block;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 39px 50px 50px;
  transition: all 500ms ease;
}

.testimonial-one__single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one__text {
  margin: 0;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 19px;
}

.testimonial-one__client-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--breakout-black);
}

.testimonial-one__client-img > img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
  width: auto !important;
}

.testimonial-one__quote {
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--breakout-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}

.testimonial-one__quote > img {
  width: auto !important;
}

.testimonial-one__client-details {
  margin-left: 40px;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
}

.testimonial-one__client-title {
  font-size: 14px;
  color: black;
  margin: 0;
  line-height: 14px;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.testimonial-one .custom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
}

.testimonial-one .custom-nav .owl-prev {
  height: 65px;
  width: 65px;
  background: var(--breakout-white);
  border-radius: 50%;
  color: var(--breakout-black);
  font-size: 20px;
  text-align: center;
  border: 0;
  transform: rotate(180deg);
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-right: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one .custom-nav .owl-next {
  height: 65px;
  width: 65px;
  background: var(--breakout-white);
  border-radius: 50%;
  color: var(--breakout-black);
  font-size: 20px;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one .custom-nav .owl-prev:hover,
.testimonial-one .custom-nav .owl-next:hover {
  color: var(--breakout-white);
  background-color: var(--breakout-base);
}

.testimonial-one__right {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .testimonial-one__right {
    max-width: 1200px;
    position: absolute;
    top: 0px;
    right: -250px;
  }
}
@media (min-width: 1440px) {
  .testimonial-one__right {
    right: -45px;
  }
}
.testimonial-one__right .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__right .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__right .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# breakout Ready
--------------------------------------------------------------*/
.breakout-ready {
  position: relative;
  display: block;
  padding: 120px 0 220px;
  z-index: 2;
}

.breakout-ready-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--breakout-black);
  z-index: 1;
}

.breakout-ready-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.3;
}

.breakout-ready__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.breakout-ready__icon {
  height: 120px;
  width: 120px;
  background-color: var(--breakout-base);
  color: var(--breakout-white);
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--breakout-bdr-radius);
  margin: 0 auto;
}

.breakout-ready__icon span {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.breakout-ready__icon:hover span {
  transform: scale(0.9);
}

.breakout-ready__title {
  font-size: 70px;
  color: var(--breakout-white);
  text-transform: uppercase;
  line-height: 85px;
  font-weight: 500;
  margin-top: 39px;
}

.breakout-ready__title span {
  position: relative;
  display: inline-block;
  z-index: -1;
}

.breakout-ready__title span:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -21px;
  bottom: -14px;
  right: -20px;
  background-image: url(../images/shapes/breakout-ready-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Financial Advice
--------------------------------------------------------------*/
.financial-advice {
  position: relative;
  display: block;
  background-color: #f6f4f9;
}

.financial-advice-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
  z-index: 1;
}

.financial-advice__tab-box {
  position: relative;
  display: block;
  margin-top: -114px;
  z-index: 2;
}

.financial-advice__tab-box .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--breakout-bdr-radius);
  border-top-right-radius: var(--breakout-bdr-radius);
}

.financial-advice__tab-box .tab-buttons .tab-btn {
  position: relative;
  float: left;
  max-width: 390px;
  width: 100%;
}

.financial-advice__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 0px;
}

.financial-advice__tab-box .tab-buttons .tab-btn:nth-child(1) span {
  border-top-left-radius: 8px;
}

.financial-advice__tab-box .tab-buttons .tab-btn:nth-child(3) span {
  border-top-right-radius: 8px;
}

.financial-advice__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 24px;
  color: var(--breakout-white);
  background-color: var(--breakout-base);
  padding: 40px 0px 40px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 390px;
  width: 100%;
  text-align: center;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  z-index: 1;
}

.financial-advice__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--breakout-base);
  background-color: var(--breakout-white);
}

.financial-advice__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--breakout-white);
  transition: all 0.3s ease;
  z-index: -1;
}

.financial-advice__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.financial-advice__tab-box .tabs-content {
  position: relative;
  display: block;
}

.financial-advice__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.financial-advice__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.tabs-content__inner {
  position: relative;
  display: block;
  background-color: var(--breakout-white);
  padding: 80px 80px 80px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 60px;
}

.tabs-content__left {
  position: relative;
  display: block;
  margin-top: -9px;
}

.tabs-content__points {
  position: relative;
  display: block;
}

.tabs-content__points li {
  position: relative;
  display: block;
  padding-left: 80px;
  border-bottom: 1px solid #e2e0e5;
  margin-bottom: 48px;
  padding-bottom: 36px;
}

.tabs-content__points li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs-content__points li .icon {
  height: 58px;
  width: 58px;
  background-color: #f6f4f9;
  border-radius: 50%;
  color: var(--breakout-base);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 9px;
  left: 0;
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tabs-content__points li:hover .icon {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
  transform: scale(0.85);
}

.tabs-content__points li .text h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 12px;
}

.tabs-content__points li .text p {
  margin: 0;
}

.tabs-content__right {
  position: relative;
  display: block;
  margin-left: 76px;
}

.tabs-content__right:before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -60px;
  content: "";
  width: 1px;
  background-color: #e2e0e5;
}

.tabs-content__experience-box {
  position: relative;
  display: flex;
  align-items: center;
}

.tabs-content__experience-content {
  position: relative;
  margin-top: -9px;
}

@media (min-width: 992px) {
  .tabs-content__experience-content {
    max-width: 120px;
  }
}
.tabs-content__experience-icon span {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 64px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.tabs-content__experience-icon span:hover {
  transform: scale(0.9);
}

.tabs-content__experience-title {
  font-size: 30px;
  color: var(--breakout-gray);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.tabs-content__experience-btn {
  font-size: 14px;
  color: var(--breakout-black);
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tabs-content__experience-btn:hover {
  color: var(--breakout-base);
}

.tabs-content__experience-img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  margin-left: 50px;
  border-radius: var(--breakout-bdr-radius);
}

.tabs-content__experience-img img {
  width: auto;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.financial-advice__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #e3e1e6;
  padding-top: 48px;
  padding-bottom: 51px;
  z-index: 3;
}

.financial-advice__bottom-text {
  font-size: 16px;
  color: var(--breakout-gray);
  margin: 0;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  font-weight: 500;
}

.financial-advice__bottom-text a {
  color: var(--breakout-black);
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.financial-advice__bottom-text a:hover {
  color: var(--breakout-base);
}

.financial-advice__bottom-text a:before {
  position: absolute;
  bottom: 7px;
  left: 6px;
  right: 1px;
  content: "";
  height: 1px;
  background-color: var(--breakout-base);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one__blog-page {
  padding-bottom: 120px;
}

.blog-one .blog-sidebar__load-more {
  margin-top: 0px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.blog-one__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--breakout-black-rgb), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--breakout-base);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-one__img > a > span {
  position: relative;
}

.blog-one__img > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--breakout-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-one__img > a > span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--breakout-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__img > a:hover > span::before,
.blog-one__img > a:hover > span::after {
  background-color: var(--breakout-white);
}

.blog-one__single:hover .blog-one__img > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__date {
  position: absolute;
  bottom: 0;
  right: 20px;
  background-color: var(--breakout-base);
  padding: 12px 19px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-one__date p {
  font-size: 14px;
  color: var(--breakout-white);
  margin: 0;
  line-height: 16px;
  text-align: center;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  font-weight: 500;
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 5px 8.66px 60px 0px rgba(4, 0, 11, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 32px 40px 40px;
}

.blog-one__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-one__meta li {
  position: relative;
  display: block;
  line-height: 26px;
}

.blog-one__meta li + li {
  margin-left: 10px;
}

.blog-one__meta li a {
  font-size: 14px;
  color: var(--breakout-gray);
  transition: all 500ms ease;
}

.blog-one__meta li a:hover {
  color: var(--breakout-base);
}

.blog-one__meta li a i {
  color: var(--breakout-base);
}

.blog-one__title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 20px;
}

.blog-one__title > a {
  color: var(--breakout-black);
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title > a {
  color: var(--breakout-base);
}

.blog-one__person {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__person-img {
  border-radius: 50%;
  position: relative;
  display: block;
}

.blog-one__person-img > img {
  width: auto;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.blog-one__person-content {
  margin-left: 10px;
}

.blog-one__person-content p {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  overflow: hidden;
}

.cta-one-shape-1 {
  position: absolute;
  top: -333px;
  right: 50px;
  width: 495px;
  height: 360px;
  background-color: var(--breakout-base);
  mix-blend-mode: screen;
  border-radius: 30px;
  z-index: 1;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.cta-one-shape-2 {
  position: absolute;
  top: -175px;
  right: -350px;
  width: 495px;
  height: 360px;
  background-color: var(--breakout-black);
  mix-blend-mode: soft-light;
  border-radius: 30px;
  transform: rotate(45deg);
  animation: rectMove 9s linear 1000ms infinite;
}

.cta-one-shape-3 {
  position: absolute;
  top: 313px;
  left: -184px;
  width: 495px;
  height: 360px;
  background-color: var(--breakout-white);
  mix-blend-mode: soft-light;
  border-radius: 30px;
  z-index: 1;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--breakout-base);
  border-radius: var(--breakout-bdr-radius);
  padding: 90px 80px 90px;
  overflow: hidden;
}

.cta-one__left {
  position: relative;
  display: block;
}

.cta-one__title {
  font-size: 40px;
  color: var(--breakout-white);
  text-transform: uppercase;
  line-height: 48px;
}

.cta-one__right {
  position: relative;
  display: block;
}

.cta-one__btn {
  color: var(--breakout-black);
  background-color: var(--breakout-white);
}

.cta-one__btn:hover {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  background-color: #000000;
  padding: 51px 0;
}

.site-footer__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__top-logo {
  position: relative;
  display: inline-block;
}

.site-footer__top-title-box {
  margin-left: 100px;
}

.site-footer__top-title {
  font-size: 24px;
  color: var(--breakout-white);
  text-transform: uppercase;
  line-height: 34px;
}

.site-footer__top-title a {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__top-title a:hover {
  color: var(--breakout-white);
}

.site-footer__top-title a:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--breakout-base);
  height: 1px;
}

.site-footer__top-right-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.site-footer__top-right-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--breakout-white);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__top-right-social a:hover {
  color: var(--breakout-base);
}

.site-footer__top-right-social a + a {
  margin-left: 25px;
}

.site-footer__middle {
  position: relative;
  display: block;
  background-color: #111111;
  padding-top: 80px;
  z-index: 1;
}

.site-footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}

.site-footer__middle-inner {
  position: relative;
  display: block;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__title {
  font-size: 20px;
  color: var(--breakout-white);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 23px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-right: -30px;
}

.footer-widget__about-text {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 36px;
}

.footer-widget__about-contact {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--breakout-white-rgb), 0.1);
  margin-top: 20px;
  padding-top: 18px;
}

.footer-widget__about-contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__about-contact li .icon i {
  font-size: 15px;
  color: var(--breakout-white);
}

.footer-widget__about-contact li .text {
  margin-left: 10px;
}

.footer-widget__about-contact li .text a {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__about-contact li .text a:hover {
  color: var(--breakout-white);
}

.footer-widget__about-contact li .text p {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  margin: 0;
}

.footer-widget__links {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -6px;
}

.footer-widget__links-list {
  position: relative;
  display: block;
}

.footer-widget__links-list li + li {
  margin-top: 6px;
}

.footer-widget__links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  color: var(--breakout-white);
}

.footer-widget__links-list li a:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--breakout-white);
  height: 1px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.footer-widget__links-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -5px;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
}

.footer-widget__explore-list li + li {
  margin-top: 6px;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--breakout-white);
}

.footer-widget__explore-list li a:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--breakout-white);
  height: 1px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.footer-widget__explore-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  background-color: #000000;
  margin-left: 50px;
  padding: 41px 50px 41px;
  margin-top: 8px;
  border-radius: var(--breakout-bdr-radius);
  border: 1px solid rgba(var(--breakout-white-rgb), 0.1);
}

.footer-widget__newsletter .footer-widget__title {
  margin-bottom: 0;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: rgba(var(--breakout-white-rgb), 0.2);
  border-radius: 0;
}

.footer-widget__newsletter-input-box input[type=email] {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  height: 70px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 60px;
  outline: none;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 70px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: var(--breakout-base);
}

.footer-widget__newsletter-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.footer-widget__newsletter-bottom-icon {
  height: 19px;
  width: 19px;
  border: 1px solid rgba(var(--breakout-white-rgb), 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
  font-size: 8px;
  color: #95919f;
}

.footer-widget__newsletter-bottom-text {
  margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
  font-size: 15px;
  color: #a09baa;
  margin: 0;
  font-weight: 500;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--breakout-white-rgb), 0.1);
  padding: 30px 0;
  margin-top: 91px;
}

.site-footer__bottom-left {
  position: relative;
  display: block;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: #a09baa;
  margin: 0;
  font-weight: 500;
}

.site-footer__bottom-text a {
  color: #a09baa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--breakout-white);
}

.site-footer__bottom-right {
  position: relative;
  display: block;
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-menu li + li {
  margin-left: 24px;
}

.site-footer__bottom-menu li a {
  font-size: 15px;
  color: #a09baa;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--breakout-white);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-two__single {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  border: 1px solid transparent;
  background-color: #f6f4f9;
  padding: 38px 40px 24px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e2e0e5;
}

.services-two__icon {
  position: relative;
  display: inline-block;
}

.services-two__icon:before {
  position: absolute;
  bottom: 8px;
  right: -19px;
  border-radius: 50%;
  background-color: rgb(98, 34, 204);
  opacity: 0.1;
  width: 47px;
  height: 47px;
  content: "";
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__icon:before {
  transform: scale(1.5);
}

.services-two__icon span {
  font-size: 64px;
  color: var(--breakout-base);
  position: relative;
  display: inline-block;
}

.services-two__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 29px;
  margin-top: 16px;
  margin-bottom: 25px;
}

.services-two__title a {
  color: var(--breakout-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--breakout-base);
}

.services-two__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding-bottom: 9px;
}

.services-two__arrow {
  color: var(--breakout-gray);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__arrow:hover {
  color: var(--breakout-base);
}

/*--------------------------------------------------------------
# Get To Know Two
--------------------------------------------------------------*/
.get-to-know-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.get-to-know-two__left {
  position: relative;
  display: block;
  margin-right: 90px;
}

.get-to-know-two__img-box {
  position: relative;
  display: block;
}

.get-to-know-two__img-box:before {
  position: absolute;
  top: 0;
  left: -47px;
  height: 320px;
  width: 17px;
  content: "";
  background-color: var(--breakout-base);
  border-radius: var(--breakout-bdr-radius);
}

.get-to-know-two__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
}

.get-to-know-two__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.get-to-know-two__img-box:hover .get-to-know-two__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.get-to-know-two__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.get-to-know-two__small-img {
  border-radius: var(--breakout-bdr-radius);
  background-color: var(--breakout-black);
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 1;
}

.get-to-know-two__small-img > img {
  border-radius: var(--breakout-bdr-radius);
  mix-blend-mode: luminosity;
}

.get-to-know-two__right {
  position: relative;
  display: block;
}

.get-to-know-two__right .section-title {
  margin-bottom: 30px;
}

.get-to-know-two__text {
  margin: 0;
}

.get-to-know-two__bottom {
  position: relative;
  display: flex;
  border-bottom: 1px solid #e2e0e5;
  margin-top: 35px;
  margin-bottom: 39px;
  padding-bottom: 39px;
}

.get-to-know-two__icon {
  position: relative;
  top: 9px;
}

.get-to-know-two__icon span {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 64px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.get-to-know-two__bottom:hover .get-to-know-two__icon span {
  transform: rotateY(360deg);
  color: var(--breakout-black);
}

.get-to-know-two__content {
  margin-left: 30px;
}

.get-to-know-two__text-2 {
  margin: 0;
}

.get-to-know-two__points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 38px;
}

.get-to-know-two__points {
  position: relative;
  float: left;
  margin-right: 47px;
}

.get-to-know-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.get-to-know-two__points li + li {
  margin-top: 6px;
}

.get-to-know-two__points li .icon {
  position: relative;
  top: 1px;
}

.get-to-know-two__points li .icon span {
  font-size: 15px;
  color: var(--breakout-base);
  transition: all 500ms ease;
  transform: scale(1);
}

.get-to-know-two__points li:hover .icon span {
  transform: scale(0.85);
}

.get-to-know-two__points li .text {
  margin-left: 10px;
}

.get-to-know-two__points li .text p {
  font-weight: 500;
  color: var(--breakout-black);
  margin: 0;
}

.get-to-know-two__points-two {
  margin-right: 0;
}

/*--------------------------------------------------------------
# breakout Ready Two
--------------------------------------------------------------*/
.breakout-ready-two {
  position: relative;
  display: block;
  padding: 99px 0 120px;
}

.breakout-ready-two-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 1;
}

.breakout-ready-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  mix-blend-mode: normal;
  opacity: 0.7;
}

.breakout-ready-two__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.breakout-ready-two__title {
  font-size: 70px;
  color: var(--breakout-white);
  text-transform: uppercase;
  line-height: 85px;
  margin-bottom: 45px;
}

.breakout-ready-two__btn::after {
  background-color: #fff;
}

.breakout-ready-two__btn:hover {
  color: var(--breakout-black);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  background-color: #f6f4f9;
}

.why-choose-two__top {
  position: relative;
  display: block;
}

.why-choose-two__top-left {
  position: relative;
  display: block;
  margin-right: -33px;
  margin-left: -375px;
}

.why-choose-two__top-img {
  position: relative;
  display: block;
}

.why-choose-two__top-img img {
  width: 100%;
}

.why-choose-two__video-link {
  position: absolute;
  right: 193px;
  bottom: 180px;
}

.why-choose-two__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 147px;
  line-height: 97px;
  text-align: center;
  font-size: 25px;
  color: var(--breakout-white);
  background-color: var(--breakout-base);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.why-choose-two__video-icon:hover {
  background-color: var(--breakout-black);
  color: var(--breakout-white);
}

.why-choose-two__video-icon:before {
  position: absolute;
  top: -17px;
  left: -17px;
  right: -17px;
  bottom: -17px;
  content: "";
  border-radius: 50%;
  z-index: 1;
  border: 1px solid var(--breakout-base);
  opacity: 0.2;
}

.why-choose-two__video-link .ripple,
.why-choose-two__video-icon .ripple:before,
.why-choose-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 183px;
  height: 183px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.why-choose-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.why-choose-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.why-choose-two__right {
  position: relative;
  display: block;
  margin-left: 70px;
  padding-top: 120px;
}

.why-choose-two__right .section-title {
  margin-bottom: 30px;
}

.why-choose-two__text {
  margin: 0;
  padding-bottom: 29px;
}

.why-choose-two__points {
  position: relative;
  display: block;
}

.why-choose-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__points li + li {
  margin-top: 10px;
}

.why-choose-two__points li .icon {
  position: relative;
  top: 1px;
}

.why-choose-two__points li .icon span {
  font-size: 15px;
  color: var(--breakout-base);
  transform: scale(1);
  transition: all 500ms ease;
}

.why-choose-two__points li:hover .icon span {
  transform: scale(0.85);
}

.why-choose-two__points li .text {
  margin-left: 20px;
}

.why-choose-two__points li .text p {
  font-size: 20px;
  color: var(--breakout-black);
  margin: 0;
}

.why-choose-two__counter {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(var(--breakout-black-rgb), 0.1);
  margin-top: 44px;
  padding-top: 31px;
}

.why-choose-two__counter-icon {
  position: relative;
  top: 11px;
}

.why-choose-two__counter-icon span {
  font-size: 64px;
  color: var(--breakout-base);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.why-choose-two__counter:hover .why-choose-two__counter-icon span {
  transform: scale(1.2);
}

.why-choose-two__counter-content {
  margin-left: 30px;
}

.why-choose-two__counter-content h3 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--breakout-font-two) !important;
  line-height: 60px !important;
}

.why-choose-two__counter-content p {
  margin: 0;
  color: var(--breakout-base);
  line-height: 23px;
}

.why-choose-two__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
  padding-bottom: 90px;
}

.why-choose-two__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--breakout-bdr-radius);
  padding: 38px 40px 38px;
  margin-bottom: 30px;
}

.why-choose-two__icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: var(--breakout-base);
  font-size: 32px;
  color: var(--breakout-white);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__icon .icon-suitcase {
  font-size: 28px;
}

.why-choose-two__single:hover .why-choose-two__icon {
  background-color: var(--breakout-black);
}

.why-choose-two__icon span {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.why-choose-two__single:hover .why-choose-two__icon span {
  transform: rotate(360deg);
}

.why-choose-two__content {
  margin-left: 20px;
}

.why-choose-two__content-text {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.project-two__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-two__carousel {
  position: relative;
  display: block;
}

.project-two__single {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
}

.project-two__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
}

.project-two__single:hover .project-two__img img {
  mix-blend-mode: normal;
}

.project-two__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 31px 58px 30px;
  padding-right: 40px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 1;
}

.project-two__single:hover .project-two__hover {
  transform: scaleY(1);
}

.project-two__hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--breakout-black-rgb), 0.9);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}

.project-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--breakout-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--breakout-font-two);
}

.project-two__tagline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  width: -webkit-fill-available;
  background-color: var(--breakout-base);
}

.project-two__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
}

.project-two__title a {
  color: var(--breakout-white);
  transition: all 500ms ease;
}

.project-two__title a:hover {
  color: var(--breakout-base);
}

.project-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--breakout-black-rgb), 0.2);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--breakout-base);
  background-color: rgba(var(--breakout-black-rgb), 0);
}

.project-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  z-index: 2;
}

.counter-two__inner {
  position: relative;
  display: block;
  background-color: var(--breakout-base);
  padding: 79px 0 73px;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.counter-two-shape1 {
  height: 304px;
  width: 304px;
  background-color: var(--breakout-white);
  position: absolute;
  bottom: -260px;
  left: -189px;
  mix-blend-mode: soft-light;
  border-radius: var(--breakout-bdr-radius);
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.counter-two-shape2 {
  position: absolute;
  top: -535px;
  right: -75px;
  width: 575px;
  height: 575px;
  background-color: var(--breakout-base);
  border-radius: 20px;
  mix-blend-mode: screen;
  transform: rotate(45deg);
  animation: rectMove 9s linear 0ms infinite;
}

.counter-two-shape3 {
  position: absolute;
  top: -326px;
  right: -516px;
  width: 575px;
  height: 575px;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
  mix-blend-mode: soft-light;
  transform: rotate(45deg);
  animation: rectMove 9s linear 1s infinite;
}

.counter-two__left {
  position: relative;
  display: block;
  margin-top: 21px;
  margin-left: 80px;
}

.counter-two__title {
  font-size: 40px;
  color: var(--breakout-black);
  text-transform: uppercase;
  line-height: 40px;
}

.counter-two__right {
  position: relative;
  display: block;
  margin-right: 6px;
}

.counter-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-two__single {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}

.counter-two__single:before {
  position: absolute;
  top: 21px;
  bottom: 27px;
  left: 0;
  content: "";
  width: 1px;
  background-color: rgba(var(--breakout-white-rgb), 0.1);
}

.counter-two__single:first-child:before {
  display: none;
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--breakout-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-two__single:hover .counter-two__icon span {
  transform: scale(0.9);
}

.counter-two__single h3 {
  font-size: 50px;
  font-family: var(--breakout-font-two) !important;
  line-height: 60px !important;
  color: var(--breakout-black);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 2px;
}

.counter-two__text {
  margin: 0;
  line-height: 27px;
  color: #000000;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.counter-two__single .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 240px 0 30px;
  margin-top: -120px;
  z-index: 1;
}

.blog-two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 637px;
  background-color: var(--breakout-black);
  z-index: -1;
}

.blog-two .section-title__tagline {
  color: #a09baa;
}

.blog-two .section-title__title {
  color: var(--breakout-white);
}

/*--------------------------------------------------------------
# We Care
--------------------------------------------------------------*/
.we-care {
  position: relative;
  display: block;
}

.we-care__inner {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #e4e2e7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.we-care__img {
  position: relative;
  border-radius: var(--breakout-bdr-radius);
  background-color: var(--breakout-black);
  z-index: 1;
}

.we-care__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--breakout-base);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 10px;
  z-index: 1;
}

.we-care__img img {
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.we-care__content {
  margin-left: 50px;
}

.we-care__title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 8px;
}

.we-care__text {
  font-size: 16px;
  margin: 0;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 555px;
  width: 100%;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0 114px;
}

.contact-one__left {
  position: relative;
  display: block;
}

.contact-one__left .section-title {
  margin-bottom: 40px;
}

.contact-one__images {
  position: relative;
  display: block;
  overflow: hidden;
}

.contact-one__images li {
  position: relative;
  float: left;
}

.contact-one__images li + li {
  margin-left: 20px;
}

.contact-one__img-1 {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
}

.contact-one__img-1 img {
  border-radius: var(--breakout-bdr-radius);
  mix-blend-mode: luminosity;
}

.contact-one__text {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 28px;
}

.contact-one__points {
  position: relative;
  display: block;
}

.contact-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-one__points li + li {
  margin-top: 6px;
}

.contact-one__points li .icon {
  position: relative;
  display: flex;
  top: 1px;
}

.contact-one__points li .icon span {
  font-size: 15px;
  color: var(--breakout-base);
  transform: scale(1);
  transition: all 500ms ease;
}

.contact-one__points li:hover .icon span {
  transform: scale(0.85);
}

.contact-one__points li .text {
  margin-left: 15px;
}

.contact-one__points li .text p {
  color: var(--breakout-black);
  margin: 0;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.contact-one__right-form {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  border-radius: var(--breakout-bdr-radius);
  padding: 60px;
}

.contact-one__right-form input[type=text],
.contact-one__right-form input[type=email] {
  height: 68px;
  width: 100%;
  border: none;
  background: var(--breakout-white);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: var(--breakout-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--breakout-gray);
  font-weight: 400;
  display: block;
}

.contact-one__right-form textarea {
  width: 100%;
  height: 175px;
  background: var(--breakout-white);
  border-radius: var(--breakout-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--breakout-gray);
  font-weight: 400;
  display: block;
  border: none;
  padding: 18px 30px 30px;
  margin-bottom: 10px;
}

.contact-one__btn {
  border: none;
  outline: none;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  border-bottom: 0;
  border-top: 1px solid #e2e0e5;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 283px 0 174px;
  background-color: var(--breakout-black);
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--breakout-black);
  background-blend-mode: luminosity;
  opacity: 0.4;
  z-index: -1;
}

.page-header-border {
  position: absolute;
  top: 108px;
  left: 0;
  bottom: 0;
  width: 14.29%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
}

.page-header-border-two {
  left: 14.29%;
}

.page-header-border-three {
  left: 28.59%;
}

.page-header-border-four {
  left: 42.88%;
}

.page-header-border-five {
  left: 57.17%;
}

.page-header-border-six {
  left: 71.46%;
}

.page-header-shape-1 {
  position: absolute;
  top: -182px;
  right: 125px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-base);
  mix-blend-mode: screen;
  transform: rotate(45deg);
  border-radius: 20px;
  animation: rectMove 9s linear 0ms infinite;
}

.page-header-shape-2 {
  position: absolute;
  top: -70px;
  right: -250px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-black);
  mix-blend-mode: soft-light;
  transform: rotate(45deg);
  border-radius: 20px;
  z-index: 1;
  animation: rectMove 9s linear 1s infinite;
}

.page-header-shape-3 {
  position: absolute;
  top: 221px;
  right: -394px;
  width: 495px;
  height: 350px;
  background-color: var(--breakout-white);
  mix-blend-mode: soft-light;
  transform: rotate(45deg);
  border-radius: 20px;
  z-index: 1;
  animation: rectMove 9s linear 2s infinite;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 60px;
  color: var(--breakout-white);
  line-height: 70px;
  text-transform: uppercase;
  margin-top: 1px;
  font-weight: 400;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--breakout-white);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--breakout-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:before {
  position: absolute;
  top: 16px;
  left: -20px;
  content: "";
  background-color: var(--breakout-white);
  height: 2px;
  width: 5px;
}

.thm-breadcrumb li:first-child:before {
  display: none;
}

.thm-breadcrumb li + li {
  margin-left: 29px;
}

.thm-breadcrumb li a {
  color: var(--breakout-white);
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--breakout-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: #a09baa;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-sidebar__left {
  position: relative;
  display: block;
}

.blog-sidebar__content {
  position: relative;
  display: block;
}

.blog-sidebar__content-single {
  position: relative;
  display: block;
}

.blog-sidebar__content-single + .blog-sidebar__content-single {
  margin-top: 15px;
}

.blog-sidebar__content-img {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  background-color: var(--breakout-black);
}

.blog-sidebar__content-img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.blog-sidebar__date-box {
  position: absolute;
  bottom: 0;
  right: 20px;
  background-color: var(--breakout-base);
  padding: 12px 19px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-sidebar__date-box p {
  font-size: 14px;
  color: var(--breakout-white);
  margin: 0;
  line-height: 16px;
  text-align: center;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  font-weight: 500;
}

.blog-sidebar__content-box {
  position: relative;
  display: block;
  margin-top: 23px;
}

.blog-sidebar__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-sidebar__meta li {
  position: relative;
  display: block;
  line-height: 26px;
}

.blog-sidebar__meta li a {
  font-size: 14px;
  color: var(--breakout-gray);
  transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
  color: var(--breakout-base);
}

.blog-sidebar__meta li a i {
  color: var(--breakout-base);
}

.blog-sidebar__meta li + li {
  margin-left: 10px;
}

.blog-sidebar__title {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 13px;
}

.blog-sidebar__title a {
  color: var(--breakout-black);
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--breakout-base);
}

.blog-sidebar__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.blog-sidebar__read-more-btn {
  margin-top: 9px;
}

.blog-sidebar__read-more-btn a {
  font-size: 20px;
  color: var(--breakout-black);
  transition: all 500ms ease;
}

.blog-sidebar__read-more-btn a:hover {
  color: var(--breakout-base);
}

.blog-sidebar__bottom-box {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  padding: 57px 60px 53px;
  margin-top: 15px;
  border-radius: var(--breakout-bdr-radius);
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 20px;
}

.blog-sidebar__bottom-box-text {
  margin: 0;
}

.blog-sidebar__delivering-services {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  padding: 60px 60px 53px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: var(--breakout-bdr-radius);
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 11px;
}

.blog-sidebar__delivering-services-title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
}

.blog-sidebar__delivering-services-title a {
  color: var(--breakout-black);
  transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
  color: var(--breakout-base);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 500;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--breakout-base);
  color: var(--breakout-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 78px;
  width: 100%;
  padding-right: 80px;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--breakout-white);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--breakout-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--breakout-white);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--breakout-white);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--breakout-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--breakout-white);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--breakout-white);
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--breakout-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 45px 30px 30px;
  background-color: #f6f4f9;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 17px 20px 17px;
  transition: all 500ms ease;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__post-list li:hover {
  background-color: rgb(255, 255, 255);
}

.sidebar__post-list li + li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__post-image > img {
  width: 70px;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__post-content {
  position: relative;
  top: -6px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--breakout-gray) !important;
  font-family: var(--breakout-font);
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--breakout-base);
  font-size: 12px;
  padding-right: 3px;
}

.sidebar__post-content h3 a {
  color: var(--breakout-black);
  transition: all 500ms ease;
  text-transform: uppercase;
  margin-top: 1px;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  padding: 45px 30px 38px;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 8px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 3px;
}

.sidebar__category-list li a {
  color: var(--breakout-gray);
  font-size: 18px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 5px 20px;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  color: var(--breakout-black);
}

.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  color: var(--breakout-black);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--breakout-base);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sidebar__category-list li a:hover span {
  color: var(--breakout-base);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  transform: translateY(-50%) scale(1);
  color: var(--breakout-base);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: #f6f4f9;
  padding: 45px 45px 50px;
  border-radius: var(--breakout-bdr-radius);
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 24px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--breakout-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--breakout-white);
  display: inline-block;
  padding: 2px 20px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: var(--breakout-bdr-radius);
  font-family: var(--breakout-font-two);
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--breakout-white);
  background: var(--breakout-base);
}

.sidebar__comments {
  position: relative;
  display: block;
  background: #f6f4f9;
  border-radius: var(--breakout-bdr-radius);
  padding: 45px 50px 43px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 24px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--breakout-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--breakout-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
}

.sidebar__comments-text-box h5 {
  font-size: 16px;
  color: var(--breakout-black);
  line-height: 26px;
  font-family: var(--breakout-font);
  font-weight: 400;
}

.blog-sidebar .why-choose-two__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.blog-sidebar .why-choose-two__video-icon {
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 25px;
  color: var(--breakout-base);
  background-color: var(--breakout-white);
}

.blog-sidebar .why-choose-two__video-icon:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

.blog-sidebar .why-choose-two__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  z-index: 1;
  border: 1px solid var(--breakout-white);
  opacity: 0.1;
}

.blog-sidebar .why-choose-two__video-link .ripple,
.blog-sidebar .why-choose-two__video-icon .ripple:before,
.blog-sidebar .why-choose-two__video-icon .ripple:after {
  width: 126px;
  height: 126px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
}

.blog-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.blog-details__date-box {
  position: absolute;
  bottom: 0;
  right: 20px;
  background-color: var(--breakout-base);
  padding: 12px 19px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-details__date-box p {
  font-size: 14px;
  color: var(--breakout-white);
  margin: 0;
  line-height: 16px;
  text-align: center;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  font-weight: 500;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 20px;
}

.blog-details__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-details__meta li {
  position: relative;
  display: block;
  line-height: 28px;
}

.blog-details__meta li a {
  font-size: 14px;
  color: var(--breakout-gray);
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--breakout-base);
}

.blog-details__meta li a i {
  color: var(--breakout-base);
}

.blog-details__meta li + li {
  margin-left: 10px;
}

.blog-details__title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-details__text-1,
.blog-details__text-2 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.blog-details__text-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 51px;
  border-top: 1px solid #e2e0e5;
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--breakout-black);
  font-size: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  font-weight: 500;
}

.blog-details__tags a {
  position: relative;
  color: var(--breakout-black);
  font-size: 12px;
  background-color: #f6f4f9;
  display: inline-block;
  padding: 2px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: var(--breakout-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
}

.blog-details__tags a:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--breakout-black);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--breakout-base);
}

.blog-details__social-list a + a {
  margin-left: 30px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 52px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 26px;
  color: var(--breakout-black);
  background-color: #f6f4f9;
  line-height: 31px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-top: 53px;
  padding-bottom: 55px;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  border-radius: var(--breakout-bdr-radius);
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

.blog-details__pagenation li:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--breakout-black);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 54px;
}

.comment-one__single {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e2e0e5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 22px;
  color: var(--breakout-black);
  margin-bottom: 27px;
  text-transform: uppercase;
  font-weight: 500;
}

.comment-one__content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.comment-one__btn {
  font-size: 12px;
  padding: 2px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: var(--breakout-black);
}

.comment-one__image img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
  margin-top: -8px;
}

.comment-one__form .row {
  --bs-gutter-x: 10px;
}

.comment-form__input-box {
  position: relative;
  display: block;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 68px;
  width: 100%;
  border: none;
  background-color: #f6f4f9;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: var(--breakout-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--breakout-gray);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--breakout-gray);
  height: 175px;
  width: 100%;
  background-color: #f6f4f9;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--breakout-bdr-radius);
}

.comment-form__btn {
  border: none;
}

/*--------------------------------------------------------------
## Project Page
--------------------------------------------------------------*/
.projects-page {
  position: relative;
  display: block;
  padding: 106px 0 90px;
}

.projects-page .project-filter {
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img {
  position: relative;
  display: block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
}

.project-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.project-details__content {
  position: relative;
  display: block;
  margin-top: 58px;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: -9px;
}

.project-details__content-title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 33px;
  font-weight: 500;
}

.project-details__content-text-1 {
  margin: 0;
}

.project-details__content-text-2 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 62px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: flex;
}

.project-details__points li + li {
  margin-top: 79px;
}

.project-details__points li .icon {
  position: relative;
  display: block;
  top: 4px;
}

.project-details__points li .icon span {
  font-size: 64px;
  color: var(--breakout-base);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.project-details__points li:hover .icon span {
  transform: rotateY(360deg);
  color: var(--breakout-black);
}

.project-details__points li .text {
  margin-left: 40px;
}

.project-details__points li .text h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 31px;
}

.project-details__points li .text p {
  margin: 0;
}

.project-details__content-right {
  position: relative;
  display: block;
}

.project-details__details-box {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  padding: 52px 60px 58px;
  border-radius: var(--breakout-bdr-radius);
}

.project-details__details-info {
  position: relative;
  display: block;
}

.project-details__details-info-single + .project-details__details-info-single {
  margin-top: 22px;
}

.project-details__details-info-client {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 500;
}

.project-details__details-info-name {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
}

.project-details__details-social-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid var(--breakout-white);
  padding-top: 29px;
  margin-top: 22px;
}

.project-details__details-social-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--breakout-black);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__details-social-list a + a {
  margin-left: 30px;
}

.project-details__details-social-list a:hover {
  color: var(--breakout-base);
}

.project-details__pagination-box {
  position: relative;
  display: block;
  border-top: 1px solid #e2e0e5;
  border-bottom: 1px solid #e2e0e5;
  padding: 52px 0 45px;
  margin-top: 113px;
}

.project-details__pagination {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li a {
  position: relative;
  display: block;
  color: var(--breakout-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination-sub-title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  text-align: left;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination li:hover .project-details__pagination-sub-title {
  color: var(--breakout-black);
}

.project-details__pagination-title {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  color: var(--breakout-black);
  display: block;
  margin-bottom: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination li:hover .project-details__pagination-title {
  color: var(--breakout-base);
}

.project-details__pagination li.next i {
  position: relative;
  font-size: 20px;
  color: var(--breakout-black);
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination li:hover i {
  color: var(--breakout-base);
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous i {
  position: relative;
  font-size: 20px;
  color: var(--breakout-black);
  display: block;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination li:hover i {
  color: var(--breakout-base);
}

/*--------------------------------------------------------------
# Similar Work
--------------------------------------------------------------*/
.similar-work {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__sidebar-service {
  position: relative;
  display: block;
  background-color: black;
  border-radius: var(--breakout-bdr-radius);
  padding: 29px 30px 33px;
}

.service-details__sidebar-service-list {
  margin: 0;
}

.service-details__sidebar-service-list li + li {
  margin-top: 7px;
}

.service-details__sidebar-service-list li a {
  color: white; /* Ensures it's visible */
  font-size: 18px;
  font-weight: 700; /* Makes the text bold */
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: color 0.3s ease; /* Smooth color transition */
  display: block;
  background: none;
  padding: 10px 20px;
  border-radius: var(--breakout-bdr-radius);
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
  background-color: black;
  color: white;
}

.service-details__sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--breakout-base);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
  transform: translateY(-50%) scale(1);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 60px 50px 49px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: white;
  border-radius: var(--breakout-bdr-radius);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  opacity: 0.1;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--breakout-white);
  color: var(--breakout-base);
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 19px;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--breakout-black);
  color: var(--breakout-white);
}

.service-details__need-help-title {
  font-size: 34px;
  color: black;
  line-height: 44px;
  text-transform: uppercase;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 36px;
}

.service-details__need-help-contact p {
  font-size: 16px;
  color: black;
  margin: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  letter-spacing: 0.1em;
}

.service-details__need-help-contact a {
  font-size: 30px;
  color: black;
  font-family: var(--breakout-font-two);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
  color: var(--breakout-black);
}

.service-details__download {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service-details__download-btn {
  position: relative;
  display: inline-block;
  background-color: var(--breakout-black);
  border-radius: var(--breakout-bdr-radius);
  padding: 17px 92px 17px;
  text-align: center;
  font-size: 16px;
  color: var(--breakout-white);
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__download-btn:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: var(--breakout-bdr-radius);
}

.service-details__img img {
  width: 100%;
  mix-blend-mode: normal;
  border-radius: var(--breakout-bdr-radius);
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 29px;
}

.service-details__title {
  font-weight: bold; /* Makes the text bold */
  text-decoration: none; /* Remove default underline */
  position: relative; /* Required for the underline animation */
  display: inline-block; /* So underline only takes the text width */
}

.service-details__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* Adjusts the position of the underline */
  width: 100%;
  height: 3px; /* Thickness of the underline */
  background-color: black; /* Color of the underline */
  transform: scaleX(0); /* Initially hidden */
  transform-origin: left;
  transition: transform 0.4s ease-in-out; /* Animation effect */
}

.service-details__title:hover::after {
  transform: scaleX(1); /* Expands underline on hover */
}

.service-details__text-1 {
  margin: 0;
}

.service-details__text-2 {
  font-size: 20px;
  color: var(--breakout-base);
  margin: 0;
  padding-top: 35px;
  padding-bottom: 36px;
}

.service-details__text-3 {
  margin: 0;
}

.service-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e2e7;
  border-bottom: 1px solid #e4e2e7;
  padding-top: 56px;
  margin-top: 54px;
  padding-bottom: 23px;
  margin-bottom: 60px;
}

.service-details__bottom-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.service-details__bottom-single {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding: 0 29px 0;
  margin-bottom: 30px;
}

.service-details__bottom-single:nth-child(1) {
  padding-left: 0;
}

.service-details__bottom-single:nth-child(3) {
  padding-right: 0;
  padding-left: 55px;
}

.service-details__bottom-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--breakout-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.service-details__bottom-single:hover .service-details__bottom-icon span {
  transform: rotateY(360deg);
}

.service-details__bottom-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  margin-top: 12px;
  margin-bottom: 25px;
}

.service-details__bottom-text {
  margin: 0;
}

.service-details__benefits {
  position: relative;
  display: block;
}

.service-details__benefits-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.service-details__benefits-title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 36px;
  font-weight: 500;
}

.service-details__benefits-text {
  margin: 0;
}

.service-details__benefits-list {
  position: relative;
  display: block;
  margin-top: 38px;
}

.service-details__benefits-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon {
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon span {
  font-size: 15px;
  color: var(--breakout-base);
  transform: scale(1);
  transition: all 500ms ease;
}

.service-details__benefits-list li:hover .icon span {
  transform: scale(0.85);
}

.service-details__benefits-list li .text {
  margin-left: 13px;
}

.service-details__benefits-list li .text p {
  font-size: 18px;
  color: var(--breakout-black);
  margin: 0;
}

.service-details__benefits-img {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: var(--breakout-bdr-radius);
}

.service-details__benefits-img img {
  width: 100%;
  mix-blend-mode: normal;
  border-radius: var(--breakout-bdr-radius);
}

.service-details__faq {
  position: relative;
  display: block;
  margin-top: 55px;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e0e5;
  border-radius: var(--breakout-bdr-radius);
}

.faq-one-accrodion .accrodion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 5px;
  content: "";
  background-color: var(--breakout-base);
  transform: scaleY(0);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one-accrodion .accrodion.active:before {
  transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 40px 20px;
  padding-right: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: var(--breakout-bdr-radius);
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--breakout-black);
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--breakout-white);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--breakout-black);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: 12px;
  color: var(--breakout-base);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e903";
  color: var(--breakout-base);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 29px;
  margin-top: -7px;
  border-radius: var(--breakout-bdr-radius);
}

.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: var(--breakout-white);
}

.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Syllabus
--------------------------------------------------------------*/

/* Updated Course Syllabus Styling */

.course-syllabus {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0b0d1a, #1e2240);
  background-size: 400% 400%;
  color: white;
  animation: gradientAnimation 10s ease infinite;
}

/* Moving Gradient Animation */
@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Course Syllabus Title */
.syllabus-title {
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 30px;
  background: linear-gradient(45deg, #F8DC3A, #e4c905);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 20px rgba(248, 220, 58, 0.5);
}

/* Animated Underline */
.syllabus-title::after {
  content: "";
  width: 100px;
  height: 6px;
  background: #F8DC3A;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  animation: underlineScale 1.5s infinite alternate ease-in-out;
}

@keyframes underlineScale {
  0% {
    width: 70px;
  }
  100% {
    width: 140px;
  }
}

.syllabus-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Add active class when in view */
.syllabus-container.active {
  opacity: 1;
  transform: translateY(0);
}

/* Syllabus Box */
.syllabus-box {
  flex: 1;
  padding: 25px;
  text-align: left;
}

/* Heading */
.syllabus-heading {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #F8DC3A;
  font-weight: 800;
  position: relative;
}

/* List Styling */
.syllabus-list {
  list-style: none;
  padding: 0;
}

.syllabus-list li {
  font-size: 1.1rem;
  margin: 15px 0;
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: white;
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.1);
}

/* List Item Icon */
.syllabus-list li::before {
  content: "\2713";
  color: #F8DC3A;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 12px;
}

/* List Item Hover Effect */
.syllabus-list li:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
  box-shadow: 0px 0px 18px rgba(248, 220, 58, 0.6);
}

/* Illustration */
.syllabus-illustration {
  flex: 1;
  display: flex;
  justify-content: center;
}

.syllabus-illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out;
  display: block;
  margin: auto;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .syllabus-container {
    flex-direction: column; /* Stack elements vertically */
    text-align: center;
    padding: 20px;
  }

  .syllabus-illustration img {
    width: 80%; /* Reduce size for mobile */
  }
}


/* Image Hover Effect */
.syllabus-illustration img:hover {
  transform: scale(1.06) rotate(2deg);
}

/* Scroll-triggered animation effect */
@keyframes fadeInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# css for advance.html container
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-page__left {
  position: relative;
  display: block;
  margin-right: 90px;
}

.about-page__img {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  background-color: var(--breakout-black);
  overflow: hidden;
}

.about-page__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.about-page__img:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.about-page__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
}

.about-page__founded {
  position: absolute;
  top: 65px;
  left: -58px;
  background-color: rgb(98, 34, 204);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  width: 139px;
  height: 139px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.about-page__founded:before {
  position: absolute;
  bottom: 2px;
  right: 25px;
  content: "";
  background-image: url(../images/shapes/about-page-founded-shape.png);
  background-repeat: no-repeat;
  height: 8px;
  width: 17px;
  transform: rotate(-30deg);
}

.about-page__founded h5 {
  font-size: 20px;
  color: var(--breakout-white);
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 500;
}

.about-page__right {
  position: relative;
  display: block;
}

.about-page__right .section-title {
  margin-bottom: 32px;
}

.about-page__right-text-1 {
  font-size: 24px;
  color: var(--breakout-base);
  margin: 0;
  margin-bottom: 37px;
}

.about-page__right-text-2 {
  margin: 0;
}

.about-page__points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 28px;
}

.about-page__points {
  position: relative;
  float: left;
  margin-right: 47px;
}

.about-page__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-page__points li + li {
  margin-top: 6px;
}

.about-page__points li .icon {
  position: relative;
  top: 1px;
}

.about-page__points li .icon span {
  font-size: 15px;
  color: var(--breakout-base);
  transform: scale(1);
  transition: all 500ms ease;
}

.about-page__points li:hover .icon span {
  transform: scale(0.85);
}

.about-page__points li .text {
  margin-left: 10px;
}

.about-page__points li .text p {
  font-weight: 500;
  color: var(--breakout-black);
  margin: 0;
}

.about-page__points-two {
  margin-right: 0;
}

/*--------------------------------------------------------------
# About Page Counter two
--------------------------------------------------------------*/
.about-page-counter-two {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two-map {
  position: absolute;
  top: 120px;
  left: 50%;
  height: 486px;
  width: 1005px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  z-index: -1;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  position: relative;
  display: block;
  padding: 98px 0 99px;
  background-color: var(--breakout-base);
}

.brand-three .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-three .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
  max-width: 100%;
}

.brand-three .swiper-slide img:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  padding: 120px 0 0;
}

.faq-page__single {
  position: relative;
  display: block;
}

.faq-page__single .faq-one-accrodion .accrodion {
  border: 1px solid transparent;
}

.faq-page__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #e3e1e6;
  padding-top: 48px;
  padding-bottom: 51px;
  margin-top: 60px;
}

.faq-page__bottom-text {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  font-family: var(--breakout-font-two);
  text-transform: uppercase;
}

.faq-page__bottom-text a {
  position: relative;
  display: inline-block;
  color: var(--breakout-black);
  margin-left: 3px;
  transition: all 500ms ease;
}

.faq-page__bottom-text a:hover {
  color: var(--breakout-base);
}

.faq-page__bottom-text a:before {
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  content: "";
  background-color: var(--breakout-base);
  height: 1px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page .container {
  max-width: 768px;
  width: 100%;
}

.contact-page__form .comment-form__btn {
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 50px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  letter-spacing: 0.2em;
  font-weight: 200;
  margin-bottom: 16px;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 19px;
  text-transform: uppercase;
  font-weight: 500;
}

.error-page__text {
  margin: 0;
  line-height: 18px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 61px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type=search] {
  height: 68px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f6f4f9;
  font-size: 18px;
  color: var(--breakout-gray);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: var(--breakout-bdr-radius);
}

.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--breakout-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
## Services Page Service One
--------------------------------------------------------------*/
.service-page-service-one {
  padding-bottom: 114px;
}

/*--------------------------------------------------------------
## Services Page Cta One
--------------------------------------------------------------*/
.services-page-cta-one {
  padding-top: 120px;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-info {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.contact-info__single {
  position: relative;
  display: block;
  background-color: #f6f4f9;
  border-radius: var(--breakout-bdr-radius);
  text-align: center;
  padding: 50px 70px 41px;
  margin-bottom: 30px;
}

.contact-info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 142px;
  width: 142px;
  background-color: var(--breakout-base);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.contact-info__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--breakout-black);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
  transform: scaleX(1);
}

.contact-info__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--breakout-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
  transform: scale(0.9);
}

.contact-info__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-info__text {
  margin: 0;
  line-height: 30px;
}

.contact-info__single h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--breakout-font);
  line-height: 30px;
}

.contact-info__mail {
  color: var(--breakout-gray);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__mail:hover {
  color: var(--breakout-base);
}

.contact-info__phone {
  color: var(--breakout-gray);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__phone:hover {
  color: var(--breakout-base);
}

.contact-info__single-last {
  padding-bottom: 71px;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-page-two {
  padding-top: 90px;
}

/* custom animation */
@keyframes rectMove {
  0% {
    transform: rotate(45deg) translateY(0px);
  }
  25% {
    transform: rotate(43deg) translateY(-20px);
  }
  50% {
    transform: rotate(45deg) translateY(-40px);
  }
  75% {
    transform: rotate(43deg) translateY(-20px);
  }
  100% {
    transform: rotate(45deg) translateY(0px);
  }
}
@keyframes rectMove2 {
  0% {
    transform: rotate(48deg) translateY(0px);
  }
  25% {
    transform: rotate(46deg) translateY(-20px);
  }
  50% {
    transform: rotate(48deg) translateY(-40px);
  }
  75% {
    transform: rotate(46deg) translateY(-20px);
  }
  100% {
    transform: rotate(48deg) translateY(0px);
  }
}
/***
=============================================
    Update 13-5-2022
=============================================
***/
/***
=============================================
    Features One
=============================================
***/
.features-one {
  position: relative;
  display: block;
  background: #000000;
  padding: 80px 0px 80px;
  z-index: 1;
}

.features-one .auto-container {
  position: relative;
  display: block;
  max-width: 1920px;
  padding: 0px 15px;
  margin: 0 auto;
}

.features-one__single {
  position: relative;
  display: block;
  border-right: 1px solid rgba(var(--breakout-white-rgb), 0.1);
}

.features-one__single:last-child {
  border-right: none;
}

.features-one__single-inner {
  position: relative;
  display: block;
}

.features-one__icon {
  position: relative;
  display: b;
}

.features-one__icon span::before {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 60px;
  line-height: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.features-one__single:hover .features-one__icon span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.features-one__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 19px;
}

.features-one__title a {
  color: var(--breakout-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.features-one__single:hover .features-one__title a {
  color: var(--breakout-base);
}

.features-one__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/***
=============================================
    Welcome One
=============================================
***/
.welcome-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  border-radius: var(--breakout-bdr-radius);
}

.welcome-one__img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 180px solid var(--breakout-base);
  border-top: 180px solid transparent;
  border-right: 180px solid transparent;
  content: "";
  z-index: 5;
  overflow: hidden;
}

.welcome-one__img-inner img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply; /* Try overlay, soft-light, etc. for different effects */
  filter: brightness(0.9); /* Optional: Adjust brightness */
}


.welcome-one__img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(248, 220, 58, 0.7) 0%, rgba(248, 220, 58, 0.3) 100%);
  transform: skewX(25deg);
  z-index: 2;
}

.welcome-one__img:hover .welcome-one__img-inner::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.welcome-one__img-inner img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.welcome-one__img:hover .welcome-one__img-inner img {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.welcome-one__content {
  position: relative;
  display: block;
  margin-left: 70px;
}

.welcome-one__content .section-title {
  margin-bottom: 29px;
}

.welcome-one__text {
  margin: 0;
}

.welcome-one__content-bottom-content {
  position: relative;
  display: block;
  margin-top: 33px;
}

.welcome-one__content-bottom-content-single {
  position: relative;
  display: block;
  padding-left: 20px;
}

.welcome-one__content-bottom-content-single::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--breakout-base);
  border-radius: 50%;
  content: "";
}

.welcome-one__content-bottom-content-single h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.welcome-one__content-bottom-content-single p {
  font-size: 16px;
  margin: 0;
}

/***
=============================================
    Services Three
=============================================
***/
.services-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}

.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1550px;
  background: #000000;
  content: "";
  z-index: -1;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-three__single-img {
  position: relative;
  display: block;
}

.services-three__single-img-inner {
  position: relative;
  display: block;
  background: transparent;
  overflow: hidden;
  border-top-left-radius: var(--breakout-bdr-radius);
  border-top-right-radius: var(--breakout-bdr-radius);
  z-index: 1;
}

.services-three__single-img-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--breakout-black-rgb), 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-top-left-radius: var(--breakout-bdr-radius);
  border-top-right-radius: var(--breakout-bdr-radius);
  z-index: 1;
}

.services-three__single:hover .services-three__single-img-inner:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-three__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: -57px;
  width: 115px;
  height: 115px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  z-index: 2;
}

.services-three__icon:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--breakout-base);
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  z-index: -1;
}

.services-three__single:hover .services-three__icon:before {
  transform: scale(1);
  opacity: 1;
}

.services-three__icon span {
  position: relative;
  display: block;
  line-height: 0;
}

.services-three__icon span::before {
  color: var(--breakout-base);
  font-size: 60px;
  line-height: 60px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon span::before {
  color: #ffffff;
}

.services-three__single-img-inner img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.services-three__single:hover .services-three__single-img-inner img {
  transform: scale(1.1) rotate(2deg);
}

.services-three__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e2e0e5;
  border-top: none;
  border-bottom-left-radius: var(--breakout-bdr-radius);
  border-bottom-right-radius: var(--breakout-bdr-radius);
  padding: 34px 40px 35px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__single-content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.services-three__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.services-three__title a {
  color: var(--breakout-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__title a {
  color: var(--breakout-base);
}

.services-three__text {
  font-size: 16px;
  margin: 0;
  margin-bottom: 13px;
}

.services-three__arrow {
  color: var(--breakout-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__arrow:hover {
  color: var(--breakout-base);
}

.services-three__arrow span {
  position: relative;
  display: block;
  line-height: 0;
}

.services-three__arrow span::before {
  font-size: 20px;
  line-height: 20px;
}

/***
=============================================
    Watch Video One
=============================================
***/
.watch-video-one {
  position: relative;
  display: block;
  margin-bottom: -60px;
  z-index: 2;
}

.watch-video-one__img {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  border-radius: var(--breakout-bdr-radius);
  background: var(--breakout-black);
  overflow: hidden;
  z-index: 1;
}

.watch-video-one__img::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--breakout-black-rgb), 0.3);
  content: "";
  z-index: -1;
}

.watch-video-one__inner {
  position: relative;
  display: block;
  padding: 135px 0px 115px;
}

.watch-video-one__video-link {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.watch-video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: var(--breakout-white);
  background-color: var(--breakout-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.watch-video-one__video-icon:hover {
  background-color: var(--breakout-white);
  color: var(--breakout-base);
}

.watch-video-one__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--breakout-white);
  opacity: 0.2;
  z-index: 1;
}

.watch-video-one__video-link .ripple,
.watch-video-one__video-icon .ripple:before,
.watch-video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--breakout-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--breakout-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--breakout-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--breakout-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.watch-video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.watch-video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.watch-video-one__title {
  color: var(--breakout-white);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

/***
=============================================
    Why Choose Three
=============================================
***/
.why-choose-three {
  position: relative;
  display: block;
  background: #f6f4f9;
  padding: 180px 0px 120px;
}

.why-choose-three__left {
  position: relative;
  display: block;
  max-width: 505px;
  width: 100%;
}

.why-choose-three__left .section-title {
  margin-bottom: 31px;
}

.why-choose-three__text1 {
  color: var(--breakout-base);
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.why-choose-three__text2 {
  margin: 0;
}

.why-choose-three__tab {
  position: relative;
  display: block;
}

.why-choose-three__tab .tab-buttons {
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.why-choose-three__tab .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.why-choose-three__tab .tab-buttons .tab-btn:last-child {
  margin-right: 0px;
}

.why-choose-three__tab .tab-buttons .tab-btn.thm-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 9px 40px 8px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
}

.why-choose-three__tab .tab-buttons .tab-btn.thm-btn::after,
.why-choose-three__tab .tab-buttons .tab-btn.thm-btn.active-btn {
  background: var(--breakout-base);
}

.why-choose-three__tab .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.why-choose-three__tab .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.why-choose-three__tab-inner {
  position: relative;
  display: block;
}

.why-choose-three__tab-inner-text {
  margin: 0;
  margin-bottom: 29px;
}

.why-choose-three__tab-inner-bottom {
  position: relative;
  display: block;
  border-top: 1px solid #dddbe0;
  padding-top: 40px;
}

.why-choose-three__tab-inner-bottom-img {
  position: relative;
  display: block;
  background: transparent;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
}

.why-choose-three__tab-inner-bottom-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background: transparent;
  content: "";
  z-index: 5;
}

.why-choose-three__tab-inner-bottom-img img {
  width: 100%;
  mix-blend-mode: luminosity;
  position: relative;
  top: -55px; /* Adjust this value as needed */
}


.why-choose-three__tab-inner-bottom-text {
  position: relative;
  display: block;
  margin-top: 1px;
}

.why-choose-three__tab-inner-bottom-text ul {
  position: relative;
  display: block;
}

.why-choose-three__tab-inner-bottom-text ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.why-choose-three__tab-inner-bottom-text ul li:last-child {
  margin-bottom: 0px;
}

.why-choose-three__tab-inner-bottom-text ul li p {
  color: var(--breakout-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}

.why-choose-three__tab-inner-bottom-text ul li p span {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.why-choose-three__tab-inner-bottom-text ul li:hover p span {
  color: var(--breakout-black);
}

/***
=============================================
    Project One Three
=============================================
***/
.project-one--three {
  position: relative;
  display: block;
}

.project-one--three .project-one__single {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--breakout-bdr-radius);
}

.project-one--three .project-one__hover {
  padding: 26px 60px 37px;
}

/***
=============================================
    breakout Ready Two Three
=============================================
***/
.breakout-ready-two--three {
  position: relative;
  display: block;
  padding: 100px 0px 240px;
}

/***
=============================================
    Counter Two Three
=============================================
***/
.counter-two--three {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 2;
}

/***
=============================================
    Get In Touch One
=============================================
***/
.get-in-touch-one {
  position: relative;
  display: block;
  background: #f6f4f9;
  padding: 330px 0px 120px;
  margin-top: -210px;
  z-index: 1;
}

.get-in-touch-one .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.04;
  z-index: -1;
}

.get-in-touch-one__bg {
  position: absolute;
  top: 330px;
  left: 0;
  bottom: 131px;
  right: 0;
  width: calc((100% - 70px) / 2);
  border-top-right-radius: var(--breakout-bdr-radius);
  border-bottom-right-radius: var(--breakout-bdr-radius);
  background: transparent;
  background-blend-mode: luminosity;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.get-in-touch-one__video-link {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.get-in-touch-one__video-icon {
  height: 140px;
  width: 165px;
  background-color: var(--breakout-base);
  font-size: 25px;
  color: var(--breakout-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-in-touch-one__video-icon:hover {
  background-color: var(--breakout-black);
}

.get-in-touch-one__video-icon .ripple,
.get-in-touch-one__video-icon .ripple:before,
.get-in-touch-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 136px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--breakout-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-top-left-radius: 8px;
}

.get-in-touch-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.get-in-touch-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.get-in-touch-one__content {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  float: right;
}

.get-in-touch-one__content .section-title {
  margin-bottom: 29px;
}

.get-in-touch-one__text1 {
  margin: 0;
}

.get-in-touch-one__content-middle {
  position: relative;
  display: block;
  margin-top: 39px;
}

.get-in-touch-one__content-middle-single {
  position: relative;
  display: block;
}

.get-in-touch-one__icon {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.get-in-touch-one__icon span {
  position: relative;
  display: inline-block;
  line-height: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.get-in-touch-one__content-middle-single:hover .get-in-touch-one__icon span {
  transform: scale(0.9);
}

.get-in-touch-one__icon span::before {
  color: var(--breakout-base);
  font-size: 60px;
  line-height: 60px;
}

.get-in-touch-one__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.get-in-touch-one__text2 {
  margin: 0;
}

.get-in-touch-one__progress {
  position: relative;
  display: block;
  margin-top: 30px;
}

.get-in-touch-one__progress-single {
  position: relative;
  display: block;
}

.get-in-touch-one__progress-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.get-in-touch-one__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: var(--breakout-white);
  border-radius: 5px;
  margin-bottom: 11px;
}

.get-in-touch-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 5px;
  background: var(--breakout-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.get-in-touch-one__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 20px;
  color: var(--breakout-white);
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: var(--breakout-black);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.get-in-touch-one__progress .count-text:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 3px solid var(--breakout-black);
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
}

.get-in-touch-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

/***
=============================================
    How We Works One
=============================================
***/
.how-we-works-one {
  position: relative;
  display: block;
  background: var(--breakout-white);
  padding: 120px 0px 120px;
  counter-reset: count;
  z-index: 1;
}

.how-we-works-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.how-we-works-one__single .shape1 {
  position: absolute;
  top: 75px;
  right: -93px;
}

.how-we-works-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--breakout-white);
  border: 1px solid #e4e2e7;
  margin: 0 auto;
  margin-bottom: 24px;
  z-index: 1;
}

.how-we-works-one__icon::before {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #000000;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0.5);
  opacity: 0;
  z-index: -1;
  content: "";
}

.how-we-works-one__single:hover .how-we-works-one__icon::before {
  transform: scale(1);
  opacity: 1;
}

.how-we-works-one__icon span {
  position: relative;
  display: inline-block;
  line-height: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.how-we-works-one__single:hover .how-we-works-one__icon span {
  transform: scale(0.9);
}

.how-we-works-one__icon span::before {
  color: var(--breakout-base);
  font-size: 60px;
  line-height: 60px;
}

.how-we-works-one__icon .count-box {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  background: var(--breakout-base);
  color: #ffffff;
  border-radius: 50%;
  font-family: var(--breakout-font-two);
  font-weight: 500;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.how-we-works-one__icon .count-box::before {
  top: 0px;
  right: -15px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  font-family: var(--breakout-font-two);
  font-weight: 500;
  counter-increment: count;
  content: "0" counter(count);
}

.how-we-works-one__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.how-we-works-one__title a {
  color: var(--breakout-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.how-we-works-one__single:hover .how-we-works-one__title a {
  color: var(--breakout-base);
}

.how-we-works-one__text {
  margin: 0;
}

.how-we-works-one__btn {
  position: relative;
  display: block;
  margin-top: 19px;
}

/***
=============================================
    Cta One Two
=============================================
***/
.cta-one--two {
  position: relative;
  display: block;
  background: var(--breakout-base);
  padding-bottom: 0px;
}

.cta-one--two .cta-one-shape-1 {
  right: 124px;
}

.cta-one--two .cta-one-shape-2 {
  top: -210px;
  right: -185px;
  width: 365px;
  height: 365px;
  border-radius: 0;
  z-index: 2;
}

.cta-one--two .cta-one__inner {
  padding: 88px 0px 92px;
}

/***
=============================================
    Blog Three
=============================================
***/
.blog-three {
  position: relative;
  display: block;
  background: var(--breakout-white);
  padding: 120px 0px 90px;
  z-index: 1;
}

.blog-three::before {
  position: absolute;
  top: 0;
  left: 51%;
  bottom: 0;
  right: -99999px;
  background: #f6f4f9;
  content: "";
  z-index: -1;
}

.blog-three__content {
  position: relative;
  display: block;
}

.blog-three__content .section-title {
  margin-bottom: 29px;
}

.blog-three__text {
  margin: 0;
}

.blog-three__right {
  position: relative;
  display: block;
  width: 1180px;
}

.blog-three .custom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 174px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
}

.blog-three .custom-nav .owl-prev {
  height: 65px;
  width: 65px;
  background: #f6f4f9;
  border-radius: 50%;
  color: var(--breakout-black);
  font-size: 20px;
  text-align: center;
  border: 0;
  transform: rotate(180deg);
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-right: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three .custom-nav .owl-next {
  height: 65px;
  width: 65px;
  background: #f6f4f9;
  border-radius: 50%;
  color: var(--breakout-black);
  font-size: 20px;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three .custom-nav .owl-prev:hover,
.blog-three .custom-nav .owl-next:hover {
  color: var(--breakout-white);
  background-color: var(--breakout-base);
}

.blog-three__right .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.blog-three__right .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.blog-three__right .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/***
=============================================
    Testimonial Page
=============================================
***/
.testimonial-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.testimonial-page .testimonial-one__single {
  position: relative;
  margin-bottom: 30px;
}

/***
=============================================
    Brand One Testimonial
=============================================
***/
.brand-one--testimonial {
  position: relative;
  display: block;
  background: var(--breakout-base);
  border-bottom: none;
}

/***
=============================================
    Team Details
=============================================
***/
.team-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 0px;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: block;
  padding: 0px 0px 92px;
}

.team-details__top-left {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  background: var(--breakout-black);
  overflow: hidden;
  z-index: 1;
}

.team-details__top-img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(var(--breakout-base-rgb), 0.7) 0%, rgba(var(--breakout-base-rgb), 0.3) 100%);
  transform: skewX(25deg);
  z-index: 1;
}

.team-details__top-img:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.team-details__top-img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.team-details__top-img img:hover {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.team-details__top-title {
  color: var(--breakout-gray);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--breakout-font-two);
  margin: 0;
  margin-bottom: 6px;
}

.team-details__top-name {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #f6f4f9;
  color: var(--breakout-black);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}

.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  color: var(--breakout-base);
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
}

.team-details__top-text-2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  padding-top: 36px;
  padding-bottom: 34px;
  margin: 0;
}

.team-details__top-text-3 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}

.team-details__certificate {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
}

.team-details__certificate-title {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.team-details__certificate-title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-details__certificate-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.team-details__certificate-single {
  position: relative;
  display: block;
  padding: 0px 15px 0px;
}

.team-details__certificate-single-img {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
  background: var(--breakout-black);
}

.team-details__certificate-single-img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 5;
}

.team-details__certificate-single:hover .team-details__certificate-single-img:before {
  opacity: 1;
}

.team-details__certificate-single-img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

/***
=============================================
    Team Details Bottom
=============================================
***/
.team-details-bottom {
  position: relative;
  display: block;
  background: #f6f4f9;
  padding: 120px 0px 109px;
}

.team-details-bottom__left {
  position: relative;
  display: block;
}

.team-details-bottom__left .section-title {
  margin-bottom: 0px;
}

.team-details-bottom__right {
  position: relative;
  display: block;
}

.team-details-bottom__progress {
  position: relative;
  display: block;
}

.team-details-bottom__progress-single {
  position: relative;
  display: block;
}

.team-details-bottom__progress-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.team-details-bottom__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: var(--breakout-white);
  border-radius: 5px;
  margin-bottom: 11px;
}

.team-details-bottom__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 5px;
  background: var(--breakout-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details-bottom__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 20px;
  color: var(--breakout-white);
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: var(--breakout-black);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.team-details-bottom__progress .count-text:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 3px solid var(--breakout-black);
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
}

.team-details-bottom__progress .bar-inner.counted .count-text {
  opacity: 1;
}

/***
=============================================
    Why Choose Four
=============================================
***/
.why-choose-four {
  position: relative;
  display: block;
  padding: 0px 0px 90px;
}

/***
=============================================
    Counter One Why Choose
=============================================
***/
.counter-one--why-choose {
  position: relative;
  display: block;
}

.counter-one--why-choose .counter-one__single:before {
  top: -120px;
}

/***
=============================================
    Why Choose One Why Choose
=============================================
***/
.why-choose-one--why-choose {
  padding-bottom: 120px;
}

/***
=============================================
    Brand One Why Choose
=============================================
***/
.brand-one--why-choose {
  position: relative;
  display: block;
  background: #f6f4f9;
  border-bottom: none;
}

/***
=============================================
    Business Growth One
=============================================
***/
.business-growth-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.business-growth-one__top {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.business-growth-one__top-left {
  position: relative;
  display: block;
}

.business-growth-one__top .section-title {
  margin-bottom: 0px;
}

.business-growth-one__top-right {
  position: relative;
  display: block;
  margin-top: 21px;
}

.business-growth-one__top-right p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

.business-growth-one__bottom {
  position: relative;
  display: block;
}

.business-growth-one__single {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
  margin-bottom: 30px;
}

.business-growth-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--breakout-bdr-radius);
  border-top-right-radius: var(--breakout-bdr-radius);
  background: var(--breakout-black);
}

.business-growth-one__single-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--breakout-base);
  height: 10px;
  content: "";
  z-index: 5;
}

.business-growth-one__single-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--breakout-black-rgb), 0.7);
  border-top-left-radius: var(--breakout-bdr-radius);
  border-top-right-radius: var(--breakout-bdr-radius);
  opacity: 0;
  z-index: 1;
  content: "";
}

.business-growth-one__single:hover .business-growth-one__single-img::after {
  opacity: 1;
}

.business-growth-one__single-img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.business-growth-one__single:hover .business-growth-one__single-img img {
  transform: scale(1);
}

.business-growth-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e2e0e5;
  border-top: none;
  padding: 34px 50px 40px;
  border-bottom-left-radius: var(--breakout-bdr-radius);
  border-bottom-right-radius: var(--breakout-bdr-radius);
}

.business-growth-one__single-content h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.business-growth-one__single-content h3 a {
  color: var(--breakout-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.business-growth-one__single:hover .business-growth-one__single-content h3 a {
  color: var(--breakout-base);
}

.business-growth-one__single-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/***
=============================================
    Shop Page
=============================================
***/
.shop-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.shop-sidebar {
  position: relative;
  display: block;
}

.shop-sidebar__single {
  padding: 24px 30px 30px;
  border: 1px solid #e2e0e5;
  margin-bottom: 30px;
  border-radius: 8px;
}

.shop-sidebar__single.shop-search {
  border: none;
  padding: 0;
}

.shop-search form {
  border-radius: 8px;
  position: relative;
  background-color: var(--breakout-base);
}

.shop-search form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: var(--thm-black);
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
}

.shop-search form button i::before {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  width: 100%;
  height: 80px;
  background-color: var(--breakout-base);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 18px;
  color: var(--breakout-white);
  font-family: var(--breakout-font);
  border: none;
  outline: none;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.shop-sidebar__title {
  margin: 0;
  color: var(--breakout-black);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.product-sidebar__price-range .noUi-horizontal {
  height: 7px;
  background-color: #f6f4f9;
  border: none;
  box-shadow: none;
}

.product-sidebar__price-range .noUi-handle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: var(--breakout-base);
  border: none;
  outline: none;
  box-shadow: none;
}

.product-sidebar__price-range .noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
}

.product-sidebar__price-range .noUi-handle::before,
.product-sidebar__price-range .noUi-handle::after {
  display: none;
}

.product-sidebar__price-range .noUi-connect {
  background-color: var(--breakout-base);
}

.product-sidebar__price-range .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 20px;
}

.product-sidebar__price-range .form-group p {
  font-size: 14px;
  margin: 0;
}

.product-sidebar__price-range .form-group .left > span {
  margin-left: 5px;
  margin-right: 5px;
}

.product-sidebar__price-range .form-group .left {
  display: flex;
  align-items: center;
}

.product-sidebar__price-range .form-group .right {
  position: relative;
  display: block;
}

.product-sidebar__price-range .form-group .right button {
  outline: none;
  border: none;
}

.product-sidebar__price-range .form-group .right button.thm-btn {
  font-size: 12px;
  padding: 3px 20px 4px;
}

.shop-category {
  position: relative;
  display: block;
}

.shop-category ul {
  position: relative;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--breakout-gray);
  margin-bottom: 5px;
}

.shop-category ul li:last-child {
  margin-bottom: 0;
}

.shop-category ul li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--breakout-gray);
  font-weight: 400;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 1;
  background: #ffffff;
  padding: 9px 15px 8px;
}

.shop-category ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f6f4f9;
  border-radius: 8px;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
  transform: scaleY(1);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
  color: var(--breakout-black);
  font-weight: 400;
  background: #f6f4f9;
}

.shop-category ul li a:after {
  position: absolute;
  right: 15px;
  top: 5px;
  font-family: "icomoon" !important;
  content: "\e906";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
  color: var(--breakout-base);
}

.product-sorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.product-sorting p {
  margin: 0;
  color: var(--breakout-gray);
  font-size: 18px;
}

.product-sorting .select-box {
  width: 340px;
  border-radius: var(--breakout-bdr-radius);
}

.product-sorting .nice-select {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  background: #f6f4f9;
  border: none;
  font-family: var(--breakout-font);
  border-radius: var(--breakout-bdr-radius);
  color: var(--breakout-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 0px;
}

.product-sorting .nice-select:after {
  position: absolute;
  top: 34px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--breakout-gray);
  border-right: 2px solid var(--breakout-gray);
  margin-top: 0px;
  z-index: 10;
}

.product-card {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.product-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.product-card__image > img {
  width: 100%;
}

.product-card__buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30%);
  transition: 500ms ease;
}

.product-card:hover .product-card__buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-card__buttons .thm-btn {
  font-size: 14px;
  padding: 8px 40px 9px;
}

.product-card__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 11px 0px 0px;
}

.product-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.product-card__title a {
  color: var(--breakout-black);
  transition: all 500ms ease;
}

.product-card__title a:hover {
  color: var(--breakout-base);
}

.product-card__price {
  color: var(--breakout-gray);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--breakout-font-two);
  margin: 0;
  margin-bottom: 12px;
}

.product-card__stars {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card__stars i {
  font-size: 14px;
  color: var(--breakout-base);
}

.product-card__stars i + i {
  margin-left: 5px;
}

/***
=============================================
    Product Details
=============================================
***/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 50px;
}

.product-details__img {
  position: relative;
  display: block;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
}

.product-details__img img {
  width: 100%;
}

.product-details__top {
  position: relative;
  display: block;
  margin-top: -13px;
}

.product-details__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 10px;
}

.product-details__reveiw {
  border-bottom: 1px solid #e2e0e5;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 31px;
}

.product-details__reveiw i {
  font-size: 18px;
  color: var(--breakout-base);
}

.product-details__reveiw i + i {
  margin-left: 3px;
}

.product-details__reveiw span {
  position: relative;
  top: 2px;
  line-height: 1;
  font-size: 18px;
  color: var(--breakout-gray);
  margin-left: 18px;
}

.product-details__content {
  position: relative;
  display: block;
}

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 31px;
}

.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__quantity-title {
  margin: 0;
  color: var(--breakout-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 30px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 8px;
  height: 60px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 8px;
  height: 60px;
  border: 1px solid #e2e0e5;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--breakout-font);
  padding-left: 30px;
  outline: none;
}

.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--breakout-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #e2e0e5;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e2e0e5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.product-details__buttons {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  margin-top: 30px;
}

.product-details__buttons-1 {
  position: relative;
  display: block;
}

.product-details__buttons-1 .thm-btn {
  background: var(--breakout-black);
}

.product-details__buttons-1 .thm-btn::after {
  background: var(--breakout-base);
}

.product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__social .title {
  position: relative;
  display: block;
}

.product-details__social .title h3 {
  color: var(--breakout-black);
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-details__social-link {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 5px;
}

.product-details__social-link li {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}

.product-details__social-link li:last-child {
  margin-right: 0;
}

.product-details__social-link li a {
  position: relative;
  display: block;
  color: var(--breakout-gray);
  font-size: 20px;
  line-height: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-details__social-link li a:hover {
  color: var(--breakout-base);
}

/***
=============================================
    Product Description
=============================================
***/
.product-description {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 50px;
}

.product-description__title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 24px;
}

.product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-description__list {
  position: relative;
  display: block;
  margin-top: 26px;
  margin-bottom: 31px;
}

.product-description__list ul {
  position: relative;
  display: block;
}

.product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-description__list ul li p {
  color: var(--breakout-black);
  margin: 0;
}

.product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 15px;
  line-height: 15px;
  margin-right: 4px;
}

.product-description__tex2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/***
====================================================================
	Review One
====================================================================
 ***/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
  border-top: 1px solid #e2e0e5;
  padding-top: 52px;
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.review-one__title h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.comments-area .comment-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e2e0e5;
}

.comments-area .comment {
  position: relative;
  display: flex;
  align-items: center;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--breakout-black);
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.review-one__content-top .info h2 span {
  color: var(--breakout-base);
  font-size: 16px;
}

.review-one__content-top .reply-btn {
  position: relative;
  display: block;
}

.review-one__content-top .reply-btn i:before {
  color: var(--breakout-base);
  font-size: 15px;
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/***
====================================================================
  Review Form
====================================================================
 ***/
.review-form-one {
  position: relative;
  display: block;
  margin-top: -8px;
  padding: 0px 0px 120px;
}

.review-form-one .comment-form {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.review-form-one__text {
  margin: 0;
  margin-bottom: 19px;
}

.review-form-one__text i:before {
  color: var(--breakout-base);
  font-size: 15px;
}

.review-form-one__text i:first-child {
  margin-left: 10px;
}

/***
====================================================================
  Cart Page
====================================================================
 ***/
.cart-page {
  position: relative;
  display: block;
  background: var(--breakout-white);
  padding: 114px 0px 120px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-table {
    min-width: 1170px;
  }
}
.cart-table {
  margin-bottom: 60px;
}

.cart-table thead th {
  color: var(--breakout-black);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  border: none;
  font-family: var(--breakout-font-two);
  padding-bottom: 24px;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid #e2e0e5;
}

.cart-table tbody td {
  font-size: 18px;
  color: var(--breakout-gray);
  vertical-align: middle;
  border-top: 1px solid #e2e0e5;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: var(--breakout-bdr-radius);
  overflow: hidden;
  margin-right: 35px;
}

.cart-table h3 {
  color: var(--breakout-black);
  font-size: 22px;
  margin-left: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.cart-table h3 a {
  color: var(--breakout-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--breakout-base);
}

.cart-table .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 8px;
  height: 60px;
}

.cart-table .quantity-box input {
  width: 98px;
  border-radius: 8px;
  height: 60px;
  border: 1px solid #e2e0e5;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--breakout-font);
  padding-left: 30px;
  outline: none;
}

.cart-table .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--thm-black);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-left: 1px solid #e2e0e5;
}

.cart-table .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e2e0e5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.cart-table .cross-icon {
  position: relative;
  display: block;
}

.cart-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  color: var(--breakout-black);
  font-size: 22px;
}

.cart-cupon__form {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.cart-cupon__input {
  width: 100%;
  max-width: 385px;
  border-radius: 8px;
  background-color: #f6f4f9;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--breakout-font);
  font-size: 14px;
  color: var(--breakout-gray);
  height: 68px;
  margin-bottom: 20px;
  border: none;
  outline: none;
}

.cart-cupon__form ::placeholder {
  color: var(--breakout-gray);
  opacity: 1;
}

.cart-cupon__form button {
  top: -1px;
  border: none;
  outline: none;
}

.cart-total {
  position: relative;
  display: block;
  margin-bottom: 21px;
  margin-top: -11px;
}

.cart-total li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--breakout-gray);
  font-size: 18px;
}

.cart-total li + li {
  margin-top: 10px;
}

.cart-total li span:first-child {
  display: block;
  color: var(--breakout-black);
  font-size: 20px;
  margin-right: 70px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
  width: 133px;
  text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
  position: relative;
  right: 6px;
}

.cart-page__buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.cart-page__buttons-1 {
  position: relative;
  display: block;
}

.cart-page__buttons-1 .thm-btn {
  background: var(--breakout-black);
}

.cart-page__buttons-1 .thm-btn::after {
  background: var(--breakout-base);
}

.cart-page__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

/***
====================================================================
  Checkout Page
====================================================================
 ***/
.checkout-page {
  position: relative;
  display: block;
  padding: 110px 0 120px;
}

.checkout-page .billing_details {
  position: relative;
  display: block;
}

.billing_title {
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.billing_title p {
  font-size: 16px;
  margin: 0;
}

.billing_title span {
  color: var(--breakout-base);
}

.billing_title h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.billing_details_form .btn-light {
  border: none;
}

.billing_details_form .btn-light:hover {
  border: none;
}

.billing_input_box input[type=text],
.billing_input_box input[type=email],
.billing_input_box input[type=tel] {
  height: 68px;
  width: 100%;
  border: none;
  background-color: #f6f4f9;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: var(--breakout-bdr-radius);
  outline: none;
  font-size: 14px;
  color: var(--breakout-gray);
  display: block;
}

.billing_details .checked-box {
  position: relative;
  display: block;
  margin-top: 1px;
}

.billing_details .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--breakout-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  font-family: var(--breakout-font);
}

.billing_details .checked-box input[type=checkbox] {
  display: none;
}

.billing_details .checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: var(--breakout-base);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.billing_details .checked-box label span:before {
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  width: 6px;
  height: 11px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.billing_details.checked-box input[type=checkbox]:checked + label span {
  border-color: #ffffff;
}

.billing_details .checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.ship_different_address_title {
  margin-top: 39px;
}

.ship_different_address_title h2 span::before {
  position: relative;
  display: inline-block;
  color: var(--breakout-base);
  font-size: 20px;
  top: -11px;
}

.ship_different_address_form .ship_different_input textarea {
  font-size: 14px;
  color: var(--breakout-gray);
  height: 140px;
  width: 100%;
  background-color: #f6f4f9;
  padding: 18px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--breakout-bdr-radius);
}

.billing_details_form .select-box .nice-select {
  background-color: #f6f4f9;
  border-radius: 8px;
  color: var(--breakout-gray);
  font-size: 14px;
  font-weight: 400;
  height: 68px;
  line-height: 68px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 10px;
}

.billing_details_form .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.your_order {
  position: relative;
  display: block;
  padding-top: 36px;
}

.your_order h2 {
  color: var(--breakout-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 41px;
}

.order_table_box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2e0e5;
  padding-bottom: 24px;
}

.order_table_detail {
  position: relative;
  width: 100%;
}

.order_table_head {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2e0e5;
  border-top: 1px solid #e2e0e5;
}

.order_table_head th {
  font-size: 20px;
  color: var(--breakout-black);
  font-weight: 500;
  margin: 0;
  padding: 19px 0 22px;
  text-transform: uppercase;
  font-family: var(--breakout-font-two);
}

.order_table_head th.right {
  float: right;
}

.order_table_detail tbody td {
  padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
  color: var(--breakout-gray);
  font-size: 16px;
  line-height: 18px;
}

.order_table_detail tbody td.pro__price {
  color: var(--breakout-gray);
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout__payment {
  background-color: #f6f4f9;
  border-radius: 8px;
  padding: 49px 50px 18px;
  margin-bottom: 10px;
}

.checkout__payment__item + .checkout__payment__item {
  margin-top: 39px;
}

.checkout__payment__title {
  display: flex;
  color: var(--breakout-black);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  align-items: center;
  margin-bottom: 27px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: 2px solid #e2e0e5;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--breakout-base);
  border-color: var(--breakout-base);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: var(--breakout-gray);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: #f6f4f9;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .get-to-know__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .get-to-know__img img {
    border-radius: var(--breakout-bdr-radius);
  }
  .get-to-know__right {
    max-width: 600px;
    margin: 180px auto 0;
  }
  .get-to-know {
    padding: 140px 0 20px;
  }
  .counter-one-shape-1,
  .counter-one-shape-2,
  .counter-one-shape-3 {
    display: none;
  }
  .why-choose-one__right {
    margin-left: 0;
    padding-top: 120px;
  }
  .why-choose-one__right:before {
    left: -30px;
  }
  .why-choose-one__bottom {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-one__points {
    margin-left: 0;
    margin-top: 20px;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn {
    max-width: 310px;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn span {
    max-width: 310px;
  }
  .tabs-content__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .tabs-content__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .tabs-content__right:before {
    display: none;
  }
  .blog-one__content {
    padding: 32px 35px 40px;
  }
  .cta-one__inner {
    padding: 90px 35px 90px;
  }
  .footer-widget__newsletter {
    margin-left: 0;
    margin-top: 41px;
  }
  .get-to-know-two__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .get-to-know-two__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .why-choose-two__top-left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-two__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .why-choose-two__single {
    padding: 38px 10px 38px;
  }
  .counter-two__left {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .contact-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-one__right {
    max-width: 600px;
    margin: 53px auto 0;
  }
  .testimonial-one {
    position: relative;
    display: block;
    background-color: #f6f4f9;
    padding: 120px 0 220px;
  }
  .testimonial-one__left {
    text-align: center;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 50px;
  }
  .testimonial-one__right {
    position: relative;
    top: 0px;
    right: 0;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
  .testimonial-one .custom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
  .about-page__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-page__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-page {
    padding: 120px 0 111px;
  }
  .service-details__bottom-single:nth-child(3) {
    padding-left: 54px;
  }
  .service-details__bottom-single {
    padding: 0 27px 0;
  }
  .service-details__benefits-img {
    margin-top: 43px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-info__single {
    padding: 50px 45px 41px;
  }
  .contact-info__single-last {
    padding-bottom: 71px;
  }
  .project-one__hover {
    padding: 31px 40px 30px;
  }
  /* Update Responsive 23-05-2022  */
  .main-slider--three__shape1 {
    display: none;
  }
  .main-slider--three__shape2 {
    display: none;
  }
  .features-one {
    padding: 80px 0px 40px;
  }
  .features-one__single {
    margin-bottom: 40px;
  }
  .welcome-one__content {
    margin-top: 60px;
    margin-left: 0px;
  }
  .why-choose-three__left {
    max-width: none;
  }
  .why-choose-three__left .section-title__title br {
    display: none;
  }
  .why-choose-three__text1 br {
    display: none;
  }
  .why-choose-three__tab {
    margin-top: 40px;
  }
  .get-in-touch-one__bg {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    width: calc((100% - 0px) / 1);
    min-height: 600px;
  }
  .get-in-touch-one__content {
    max-width: none;
    float: none;
    margin-top: 50px;
  }
  .get-in-touch-one__content .section-title__title br {
    display: none;
  }
  .get-in-touch-one__content-middle {
    max-width: 600px;
    width: 100%;
  }
  .blog-three {
    padding: 0px 0px 205px;
  }
  .blog-three::before {
    display: none;
  }
  .blog-three__content {
    text-align: center;
    margin-bottom: 40px;
  }
  .blog-three__content .section-title__title br {
    display: none;
  }
  .blog-three .custom-nav {
    bottom: 120px;
    text-align: center;
  }
  .testimonial-page .testimonial-one__single {
    padding: 39px 30px 50px;
  }
  .testimonial-page .testimonial-one__client-details {
    margin-left: 35px;
  }
  .team-details__top-left {
    max-width: 570px;
    width: 100%;
  }
  .team-details__top-right {
    margin-top: 50px;
    margin-left: 0px;
  }
  .team-details-bottom__left .section-title__title br {
    display: none;
  }
  .business-growth-one__top-left .section-title__title {
    font-size: 45px;
  }
  .business-growth-one__single-content {
    padding: 34px 35px 40px;
  }
  .business-growth-one__single-content h3 {
    font-size: 20px;
  }
  .product-sidebar__price-range .form-group {
    flex-direction: column;
  }
  .shop-category ul li a {
    padding: 9px 10px 8px;
  }
  .shop-sidebar__single {
    padding: 24px 25px 30px;
  }
  .product-details__buttons-1 .thm-btn {
    padding: 17px 50px 17px;
  }
  .product-details__buttons-2 .thm-btn {
    padding: 17px 50px 17px;
  }
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
  .billing_title h2 {
    font-size: 38px;
  }
  .main-header--three .main-menu-wrapper__right {
    display: none;
  }
  .main-header--three .main-menu-wrapper__left {
    margin-right: 55px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-one__top-left .section-title {
    margin-bottom: 30px;
  }
  .services-one__top-text-box {
    margin-bottom: 30px;
  }
  .services-one__single {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    text-align: center;
  }
  .services-one__count {
    margin: 0 auto;
  }
  .services-one__count:before {
    left: 0;
    right: 0;
  }
  .services-one__single:nth-child(3):before {
    display: none;
  }
  .get-to-know__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .get-to-know__img img {
    border-radius: var(--breakout-bdr-radius);
  }
  .get-to-know__right {
    max-width: 600px;
    margin: 180px auto 0;
  }
  .get-to-know {
    padding: 140px 0 20px;
  }
  .counter-one-shape-1,
  .counter-one-shape-2,
  .counter-one-shape-3 {
    display: none;
  }
  .counter-one__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .counter-one__single:nth-child(3):before {
    display: none;
  }
  .why-choose-one__img {
    border-radius: var(--breakout-bdr-radius);
  }
  .why-choose-one__img img {
    border-radius: var(--breakout-bdr-radius);
  }
  .why-choose-one__right {
    margin-left: 0;
  }
  .breakout-ready__title br {
    display: none;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn {
    float: none;
    margin: 0 auto;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: auto;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn:nth-child(1) span {
    border-top-left-radius: 0px;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn:nth-child(3) span {
    border-top-right-radius: 0px;
  }
  .tabs-content__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .tabs-content__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .tabs-content__right:before {
    display: none;
  }
  .cta-one__inner {
    flex-direction: column;
    text-align: center;
  }
  .cta-one__title br {
    display: none;
  }
  .cta-one__left {
    margin-bottom: 25px;
  }
  .site-footer__top-inner {
    flex-direction: column;
    text-align: center;
  }
  .site-footer__top-left {
    flex-direction: column;
  }
  .site-footer__top-title-box {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 23px;
  }
  .footer-widget__about-text-box {
    margin-right: 0;
  }
  .footer-widget__links {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widget__explore {
    margin-left: 0;
    margin-right: 0;
    margin-top: 33px;
  }
  .footer-widget__newsletter {
    margin-left: 0;
    margin-top: 41px;
    padding: 41px 20px 41px;
  }
  .get-to-know-two__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .get-to-know-two__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .breakout-ready-two__title br {
    display: none;
  }
  .why-choose-two__top-left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-two__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .counter-two__left {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .contact-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-one__right {
    max-width: 600px;
    margin: 53px auto 0;
  }
  .testimonial-one {
    position: relative;
    display: block;
    background-color: #f6f4f9;
    padding: 120px 0 220px;
  }
  .testimonial-one__left {
    text-align: center;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 50px;
  }
  .testimonial-one__right {
    position: relative;
    top: 0px;
    right: 0;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
  .testimonial-one .custom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
  .about-page__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-page__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-page {
    padding: 120px 0 111px;
  }
  .faq-page__single {
    margin-bottom: 20px;
  }
  .faq-page__single-last {
    margin-bottom: 0;
  }
  .service-details__sidebar {
    margin-bottom: 50px;
  }
  .service-details__bottom-single:nth-child(3) {
    padding-left: 38px;
  }
  .service-details__bottom-single {
    padding: 0 20px 0;
  }
  .service-details__benefits-img {
    margin-top: 43px;
  }
  .project-details__content-right {
    margin-top: 43px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .project-one__hover {
    padding: 31px 40px 30px;
  }
  .get-to-know-big-text {
    display: none;
  }
  /* Update Responsive 23-05-2022  */
  .main-slider--three__shape1 {
    display: none;
  }
  .main-slider--three__shape2 {
    display: none;
  }
  .main-slider--three__shape3 {
    display: none;
  }
  .main-slider.main-slider--three h2 {
    font-size: 95px;
    line-height: 0.9em;
    font-weight: 500;
  }
  .features-one {
    padding: 80px 0px 40px;
  }
  .features-one__single {
    margin-bottom: 40px;
    border-right: none;
  }
  .welcome-one__content {
    margin-top: 60px;
    margin-left: 0px;
  }
  .services-three__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .why-choose-three__left {
    max-width: none;
  }
  .why-choose-three__left .section-title__title br {
    display: none;
  }
  .why-choose-three__text1 br {
    display: none;
  }
  .why-choose-three__tab {
    margin-top: 40px;
  }
  .get-in-touch-one__bg {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    width: calc((100% - 0px) / 1);
    min-height: 600px;
  }
  .get-in-touch-one__content {
    max-width: none;
    float: none;
    margin-top: 50px;
  }
  .get-in-touch-one__content .section-title__title br {
    display: none;
  }
  .get-in-touch-one__content-middle {
    max-width: 600px;
    width: 100%;
  }
  .how-we-works-one__single .shape1 {
    display: none;
  }
  .how-we-works-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .blog-three {
    padding: 0px 0px 205px;
  }
  .blog-three::before {
    display: none;
  }
  .blog-three__content {
    text-align: center;
    margin-bottom: 40px;
  }
  .blog-three__content .section-title__title br {
    display: none;
  }
  .blog-three .custom-nav {
    bottom: 120px;
    text-align: center;
  }
  .blog-three__right {
    width: auto;
  }
  .blog-three__right .blog-one__title {
    font-size: 24px;
  }
  .testimonial-page .testimonial-one__client-details {
    margin-left: 35px;
  }
  .team-details__top-left {
    max-width: 570px;
    width: 100%;
  }
  .team-details__top-right {
    margin-top: 50px;
    margin-left: 0px;
  }
  .team-details-bottom__left {
    margin-bottom: 45px;
  }
  .counter-one--why-choose .counter-one__single:before {
    top: 0px;
  }
  .business-growth-one__top {
    text-align: center;
  }
  .business-growth-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .product-details__img {
    max-width: 600px;
    width: 100%;
    margin-bottom: 40px;
  }
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
  .cart-total li:nth-child(2) span:first-child {
    right: 0px;
  }
  .cart-total li {
    justify-content: flex-start;
  }
  .cart-total li span:first-child {
    text-align: left;
  }
  .checkout__payment {
    margin-top: 30px;
  }
  .main-header--three .main-menu-wrapper__right {
    display: none;
  }
  .main-header--three .main-menu-wrapper__left {
    margin-right: 55px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .services-one__top-left .section-title {
    margin-bottom: 30px;
  }
  .services-one__top-text-box {
    margin-bottom: 30px;
  }
  .services-one__single {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .services-one__count {
    margin: 0 auto;
  }
  .services-one__count:before {
    left: 0;
    right: 0;
  }
  .services-one__single:before {
    display: none;
  }
  .get-to-know__left {
    margin-right: 0;
    margin-left: 0;
  }
  .get-to-know__img:before {
    display: none;
  }
  .get-to-know__img {
    border-radius: var(--breakout-bdr-radius);
  }
  .get-to-know__img img {
    border-radius: var(--breakout-bdr-radius);
  }
  .get-to-know__img:after {
    display: none;
  }
  .get-to-know__video-link {
    bottom: 0;
    left: 0;
  }
  .get-to-know__video-icon {
    border-bottom-left-radius: 8px;
  }
  .get-to-know__right {
    margin-top: 60px;
  }
  .get-to-know {
    padding: 140px 0 15px;
  }
  .counter-one-shape-1,
  .counter-one-shape-2,
  .counter-one-shape-3 {
    display: none;
  }
  .counter-one__single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .counter-one__single:before {
    display: none;
  }
  .why-choose-one__img {
    border-radius: var(--breakout-bdr-radius);
  }
  .why-choose-one__img img {
    border-radius: var(--breakout-bdr-radius);
  }
  .why-choose-one__right {
    margin-left: 0;
  }
  .why-choose-one__bottom {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-one__points {
    margin-left: 0;
    margin-top: 20px;
  }
  .breakout-ready__title br {
    display: none;
  }
  .breakout-ready__title {
    font-size: 46px;
    line-height: 60px;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn {
    float: none;
    margin: 0 auto;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: auto;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn:nth-child(1) span {
    border-top-left-radius: 0px;
  }
  .financial-advice__tab-box .tab-buttons .tab-btn:nth-child(3) span {
    border-top-right-radius: 0px;
  }
  .tabs-content__inner {
    padding: 40px 20px 40px;
  }
  .tabs-content__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .tabs-content__right:before {
    display: none;
  }
  .tabs-content__experience-box {
    flex-direction: column;
    align-items: baseline;
  }
  .tabs-content__experience-img {
    margin-left: 0;
    margin-top: 20px;
  }
  .tabs-content__experience-img img {
    width: 100%;
  }
  .blog-one__content {
    padding: 32px 35px 40px;
  }
  .cta-one__inner {
    flex-direction: column;
    text-align: center;
    padding: 90px 15px 90px;
  }
  .cta-one__title br {
    display: none;
  }
  .cta-one__left {
    margin-bottom: 25px;
  }
  .cta-one-shape-1 {
    display: none;
  }
  .site-footer__top-inner {
    flex-direction: column;
    text-align: center;
  }
  .site-footer__top-left {
    flex-direction: column;
  }
  .site-footer__top-title-box {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 23px;
  }
  .footer-widget__about-text-box {
    margin-right: 0px;
  }
  .footer-widget__links {
    margin-left: 0;
    margin-right: 0;
    margin-top: 33px;
    margin-bottom: 30px;
  }
  .footer-widget__explore {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widget__newsletter {
    margin-left: 0;
    margin-top: 41px;
    padding: 41px 20px 41px;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
  }
  .get-to-know-two__left {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .get-to-know-two__small-img {
    display: none;
  }
  .get-to-know-two__points-two {
    margin-top: 6px;
  }
  .breakout-ready-two__title br {
    display: none;
  }
  .breakout-ready-two__title {
    font-size: 46px;
    line-height: 56px;
  }
  .why-choose-two__top-left {
    margin-right: 0;
    margin-left: 0;
  }
  .why-choose-two__video-link {
    right: 81px;
    bottom: 20px;
  }
  .why-choose-two__right {
    margin-left: 0;
    padding-top: 60px;
  }
  .why-choose-two__single {
    padding: 38px 14px 38px;
  }
  .counter-two__left {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .counter-two__single {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .counter-two__single:before {
    display: none;
  }
  .counter-two__single:last-child {
    margin-bottom: 0;
  }
  .we-care__inner {
    flex-direction: column;
    align-items: baseline;
  }
  .we-care__content {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-one__images li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-one__right {
    margin-left: 0;
    margin-top: 53px;
  }
  .contact-one__right-form {
    padding: 25px;
  }
  .testimonial-one {
    position: relative;
    display: block;
    background-color: #f6f4f9;
    padding: 120px 0 220px;
  }
  .testimonial-one__left {
    text-align: center;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 50px;
  }
  .testimonial-one__right {
    position: relative;
    top: 0px;
    right: 0;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
  .testimonial-one .custom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
  .about-page__left {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .about-page__founded {
    left: 0;
  }
  .about-page__points-two {
    margin-top: 5px;
  }
  .about-page {
    padding: 120px 0 111px;
  }
  .testimonial-one__single {
    padding: 39px 30px 50px;
  }
  .faq-page__single {
    margin-bottom: 20px;
  }
  .faq-page__single-last {
    margin-bottom: 0;
  }
  .faq-one-accrodion .accrodion-title h4::before {
    right: -15px;
  }
  .error-page__title {
    font-size: 185px;
    line-height: 185px;
  }
  .error-page {
    padding: 84px 0 120px;
  }
  .service-details__sidebar-service {
    padding: 29px 20px 33px;
  }
  .service-details__need-help {
    padding: 60px 20px 49px;
  }
  .service-details__download-btn {
    padding: 17px 52px 17px;
  }
  .service-details__sidebar {
    margin-bottom: 50px;
  }
  .service-details__bottom-single {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .service-details__bottom-single:nth-child(3) {
    padding-left: 0;
  }
  .service-details__benefits-img {
    margin-top: 43px;
  }
  .project-details__content-right {
    margin-top: 43px;
  }
  .project-details__details-box {
    padding: 52px 30px 58px;
  }
  .project-details__pagination-title {
    font-size: 20px;
  }
  .page-header__inner h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .blog-sidebar__bottom-box {
    padding: 57px 20px 53px;
  }
  .blog-sidebar__delivering-services {
    padding: 60px 20px 53px;
  }
  .sidebar__post {
    padding: 45px 20px 30px;
  }
  .sidebar__category {
    padding: 45px 20px 38px;
  }
  .sidebar__tags {
    padding: 45px 15px 50px;
  }
  .sidebar__comments {
    padding: 45px 20px 43px;
  }
  .blog-details__bottom {
    flex-direction: column;
  }
  .blog-details__social-list {
    margin-top: 25px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .blog-details__pagenation li br {
    display: none;
  }
  .blog-details__pagenation li {
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 30px;
  }
  .comment-one__btn {
    position: relative;
    top: 20px;
  }
  .contact-info__single {
    padding: 50px 45px 41px;
  }
  .contact-info__single-last {
    padding-bottom: 71px;
  }
  .project-one__hover {
    padding: 31px 40px 30px;
  }
  .project-two__hover {
    padding: 31px 40px 30px;
  }
  .get-to-know-big-text {
    display: none;
  }
  /* Update Responsive 23-05-2022  */
  .main-slider--three__shape1 {
    display: none;
  }
  .main-slider--three__shape2 {
    display: none;
  }
  .main-slider--three__shape3 {
    display: none;
  }
  .main-slider--three .main-slider__content {
    text-align: center;
  }
  .main-slider--three h2 br {
    display: none;
  }
  .main-slider--three p br {
    display: none;
  }
  .main-slider--three__btn {
    flex-direction: column;
  }
  .main-slider--three__btn2 {
    margin-left: 0px;
    margin-top: 20px;
  }
  .features-one {
    padding: 80px 0px 40px;
  }
  .features-one__single {
    margin-bottom: 40px;
    border-right: none;
  }
  .welcome-one {
    padding: 120px 0px 93px;
  }
  .welcome-one__content {
    margin-top: 60px;
    margin-left: 0px;
  }
  .welcome-one__content-bottom-content-single {
    margin-bottom: 15px;
  }
  .services-three__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .why-choose-three__left {
    max-width: none;
  }
  .why-choose-three__left .section-title__title br {
    display: none;
  }
  .why-choose-three__text1 br {
    display: none;
  }
  .why-choose-three__tab {
    margin-top: 40px;
  }
  .why-choose-three__tab-inner-bottom-text {
    margin-top: 25px;
  }
  .why-choose-three__tab .tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .why-choose-three__tab .tab-buttons .tab-btn {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .get-in-touch-one__bg {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    width: calc((100% - 0px) / 1);
    min-height: 500px;
  }
  .get-in-touch-one__content {
    max-width: none;
    float: none;
    margin-top: 50px;
  }
  .get-in-touch-one__content .section-title__title br {
    display: none;
  }
  .get-in-touch-one__content-middle {
    max-width: 600px;
    width: 100%;
  }
  .get-in-touch-one__content-middle-single {
    margin-bottom: 30px;
  }
  .get-in-touch-one__progress {
    margin-top: 0px;
  }
  .how-we-works-one__single .shape1 {
    display: none;
  }
  .how-we-works-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .how-we-works-one__btn .thm-btn {
    font-size: 15px;
  }
  .blog-three {
    padding: 0px 0px 205px;
  }
  .blog-three::before {
    display: none;
  }
  .blog-three__content {
    text-align: center;
    margin-bottom: 40px;
  }
  .blog-three__content .section-title__title br {
    display: none;
  }
  .blog-three .custom-nav {
    bottom: 120px;
    text-align: center;
  }
  .blog-three__right {
    width: auto;
  }
  .blog-three__right .blog-one__title {
    font-size: 21px;
  }
  .testimonial-page .testimonial-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .testimonial-page .testimonial-one__client-details {
    margin-left: 35px;
  }
  .team-details__top-left {
    max-width: 570px;
    width: 100%;
  }
  .team-details__top-right {
    margin-top: 50px;
    margin-left: 0px;
  }
  .team-details__certificate-list {
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .team-details__certificate-single {
    padding: 0px 0px 0px;
    margin-bottom: 30px;
  }
  .team-details__certificate-single:last-child {
    margin-bottom: 0px;
  }
  .team-details-bottom__left {
    margin-bottom: 40px;
  }
  .business-growth-one__top {
    text-align: center;
  }
  .business-growth-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .business-growth-one__single-content {
    padding: 34px 35px 40px;
  }
  .business-growth-one__single-content h3 {
    font-size: 20px;
  }
  .product-sorting {
    flex-direction: column;
  }
  .product-sorting .select-box {
    width: 290px;
    margin-top: 10px;
  }
  .product-card {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .product-details__img {
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
  }
  .product-details__reveiw span {
    font-size: 16px;
    margin-left: 10px;
  }
  .product-details__buttons {
    flex-direction: column;
  }
  .product-details__buttons-1 {
    margin-bottom: 10px;
  }
  .product-details__social-link {
    margin-left: 0px;
  }
  .product-details__social {
    flex-direction: column;
  }
  .product-details__social .title {
    margin-bottom: 5px;
  }
  .comments-area .comment {
    display: block;
  }
  .review-one__content {
    padding-left: 0px;
  }
  .comments-area .comment-box .author-thumb {
    margin-bottom: 15px;
  }
  .review-one__content-top {
    display: block;
  }
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
  .cart-total li:nth-child(2) span:first-child {
    right: 0px;
  }
  .cart-total li {
    justify-content: flex-start;
  }
  .cart-total li span:first-child {
    text-align: left;
  }
  .cart-total li span:first-child {
    margin-right: 50px;
  }
  .cart-page__buttons {
    display: block;
  }
  .cart-page__buttons-2 {
    margin-top: 10px;
    margin-left: 0px;
  }
  .checkout__payment {
    margin-top: 30px;
    padding: 49px 35px 18px;
  }
  .main-header--three .main-menu-wrapper__right {
    display: none;
  }
  .main-header--three .main-menu-wrapper__left {
    margin-right: 0px;
  }
  .main-header--three .main-menu-wrapper__logo {
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .counter-one-shape-1,
  .counter-one-shape-2,
  .counter-one-shape-3 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1540px) {
  .testimonial-one__right {
    max-width: 1030px;
    right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .testimonial-one {
    position: relative;
    display: block;
    background-color: #f6f4f9;
    padding: 120px 0 220px;
  }
  .testimonial-one__left {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 50px;
  }
  .testimonial-one__right {
    position: relative;
    top: 0px;
    right: 0;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
  .testimonial-one .custom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1645px) {
  .main-slider-two-img-1 {
    right: -191px;
  }
  .main-slider-two-img-1 img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-two-img-1 {
    right: -328px;
  }
  .main-slider-two-img-1 img {
    width: 65%;
  }
  .main-slider-two-arrow {
    right: 400px;
  }
  .main-slider-two #main-slider-pagination {
    max-width: 960px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider h2 {
    font-size: 111px;
    line-height: 88px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider-shape-1 {
    display: none;
  }
  .main-slider-two #main-slider-pagination {
    max-width: 720px;
    padding: 0 15px;
  }
  .main-slider-two-img-1 {
    display: none;
  }
  .main-slider-two-arrow {
    display: none;
  }
  .main-slider-two-shape-1,
  .main-slider-two-shape-2,
  .main-slider-two-shape-3 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider-shape-1,
  .main-slider-shape-2,
  .main-slider-shape-3 {
    display: none;
  }
  .main-slider h2 br {
    display: none;
  }
  .main-slider h2 {
    font-size: 46px;
    line-height: 41px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider .container {
    padding-top: 213px;
  }
  .main-slider-two #main-slider-pagination {
    max-width: 540px;
    padding: 0 15px;
  }
  .main-slider-two-img-1 {
    display: none;
  }
  .main-slider-two-arrow {
    display: none;
  }
  .main-slider-two-shape-1,
  .main-slider-two-shape-2,
  .main-slider-two-shape-3 {
    display: none;
  }
  .main-slider-two__content h2 br {
    display: none;
  }
  .main-slider-two__content h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .main-slider-two .container {
    padding-top: 207px;
    padding-bottom: 235px;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-menu-wrapper__logo {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 37px 0;
  }
  .main-menu-wrapper__logo {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 37px 0;
  }
  .main-menu-wrapper__logo {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-menu-wrapper__right {
    display: none;
  }
  .main-menu-wrapper__left {
    float: none;
  }
  .main-menu-wrapper__logo {
    margin-right: 0;
  }
  .main-menu-wrapper__main-menu {
    float: right;
  }
  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 37px 0;
  }
  .main-menu {
    padding: 0 30px;
  }
}
/* Update Responsive 23-05-2022  */
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-menu {
    padding: 0 40px;
  }
  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-header--three .main-menu {
    padding: 0 0px;
  }
}
/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .main-header--three .main-menu-wrapper__search-box:before {
    display: none;
  }
}
/*--- Btn --*/
.thm-btn-two {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--breakout-base);
  color: var(--breakout-white);
  font-size: 18px;
  font-weight: 700;
  padding: 11px 40px;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.thm-btn-two::after, .thm-btn-two::before {
  background-color: var(--breakout-black);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  inset: 50%;
  top: 50%;
  left: 50%;
  left: 25%;
  z-index: -1;
}
.thm-btn-two::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.thm-btn-two:hover {
  color: var(--breakout-white);
}
.thm-btn-two:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.thm-btn-two:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.thm-btn-three {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--breakout-base);
  color: var(--breakout-white);
  font-family: var(--breakout-font-two);
  font-size: 18px;
  font-weight: 700;
  padding: 11px 40px;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.thm-btn-three::after, .thm-btn-three::before {
  background-color: var(--breakout-black);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  inset: 50%;
  top: 50%;
  left: 50%;
  left: 25%;
  z-index: -1;
}
.thm-btn-three::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.thm-btn-three:hover {
  color: var(--breakout-white);
}
.thm-btn-three:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.thm-btn-three:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

/*--- Sec Title --*/
.section-title-two {
  position: relative;
  line-height: 1;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .section-title-two {
    padding-bottom: 50px;
    margin-top: -2px;
  }
}
.section-title-two__tagline {
  margin: 0;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: var(--breakout-gray);
  line-height: 1em;
  margin-bottom: 10px;
}
.section-title-two__tagline__ball {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 14px;
  background-color: var(--breakout-base);
  border-radius: 50%;
  position: relative;
}
.section-title-two__tagline__ball::after {
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--breakout-base);
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 0;
}
.section-title-two__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 575px) {
  .section-title-two__title br {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-title-two__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.section-title-two--home-five {
  position: relative;
}
@media (min-width: 768px) {
  .section-title-two--home-five {
    padding-bottom: 47px;
  }
}
.section-title-two--home-five .section-title-two__tagline {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .section-title-two--home-five .section-title-two__title {
    line-height: 60px;
  }
}

/*--- Topbar --*/
.topbar {
  position: relative;
  z-index: 2;
  background-color: var(--breakout-black);
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
.topbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5px 0 5.5px;
}
.topbar__social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar__social a {
  font-size: 12px;
  color: var(--breakout-white);
  transition: 0.3s ease-in-out;
}
.topbar__social a:hover {
  color: var(--breakout-base);
}
.topbar__info {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
}
.topbar__info li {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #547082;
  gap: 5px;
}
.topbar__info li span {
  font-size: 12px;
  position: relative;
  top: 1px;
  color: var(--breakout-base);
}
.topbar__info li a {
  color: inherit;
  transition: 0.3s ease-in-out;
}
.topbar__info li a:hover {
  color: var(--breakout-base);
}

.topbar-two {
  position: relative;
  z-index: 2;
  background-color: var(--breakout-black);
  padding: 7px 0 64px;
}
@media (max-width: 767px) {
  .topbar-two {
    display: none;
  }
}
.topbar-two__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.topbar-two__logo {
  position: absolute;
  left: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1800px) {
  .topbar-two__logo {
    left: 1%;
  }
}
@media (max-width: 1499px) {
  .topbar-two__logo {
    display: none;
  }
}
.topbar-two__info {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar-two__info li {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.topbar-two__info li span {
  font-size: 12px;
  position: relative;
  top: 1px;
  color: var(--breakout-base);
}
.topbar-two__info li a {
  color: inherit;
  transition: 0.3s ease-in-out;
}
.topbar-two__info li a:hover {
  color: var(--breakout-base);
}
.topbar-two__social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar-two__social a {
  font-size: 12px;
  color: var(--breakout-white);
  transition: 0.3s ease-in-out;
}
.topbar-two__social a:hover {
  color: var(--breakout-base);
}

/*--- Header --*/
.main-header--four {
  position: relative;
  background-color: var(--breakout-white);
  border-bottom: 1px solid #EDF1F3;
  z-index: 9;
}
.main-header--four.stricky-header {
  position: fixed;
}
@media (min-width: 1200px) {
  .main-header--four.stricky-header .mobile-nav__toggler {
    display: none;
  }
}
.main-header--four__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 82%;
  height: 100%;
  z-index: -1;
  background-color: var(--breakout-base);
}
@media (max-width: 1199px) {
  .main-header--four__bg {
    width: calc(100% - 200px);
  }
}
.main-header--four__bg::after {
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 70px;
  content: "";
  background-color: var(--breakout-base);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 22 70" xmlns="http://www.w3.org/2000/svg"><path d="M0 24.0402V52.6546C0 54.7019 1.04393 56.6079 2.76907 57.7104L22 70V0L1.80484 19.7506C0.650615 20.8794 0 22.4257 0 24.0402Z"/></svg>');
  mask-repeat: repeat;
  mask-position: top left;
  mask-size: cover;
}
.main-header--four .main-menu-wrapper__logo {
  position: relative;
  float: left;
  padding-top: 34px;
  padding-bottom: 34px;
  margin-right: 0;
  padding-left: 5.2%;
}
@media (max-width: 1700px) {
  .main-header--four .main-menu-wrapper__logo {
    padding-left: 2%;
  }
}
@media (max-width: 1199px) {
  .main-header--four .main-menu-wrapper__logo {
    padding-left: 15px;
  }
}
@media (max-width: 1799px) {
  .main-header--four .main-menu-wrapper__left {
    padding-left: 5%;
  }
}
@media (max-width: 1700px) {
  .main-header--four .main-menu-wrapper__left {
    padding-left: 11%;
  }
}
@media (max-width: 1300px) {
  .main-header--four .main-menu-wrapper__left {
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .main-header--four .main-menu-wrapper__left {
    padding-left: 12%;
  }
}
.main-header--four .main-menu {
  padding: 0;
}
.main-header--four .main-menu .main-menu__list > li, .main-header--four.stricky-header .main-menu__list > li {
  padding-top: 34px;
  padding-bottom: 35px;
}
.main-header--four .main-menu .main-menu__list > li + li, .main-header--four.stricky-header .main-menu__list > li + li {
  margin-left: 31px;
}
.main-header--four .main-menu .main-menu__list > li > a, .main-header--four.stricky-header .main-menu__list > li > a {
  color: #FDF5F3;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}
.main-header--four .main-menu .main-menu__list li ul li a, .main-header--four.stricky-header .main-menu__list li ul li a {
  letter-spacing: 0;
  text-transform: capitalize;
}
.main-header--four .main-menu-wrapper__right {
  padding: 0 0;
}
.main-header--four .main-menu-wrapper__right__btn {
  position: relative;
  background-color: var(--breakout-black);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 31px 35px;
}
.main-header--four .main-menu-wrapper__right__btn .thm-btn-two {
  background-color: var(--breakout-white);
  color: var(--breakout-black);
  font-size: 14px;
  padding: 3px 20px;
  margin-left: 10px;
}
.main-header--four .main-menu-wrapper__right__btn .thm-btn-two::after, .main-header--four .main-menu-wrapper__right__btn .thm-btn-two::before {
  background-color: var(--breakout-base);
}
.main-header--four .main-menu-wrapper__right__btn .thm-btn-two:hover {
  color: var(--breakout-white);
}
.main-header--four .main-menu-wrapper__search,
.main-header--four .main-menu-wrapper__cart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  background-color: rgba(var(--breakout-white-rgb), 0.1);
  color: var(--breakout-white);
  transition: all 500ms ease;
}
.main-header--four .main-menu-wrapper__search:hover,
.main-header--four .main-menu-wrapper__cart:hover {
  background-color: var(--breakout-base);
}
.main-header--four .main-menu-wrapper__call {
  background-color: var(--breakout-black);
  border-top: 1px solid rgba(var(--breakout-white-rgb), 0.15);
  padding: 23px 43px 34px;
  position: absolute;
  right: 0;
  bottom: -104px;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 314 210" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H314V204.362C314 207.36 311.433 209.695 308.454 209.354C287.218 206.929 209.632 198.5 157 198.5C104.368 198.5 26.7823 206.929 5.54622 209.354C2.56721 209.695 0 207.36 0 204.362V0Z"/></svg>');
  mask-repeat: repeat;
  mask-position: bottom center;
  mask-size: cover;
  width: 100%;
}
.main-header--four .main-menu-wrapper__call-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}
.main-header--four .main-menu-wrapper__call-icon span {
  font-size: inherit;
  color: inherit;
}
.main-header--four .main-menu-wrapper__call-number p {
  font-size: 12px;
  font-weight: 500;
  color: #547082;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 4px 0 3px;
}
.main-header--four .main-menu-wrapper__call-number h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.main-header--four .main-menu-wrapper__call-number h5 a {
  color: var(--breakout-white);
}
.main-header--four .main-menu-wrapper__call-number h5 a:hover {
  color: var(--breakout-base);
}

.main-header--five {
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 9;
}
.main-header--five::before {
  display: none;
}
@media (max-width: 767px) {
  .main-header--five {
    top: 0;
  }
}
.main-header--five.stricky-header {
  position: fixed;
  top: 0;
  background-color: var(--breakout-white);
}
@media (min-width: 1200px) {
  .main-header--five.stricky-header .mobile-nav__toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header--five .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 33px 0;
    color: var(--breakout-black);
  }
}
.main-header--five .main-menu {
  padding: 0;
}
.main-header--five .main-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--breakout-white);
  border-radius: 10px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .main-header--five .main-menu-wrapper {
    padding-left: 30px;
  }
}
.main-header--five .main-menu .main-menu__list > li, .main-header--five.stricky-header .main-menu__list > li {
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-header--five .main-menu .main-menu__list > li + li, .main-header--five.stricky-header .main-menu__list > li + li {
  margin-left: 31px;
}
.main-header--five .main-menu .main-menu__list > li > a, .main-header--five.stricky-header .main-menu__list > li > a {
  color: #959D9D;
  font-weight: 700;
  font-family: var(--breakout-font-two);
  letter-spacing: 0;
  text-transform: capitalize;
}
.main-header--five .main-menu .main-menu__list > li > a::before, .main-header--five.stricky-header .main-menu__list > li > a::before {
  display: none;
}
.main-header--five.stricky-header .main-menu__list > li:hover > a, .main-header--five.stricky-header .main-menu__list > li.current > a,
.main-header--five .main-menu .main-menu__list > li.current > a,
.main-header--five .main-menu .main-menu__list > li:hover > a {
  color: var(--breakout-base);
}
.main-header--five .main-menu .main-menu__list li ul li a, .main-header--five.stricky-header .main-menu__list li ul li a {
  letter-spacing: 0;
  text-transform: capitalize;
}
.main-header--five .main-menu-wrapper__right {
  padding: 0 0;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}
.main-header--five .main-menu-wrapper__call {
  background-color: var(--breakout-base);
  border-radius: 0 10px 10px 0;
  padding: 26px 68px 28px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .main-header--five .main-menu-wrapper__call {
    padding: 26px 20px 28px 22px;
  }
}
.main-header--five .main-menu-wrapper__call-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  background-color: var(--breakout-black);
  color: var(--breakout-white);
}
.main-header--five .main-menu-wrapper__call-icon span {
  font-size: inherit;
  color: inherit;
}
.main-header--five .main-menu-wrapper__call-number p {
  font-size: 12px;
  font-weight: 600;
  color: #EDF1F3;
  font-family: var(--breakout-font);
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 4px 0 3px;
}
.main-header--five .main-menu-wrapper__call-number h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.main-header--five .main-menu-wrapper__call-number h5 a {
  color: var(--breakout-white);
}
.main-header--five .main-menu-wrapper__call-number h5 a:hover {
  color: var(--breakout-black);
}

/*--- Hero Slider --*/
.main-slider-four {
  position: relative;
  background-color: var(--breakout-white);
  overflow: hidden;
}
.main-slider-four__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.main-slider-four__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgb(255, 255, 255) 100%);
}
.main-slider-four__item {
  position: relative;
  padding: 130px 0 160px;
}
@media (max-width: 767px) {
  .main-slider-four__item {
    padding: 90px 0 100px;
  }
}
.main-slider-four__content {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.main-slider-four__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: capitalize;
  margin: 0 0 14px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-200px);
}
@media (max-width: 767px) {
  .main-slider-four__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.main-slider-four__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 41px;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateX(-200px);
}
.main-slider-four__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
.main-slider-four__btn .thm-btn-two {
  background-color: var(--breakout-black);
}
.main-slider-four__btn .thm-btn-two::before, .main-slider-four__btn .thm-btn-two::after {
  background-color: var(--breakout-base);
}
.main-slider-four__layer {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (min-width: 1550px) {
  .main-slider-four__layer {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .main-slider-four__layer {
    display: none;
  }
}
.main-slider-four__layer img {
  max-width: none;
}
.main-slider-four__layer > img {
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(300px);
}
.main-slider-four__layer__border {
  position: absolute;
  left: -25px;
  top: -18px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100%);
}
.main-slider-four__layer__border img {
  animation: rotated 17s linear infinite;
}
.main-slider-four__layer__one {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100%);
}
.main-slider-four__layer__one img {
  animation: treeMove2 7s linear infinite;
}
.main-slider-four__layer__two {
  position: absolute;
  right: 100px;
  top: 50px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100%);
}
.main-slider-four__layer__two img {
  animation: treeMove2 7s linear infinite;
}
.main-slider-four__layer__video {
  position: absolute;
  right: 68px;
  bottom: -40px;
  width: 168px;
  height: 191px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100%);
}
@media (max-width: 1350px) {
  .main-slider-four__layer__video {
    right: 130px;
  }
}
.main-slider-four__layer__video .video-popup {
  color: var(--breakout-white);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -6px;
  right: 0;
  top: 63px;
  margin: auto;
  transition: all ease 400ms;
  transform: scale(1);
}
.main-slider-four__layer__video .video-popup:hover {
  transform: scale(1.1);
}
.main-slider-four .swiper-slide-active .main-slider-four__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.main-slider-four .swiper-slide-active .main-slider-four__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider-four .swiper-slide-active .main-slider-four__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}
.main-slider-four .swiper-slide-active .main-slider-four__layer > img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1800ms;
}
.main-slider-four .swiper-slide-active .main-slider-four__layer__two,
.main-slider-four .swiper-slide-active .main-slider-four__layer__one,
.main-slider-four .swiper-slide-active .main-slider-four__layer__border {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2000ms;
}
.main-slider-four .swiper-slide-active .main-slider-four__layer__video {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2100ms;
}
.main-slider-four #main-slider-four__pagination {
  position: absolute;
  top: 0%;
  left: 60px;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0;
  height: 100px;
  margin: auto;
}
@media (max-width: 1500px) {
  .main-slider-four #main-slider-four__pagination {
    left: 20px;
  }
}
@media (max-width: 1300px) {
  .main-slider-four #main-slider-four__pagination {
    flex-direction: row;
    transform: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 40px;
  }
}
.main-slider-four #main-slider-four__pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  background-color: var(--breakout-gray);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-four #main-slider-four__pagination span:hover, .main-slider-four #main-slider-four__pagination span.swiper-pagination-bullet-active {
  border: 2px solid var(--breakout-base);
  background-color: transparent;
}

@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-slider-five {
  position: relative;
  overflow: hidden;
}
.main-slider-five__item {
  position: relative;
  padding: 202px 0 163px;
  background-color: var(--breakout-black);
}
@media (max-width: 1199px) {
  .main-slider-five__item {
    padding: 160px 0 163px;
  }
}
@media (max-width: 767px) {
  .main-slider-five__item {
    padding: 180px 0 150px;
  }
}
.main-slider-five__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 0s, 0s;
  transform: translatey(50%);
  filter: blur(5px);
  opacity: 0;
}
.main-slider-five__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: rgba(var(--breakout-black-rgb), 0.9);
}
.main-slider-five__content {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.main-slider-five__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--breakout-white);
  text-transform: capitalize;
  margin: 0 0 32px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-200px);
}
@media (max-width: 767px) {
  .main-slider-five__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.main-slider-five__title span {
  color: var(--breakout-base);
}
.main-slider-five__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(var(--breakout-white-rgb), 0.7);
  margin: 0 0 41px;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateX(-200px);
}
.main-slider-five__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
@media (max-width: 767px) {
  .main-slider-five__btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.main-slider-five__btn .thm-btn-two::before, .main-slider-five__btn .thm-btn-two::after {
  background-color: var(--breakout-white);
}
.main-slider-five__btn .thm-btn-two:hover {
  color: var(--breakout-black);
}
.main-slider-five__clients {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 76px;
  border: 1px solid rgba(46, 46, 46, 0.21);
  background: rgba(var(--breakout-white-rgb), 0.11);
  padding: 8px 9px;
}
.main-slider-five__clients__item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--breakout-white);
  position: relative;
  overflow: hidden;
}
.main-slider-five__clients__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.main-slider-five__clients__item:last-of-type::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "+";
  color: var(--breakout-white);
  font-size: 16px;
  z-index: 2;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider-five__clients__item:last-of-type::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: rgba(var(--breakout-base-rgb), 0.9);
}
.main-slider-five__clients__item + .main-slider-five__clients__item {
  margin-left: -14px;
}
.main-slider-five__clients span {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--breakout-white);
  font-family: var(--breakout-font-two);
  margin-left: 11px;
}
.main-slider-five__layer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: inline-block;
}
@media (min-width: 1440px) {
  .main-slider-five__layer {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-five__layer {
    display: none;
  }
}
.main-slider-five__layer__one {
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(300px);
  display: inline-block;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 370.000000"><g transform="translate(0.000000,370.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M890 3165 c-344 -288 -650 -551 -680 -583 -136 -148 -204 -326 -204 -537 0 -161 34 -286 112 -413 41 -67 1339 -1622 1354 -1622 10 0 1208 999 1281 1069 131 124 215 297 239 487 20 163 -20 349 -104 491 -47 80 -1344 1633 -1362 1632 -6 0 -292 -236 -636 -524z"/></g></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
}
.main-slider-five__layer__two {
  position: absolute;
  left: 200px;
  bottom: 72px;
  width: 137px;
  height: 137px;
  background-color: rgba(var(--breakout-black-rgb), 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100%);
}
@media (max-width: 1299px) {
  .main-slider-five__layer__two {
    display: none;
  }
}
.main-slider-five__layer__two img {
  animation: treeMove2 7s linear infinite;
  width: 74px !important;
}
.main-slider-five__shape-one {
  position: absolute;
  left: 60px;
  top: 205px;
  width: 96px;
  height: 90px;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(-200px);
}
@media (max-width: 1599px) {
  .main-slider-five__shape-one {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .main-slider-five__shape-one {
    display: none;
  }
}
.main-slider-five__shape-one img {
  animation: treeMove2 7s linear infinite;
}
.main-slider-five__shape-two {
  position: absolute;
  left: 60px;
  bottom: 140px;
  width: 119px;
  height: 114px;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(200px);
}
@media (max-width: 1599px) {
  .main-slider-five__shape-two {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .main-slider-five__shape-two {
    display: none;
  }
}
.main-slider-five__shape-two img {
  animation: treeMove2 7s linear infinite;
}
.main-slider-five__shape-three {
  position: absolute;
  right: 0;
  top: -75px;
  width: 20%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(-100%);
}
@media (max-width: 1199px) {
  .main-slider-five__shape-three {
    display: none;
  }
}
.main-slider-five .active .main-slider-five__bg {
  opacity: 1;
  transform: translatey(0);
  filter: blur(0);
  transition-delay: 800ms;
}
.main-slider-five .active .main-slider-five__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.main-slider-five .active .main-slider-five__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider-five .active .main-slider-five__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}
.main-slider-five .active .main-slider-five__layer__one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1800ms;
}
.main-slider-five .active .main-slider-five__layer__two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1900ms;
}
.main-slider-five .active .main-slider-five__shape-one {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2000ms;
}
.main-slider-five .active .main-slider-five__shape-two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2100ms;
}
.main-slider-five .active .main-slider-five__shape-three {
  opacity: 1;
  transform: translate(0);
  transition-delay: 2200ms;
}
.main-slider-five .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: auto;
}
@media (max-width: 1500px) {
  .main-slider-five .owl-carousel .owl-nav {
    left: 20px;
  }
}
@media (max-width: 1300px) {
  .main-slider-five .owl-carousel .owl-nav {
    flex-direction: row;
    transform: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 40px;
  }
}
.main-slider-five .owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: rgba(var(--breakout-white-rgb), 0.15);
  border: 2px solid rgba(var(--breakout-white-rgb), 0.15);
  background: transparent;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}
.main-slider-five .owl-carousel .owl-nav button:hover {
  color: var(--breakout-white);
  border-color: var(--breakout-white);
}

/*---  Service Section --*/
.service-four {
  position: relative;
  padding: 120px 0;
}
.service-four__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 663px;
  background-color: #EDF1F3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .service-four {
    padding: 80px 0;
  }
}
.service-four__item {
  position: relative;
  background-color: var(--breakout-white);
  border-radius: 6px;
  padding: 30px 30px 30px;
  filter: drop-shadow(4.121px 10.199px 15px rgba(0, 0, 0, 0.08));
  z-index: 2;
  overflow: hidden;
  transition: 400ms all ease;
}
.service-four__item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 175px;
  height: 137px;
  background-color: var(--breakout-black);
  content: "";
  transition: 400ms all ease;
  z-index: -1;
}
.service-four__item:hover::after {
  background-color: var(--breakout-white);
}
.service-four__item::before {
  position: absolute;
  left: 185px;
  bottom: 0;
  width: 13px;
  height: 137px;
  background-image: linear-gradient(180deg, rgb(18, 48, 67) 0%, rgba(18, 48, 67, 0) 100%);
  content: "";
  transition: 400ms all ease;
}
.service-four__item:hover::before {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(18, 48, 67, 0) 100%);
}
.service-four__item__hover {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  transform: scale(1.3);
  opacity: 0;
}
.service-four__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--breakout-base);
  opacity: 0.9;
}
.service-four__item:hover .service-four__item__hover {
  opacity: 1;
  transform: scale(1);
}
.service-four__item__icon {
  width: 80px;
  height: 86px;
  background-color: #EDF1F3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px 100px 0 0;
  font-size: 36px;
  color: var(--breakout-black);
  transition: 400ms all ease;
}
.service-four__item__icon i {
  position: relative;
  display: inline-block;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}
.service-four__item:hover .service-four__item__icon {
  background-color: var(--breakout-white);
}
.service-four__item:hover .service-four__item__icon i {
  transform: scale(0.9);
}
.service-four__item__title {
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 24px 0 15px;
}
.service-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-four__item__title a:hover {
  background-size: 100% 1px;
}
.service-four__item:hover .service-four__item__title {
  color: var(--breakout-white);
}
.service-four__item__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  transition: all 300ms ease;
}
.service-four__item:hover .service-four__item__text {
  color: #D7D7D7;
}
.service-four__item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.service-four__item__rm {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.1;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--breakout-white);
  text-transform: capitalize;
}
.service-four__item__rm span {
  color: inherit;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 400ms ease;
}
.service-four__item__rm:hover {
  color: inherit;
}
.service-four__item__rm:hover span {
  background-size: 100% 1px;
}
.service-four__item__rm i {
  width: 20px;
  height: 20px;
  color: var(--breakout-base);
  background-color: var(--breakout-white);
  font-size: 9px;
  border-bottom: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.service-four__item:hover .service-four__item__rm {
  color: var(--breakout-black);
}
.service-four__item:hover .service-four__item__rm i {
  color: var(--breakout-white);
  background-color: var(--breakout-base);
}

.service-five {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-five {
    padding: 80px 0;
  }
}
.service-five .row > * {
  margin-top: 40px;
}
.service-five__item {
  position: relative;
  padding: 34px 40px 0;
  z-index: 2;
  transition: 400ms all ease;
}
.service-five__item__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 72%;
  border-radius: 6px;
  transition: 0.5s;
  background-color: var(--breakout-white);
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.08));
}
.service-five__item:hover .service-five__item__bg {
  background-color: var(--breakout-base);
}
.service-five__item__icon {
  position: absolute;
  left: -40px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: var(--breakout-black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 6px;
  font-size: 40px;
  color: var(--breakout-white);
  transition: 400ms all ease;
}
.service-five__item__icon i {
  position: relative;
  display: inline-block;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}
.service-five__item:hover .service-five__item__icon i {
  transform: scale(0.9);
}
.service-five__item__title {
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.service-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-five__item__title a:hover {
  background-size: 100% 1px;
}
.service-five__item:hover .service-five__item__title {
  color: var(--breakout-white);
}
.service-five__item__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 31px;
  transition: all 300ms ease;
}
.service-five__item:hover .service-five__item__text {
  color: rgba(var(--breakout-white-rgb), 0.6);
}
.service-five__item__image {
  position: relative;
  padding-left: 50px;
}
.service-five__item__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  border-radius: 0 0 6px 0;
  min-height: 147px;
  object-fit: cover;
}

/*--- About --*/
.about-four {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .about-four {
    padding: 0 0 80px;
  }
}
.about-four__content {
  position: relative;
  max-width: 500px;
}
.about-four__content .section-title-two {
  padding-bottom: 24px;
}
.about-four__content__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 32px;
}
.about-four__content ul {
  margin: 0 0 32px;
  padding: 0px;
  list-style: none;
}
.about-four__content ul li {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 5px;
}
.about-four__content ul li span {
  display: inline-block;
  color: var(--breakout-black);
  font-size: 18px;
}
.about-four__box {
  background-color: #EDF1F3;
  border-radius: 6px;
  position: relative;
  min-height: 139px;
  padding: 29px 25px 10px 222px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about-four__box {
    padding-left: 25px;
    padding-bottom: 20px;
  }
}
.about-four__box__icon {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 172px;
  height: 99px;
  border-radius: 6px;
  background-color: var(--breakout-white);
  color: var(--breakout-base);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-four__box__icon {
    position: relative;
    left: 0;
    margin: 0 0 20px;
  }
}
.about-four__box__icon i {
  display: inline-block;
  transition: all ease 500ms;
  transform: scale(1);
}
.about-four__box__icon img {
  max-width: 72px;
  border-radius: 6px;
}
.about-four__box:hover .about-four__box__icon i {
  transform: scale(0.9);
}
.about-four__box__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.about-four__box__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.about-four__experiance {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 167px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  padding: 54px 0px 54px 27px;
  width: 100%;
  clip-path: polygon(36% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .about-four__experiance {
    position: relative;
    left: 0;
    margin-top: 25px;
  }
}
.about-four__experiance::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--breakout-black-rgb), 0.9);
}
.about-four__experiance__number {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--breakout-base);
  margin: 0 auto 0px;
  font-family: var(--breakout-font) !important;
  line-height: 30px !important;
}
.about-four__experiance__number * {
  line-height: inherit !important;
}
.about-four__experiance__number .odometer-formatting-mark {
  display: none;
}
.about-four__experiance__text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--breakout-white);
  margin: 0;
}
.about-four__image {
  position: relative;
  padding-left: 50px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .about-four__image {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .about-four__image {
    padding: 0;
  }
}
.about-four__image__one {
  position: relative;
  border-bottom: 24px solid #e8e8e8;
  display: inline-block;
}
.about-four__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 6px 0 0 0;
}
.about-four__image__border {
  position: absolute;
  left: -25px;
  top: 0;
  width: 50px;
  height: 338px;
  border-radius: 100px 100px 0 0;
  background-image: linear-gradient(180deg, rgb(18, 173, 115) 0%, rgba(18, 173, 115, 0) 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__image__border {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .about-four__image__border {
    display: none;
  }
}
.about-four__image__video {
  display: inline-block;
  position: absolute;
  left: -25px;
  bottom: 0;
  border: 16px solid var(--breakout-white);
  border-bottom: none;
  border-radius: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__image__video {
    left: -10px;
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .about-four__image__video {
    position: relative;
    bottom: 0;
    left: 0;
    margin: -85px 0 0;
  }
}
.about-four__image__video img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.about-four__image__video .video-popup {
  width: 80px;
  height: 80px;
  background-color: rgba(var(--breakout-base-rgb), 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  font-size: 19px;
  color: var(--breakout-white);
  transition: all ease 400ms;
  transform: scale(1);
}
.about-four__image__video .video-popup:hover {
  transform: scale(1.1);
  background-color: rgba(var(--breakout-base-rgb), 1);
}

.about-five {
  position: relative;
  padding: 120px 0;
  background-color: #FFEFEE;
}
@media (max-width: 767px) {
  .about-five {
    padding: 80px 0;
  }
}
.about-five__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-five__content {
  position: relative;
  margin-right: -5px;
}
.about-five__content .section-title-two {
  padding-bottom: 18px;
}
.about-five__content__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 32px;
}
.about-five__content .thm-btn-three {
  background-color: var(--breakout-black);
}
.about-five__content .thm-btn-three::after, .about-five__content .thm-btn-three::before {
  background-color: var(--breakout-base);
}
.about-five__box {
  position: relative;
  background-color: var(--breakout-white);
  border-radius: 6px;
  max-width: 520px;
  min-height: 154px;
  padding: 0 230px 0 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-five__box {
    padding-right: 25px;
    display: block;
  }
}
.about-five__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .about-five__box ul {
    padding: 25px 0;
  }
}
.about-five__box ul li {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--breakout-font-two);
  color: var(--breakout-black);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 3px;
}
.about-five__box ul li span {
  display: inline-block;
  color: var(--breakout-base);
  font-size: 18px;
}
.about-five__box img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .about-five__box img {
    position: relative;
  }
}
.about-five__progress {
  position: relative;
  max-width: 520px;
  background-color: var(--breakout-white);
  border-radius: 8px;
  padding: 26px 30px 30px;
  margin: 0 0 20px;
}
.about-five__progress__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 16px;
}
.about-five__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #EDF1F3;
  border-radius: 17px;
}
.about-five__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  border-radius: 17px;
  background: var(--breakout-base);
  transition: all 1500ms ease;
}
.about-five__progress .bar-inner .count-text {
  position: absolute;
  right: -10px;
  bottom: 25px;
  color: var(--breakout-black);
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  transition: all 500ms ease;
  font-family: var(--breakout-font-two);
}
.about-five__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.about-five__image {
  position: relative;
  padding-left: 50px;
  padding-bottom: 45px;
}
@media (max-width: 1199px) {
  .about-five__image {
    margin-top: 45px;
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .about-five__image {
    padding-left: 0;
  }
}
.about-five__image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.about-five__image__two {
  position: absolute;
  right: -71px;
  bottom: 0;
  max-width: 242px;
  background-image: linear-gradient(90deg, rgb(229, 56, 42) 0%, rgba(229, 56, 42, 0) 100%);
  border-radius: 250px;
  padding: 16px;
}
@media (max-width: 767px) {
  .about-five__image__two {
    display: none;
  }
}
.about-five__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 250px;
}
.about-five__experiance {
  position: absolute;
  left: 28px;
  bottom: 0;
  max-width: 162px;
  border-radius: 111px;
  overflow: hidden;
  text-align: center;
  padding: 52px 15px 54px;
  width: 100%;
  background-color: var(--breakout-base);
}
@media (max-width: 767px) {
  .about-five__experiance {
    left: 0;
  }
}
.about-five__experiance__number {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--breakout-white);
  margin: 0 auto 3px;
  font-family: var(--breakout-font-two) !important;
  line-height: 30px !important;
}
.about-five__experiance__number * {
  line-height: inherit !important;
}
.about-five__experiance__number .odometer.odometer-auto-theme,
.about-five__experiance__number .odometer.odometer-theme-default {
  font-family: var(--breakout-font-two) !important;
}
.about-five__experiance__number .odometer-formatting-mark {
  display: none;
}
.about-five__experiance__text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: var(--breakout-white);
  font-family: var(--breakout-font-two);
  margin: 0;
}

/*--- Why Choose --*/
.why-choose-six {
  position: relative;
}
.why-choose-six__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 73.4%;
  background-color: var(--breakout-black);
  background-position: left top;
  background-repeat: no-repeat;
  background-blend-mode: color-burn;
}
@media (max-width: 1199px) {
  .why-choose-six__bg {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .why-choose-six {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .why-choose-six {
    padding-bottom: 80px;
  }
}
.why-choose-six__content {
  position: relative;
  padding: 120px 0;
  max-width: 607px;
}
@media (max-width: 1199px) {
  .why-choose-six__content {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .why-choose-six__content {
    padding: 80px 0;
  }
}
.why-choose-six__content .section-title-two {
  padding-bottom: 24px;
}
.why-choose-six__content .section-title-two__tagline {
  color: #547082;
}
.why-choose-six__content .section-title-two__title {
  color: var(--breakout-white);
}
.why-choose-six__content__text {
  color: #547082;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
.why-choose-six__box-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 14px;
  max-width: 488px;
  transform: rotateZ(-90deg);
  margin: -37px 0 -58px 59px;
}
@media (max-width: 767px) {
  .why-choose-six__box-wrapper {
    transform: none;
    margin: 0;
  }
}
.why-choose-six__box {
  position: relative;
  border-radius: 6px;
  box-shadow: -8px 7px 20px 0px rgba(0, 0, 0, 0.1);
  margin-left: 46px;
  background-color: var(--breakout-white);
  padding: 32px 25px 30px 72px;
  z-index: 1;
}
.why-choose-six__box::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--breakout-base);
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
}
.why-choose-six__box__shape {
  position: absolute;
  right: 27px;
  width: 141px;
  height: 141px;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  transition: all 300ms ease;
  transform: rotate(90deg);
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-six__box:hover::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.why-choose-six__box:hover .why-choose-six__box__icon {
  background-color: #EDF1F3;
  color: var(--breakout-base);
}
.why-choose-six__box:hover .why-choose-six__box__icon i {
  transform: scale(0.9);
}
.why-choose-six__box:hover .why-choose-six__box__title {
  color: var(--breakout-white);
}
.why-choose-six__box:hover .why-choose-six__box__text {
  color: #D7D7D7;
}
.why-choose-six__box__icon {
  position: absolute;
  left: -46px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background-color: var(--breakout-black);
  border-radius: 50%;
  font-size: 48px;
  color: var(--breakout-white);
  transition: all 400ms ease;
}
.why-choose-six__box__icon i {
  display: inline-block;
  transform: scale(1);
  transition: all 400ms ease;
}
.why-choose-six__box__title {
  font-size: 20px;
  font-weight: 700;
  transition: all 300ms ease;
  margin: 0 0 7px;
}
.why-choose-six__box__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  transition: all 300ms ease;
  margin: 0;
}
.why-choose-six__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 41.3%;
  height: 856px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .why-choose-six__image {
    width: 100%;
    position: relative;
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .why-choose-six__image {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .why-choose-six__image {
    height: 500px;
  }
}
.why-choose-six__image__award {
  position: absolute;
  left: -65px;
  bottom: 0;
  max-width: 216px;
  background-color: var(--breakout-base);
  text-align: center;
  padding: 172px 22px 52px;
  clip-path: polygon(0 0, 100% 33%, 100% 100%, 0% 100%);
  border-radius: 0 0 0 6px;
}
@media (max-width: 1199px) {
  .why-choose-six__image__award {
    left: -50px;
  }
}
.why-choose-six__image__award__icon {
  color: var(--breakout-white);
  font-size: 73px;
  line-height: 73px;
  margin: 0 0 12px;
}
.why-choose-six__image__award__title {
  color: var(--breakout-white);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.why-choose-six__image__shape {
  position: absolute;
  left: 151px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1199px) {
  .why-choose-six__image__shape {
    left: 166px;
  }
}
@media (max-width: 767px) {
  .why-choose-six__image__shape {
    display: none;
  }
}

.why-choose-five {
  position: relative;
  background-color: var(--breakout-black);
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .why-choose-five {
    padding: 80px 0;
  }
}
.why-choose-five__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1300px) {
  .why-choose-five__shape-one {
    display: none;
  }
}
.why-choose-five__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 44.5%;
  height: 100%;
}
@media (max-width: 1199px) {
  .why-choose-five__image {
    display: none;
  }
}
.why-choose-five__image__shape {
  position: absolute;
  left: -120px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 300px;
  height: 89.5%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-five__image__one {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 862 926" xmlns="http://www.w3.org/2000/svg"><path d="M0.00292969 0.000488281H862.003V926H0.00292969L100.873 525.63C114.026 473.422 113.534 418.708 99.4445 366.745L0.00292969 0.000488281Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: cover;
}
.why-choose-five__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .why-choose-five__content {
    padding-right: 6px;
  }
}
.why-choose-five__content .section-title-two {
  padding-bottom: 9px;
}
.why-choose-five__content .section-title-two__tagline {
  color: rgba(var(--breakout-white-rgb), 0.5);
}
.why-choose-five__content .section-title-two__title {
  color: var(--breakout-white);
}
.why-choose-five__content__text {
  color: #7C7C7C;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 31px;
}
.why-choose-five__box-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .why-choose-five__box-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-choose-five__box-wrapper__middle {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: var(--breakout-black);
  border: 9px solid var(--breakout-white);
}
@media (max-width: 767px) {
  .why-choose-five__box-wrapper__middle {
    display: none;
  }
}
.why-choose-five__box-wrapper__middle img {
  height: 31px;
  transform: scale(1);
  transition: 500ms all ease;
}
.why-choose-five__box-wrapper:hover .why-choose-five__box-wrapper__middle img {
  transform: scale(0.9);
}
.why-choose-five__box {
  background-color: var(--breakout-white);
  border-radius: 20px;
  padding: 24px 30px 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why-choose-five__box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: var(--breakout-base);
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.why-choose-five__box:hover::after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.why-choose-five__box:hover .why-choose-five__box__title,
.why-choose-five__box:hover .why-choose-five__box__icon {
  color: var(--breakout-white);
}
.why-choose-five__box:hover .why-choose-five__box__text {
  color: rgba(var(--breakout-white-rgb), 0.6);
  border-color: rgba(255, 239, 238, 0.3);
}
.why-choose-five__box__top {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 13px;
}
.why-choose-five__box__icon {
  flex-shrink: 0;
  font-size: 48px;
  line-height: 48px;
  color: var(--breakout-base);
  transition: all 300ms ease;
}
.why-choose-five__box__title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.why-choose-five__box__text {
  border-top: 1px solid rgba(var(--breakout-black-rgb), 0.2);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 13px 0 0;
  transition: all 300ms ease;
}

/*--- Project --*/
.project-four {
  position: relative;
  z-index: 2;
  padding: 120px 0 0;
}
.project-four::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 464px;
  content: "";
  background-color: #EDF1F3;
  z-index: -1;
}
@media (max-width: 767px) {
  .project-four {
    padding: 80px 0 0;
  }
}
.project-four__right {
  position: relative;
  padding: 30px 130px 0 65px;
}
@media (max-width: 1199px) {
  .project-four__right {
    padding: 30px 60px 0 0;
  }
}
@media (max-width: 991px) {
  .project-four__right {
    padding: 0 0 0;
    margin-top: -30px;
  }
}
.project-four__text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.project-four__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .project-four__nav {
    position: relative;
    flex-direction: row;
    margin: 30px 0 35px;
  }
}
.project-four__nav .button {
  position: relative;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: var(--breakout-white);
  background-color: var(--breakout-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: 200ms all ease;
}
.project-four__nav .button:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}
.project-four__nav .button::after {
  display: none;
}
.project-four__container {
  max-width: 1510px;
}
.project-four__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.project-four__item img {
  width: 100%;
  height: auto;
}
.project-four__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(0deg, rgb(18, 48, 67) 0%, rgba(18, 48, 67, 0) 100%);
  transition: 0.5s;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.project-four__item:hover::after {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.project-four__item:hover .project-four__item__content {
  transform: rotateX(0);
}
.project-four__item__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: calc(100% - 60px);
  background-color: var(--breakout-base);
  border-radius: 6px;
  padding: 27px 20px 30px;
  text-align: center;
  transform: rotateX(90deg);
  -webkit-perspective: 370px;
  perspective: 370px;
  transition: transform 500ms ease;
}
.project-four__item__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  width: 70px;
  height: 22px;
  margin: 0 auto;
  content: "";
  background-color: var(--breakout-base);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 70 22" xmlns="http://www.w3.org/2000/svg"><path d="M45.9598 -1.05083e-06L17.3454 -2.30161e-06C15.2981 -2.3911e-06 13.3921 1.04392 12.2896 2.76907L-9.61651e-07 22L70 22L50.2494 1.80484C49.1206 0.650614 47.5743 -9.8026e-07 45.9598 -1.05083e-06Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
}
.project-four__item__rm {
  color: var(--breakout-white);
  font-size: 14px;
  display: inline-block;
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  z-index: 2;
}
.project-four__item__rm:hover {
  color: var(--breakout-white);
  transform: rotate(360deg);
}
.project-four__item__title {
  color: var(--breakout-white);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 6px;
}
.project-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-four__item__title a:hover {
  background-size: 100% 1px;
}
.project-four__item__tagline {
  font-size: 16px;
  color: #D7D7D7;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.project-five {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .project-five {
    padding-top: 80px;
  }
}
.project-five .owl-carousel.owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -120px;
  z-index: 99;
  width: 1170px;
  gap: 15px;
  transform: none;
}
@media (max-width: 1199px) {
  .project-five .owl-carousel.owl-theme .owl-nav {
    width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .project-five .owl-carousel.owl-theme .owl-nav {
    position: relative;
    padding: 0;
    top: 0;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.project-five .owl-carousel.owl-theme .owl-nav button {
  width: 60px;
  height: 60px;
  background-color: #FFEFEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: 0.4s;
  font-size: 19px;
  color: var(--breakout-black);
  border: none;
  outline: none;
}
.project-five .owl-carousel.owl-theme .owl-nav button:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}
.project-five .owl-carousel.owl-theme .owl-nav button.owl-prev span {
  display: inline-block;
  transform: rotate(-180deg);
}
.project-five__item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-five__item img {
  width: 100%;
  height: auto;
}
.project-five__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--breakout-black-rgb), 0.8);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.project-five__item:hover::after {
  opacity: 1;
  visibility: visible;
}
.project-five__item__rm {
  width: 104px;
  height: 104px;
  background-color: rgba(var(--breakout-white-rgb), 0.2);
  border-radius: 50%;
  color: var(--breakout-white);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  transform: rotate(-30deg) translatex(50%) scalex(2);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: -120px;
  transition: 0.5s;
  opacity: 0;
  filter: blur(5px);
}
.project-five__item__rm:hover {
  color: var(--breakout-base);
  background-color: rgba(var(--breakout-white-rgb), 1);
}
.project-five__item:hover .project-five__item__rm {
  transform: rotate(-30deg) translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.project-five__item:hover .project-five__item__content {
  transform: translatey(0) scaley(1);
  opacity: 1;
  filter: blur(0);
}
.project-five__item__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  background-color: var(--breakout-base);
  border-radius: 10px;
  padding: 26px 20px 28px;
  text-align: center;
  transform: translatey(50%) scaley(2);
  transition: 0.5s;
  opacity: 0;
  filter: blur(2px);
}
.project-five__item__title {
  color: var(--breakout-white);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.project-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-five__item__title a:hover {
  background-size: 100% 1px;
}
.project-five__item__tagline {
  font-size: 16px;
  color: var(--breakout-white);
  line-height: 1;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

/*--- Testimonial --*/
.testimonial-four {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .testimonial-four {
    padding: 80px 0;
  }
}
.testimonial-four__carousel {
  position: relative;
  margin-bottom: 112px;
}
.testimonial-four__carousel .swiper-slide {
  opacity: 0;
  transition: all 300ms ease;
}
.testimonial-four__carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.testimonial-four__item {
  margin: 33px 0 0;
  background-color: #EDF1F3;
  border-radius: 10px;
  padding: 0 130px 64px;
  text-align: center;
}
@media (max-width: 1199px) {
  .testimonial-four__item {
    padding: 0 60px 64px;
  }
}
@media (max-width: 767px) {
  .testimonial-four__item {
    padding: 0 25px 45px;
  }
}
.testimonial-four__item::after {
  position: absolute;
  left: 0;
  top: 127px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--breakout-white);
}
.testimonial-four__item::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -62px;
  content: "";
  width: 115px;
  height: 62px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #EDF1F3;
}
.testimonial-four__item__author {
  max-width: 258px;
  margin: 0 auto 43px;
  background-color: var(--breakout-base);
  border-radius: 6px 6px 0 0;
  padding: 24px 15px 25px;
  text-align: center;
  position: relative;
  top: -33px;
}
.testimonial-four__item__author__ratings {
  font-size: 22px;
  color: var(--breakout-white);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.testimonial-four__item__author__name {
  font-size: 20px;
  color: var(--breakout-white);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin: 17px 0 5px;
}
.testimonial-four__item__author__designation {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #D7D7D7;
}
.testimonial-four__item__content {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  color: var(--breakout-black);
}
@media (max-width: 767px) {
  .testimonial-four__item__content {
    font-size: 30px;
    line-height: 40px;
  }
}
.testimonial-four__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
.testimonial-four__thumb__item {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 450px) {
  .testimonial-four__thumb__item {
    width: 100px;
    height: 100px;
  }
}
.testimonial-four__thumb__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-four__thumb__item::after {
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  content: "";
  z-index: -1;
  border-radius: 50%;
  transition: all 400ms ease;
  background-image: linear-gradient(180deg, rgb(18, 173, 115) 0%, rgba(18, 173, 115, 0) 100%);
  transform: scale(0.9);
  opacity: 0;
}
.testimonial-four__thumb .swiper-slide-thumb-active .testimonial-four__thumb__item::after {
  transform: scale(1);
  opacity: 1;
}

.testimonial-five {
  position: relative;
  overflow: hidden;
  padding: 218px 0 120px;
}
@media (max-width: 991px) {
  .testimonial-five {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .testimonial-five {
    padding: 80px 0;
  }
}
.testimonial-five__wrapper {
  background-color: var(--breakout-white);
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-five__wrapper {
    padding: 40px 25px;
  }
}
.testimonial-five__nav {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: flex;
  gap: 6px;
  width: 495px;
}
@media (max-width: 1199px) {
  .testimonial-five__nav {
    width: 100%;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .testimonial-five__nav {
    right: -20px;
  }
}
.testimonial-five__nav .button {
  position: relative;
  opacity: 1;
  width: 38px;
  height: 39px;
  font-size: 13px;
  color: var(--breakout-white);
  background-color: var(--breakout-black);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: 200ms all ease;
}
.testimonial-five__nav .button:hover {
  background-color: var(--breakout-base);
  color: var(--breakout-white);
}
.testimonial-five__nav .button::after {
  display: none;
}
.testimonial-five__carousel {
  position: relative;
}
.testimonial-five__carousel .swiper-slide {
  opacity: 0;
  transition: all 300ms ease;
}
.testimonial-five__carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.testimonial-five__item {
  position: relative;
}
.testimonial-five__item__quote {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 1;
  width: 201px;
  height: 167px;
  background-color: #FFEFEE;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 201 167"><path d="M63 167L1.71799 20.7986C-2.42507 10.9145 4.83451 0 15.5518 0H191C196.523 0 201 4.47716 201 10V167H63Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .testimonial-five__item__quote {
    display: none;
  }
}
.testimonial-five__item__quote img {
  width: 82px !important;
  height: 71px;
  margin: auto;
  position: relative;
  top: -8px;
  right: -16px;
}
.testimonial-five__item__thumb {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .testimonial-five__item__thumb {
    padding-right: 0;
  }
}
.testimonial-five__item__thumb img {
  max-width: 100%;
  height: auto;
}
.testimonial-five__item__right {
  position: relative;
  padding: 0 0 0 73px;
}
@media (max-width: 991px) {
  .testimonial-five__item__right {
    padding: 0 0 70px;
    margin-top: 40px;
  }
}
.testimonial-five__item__author {
  position: relative;
  border-bottom: 1px solid var(--breakout-base);
  padding: 0 0 34px;
  margin: 0 0 35px;
}
.testimonial-five__item__author__ratings {
  font-size: 22px;
  color: var(--breakout-base);
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.testimonial-five__item__author__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin: 17px 0 7px;
}
.testimonial-five__item__author__designation {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(var(--breakout-black-rgb), 0.6);
}
.testimonial-five__item__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}
.testimonial-five__item__content {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.testimonial-five__thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  max-height: 421px;
  border-radius: 10px;
  background: #FFEFEE;
  padding: 14px;
}
@media (max-width: 991px) {
  .testimonial-five__thumb {
    display: none;
  }
}
.testimonial-five__thumb__item {
  width: 92px;
  height: 90px;
  border-radius: 9px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.testimonial-five__thumb__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.testimonial-five__thumb__item::after {
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  content: "";
  z-index: -1;
  border-radius: 9px;
  transition: all 400ms ease;
  background-color: var(--breakout-base);
  transform: scale(0.9);
  opacity: 0;
}
.testimonial-five__thumb .swiper-slide-thumb-active .testimonial-five__thumb__item::after {
  transform: scale(1);
  opacity: 1;
}

/*--- funfact-client --*/
.funfact-client {
  position: relative;
  background-color: var(--breakout-black);
  padding: 114px 0 100px;
}
@media (max-width: 767px) {
  .funfact-client {
    padding: 80px 0;
  }
}
.funfact-client__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.funfact-client__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66%;
  content: "";
  background-color: var(--breakout-base);
  opacity: 0.95;
}
.funfact-client__bg::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34%;
  content: "";
  background-color: var(--breakout-black);
  opacity: 0.9;
}
.funfact-client__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 112px;
}
@media (max-width: 767px) {
  .funfact-client__top {
    display: block;
    margin: 0 0 72px;
  }
}
.funfact-client__top__title {
  color: var(--breakout-white);
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .funfact-client__top__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .funfact-client__top__title br {
    display: none;
  }
}
.funfact-client__top .thm-btn-two {
  background-color: var(--breakout-black);
  flex-shrink: 0;
}
.funfact-client__top .thm-btn-two::after, .funfact-client__top .thm-btn-two::before {
  background-color: var(--breakout-white);
}
.funfact-client__top .thm-btn-two:hover {
  color: var(--breakout-black);
}
.funfact-client__counter {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 6px 6px 0 0;
  padding: 30px 30px 0;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .funfact-client__counter {
    margin-bottom: 65px;
  }
}
.funfact-client__counter::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  content: "";
  background-color: var(--breakout-black);
  z-index: -1;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 1280px) {
  .funfact-client__counter {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.funfact-client__item {
  position: relative;
  background-color: var(--breakout-white);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 270 273" xmlns="http://www.w3.org/2000/svg"><path d="M0 6C0 2.68629 2.68629 0 6 0H264C267.314 0 270 2.68629 270 6V266.581C270 270.4 266.513 273.267 262.768 272.519C241.623 268.296 178.647 256.5 135 256.5C91.3533 256.5 28.377 268.296 7.23157 272.519C3.4867 273.267 0 270.4 0 266.581V6Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center bottom;
  border-radius: 6px;
  mask-size: cover;
  transition: all 500ms ease;
  padding: 0 25px 42px;
  text-align: center;
}
.funfact-client__item__icon {
  width: 124px;
  height: 106px;
  font-size: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #EDF1F3;
  border-radius: 0 0 100px 100px;
  color: var(--breakout-base);
}
.funfact-client__item__icon span {
  position: relative;
  display: inline-block;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}
.funfact-client__item:hover .funfact-client__item__icon span {
  transform: scale(0.9);
}
.funfact-client__item__number {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--breakout-black);
  margin: 23px auto 6px;
  font-family: var(--breakout-font) !important;
  line-height: 40px !important;
}
.funfact-client__item__number * {
  line-height: inherit !important;
}
.funfact-client__item__number .odometer-formatting-mark {
  display: none;
}
.funfact-client__item__text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.funfact-client .swiper-slide {
  position: relative;
  transition: all 500ms ease;
}
.funfact-client .swiper-slide img {
  transition: all 500ms ease;
  max-width: 100%;
  opacity: 0.2;
}
.funfact-client .swiper-slide:hover img {
  opacity: 1;
}

/*--- Feature --*/
.features-four {
  position: relative;
  background-color: var(--breakout-black);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .features-four {
    padding: 80px 0;
  }
}
.features-four__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.1;
}
.features-four__wrapper {
  position: relative;
}
.features-four__btn {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .features-four__btn {
    margin: 0 0 0;
  }
}
@media (max-width: 767px) {
  .features-four__btn {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.features-four__btn li {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #EDF1F3;
  color: var(--breakout-black);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14px 39px;
  cursor: pointer;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 237 62" xmlns="http://www.w3.org/2000/svg"><path d="M9.07312 8.33303C9.88653 3.52173 14.0536 0 18.9332 0H226.167C232.356 0 237.059 5.56474 236.028 11.667L227.518 62H0L9.07312 8.33303Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: left top;
  mask-size: cover;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .features-four__btn li {
    padding: 14px 34px;
  }
}
.features-four__btn li::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--breakout-base);
  transition: all 0.3s ease;
  z-index: -1;
}
.features-four__btn li:hover, .features-four__btn li.active-btn {
  color: var(--breakout-white);
}
.features-four__btn li:hover::after, .features-four__btn li.active-btn::after {
  height: 100%;
}
.features-four__content {
  position: relative;
  z-index: 1;
  padding: 60px 60px 54px;
  border-radius: 6px;
  background-color: #EDF1F3;
}
@media (max-width: 767px) {
  .features-four__content {
    padding: 60px 25px 54px;
  }
}
.features-four__content::after {
  height: 5px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgb(18, 173, 115) 0%, rgba(18, 173, 115, 0) 100%);
  border-radius: 6px 6px 0 0;
  z-index: -1;
}
.features-four__content__image {
  position: relative;
}
.features-four__content__image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.features-four__content__right {
  position: relative;
  padding: 0 0 0 10px;
}
@media (max-width: 1199px) {
  .features-four__content__right {
    padding: 45px 0 0;
  }
}
.features-four__content__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  border-bottom: 1px solid var(--breakout-white);
  margin: -5px 0 15px;
  padding: 0 0 20px;
}
.features-four__content__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 21px;
}
.features-four__content__box {
  position: relative;
  padding: 19px 0 19px 108px;
  background-color: var(--breakout-white);
  border-radius: 6px;
  margin-bottom: 21px;
}
.features-four__content__box__icon {
  font-size: 48px;
  color: var(--breakout-base);
  line-height: 48px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  width: 88px;
  border-right: 1px solid #EDF1F3;
}
.features-four__content__box__icon span {
  position: relative;
  display: inline-block;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}
.features-four__content__box:hover .features-four__content__box__icon span {
  transform: scale(0.9);
}
.features-four__content__box__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
.features-four__content__box__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.features-four__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-four__content ul li {
  font-size: 16px;
  font-weight: 700;
  color: #547082;
  display: flex;
  align-items: center;
  gap: 16px;
}
.features-four__content ul li span {
  display: inline-block;
  color: var(--breakout-black);
  font-size: 18px;
}
.features-four .tabs-content {
  position: relative;
  display: block;
}
.features-four .tabs-content .tab {
  position: relative;
  display: none;
  transform: translateY(35px);
  transition: all 800ms ease;
  z-index: 10;
}
.features-four .tabs-content .tab.active-tab {
  display: block;
  transform: translateY(0px);
}

.features-five {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .features-five {
    padding: 80px 0;
  }
}
.features-five__item {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(var(--breakout-black-rgb), 0.2);
  border-left: none;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  transition: all 500ms ease;
  padding: 28px 34px 29px;
}
.features-five__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: var(--breakout-black);
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.features-five__item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, #e5382a 38%, #000000 100%);
  transition: all 500ms ease;
}
.features-five__item:hover {
  border-color: var(--breakout-black);
}
.features-five__item:hover::after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.features-five__item__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 12px;
  transition: all 300ms ease;
}
.features-five__item:hover .features-five__item__title {
  color: var(--breakout-white);
}
.features-five__item__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid rgba(var(--breakout-black-rgb), 0.2);
  margin: 0 0 26px;
  padding: 0 0 17px;
  transition: all 300ms ease;
}
.features-five__item:hover .features-five__item__text {
  color: #7C7C7C;
  border-color: rgba(var(--breakout-white-rgb), 0.2);
}
.features-five__item__rm {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.1;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--breakout-base);
  text-transform: capitalize;
}
.features-five__item__rm span {
  color: inherit;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 400ms ease;
}
.features-five__item__rm:hover {
  color: var(--breakout-base);
}
.features-five__item__rm:hover span {
  background-size: 100% 1px;
}
.features-five__item__rm i {
  width: 20px;
  height: 20px;
  color: var(--breakout-base);
  background-color: rgba(var(--breakout-base-rgb), 0.2);
  font-size: 9px;
  transform: rotate(-25deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.features-five__item:hover .features-five__item__rm i {
  background-color: rgba(var(--breakout-white-rgb), 1);
}

/*--- Blog --*/
.blog-four {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .blog-four {
    padding: 80px 0;
  }
}
.blog-four__item {
  position: relative;
  background-color: var(--breakout-white);
  border-radius: 6px;
  overflow: hidden;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.08));
}
.blog-four__item__image {
  position: relative;
}
.blog-four__item__image img {
  width: 100%;
  height: auto;
}
.blog-four__item__content {
  position: relative;
  padding: 25px 30px 30px;
}
.blog-four__item__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.blog-four__item__meta li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #547082;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
}
.blog-four__item__meta li i {
  color: var(--breakout-base);
}
.blog-four__item__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-weight: 700;
  margin: 0 0 31px;
}
@media (min-width: 1200px) {
  .blog-four__item__title {
    padding-right: 102px;
  }
}
.blog-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-four__item__title a:hover {
  color: var(--breakout-base);
  background-size: 100% 1px;
}
.blog-four__item__rm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--breakout-black);
  background-color: #EDF1F3;
  border-radius: 35px;
  padding: 13px 21px 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  transition: all 500ms ease;
}
.blog-four__item__rm i {
  width: 20px;
  height: 20px;
  color: var(--breakout-white);
  background-color: var(--breakout-base);
  font-size: 9px;
  border-bottom: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.blog-four__item__rm:hover {
  color: var(--breakout-white);
  background-color: var(--breakout-base);
}
.blog-four__item__rm:hover i {
  color: var(--breakout-white);
  background-color: var(--breakout-black);
}
.blog-four__lists {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  filter: drop-shadow(0px 7px 15px rgba(0, 0, 0, 0.08));
}
.blog-four__lists__item {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 30px 30px;
}
.blog-four__lists__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--breakout-black-rgb), 0.95);
}
.blog-four__lists__item__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.blog-four__lists__item__meta li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #547082;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
}
.blog-four__lists__item__meta li i {
  color: var(--breakout-base);
}
.blog-four__lists__item__title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 35px;
  color: var(--breakout-white);
  letter-spacing: -0.48px;
  font-weight: 700;
  margin: 0 0 13px;
}
.blog-four__lists__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-four__lists__item__title a:hover {
  background-size: 100% 1px;
}
.blog-four__lists__item__text {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #547082;
  margin: 0 0 34px;
}
.blog-four__lists__item__rm {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--breakout-white);
  background-color: #204156;
  border-radius: 35px;
  padding: 13px 21px 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  transition: all 500ms ease;
}
.blog-four__lists__item__rm i {
  width: 20px;
  height: 20px;
  color: var(--breakout-white);
  background-color: var(--breakout-base);
  font-size: 9px;
  border-bottom: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.blog-four__lists__item__rm:hover {
  color: var(--breakout-white);
  background-color: var(--breakout-base);
}
.blog-four__lists__item__rm:hover i {
  color: var(--breakout-white);
  background-color: var(--breakout-black);
}
.blog-four__lists__item--last {
  position: relative;
}
.blog-four__lists__item--last.blog-four__lists__item::after {
  background-color: rgba(var(--breakout-base-rgb), 0.95);
}
.blog-four__lists__item--last .blog-four__lists__item__meta li i {
  color: var(--breakout-white);
}
.blog-four__lists__item--last .blog-four__lists__item__text,
.blog-four__lists__item--last .blog-four__lists__item__meta li {
  color: #D7D7D7;
}
.blog-four__lists__item--last .blog-four__lists__item__rm {
  background-color: #28BC85;
}
.blog-four__lists__item--last .blog-four__lists__item__rm i {
  background-color: var(--breakout-white);
  color: var(--breakout-base);
}
.blog-four__lists__item--last .blog-four__lists__item__rm:hover {
  background-color: var(--breakout-black);
}
.blog-four__lists__item--last .blog-four__lists__item__rm:hover i {
  background-color: var(--breakout-white);
  color: var(--breakout-base);
}

.blog-five {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .blog-five {
    padding: 80px 0;
  }
}
.blog-five__item {
  position: relative;
  z-index: 1;
  background-color: var(--breakout-white);
  border-radius: 10px;
  border: 1px solid rgba(var(--breakout-black-rgb), 0.2);
  overflow: hidden;
  transition: all 300ms ease;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.06));
}
.blog-five__item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: var(--breakout-base);
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.blog-five__item__image {
  position: relative;
}
.blog-five__item__image img {
  width: 100%;
  height: auto;
}
.blog-five__item__content {
  position: relative;
  padding: 30px 39px 30px;
}
@media (max-width: 1199px) {
  .blog-five__item__content {
    padding: 30px 29px 30px;
  }
}
.blog-five__item__author {
  min-height: 35px;
  position: relative;
  padding: 1px 0 0 45px;
  margin-bottom: 13px;
}
.blog-five__item__author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-five__item__author__meta {
  line-height: 1;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  transition: all 300ms ease;
}
.blog-five__item__author__meta a {
  display: block;
  font-size: 16px;
  color: var(--breakout-black);
  font-family: var(--breakout-font-two);
  margin-bottom: 6px;
  transition: all 300ms ease;
}
.blog-five__item__date {
  position: absolute;
  right: 40px;
  bottom: -42px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: var(--breakout-base);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(var(--breakout-white-rgb), 0.6);
  letter-spacing: 1.4px;
  line-height: 1;
  transition: all 300ms ease;
}
.blog-five__item__date span {
  display: block;
  line-height: 1;
  color: var(--breakout-white);
  font-size: 24px;
  letter-spacing: 0;
  font-family: var(--breakout-font-two);
  margin-bottom: 2px;
}
.blog-five__item__title {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.48px;
  font-weight: 700;
  border-bottom: 1px solid rgba(var(--breakout-black-rgb), 0.2);
  margin: 0 0 22px;
  padding: 0 0 12px;
}
.blog-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-five__item__title a:hover {
  background-size: 100% 1px;
}
.blog-five__item .thm-btn-three {
  position: relative;
  border-radius: 10px;
  background-color: var(--breakout-black);
  font-size: 14px;
  transition: all 200ms ease;
}
.blog-five__item .thm-btn-three:hover {
  color: var(--breakout-white) !important;
}
.blog-five__item:hover {
  border-color: var(--breakout-base);
}
.blog-five__item:hover::after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.blog-five__item:hover .blog-five__item__author__meta {
  color: #EDF1F3;
}
.blog-five__item:hover .blog-five__item__author__meta a {
  color: var(--breakout-white);
}
.blog-five__item:hover .blog-five__item__date {
  color: var(--breakout-gray);
  background-color: var(--breakout-black);
}
.blog-five__item:hover .blog-five__item__title {
  color: var(--breakout-white);
  border-color: rgba(var(--breakout-white-rgb), 0.2);
}
.blog-five__item:hover .thm-btn-three {
  background-color: var(--breakout-white);
  color: var(--breakout-black);
}

/*--- Footer --*/
.site-footer-four {
  position: relative;
  background-color: var(--breakout-black);
  padding: 0 0 0;
}
.site-footer-four__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.02;
}
.site-footer-four__inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .site-footer-four__inner {
    padding-top: 80px;
  }
}
.site-footer-four__gallery {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer-four__gallery {
    width: 69%;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .site-footer-four__gallery {
    width: 100%;
    position: relative;
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.site-footer-four__gallery img {
  max-width: 100%;
  height: auto;
}
.site-footer-four .footer-widget__column {
  position: relative;
  padding-top: 120px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .site-footer-four .footer-widget__column {
    padding-top: 0;
    padding-bottom: 0px;
    border: none;
  }
}
.site-footer-four .footer-widget__title {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 19px;
}
.site-footer-four .footer-widget__about {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .site-footer-four .footer-widget__about {
    border: none;
  }
}
.site-footer-four .footer-widget__about-text-box {
  margin: 0 0 12px;
}
.site-footer-four .footer-widget__about-text {
  font-size: 18px;
  line-height: 30px;
  color: #547082;
  font-weight: 500;
}
.site-footer-four .footer-widget__newsletter-input-box {
  max-width: 300px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer-four .footer-widget__newsletter-input-box {
    width: 260px;
  }
}
.site-footer-four .footer-widget__newsletter-input-box input[type=email] {
  background-color: var(--breakout-white);
  border-radius: 6px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 700;
  color: var(--breakout-black);
  height: 56px;
}
.site-footer-four .footer-widget__newsletter-input-box .footer-widget__newsletter-btn {
  right: 20px;
}
.site-footer-four .footer-widget__newsletter-input-box .footer-widget__newsletter-btn i {
  font-size: 14px;
}
.site-footer-four .site-footer__top-right-social {
  gap: 20px;
  margin-top: 30px;
}
.site-footer-four .site-footer__top-right-social a {
  width: 36px;
  height: 36px;
  background-color: rgba(142, 143, 155, 0.15);
  font-size: 12px;
  border-radius: 50%;
  margin: 0;
}
.site-footer-four .footer-widget__links {
  margin-left: 45px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer-four .footer-widget__links {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .site-footer-four .footer-widget__links {
    margin-right: 0;
    border: none;
    margin-left: 0;
  }
}
.site-footer-four .footer-widget__links-list li a {
  font-size: 16px;
  line-height: 30px;
  color: #547082;
  font-weight: 700;
}
.site-footer-four .footer-widget__links-list li a:hover {
  color: var(--breakout-white);
}
.site-footer-four .footer-widget__links-list li + li {
  margin-top: 1px;
}
.site-footer-four .footer-widget__explore {
  margin-left: 15px;
  margin-right: 65px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer-four .footer-widget__explore {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .site-footer-four .footer-widget__explore {
    margin-right: 0;
    border: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-footer-four .footer-widget__explore {
    margin-bottom: 30px;
  }
}
.site-footer-four .footer-widget__explore-list li a {
  font-size: 16px;
  line-height: 30px;
  color: #547082;
  font-weight: 700;
}
.site-footer-four .footer-widget__explore-list li a:hover {
  color: var(--breakout-white);
}
.site-footer-four .footer-widget__explore-list li + li {
  margin-top: 1px;
}
.site-footer-four .footer-widget__contact {
  position: relative;
  margin-left: -46px;
}
@media (max-width: 991px) {
  .site-footer-four .footer-widget__contact {
    margin-left: 0;
    border: none;
    margin-right: 0;
  }
}
.site-footer-four .footer-widget__contact__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-four .footer-widget__contact__info li {
  position: relative;
  min-height: 40px;
  padding: 0 0 0 50px;
}
.site-footer-four .footer-widget__contact__info li + li {
  margin-top: 20px;
}
.site-footer-four .footer-widget__contact__info li + li::after {
  position: absolute;
  left: 19px;
  top: -20px;
  width: 2px;
  height: 20px;
  content: "";
  background-color: var(--breakout-base);
}
.site-footer-four .footer-widget__contact__info__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--breakout-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--breakout-white);
  font-size: 16px;
}
.site-footer-four .footer-widget__contact__info__text {
  font-size: 14px;
  line-height: 20px;
  color: #547082;
  font-weight: 700;
  margin: 0;
}
.site-footer-four .footer-widget__contact__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.site-footer-four .footer-widget__contact__info__text a:hover {
  color: var(--breakout-white);
  background-size: 100% 1px;
}
.site-footer-four__bottom {
  position: relative;
  background-color: #0C202D;
  text-align: center;
  padding: 23px 0;
}
.site-footer-four__bottom__text {
  margin: 0;
  color: #547082;
  font-size: 16px;
  font-weight: 500;
}
.site-footer-four--home-five {
  position: relative;
}
.site-footer-four--home-five .footer-widget__about-text {
  color: rgba(var(--breakout-white-rgb), 0.5);
}
.site-footer-four--home-five .footer-widget__contact__info__text,
.site-footer-four--home-five .footer-widget__about-text {
  font-weight: 600;
}
.site-footer-four--home-five .footer-widget__explore-list li a,
.site-footer-four--home-five .footer-widget__links-list li a,
.site-footer-four--home-five .footer-widget__contact__info__text,
.site-footer-four--home-five .footer-widget__newsletter-input-box input[type=email] {
  color: var(--breakout-gray);
}
.site-footer-four--home-five .site-footer__top-right-social a {
  background-color: rgba(var(--breakout-white-rgb), 0.2);
}
.site-footer-four--home-five .site-footer__top-right-social a:hover {
  background-color: rgba(var(--breakout-white-rgb), 1);
}
.site-footer-four--home-five .site-footer-four__bottom {
  background-color: #0E0E0E;
}
.site-footer-four--home-five .site-footer-four__bottom__text {
  color: #959D9D;
  font-weight: 700;
}

/*--- CTA --*/
.cta-five {
  position: relative;
  background-color: var(--breakout-black);
}
.cta-five__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.cta-five__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 0 0 45px;
}
@media (max-width: 991px) {
  .cta-five__content {
    padding-right: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cta-five__content {
    padding: 60px 30px;
  }
}
.cta-five__content::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  height: 714px;
  width: 832px;
  background-color: var(--breakout-base);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 832 714" xmlns="http://www.w3.org/2000/svg"><path d="M604.322 241.005L605.898 408.19C607.486 576.616 471.392 714 302.958 714C135.642 714 0.00493199 578.363 0.00491736 411.047L0.0048968 175.803C-0.680353 80.9331 70.8655 0.514471 166.126 -2.82264e-06L602.412 -4.0964e-05L832 -6.10352e-05C681.057 0.832167 607.285 95.6428 604.322 241.005Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
}
@media (max-width: 767px) {
  .cta-five__content::after {
    mask-position: center center;
    width: 100%;
  }
}
.cta-five__content .thm-btn-three {
  background-color: var(--breakout-white);
  color: var(--breakout-black);
}
.cta-five__content .thm-btn-three::after, .cta-five__content .thm-btn-three::before {
  background-color: var(--breakout-black);
}
.cta-five__content .thm-btn-three:hover {
  color: var(--breakout-white);
}
.cta-five__video {
  width: 199px;
  height: 199px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 49px;
}
.cta-five__video .video-popup {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-color: rgba(var(--breakout-black-rgb), 0.9);
  font-size: 27px;
  color: var(--breakout-white);
  transition: all 500ms ease;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-five__video .video-popup:hover {
  transform: scale(1.1);
}
.cta-five__title {
  color: var(--breakout-white);
  font-size: 40px;
  line-height: 50px;
  font-family: var(--breakout-font);
  font-weight: 700;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .cta-five__title {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 40px;
  }
}
.cta-five__image {
  position: relative;
  margin-top: -12px;
  margin-left: -140px;
}
@media (max-width: 991px) {
  .cta-five__image {
    text-align: center;
    margin: 0;
  }
  .cta-five__image img {
    max-width: 100%;
  }
}

/*--- Contact --*/
.contact-five {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .contact-five {
    padding: 80px 0 0;
  }
}
.contact-five::after {
  position: absolute;
  width: 180px;
  height: 144px;
  content: "";
  background-color: var(--breakout-base);
  left: 0;
  bottom: 0;
  clip-path: polygon(56% 0, 100% 55%, 100% 100%, 0 100%, 0 0);
  border-radius: 0 0 6px 0;
}
@media (max-width: 1800px) {
  .contact-five::after {
    display: none;
  }
}
.contact-five__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 144px);
  background-color: #FFEFEE;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-five__image {
  position: relative;
  border-radius: 6px;
  float: right;
}
@media (min-width: 1440px) {
  .contact-five__image {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .contact-five__image {
    float: none;
    display: inline-block;
    margin: 0 0 45px;
  }
}
.contact-five__image img {
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .contact-five__image img {
    max-width: 100%;
  }
}
.contact-five__info-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--breakout-black);
  border-radius: 0 0 6px 6px;
  padding: 47px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-five__info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.contact-five__info-wrapper::before {
  position: absolute;
  left: -76px;
  top: 0;
  height: 82px;
  width: 76px;
  content: "";
  background-color: var(--breakout-black);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 1199px) {
  .contact-five__info-wrapper::before {
    display: none;
  }
}
.contact-five__info {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.contact-five__info__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: var(--breakout-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--breakout-white);
}
.contact-five__info__icon i {
  display: inline-block;
  transform: scale(1);
  transition: all ease 500ms;
}
.contact-five__info:hover .contact-five__info__icon i {
  transform: scale(0.9);
}
.contact-five__info__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 5px;
}
.contact-five__info__text {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 500;
  color: var(--breakout-white);
  margin: 0;
}
.contact-five__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-five__info__text a:hover {
  color: var(--breakout-base);
  background-size: 100% 1px;
}
.contact-five__content {
  position: relative;
}
.contact-five__content .section-title-two--home-five {
  padding-bottom: 28px;
}
.contact-five .comment-one__form .row {
  --bs-gutter-x: 20px;
}
.contact-five .comment-form__input-box input[type=text],
.contact-five .comment-form__input-box input[type=email] {
  margin: 0 0 20px;
  height: 60px;
  border-radius: 6px;
  background-color: var(--breakout-white);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-five .comment-form__input-box textarea {
  margin: 0 0 15px;
  height: 361px;
  border-radius: 6px;
  background-color: var(--breakout-white);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(var(--breakout-black-rgb), 0.2);
  resize: none;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-five .comment-form__input-box textarea {
    height: 250px;
  }
}
.contact-five .thm-btn-three {
  font-size: 16px;
  text-transform: inherit;
}

/*--- Work Process --*/
.work-process-five {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .work-process-five {
    padding: 80px 0;
  }
}
.work-process-five__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  counter-reset: count;
}
@media (max-width: 991px) {
  .work-process-five__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .work-process-five__wrapper {
    display: block;
    margin: 0 auto;
  }
}
.work-process-five__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: var(--breakout-white);
  padding: 20px;
  filter: drop-shadow(-15.525px 3.871px 15px rgba(0, 0, 0, 0.08));
  transition: 0.5s ease-in-out;
  overflow: hidden;
  counter-increment: count;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .work-process-five__item {
    margin: 0 auto;
  }
}
.work-process-five__item__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.work-process-five__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--breakout-base-rgb), 0.9);
  border-radius: 50%;
}
.work-process-five__item__number {
  width: 60px;
  height: 60px;
  background-color: var(--breakout-black);
  color: var(--breakout-white);
  font-family: var(--breakout-font-two);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: 0.3s ease-in-out;
}
.work-process-five__item__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-process-five__item__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  margin: 13px 0 15px;
}
.work-process-five__item__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.work-process-five__item:hover .work-process-five__item__hover {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.work-process-five__item:hover .work-process-five__item__number {
  background-color: var(--breakout-white);
  color: var(--breakout-base);
}
.work-process-five__item:hover .work-process-five__item__text {
  color: #FFEFEE;
}
.work-process-five__item:hover .work-process-five__item__title {
  color: var(--breakout-white);
}
.work-process-five__item + .work-process-five__item {
  margin-left: -64px;
}
@media (max-width: 1199px) {
  .work-process-five__item + .work-process-five__item {
    margin-left: -90px;
  }
}
@media (max-width: 991px) {
  .work-process-five__item + .work-process-five__item {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Mega Menu
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--breakout-white);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  transform-origin: top center;
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}
body.megamenu-popup-active .main-menu__wrapper-inner-content {
  z-index: initial;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--breakout-black);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--breakout-base);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--breakout-white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 6px;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  padding: 30px 0;
  font-size: 18px;
  color: var(--breakout-black);
}
.demo-one__title a {
  color: inherit !important;
  display: inline-block !important;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  letter-spacing: 0.6px !important;
}
.demo-one__title a:hover {
  color: var(--breakout-base) !important;
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__image__new {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--breakout-base);
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-transform: capitalize;
  display: flex;
  z-index: 10;
  color: var(--breakout-white);
  line-height: 1;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 800;
  font-family: var(--breakout-font-two);
  border-radius: 0;
  transition: all 500ms ease;
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one .thm-btn {
  font-size: 15px !important;
  padding: 10px 20px !important;
  font-weight: 700 !important;
  min-width: 130px;
  text-align: center;
  justify-content: center;
  font-weight: inherit !important;
  color: var(--breakout-white) !important;
}


.typing {
  color: #F8DC3A; /* Keep the same color */
  border-right: 2px solid black; /* Cursor effect */
  white-space: nowrap;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
}

.project-one__img {
  opacity: 0;
  transform: translateX(-50px); /* Start slightly off-screen */
  transition: all 0.8s ease-in-out;
}

.project-one__img.show {
  opacity: 1;
  transform: translateX(0);
}

.project-one__hover p {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffcc00; /* Stylish golden-yellow */
  text-transform: uppercase;
  opacity: 0.8; /* Slightly transparent for a subtle effect */
}

.project-one__hover h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.3;
  color: #ffffff;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}

.project-one__hover h3:hover {
  color: #ffcc00; /* Turns golden on hover */
  transform: translateY(-3px); /* Slight lift for an interactive feel */
}

.why-choose-three__tab .tab-buttons .tab-btn span {
  font-weight: bold;
}
.why-choose-three {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.video-container {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1; /* Puts the video behind the content */
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire section */
}
.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* Almost black, but slightly transparent */
  z-index: 0;
}

.service-details__highlight {
  background-color: #F8DC3A; /* Yellow background */
  padding: 30px; /* Space inside the section */
  border-radius: 10px; /* Optional: Adds rounded corners */
  margin-top: 20px; /* Space above the section */
}

.service-details__content {
  color: black; /* Ensure text is readable */
}







