
/*
Sections
Author: WebDev
*/

/* html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
} */

body.section-wrap {
	background-color: #fff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-weight: 400;
}
section {
    position: relative;
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
	font-family: "Unbounded", sans-serif;
	margin: 0px;
	padding: 0;
	color: #1E2023;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	font-weight: 400;
}
.section-title h2 {
	font-size: 56px;
	font-weight: 800;
	line-height: 121%;
}
.section h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
}
.section a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #1E2023;
    transition: all 0.4s ease-in-out;
}
.section p {
	margin: 0px;
	transition: all 0.4s ease-in-out;
}
.section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.section .full-screen-preview {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

/* 01 */
.section.fix {
  overflow: hidden;
}
.section.section-padding {
    padding: 120px 0;
}
.section.section-bg {
    background-color: #FFF3ED;
}
.section .link-btn {
    font-size: 16px;
    font-weight: 600;
    color: #FF792D;
    text-transform: uppercase;
}
.section .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: -7px;
}
.section .section-title .theme-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FF792D;
    display: inline-block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.section .section-title .theme-subtitle::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 2px;
    background-color: #FF792D;;
    width: 37px;
    top: 10px;
}

.section .service-card-items {
  border: 1px solid rgba(30, 32, 35, 0.12);
  background: #FFF;
  box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
  padding: 15px;
  margin-top: 30px;
}
.section .service-card-items .service-image img {
  width: 100%;
  height: 100%;
}
.section .service-card-items .service-content {
  text-align: center;
  padding: 0px 35px 40px;
}
.section .service-card-items .service-content .icon {
  width: 88px;
  height: 88px;
  text-align: center;
  line-height: 105px;
  background-color: #FF792D;
  text-align: center;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  margin-bottom: 25px;
  font-size: 41px;
  color: #FFF;
}
.section .service-card-items .service-content .icon i {
  display: block;
}
.section .service-card-items .service-content h4 {
  margin-bottom: 10px;
}
.section .service-card-items .service-content h4 a:hover {
  color: #FF792D;
}
.section .service-card-items .service-content .link-btn {
  margin-top: 30px;
  display: inline-block;
}
.section .service-card-items:hover .service-content .icon i {
  animation: icon-bounce 0.8s 1;
}

.service-section-2 {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 1.875;
	color: #555;
	position: relative;
	z-index: 1;
}
.service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFF;
  top: 68%;
  height: initial;
  z-index: -1;
}
.service-section-2 .left-shape {
  position: absolute;
  left: 0;
  top: 50px;
}
@media (max-width: 1399px) {
  .service-section-2 .left-shape {
    display: none;
  }
}
.service-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .service-section-2 .right-shape {
    display: none;
  }
}
.service-section-2 .dot-shape {
  position: absolute;
  right: 127px;
  top: 198px;
}
@media (max-width: 1399px) {
  .service-section-2 .dot-shape {
    display: none;
  }
}
.service-section-2 .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 362px;
  z-index: -1;
  height: 70px;
}
@media (max-width: 1399px) {
  .service-section-2 .line-shape {
    display: none;
  }
}
.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}
@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* 02 */
/* Choose Us Section Start */
.section.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.section.choose-us-section {
  position: relative;
  margin: 0 90px 36px;
}
@media (max-width: 1600px) {
  .section.choose-us-section {
    margin: 0 50px;
  }
}
@media (max-width: 1399px) {
  .section.choose-us-section {
    margin: 0 0;
  }
}
.section.choose-us-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(30, 32, 35, 0.96);
}
.section.choose-us-section .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  height: 37px;
}
@media (max-width: 1199px) {
  .section.choose-us-section .line-shape {
    display: none;
  }
}
.section.choose-us-section .circle-shape {
  position: absolute;
  left: -5%;
  bottom: -20%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .section.choose-us-section .circle-shape {
    display: none;
  }
}

.section .choose-us-wrapper {
  position: relative;
}
@media (max-width: 1399px) {
  .section .choose-us-wrapper .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section .choose-us-wrapper .section-title p {
  max-width: 650px;
  color: #fff;
  margin-top: 30px;
}
.section .theme-btn {
    background: #ff792d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 35px;
    padding-right: 5px;
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.section .choose-us-wrapper .theme-btn {
  border: 1px solid #ff792d;
  background: transparent;
}
.section .theme-btn i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #fff;
	color: #FF792D;
	margin-left: 35px;
	transition: all 0.4s ease-in-out;
}
.section .choose-us-wrapper .theme-btn i {
  background-color: #ff792d;
  color: #fff;
}
.section .choose-us-wrapper .theme-btn:hover::before,
.section .choose-us-wrapper .theme-btn:hover::after {
  background-color: #ff792d;
}
.section .theme-btn:hover::before,
.section .theme-btn:hover::after {
	width: 100%;
}
.section .theme-btn::before {
    content: "";
    background-color: #1e2023;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.section .theme-btn::after {
    content: "";
    background-color: #1e2023;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.section .choose-us-wrapper .theme-btn:hover i {
  background-color: #fff;
  color: #1e2023;
}
.section .choose-us-wrapper .choose-us-image {
  position: relative;
  margin-top: 30px;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .section .choose-us-wrapper .choose-us-image {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section .choose-us-wrapper .choose-us-image {
    text-align: center;
  }
}
.section .choose-us-wrapper .choose-us-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
}
.section .choose-us-wrapper .choose-us-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff792d;
  clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
  top: 10px;
  left: -10px;
}
.section .choose-us-wrapper .choose-us-content {
  position: relative;
}
.section .choose-us-wrapper .choose-us-content .choose-us-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .section .choose-us-wrapper .choose-us-content .choose-us-wrap {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section .choose-us-wrapper .choose-us-content .choose-us-wrap {
    justify-content: center;
    text-align: center;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .choose-us-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .choose-us-icon {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .choose-us-icon .icon {
  font-size: 60px;
  color: #ff792d;
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .choose-us-icon .icon i {
  display: block;
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .choose-us-icon .text h2 {
  font-size: 72px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2588235294);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2588235294);
  -webkit-text-fill-color: transparent;
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .content {
  margin-top: 30px;
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .content h5 {
  color: #fff;
  margin-bottom: 10px;
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item .content p {
  color: #fff;
}
.choose-us-wrapper .choose-us-content .choose-us-wrap .choose-us-item:hover .icon i {
  animation: icon-bounce 0.8s 1;
}

.section .section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section .section-title-area {
    gap: 20px;
  }
}
.section .section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .section .section-title-area .theme-btn {
    display: none;
  }
}

/* 03 */
/* Our Working Process */
.work-process-section-2 {
  position: relative;
  margin-top: 25px;
}
.work-process-section-2 .left-shape {
  position: absolute;
  left: -110px;
  top: -180px;
}
@media (max-width: 1199px) {
  .work-process-section-2 .left-shape {
    display: none;
  }
}

.work-process-main-item {
  position: relative;
  margin-top: 30px;
}
.work-process-main-item h2 {
  position: absolute;
  top: -12px;
  right: -10px;
  font-size: 56px;
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.28);
}
@media (max-width: 1199px) {
  .work-process-main-item h2 {
    display: none;
  }
}
.work-process-main-item h2.style-2 {
  right: -10px;
  top: 58px;
}
.work-process-main-item .arrow-shape {
  position: absolute;
  right: -90px;
  top: 60px;
  max-width: 150px;
}
.work-process-main-item .arrow-shape img {
	width: 100%;
}
@media (max-width: 1199px) {
  .work-process-main-item .arrow-shape {
    display: none;
  }
}
.work-process-main-item .arrow-shape.style-3 {
  top: -40px;
  right: -90px;
}
.work-process-main-item .work-process-item {
  text-align: center;
}
.work-process-main-item .work-process-item .icon {
  width: 112px;
  height: 108px;
  line-height: 120px;
  text-align: center;
  background-color: #FF792D;
  margin: 0 auto;
  font-size: 55px;
  color: #fff;
}
.work-process-main-item .work-process-item .icon i {
  display: block;
}
.work-process-main-item .work-process-item .work-process-content {
  margin-top: 40px;
}
.work-process-main-item .work-process-item .work-process-content h3 {
  color: #fff;
  margin-bottom: 10px;
}
.work-process-main-item .work-process-item .work-process-content p {
  color: #fff;
}
.work-process-main-item .work-process-item:hover .icon i {
  animation: icon-bounce 0.8s 1;
}
.work-process-main-item.style-2 h2 {
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke: 1.2px #FF792D;
}
.work-process-main-item.style-2 .work-process-item .work-process-content h3 {
  color: #1E2023;
}
.work-process-main-item.style-2 .work-process-item .work-process-content p {
  color: #555;
}

/* 04 */
/* Work-process section Start */
.section-title.style-2 .theme-subtitle {
    color: #566DFB;
}
.section-title.style-2 .theme-subtitle::before {
    background-color: #566DFB;
}
.work-process-wrapper {
  position: relative;
}
.work-process-wrapper .shape-1 {
  position: absolute;
  left: 270px;
  top: -22px;
}
@media (max-width: 1199px) {
  .work-process-wrapper .shape-1 {
    display: none;
  }
}
.work-process-wrapper .shape-2 {
  position: absolute;
  right: 170px;
  top: -22px;
}
@media (max-width: 1199px) {
  .work-process-wrapper .shape-2 {
    display: none;
  }
}
.work-process-wrapper .shape-3 {
  position: absolute;
  left: 43%;
  bottom: 37%;
}
@media (max-width: 1199px) {
  .work-process-wrapper .shape-3 {
    display: none;
  }
}
.work-process-wrapper .work-process-item {
  text-align: center;
  margin-top: 30px;
}
.work-process-wrapper .work-process-item .work-process-image {
  position: relative;
}
.work-process-wrapper .work-process-item .work-process-image img {
  width: 100%;
  height: 100%;
}
.work-process-wrapper .work-process-item .work-process-image .process-number {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  background: #566DFB;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
}
.work-process-wrapper .work-process-item .content {
  margin-top: 40px;
}
.work-process-wrapper .work-process-item .content h4 {
  margin-bottom: 15px;
}

/* 05 */
/* Choose Us Section Start */
.choose-us-section-2 {
  position: relative;
}
.choose-us-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 80px;
}
@media (max-width: 1199px) {
  .choose-us-section-2 .right-shape {
    display: none;
  }
}

.choose-us-section-2 .circle-shape {
  position: absolute;
  left: 65px;
  top: 0;
}
@media (max-width: 1399px) {
  .choose-us-section-2 .circle-shape {
    display: none;
  }
}
.choose-us-section-2 .dot-shape {
  position: absolute;
  top: 120px;
  left: 224px;
}
@media (max-width: 1399px) {
  .choose-us-section-2 .dot-shape {
    display: none;
  }
}

.choose-us-section-2 .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 30px;
  gap: 140px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding-bottom: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .choose-us-section-2 .nav {
    gap: 20px;
  }
}
.choose-us-section-2 .nav .nav-item .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1E2023;
  position: relative;
}
.choose-us-section-2 .nav .nav-item .nav-link.active {
  color: #FF792D;
}
.choose-us-section-2 .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 150px;
  height: 3px;
  content: "";
  background-color: #FF792D;
}
@media (max-width: 575px) {
  .choose-us-section-2 .nav .nav-item .nav-link.active::before {
    display: none;
  }
}

.choose-us-wrapper-2 .choose-us-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
}
.choose-us-wrapper-2 .choose-us-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-us-content {
    margin-left: 0;
  }
}
.choose-us-wrapper-2 .choose-us-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.choose-us-wrapper-2 .choose-us-content .list-items {
  margin-top: 17px;
}
.choose-us-wrapper-2 .choose-us-content .list-items li {
  font-weight: 500;
  color: #1E2023;
}
.choose-us-wrapper-2 .choose-us-content .list-items li i {
  margin-right: 10px;
  color: #FF792D;
}
.choose-us-wrapper-2 .choose-us-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.choose-us-section-2 .line-shape {
    animation: ShapeAnim 80slinear infinite;
    height: 30px;
    width: 1000%;
    background-repeat: repeat;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

/* 06 */
/* blog */
.blog__three {
	color: #555855;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
}
.blog__three h2, .blog__three h3, .blog__three h4,
.price__area h2, .blog__three h3, .blog__three h4 {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 500;
	color: #222;
}
.blog__three h2 {
	margin-bottom: 20px;
}
.blog__three .subtitle {
    color: #222;
	font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid #cdd0cd;
    border-radius: 50px;
    display: inline-block;
}
.build_button {
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 3;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	transition: .4s;
	font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	color: #222;
	background: #ffbf43;
	border-radius: 50px 50px 50px 50px;
	padding: 8px 8px 8px 30px;
	gap: 20px;
	margin-top: 30px;
}
.build_button i {
    position: relative;
    z-index: 2;
    transition: .4s;
    color: #222;
    background: #eab342;
    font-size: 26px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
}
.build_button:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #222;
	transform-origin: 100% 50%;
	transform: scaleY(2);
	transition: transform .4s, opacity .4s;
	transition-timing-function: cubic-bezier(.7, 0, .9, 1);
}
.build_button:hover:before {
	transform: scale3d(10, 9, 1);
	transform-origin: 103% 55%;
}
.build_button:hover, .build_button:hover i {
    color: #fff;
}
.build_button:hover i {
    background: #4b4a4a;
    transform: rotate(45deg);
}
.blog__three-right {
    max-width: 75%;
    margin: 0 0 0 auto
}
.blog__three-right .blog__three-item:first-child {
    top: 100px;
    margin-bottom: 25px
}
.blog__three-right .blog__three-item:nth-child(2) {
    top: 180px;
    margin-bottom: 25px
}
.blog__three-right .blog__three-item:nth-child(3) {
    top: 260px;
    margin-bottom: 25px
}
.section.blog__three .card_sticky {
    position: sticky;
    z-index: 1;
}
.blog__three-item {
    display: flex
}
.blog__three-item-image {
    max-width: 45%
}
.blog__three-item-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 0 0 10px
}
.blog__three-item-content {
    border: 1px solid #cdd0cd;
    border-left: 0;
    padding: 40px 30px;
    border-radius: 0 10px 10px 0;
    background: #fff;
}
.blog__three-item-content .meta {
    margin-bottom: 5px
}
.blog__three-item-content .meta ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 5px
}
.blog__three-item-content .meta ul li {
    list-style: none;
    font-size: 14px;
    line-height: 24px
}
.blog__three-item-content .meta ul li i {
    margin-right: 8px
}
.blog__three-item-content .meta ul li a:hover,.blog__three-item-content h4 a:hover {
    color: #ffbf43;
}
.more_btn {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    color: #222;
    transition: .4s;
    display: inline-block;
}
.blog__three-item-content .more_btn {
    margin-top: 30px
}
.blog__three .columns_sticky {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
    .blog__three .columns_sticky {
        position: -webkit-sticky;
        position: sticky;
        z-index: 99;
        height: 100%;
        top: 120px;
		margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .blog__three-right {
        max-width:100%
    }
}

@media (max-width: 574px) {
    .blog__three-item {
        display:block
    }

    .blog__three-item-image {
        max-width: 100%
    }

    .blog__three-item-image img {
        border-radius: 10px 10px 0 0
    }

    .blog__three-item .blog__three-item-content {
        padding: 20px 25px 30px;
        border: 1px solid #cdd0cd;
        border-radius: 0 0 10px 10px
    }
}

/* 07 */
.price__area-item {
    padding: 40px;
    border: 1px solid #cdd0cd;
    border-radius: 10px;
}
.price__area-item.active {
    background: #ffbf43;
    border-color: #ffbf43;
}
.price__area-item-price span {
    font-size: 18px;
    line-height: 28px;
    color: #555855;
}
.price__area-item-price span {
    font-size: 18px;
    line-height: 28px;
    color: #555855;
}
.price__area-item-price h2 {
    margin-top: 15px;
    font-size: 54px;
    line-height: 64px;
}
.price__area-item-list {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #cdd0cd;
}
.price__area-item-list ul li i {
    color: #ffbf43;
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.price__area-item.active .price__area-item-list ul li i {
    color: #222;
}
.price__area-item.active .price__area-item-btn .build_button {
    border-color: #222;
    background: #222;
    color: #fff;
}
.price__area-item.active .price__area-item-btn .build_button i {
    color: #fff;
    background: #4b4a4a;
    transform: rotate(45deg);
}
@media (max-width: 1199px) {
    .xl-mb-25 {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .md-mb-25 {
        margin-bottom: 25px;
    }
}

/* 08 */
/* ======= Projects style  ======= */
.section-3 .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Syne', sans-serif;
    color: #555;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}
.section-3 .section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #ed5521;
    position: absolute;
    left: 0;
    top: 50%;
}
.section-3 .section-title {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.section-3 .section-title span {
    color: #ed5521;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.projects {
    position: relative;
}
.projects:last-child {
    margin-bottom: 30px;
}
.projects figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.projects.left figure {
    margin-left: 0;
    margin-right: auto;
}
.projects figure img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #f4f4f4;
}
.projects figure img:hover {
    transform: scale(0.98);
}
.projects .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.projects.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 5% 4% 5% 4%;
}
.projects .caption.padding-right {
    padding-right: 0%;
}
.projects .caption.padding-left {
    padding-left: 0%;
}
.projects h1, .projects h2, .projects h3, .projects h4, .projects h5, .projects h6 {
	font-family: 'Syne', sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	color: #000;
}
.projects .caption h4 {
	font-size: 27px;
	color: #000;
}
.projects .caption h4,
.projects .caption h4 a {
    font-size: 27px;
    color: #000;
}
.projects .caption h4 span {
    color: #ed5521;
}
.projects .caption p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 15px;
}
.projects .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects .caption .info-wrapper .more {
    color: #ed5521;
    text-decoration: none;
    font-size: 16px;
}
.projects .caption .info-wrapper .more i {
    color: #555;
    font-size: 10px;
}
.projects .caption .info-wrapper .date {
    color: #555;
    font-size: 16px;
}
.projects .caption .info-wrapper .date i {
    font-size: 20px;
    color: #ed5521;
    margin-right: 5px;
}
.projects .link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #fbddd2;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
}
.projects .link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #ed5521;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

@media (max-width: 991.98px) {
    .projects figure {
        width: auto;
        margin: 0;
    }
    .projects .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .projects .caption,
    .projects.left .caption {
        background: #f5f5f5;
    }
}
/* prev/next project */
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 576px) {
  .projects-prev-next {
    text-align: center;
  } 
  .projects-prev-next-left {
        margin-bottom: 10px;
    }
}
.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 1em;
}
.projects-prev-next a i {
  font-size: 20px;
    color: #ed5521;
}
.projects-prev-next a:hover {
    color: #ed5521;
}
.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
 font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}

.line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: #ed5521;
}

/* 09 */
/* ======= Careers style ======= */
.bg-gray {
    background: #F5F5F5;
}
.mb-60 {
    margin-bottom: 60px;
}
.position {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding: 40px 45px 40px 50px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.position-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.position-title {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    color: #000;
}
.position-title span {
    font-family: 'Didact Gothic', sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
.position-location {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    color: #000;
}
.position-location span {
    font-family: 'Didact Gothic', sans-serif;
    color: #555;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
.position-time {
    font-weight: 400;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #555;
}
.position-time span {
    font-family: 'Didact Gothic', sans-serif;
    color: #000;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
.position-icon {
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.position-icon i {
    display: inline-block
}
/* hover */
.position:hover {
    background-color: #ed5521;
}
.position:hover .position-title,
.position:hover .position-title span,
.position:hover .position-location,
.position:hover .position-location span,
.position:hover .position-time,
.position:hover .position-time span,
.position:hover .position-icon {
    color: #fff;
}
@media only screen and (max-width:991px) {
    .position {
        flex-direction: column;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .position-title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .position-location {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .position-time {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .position-icon {
        display: none
    }
}


/* 10 */
/* Why Area 3 */
.section.why-area {
	position: relative;
	font-family: "Archivo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #737373;
	line-height: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 0;
}
.why-area h1,
.why-area h2,
.why-area h3,
.why-area h4,
.why-area h5,
.why-area h6 {
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
}
.why-sec-bg3-1 {
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 184px) calc(100% - 75px), 0% 100%);
  /* Medium Large devices */
  /* Medium devices */
}
.why-sec-bg3-1:after {
  content: "";
  position: absolute;
  background: linear-gradient(277.18deg, #F7F7F7 62.73%, rgba(247, 247, 247, 0) 97.7%);
  inset: 0;
}
.sec-title {
	font-size: 52px;
}
.why-area-3 .sec-title {
	margin-bottom: 50px;
	margin-top: -0.15em;
	font-weight: 600;
	position: relative;
}
.why-area-3 .text-theme {
    color: #ea5501!important;
}
.why-area-3 .sub-title {
    display: block;
    line-height: 1.2;
    color: var(--body-color);
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    font-family: var(--title-font);
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .why-sec-bg3-1 {
    clip-path: none;
  }
}
@media (max-width: 991px) {
  .why-sec-bg3-1 {
    background-image: none !important;
  }
  .why-sec-bg3-1:after {
    background: linear-gradient(to bottom, #F7F7F7 62.73%, rgba(247, 247, 247, 0) 97.7%);
  }
}

.why-tab-wrap {
  gap: 25px;
  margin-right: 56px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.why-tab-wrap .nav-item {
  width: 100%;
}
.why-tab-wrap .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  background: #ffffff;
  color: #737373;
  border: 0;
  filter: drop-shadow(0px 8px 25px rgba(21, 22, 28, 0.02));
  width: 100%;
  text-align: start;
  padding: 19px 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
}
.why-tab-wrap .nav-item .nav-link i {
  font-size: 24px;
}
.why-tab-wrap .nav-item .nav-link.active {
  background: #EA5501;
  color: #ffffff;
  border-radius: 10px 0 10px 10px;
}
.why-tab-wrap .nav-item .nav-link.active i:before {
  content: "\ea70";
}
@media (max-width: 1399px) {
  .why-tab-wrap {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .why-tab-wrap .nav-item .nav-link.active {
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .why-tab-wrap .nav-item .nav-link {
    padding: 12px 20px;
  }
}

.why-thumb-wrap3-1 {
  background: #15161c;
  padding: 40px;
  display: inline-block;
  /* Extra small devices */
}
.why-thumb-wrap3-1 .why-text-wrap {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 45px;
  opacity: 0.5;
}
.why-thumb-wrap3-1 .why-text-wrap .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.why-thumb-wrap3-1 .why-text-wrap .line {
  width: -webkit-fill-available;
  height: 1px;
  display: block;
  background: #ffffff;
}
.why-thumb-wrap3-1 .why-text-wrap .number {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}
.why-thumb-wrap3-1 img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 575px) {
  .why-thumb-wrap3-1 {
    padding: 30px;
  }
  .why-thumb-wrap3-1 .why-text-wrap {
    margin-top: 35px;
  }
  .why-thumb-wrap3-1 .why-text-wrap .number {
    font-size: 40px;
  }
}

.why-content-wrap .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 33px;
}
.why-content-wrap .subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why-content-wrap p {
    font-family: "Archivo", sans-serif;
    margin: 0 0 18px 0;
    color: #737373;
    line-height: 1.75;
}

.why-area-3 .checklist ul {
    padding: 0;
    list-style: none;
    text-align: start;
    margin-bottom: 0;
}
.why-area-3 .checklist li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Archivo", sans-serif;
    margin-bottom: 10px;
    display: flex;
    color: #15161C;
}
.why-area-3 .checklist li:last-child {
    margin-bottom: 0;
}
.why-area-3 .checklist li img,
.why-area-3 .checklist li i,
.why-area-3 .checklist li svg {
    font-size: 22px;
    margin-right: 10px;
    margin-top: 2px;
}
.why-area-3 .checklist li img {
    margin-top: 7px;
    align-self: self-start;
}
.why-area-3 .btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.why-area-3 .btn-group .btn {
	flex: none;
}
.why-area-3 .btn.style3 {
	background: #15161c;
}
.why-area-3 .btn::after, .why-area-3 .btn::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--title-color);
    transition: 1s ease;
}
.why-area-3 .btn:before {
    top: -2em;
    left: -2em;
}
.why-area-3 .btn:after {
    left: calc(100% + 2em);
    top: calc(100% + 2em);
}
.why-area-3 .btn.style3:before,
.why-area-3 .btn.style3:after {
    background-color: #EA5501;
}
.why-area-3 .btn:focus:after,
.why-area-3 .btn:focus:before,
.why-area-3 .btn:hover:after,
.why-area-3 .btn:hover:before,
.why-area-3 .btn:active:after,
.why-area-3 .btn:active:before {
    height: 410px;
    width: 410px;
}
.why-area-3 .btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: inline-flex;
	gap: 15px;
	border: none;
	border-radius: 0px !important;
	text-align: center;
	background-color: #EA5501;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: 19px 30px;
	overflow: hidden;
	align-items: center;
}

.mb-35 {
    margin-bottom: 35px;
}
.gy-40 {
    --bs-gutter-y: 40px;
}
.gy-50 {
    --bs-gutter-y: 50px;
}
@media (min-width: 1399px) {
    .gx-80 {
        --bs-gutter-x: 80px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
  }
  .sec-text {
    margin-top: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-title {
    font-size: 40px;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}

/* 11 */
.shadow-title {
	font-size: 175px;
	font-weight: 600;
	font-family: "Titillium Web", sans-serif;
	color: #15161C;
	opacity: 0.04;
	letter-spacing: -0.015em;
	line-height: 1;
	margin-top: -0.45em;
	margin-bottom: -0.55em;
	position: relative;
	z-index: -1;
}
.title-area {
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
.wcu-card-wrap {
  max-width: 364px;
  text-align: start;
  margin: 0 42px;
  position: relative;
  z-index: 2;
  /* Medium Large devices */
}
.wcu-card-wrap.left-align {
  text-align: end;
}
.wcu-card-wrap.left-align .wcu-card {
  flex-direction: row-reverse;
}
.wcu-card {
  display: inline-flex;
  gap: 25px;
}
.wcu-card:not(:last-child) {
  margin-bottom: 55px;
}
.wcu-card-icon {
  flex: none;
}
.wcu-card-icon img {
  transition: 0.4s;
}
.wcu-card .wcu-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: -0.2em;
}
.wcu-card .wcu-card-text {
  margin-bottom: -0.5em;
}
.wcu-card:hover .wcu-card-icon img {
  transform: rotateY(180deg);
}

@media (max-width: 1399px) {
    .wcu-card-wrap {
        margin: 0;
    }
    .shadow-title {
        font-size: 160px;
    }
}
@media (max-width: 1199px) {
    .shadow-title {
        font-size: 130px;
    }
}
@media (max-width: 991px) {
    .shadow-title {
        font-size: 90px;
    }
}
@media (max-width: 767px) {
    .shadow-title {
        display: none;
    }
}
/* Large devices */
@media (max-width: 1199px) {
  .wcu-card-wrap {
    max-width: none;
  }
  .wcu-card-wrap.left-align {
    text-align: start;
  }
  .wcu-card-wrap.left-align .wcu-card {
    flex-direction: row;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .wcu-card-wrap.left-align {
    text-align: start;
  }
  .wcu-card .wcu-card-text {
    font-size: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .wcu-card:not(:last-child) {
    margin-bottom: 50px;
  }
}

/* 12 */
.section.why-choose-one {
    position: relative;
    display: block;
    background-color: #f4f1ee;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}
.section .why-choose-one-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.02;
    z-index: -1;
    background-position: center center;
}
.section .why-choose-one-shape-3 {
    position: absolute;
    top: -335px;
    right: 309px;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 79, 71) 100%);
    opacity: 0.502;
    width: 98px;
    height: 765px;
    transform: rotate(-45deg);
    z-index: 1;
}
.section .why-choose-one-shape-4 {
    position: absolute;
    top: 0px;
    right: -30px;
}
.section .float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.section .why-choose-one-shape-4 img {
    width: auto;
}
.section .why-choose-one__left {
    position: relative;
    display: block;
}
.section .why-choose-one__left .section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 31px;
}
.section .section-sub-title-box {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.section .section-sub-title {
    font-size: 16px;
    color: #ff4f47;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.section .section-title-shape-1 {
    position: absolute;
    top: -4px;
    left: -40px;
}
.section .section-title-shape-1 img {
    width: auto;
}
.section .section-title__title {
    color: #1c1b1f;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    margin: 0px;
}
.section .why-choose-one__points-box {
    position: relative;
    display: block;
    margin-top: 41px;
}
.section .why-choose-one__points-single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0.175px 9.998px 37.24px 0.76px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 33px 35px 29px;
    border-bottom: 4px solid rgb(237, 232, 228);
    transition: 500ms;
}
.section .why-choose-one__points-single:hover {
    border-bottom: 4px solid #ff4f47;
}
.section .why-choose-one__points-single:hover .why-choose-one__points-icon span {
    transform: scale(.9);
}
.section .why-choose-one__points-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.section .why-choose-one__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #ff4f47;
    transition: 500ms linear 0.1s;
}
.section .why-choose-one__points-title-box {
    margin-left: 20px;
}
.section .why-choose-one__points-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.section .why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
}
.section .why-choose-one__img {
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 2;
}
.section .why-choose-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.section .why-choose-one__img img {
    width: 100%;
}
.section .why-choose-one__shape-1 {
    background-color: rgb(237, 232, 228);
    width: 515px;
    height: 515px;
    position: absolute;
    top: -60px;
    left: 6px;
    border-radius: 50%;
}
.section .why-choose-one__shape-2 {
    position: absolute;
    right: -83px;
    top: 241px;
    background-color: rgb(255, 255, 255);
    width: 194px;
    height: 195px;
    border-radius: 50%;
}
.section .why-choose-one__author-sign {
    position: absolute;
    top: 225px;
    left: 0px;
}
.section .why-choose-one__author-sign p {
    font-size: 42px;
    color: #ff4f47;
    line-height: 36px;
    font-family: "Reenie Beanie", cursive;
    /* font-family: "reeyregular"; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section .services-one__top-right {
        margin-top: 30px;
    }
    .section .why-choose-one__left {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .section .why-choose-one__right {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .section .why-choose-one__img {
        position: relative;
        top: 90px;
        left: 0;
    }
    .section .why-choose-one__shape-1 {
        top: 46px;
    }
}
@media only screen and (max-width: 767px) {
    .section .services-one__top-right {
        margin-top: 30px;
    }
    .section .why-choose-one-shape-3,
    .section .why-choose-one-shape-4 {
        display: none;
    }
    .section .why-choose-one__img {
        position: relative;
        top: 90px;
        left: 0;
    }
    .section .why-choose-one__right {
        margin-left: 0;
    }
    .section .why-choose-one__shape-1,
    .section .why-choose-one__shape-2 {
        display: none;
    }
}


/* 13 */
.section.project-area h1 a, 
.section.project-area h2 a, 
.section.project-area h3 a, 
.section.project-area h4 a, 
.section.project-area h5 a, 
.section.project-area h6 a {
  color: inherit;
}
.section.project-area p {
    font-size: 16px;;
    font-weight: 400;
    line-height: 1.62;
    color: #61657e;
}
.section.project-bg {
    background-size: cover;
    background-position: 50%;
    padding: 115px 0 95px;
    overflow: hidden
}
.section.project-bg .section-title.white-title .title {
    color: #fff
}
.section .project-item {
    position: relative;
    background: #161c49;
    border-radius: 10px;
    padding: 10px 50px;
    min-height: 220px;
    transition: .3s linear;
    margin-bottom: 25px;
    display: flex;
    align-items: center
}
.section .project-item:hover {
    background: #f4f6ff;
    z-index: 9;
}
.section .project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}
.section .project-content .left-side-content {
    width: 35%;
    flex: 0 0 auto
}
.section .project-content span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #fe5d14;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    transition: .3s linear
}
.section .project-content .title {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0
}
.section .project-item:hover .project-content .title {
    opacity: 0;
    visibility: hidden;
    height: 0
}
.section .project-item:hover .project-thumb {
    display: block!important
}
.section .project-item:hover .project-content .title,
.section .project-item:hover .project-content p {
    display: block!important;
}
.section .project-content p {
    display: none;
    margin-bottom: 0
}
.section .project-item:hover .project-content p {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.section .project-link {
    flex-grow: 1
}
.section .project-link a {
    box-shadow: 4px 4px 20px rgba(0,0,0,.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #fe5d14;
    margin-left: auto
}

.section .project-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(19deg);
    right: 16%;
    z-index: 9;
    display: none
}

.section .project-thumb img {
    border-radius: 20px
}

.section .project-item {
    min-height: 180px
}

.section.project-bg .section-title .title {
    font-size: 38px;
    margin-bottom: 50px;
}

.section .project-area-two {
    overflow: hidden
}

.section .project-item-two {
    position: relative;
    overflow: hidden
}

.section .project-thumb-two img {
    width: 100%
}

.section .project-content-two {
    position: absolute;
    left: auto;
    top: 0;
    background: rgba(254,93,20,.8);
    padding: 40px 40px 50px;
    border-radius: 8px;
    width: 396px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-200px);
    transition: .3s
}

.section .project-item-two:hover .project-content-two {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.section .project-content-two span {
    display: block;
    color: #fff;
    margin-bottom: 8px
}

.section .project-content-two .title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 26px
}

.section .project-content-two .title a:hover {
    color: #fff
}

.section .project-content-two .link-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 25px
}

.section .project-active .slick-list {
    overflow: visible
}

.section .project-active .slick-dots {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 0
}

.section .project-active .slick-dots li {
    list-style: none;
    line-height: 0
}

.section .project-active .slick-dots li button {
    text-indent: -9999999999px;
    background: #87828f;
    padding: 0;
    border: none;
    width: 20px;
    height: 5px;
    line-height: 1;
    border-radius: 500px
}

.section .project-active .slick-dots li.slick-active button {
    width: 40px;
    background: #0f1437;
}

.section .project-area-three {
    position: relative;
    padding: 115px 0 120px;
    z-index: 1
}

.section .project-bg-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 60%);
    z-index: -1
}

.section .project-area-three .project-thumb-two {
    border-radius: 8px;
    overflow: hidden
}

.section .project-area-three .project-item-two {
    margin-bottom: 30px
}

.section .project-item-four {
    margin-bottom: 50px
}

.section .project-thumb-four {
    border-radius: 10px;
    overflow: hidden
}

.section .project-thumb-four img {
    width: 100%;
    transform: scale(1);
    transition: .3s linear
}

.section .project-item-four:hover .project-thumb-four img {
    transform: scale(1.1)
}

.section .project-content-four {
    box-shadow: 0 4px 46px rgba(0,0,0,.18);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 25px;
    background: #fff;
    justify-content: space-between;
    margin: -78px 45px 0;
    position: relative;
    z-index: 1
}

.section .project-content-four .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 14px
}

.section .project-content-four .list-wrap {
    display: flex;
    align-items: center;
    gap: 16px
}

.section .project-content-four .list-wrap li {
    position: relative;
    line-height: 1
}

.section .project-content-four .list-wrap li:before {
    content: "/";
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fe5d14
}

.section .project-content-four .list-wrap li:first-child:before {
    display: none
}

.section .project-content-four .list-wrap li a {
    font-size: 16px
}

.section .project-content-four .list-wrap li a:hover {
    color: #1c1c1c;
}

.section .project-content-four .content-right .link-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #115278;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
}

.section .project-content-four .content-right .link-btn i {
    transform: rotate(-40deg);
    transition: all .3s ease-out 0s
}

.section .project-content-four .content-right .link-btn:hover {
    background: #fe5d14
}

.section .project-content-four .content-right .link-btn:hover i {
    transform: rotate(0)
}

.section .project-active-two [class*=col-] {
    padding: 0 15px
}

.section .project-active-two .slick-dots {
    margin: 0;
    padding: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.section .project-active-two .slick-dots li {
    list-style: none;
    line-height: 0;
    width: unset;
    margin: 0
}

.section .project-active-two .slick-dots li button {
    text-indent: -9999999999px;
    border: none;
    padding: 0;
    width: 20px;
    height: 5px;
    border-radius: 500px;
    background: #fe5d14;
    opacity: .2
}

.section .project-active-two .slick-dots li.slick-active button {
    width: 40px;
    opacity: 1
}

.section .inner-project-area .project-item-two {
    margin-bottom: 30px
}

.section .inner-project-area .project-thumb-two {
    border-radius: 8px;
    overflow: hidden
}

.section .project-details-wrap {
    margin-right: 38px
}

.section .project-details-thumb {
    margin-bottom: 55px
}

.section .project-details-thumb img {
    border-radius: 10px
}

.section .project-details-content>.title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px
}

.section .project-details-content p {
    margin-bottom: 15px
}

.section .project-details-content .info-two {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: #1c1c1c;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px
}

.section .project-details-content .info-two span {
    color: #fe5d14
}

.section .project-challenge-wrap {
    margin-bottom: 60px
}

.section .project-challenge-wrap .challenge-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px
}

.section .project-challenge-wrap .challenge-content .info-three {
    margin-bottom: 20px
}

.section .project-challenge-wrap .challenge-content .info-four {
    margin-bottom: 0
}

.section .project-challenge-wrap .challenge-img {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end
}

.section .project-challenge-wrap .challenge-img img {
    border-radius: 5px
}

.section .project-details-content .title-two {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px
}

.section .project-details-content .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    width: 90%
}

.section .project-details-content .list-wrap li {
    display: flex;
    align-items: center;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #1c1c1c;
    width: 50%
}

.section .project-details-content .list-wrap li i {
    font-size: 24px;
    color: #fe5d14;
    margin-right: 15px
}

.section .project-widget {
    box-shadow: 0 0 45px rgba(0,0,0,.08);
    border-radius: 5px;
    padding: 35px 40px 40px;
    margin-bottom: 50px
}

.section .project-widget:last-child {
    margin-bottom: 0
}

.section .project-info-list .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.section .project-info-list .list-wrap li:last-child {
    margin-bottom: 0
}

.section .project-info-list .list-wrap li span {
    font-weight: 500;
    color: #1c1c1c;
    width: 36%
}

.section .project-contact .list-wrap li {
    display: flex;
    align-items: baseline;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px
}
.section .project-contact .list-wrap li:last-child {
    margin-bottom: 0
}

.section .project-contact .list-wrap li i {
    font-size: 20px;
    color: #fe5d14;
    margin-right: 20px
}
.section .project-content .left-side-content {
    width: 35%;
    flex: 0 0 auto;
}
.section.project-area .btn {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    background: #fe5d14 none repeat scroll 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 31px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.section.project-area .btn:before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #131944;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.section.project-area .btn:after {
    content: "\f061";
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    margin-left: 15px;
}
.section.project-area .btn:hover {
    color: #fff;
}
.section.project-area .btn:hover:before {
    top: -40%;
}

.text-end {
    text-align: right !important;
}
.mb-50 {
    margin-bottom: 50px;
}

@media (max-width: 1500px) {
    .section .project-content .left-side-content {
        width: 40%;
        flex: 0 0 auto;
    }
    .section .project-thumb img {
        width: 470px;
    }
}





/* 14 */
.lions.work-area-two.work-bg {
    padding: 115px 0 120px
}
.lions.work-area-two .section-title .sub-title {
    font-size: 20px;
    display: block;
    color: #fe5d14;
    font-family: "Poppins",sans-serif;
    margin-bottom: 14px;
    text-transform: none;
}
.lions.work-area-two .section-title .title {
    font-size: 38px;
    font-family: "Poppins",sans-serif;
    color: #1c1c1c;
}
.lions.work-area-two.work-bg,
.lions.work-area-two .work-inner {
    background-size: cover;
    background-position: 50%
}
.lions.work-area-two .work-inner {
    width: 100%;
    min-height: 700px;
    border-radius: 16px;
    border: 8px solid #fff;
    filter: drop-shadow(0 16px 88px rgba(0,0,0,.08));
    position: relative
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item {
    position: absolute
}
.lions.work-area-two .work-tooltip-wrap .tooltip-btn {
    width: 54px;
    height: 54px;
    color: #fe5d14;
    font-size: 22px
}
.lions.work-area-two .work-tooltip-wrap .tooltip-btn,
.lions.work-area-two .work-tooltip-wrap .tooltip-btn.pulse:before {
    background: #fff;
    transition: .3s linear
}
.lions.work-area-two .pulse:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background: #fe5d14;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1.5s ease-out infinite;
    opacity: .5;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.lions.work-area-two .work-tooltip-wrap .tooltip-content {
    bottom: 95px
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:first-child {
    left: 10%;
    top: 13%;
    right: auto
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:nth-child(2) {
    right: 31%;
    top: 9%;
    bottom: auto
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:nth-child(3) {
    left: 34%;
    top: 43%;
    bottom: auto
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:nth-child(4) {
    top: 29%;
    right: 42%
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:nth-child(5) {
    top: 35%;
    right: 21%
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:nth-child(6) {
    bottom: 15%;
    right: 16%
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item:nth-child(7) {
    bottom: 12%;
    right: 45%
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item.top .tooltip-content {
    bottom: auto;
    top: 95px
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item.active .tooltip-btn {
    background: #fe5d14;
    color: #fff;
}
.lions.work-area-two .work-tooltip-wrap .tooltip-item.active .tooltip-btn.pulse:before {
    background: #fe5d14;
}
.lions.work-area-two .tooltip-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: #fe5d14;
    color: #fff;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: relative
}
.lions.work-area-two .tooltip-content {
    width: 315px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    bottom: 75px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear
}
.lions.work-area-two .tooltip-content,
.lions.work-area-two .tooltip-content:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}
.lions.work-area-two .tooltip-content:before {
    content: "";
    bottom: -18px;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 18px 17px 0
}
.lions.work-area-two .tooltip-item.top .tooltip-content {
    bottom: auto;
    top: 75px
}
.lions.work-area-two .tooltip-item.top .tooltip-content:before {
    bottom: auto;
    top: -18px;
    transform: translateX(-50%) rotate(180deg)
}
.lions.work-area-two .tooltip-item.active .tooltip-content {
    opacity: 1;
    visibility: visible
}
.lions.work-area-two .tooltip-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}
.lions.work-area-two .tooltip-content p {
    margin-bottom: 0
}
@media (max-width: 1199.98px) {
    .tooltip-content {
        width: 260px;
        padding: 20px 15px
    }

    .tooltip-content .title {
        font-size: 20px;
        margin-bottom: 5px
    }
}



/* 15 */
.lions.quality__section h1,
.lions.quality__section h2,
.lions.quality__section h3, 
.lions.quality__section h4, 
.lions.quality__section h5, 
.lions.quality__section h6 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    color: #1c1b1f;
    margin-bottom: 0;
    transition: all .5s ease;
}
.lions.quality__section a {
    color: #1c1b1f;
    text-decoration: none;
}
.lions.quality__section .icon__outer span {
    font-size: 50px;
    position: relative;
    color: #f13131;
    transition: all .5s ease
}
.lions.quality__section .inner__content {
    text-align: center;
    padding: 0 35px
}
.lions.quality__section .inner__content .icon__box {
    display: flex;
    justify-content: center
}
.lions.quality__section .service__text h4 {
    padding: 30px 0 20px
}
.lions .icon__box .icon__hover__bg__one {
    width: 100px;
    height: 100px;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: all .5s ease;
    position: absolute
}
.lions.quality__section .inner__content:hover .icon__hover__bg__one {
    opacity: 1;
    transform: scale(1)
}
.lions.quality__section .inner__content:hover .icon__hover__bg__two {
    opacity: 0
}
.lions.quality__section .inner__content:hover .icon__outer span {
    color: #fff;
}
.lions .icon__box .icon__outer {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}
.lions .icon__box .icon__hover__bg__two {
    width: 100px;
    position: absolute;
    height: 100px;
    opacity: 1;
    transition: all .5s ease
}
@media only screen and (max-width: 1200px) {
    .lions.quality__section .inner__content {
        padding: 0 12px;
        margin-bottom: 20px;
    }
}

/* 16 */
.lions.see__pad {
    padding: 150px 0;
}
.lions .p_relative {
	position: relative;
}
.lions .title.text-center .main__title h2 {
    padding: 20px 0 50px;
	font-size: 50px;
}
.lions .sub__title h6 {
    /* font-family: var(--inter); */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f13131;
}
.lions li, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lions .service__content {
    background: #1c1b1f;
    padding: 150px 0 238px;
}

.lions .service__content .main__title h2 {
    color: #fff;
}

.lions .service__tab__section ul.tab-btns {
    display: flex;
    justify-content: center;
    padding-bottom: 60px
}

.lions .service__tab__section ul.tab-btns li {
    position: relative;
    padding: 17px 48px;
    /* font-family: var(--roboto); */
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    border: 1px solid hsla(0,0%,100%,.07);
    border-left: none;
    cursor: pointer;
    border-right: 0
}

.lions .service__tab__section ul.tab-btns li:first-child {
    border-left: 1px solid hsla(0,0%,100%,.07)
}

.lions .service__tab__section ul.tab-btns li:last-child {
    border-right: 1px solid hsla(0,0%,100%,.07)
}

.lions .service__tab__section ul.tab-btns li span {
    color: #fff;
    z-index: 1;
    position: relative
}

.lions .service__tab__section ul.tab-btns li:before {
    content: "";
    background: hsla(0,0%,100%,.1);
    position: absolute;
    width: 1px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.lions .service__tab__section ul.tab-btns li:last-child:before {
    display: none
}

.lions .service__tab__section ul.tab-btns li.active-btn .inner__tab:before,.lions .service__tab__section ul.tab-btns li:hover .inner__tab:before {
    transform: scale(1);
    transform-origin: bottom center
}

.lions .service__tab__section ul.tab-btns li .inner__tab:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 30px;
    height: 10px;
    margin: 0 auto;
    border-top: 10px solid #f13131;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: transform .4s ease;
    transform-origin: top center;
    transform: scaleX(0)
}

.lions .service__tab__section ul.tab-btns li.active-btn .inner__tab:after,.lions .service__tab__section ul.tab-btns li:hover .inner__tab:after {
    transform: scale(1);
    transform-origin: bottom center
}

.lions .service__tab__section ul.tab-btns li .inner__tab:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #f13131;
    transition: transform .4s ease;
    transform-origin: top center;
    transform: scaleY(0)
}
.lions .tab__right__content h4 {
	color: #fff;
}

.lions .tab__right__content .tab__text p {
	color: #d2d1d2;
    padding: 30px 0;
}
.lions .tab__btn {
    display: inline-block;
}

.lions a:hover {
    color: #f13131 !important;
    outline: none;
}
.lions .btn-one {
    background-color: #f13131;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    /* font-family: var(--inter); */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
	text-decoration: none;
}

.lions .btn-one:hover em {
    transform: rotate(-1deg) translateY(-122%);
    transform-origin: left top
}

.lions .btn-one span {
    color: #fff;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease
}

.lions .btn-one.two:hover span {
    color: #1c1b1f
}

.lions .btn-one i:after {
    background-color: #f13131;
}

.lions .btn-one i:before {
    background-color: #1c1b1f
}

.lions .btn-one.two i:before {
    background-color: #fff
}

.lions .btn-one i:after,
.lions .btn-one i:before {
    content: "";
    float: left;
    height: 100%;
    width: 50%;
    border-radius: 50%
}

.lions .btn-one.two em {
    background-color: #fff
}

.lions .btn-one em {
    position: absolute;
    width: 102%;
    height: 200%;
    background-color: #1c1b1f;
    left: 0;
    top: 6em;
    transition: all .5s cubic-bezier(.39,.58,.57,1)
}

.lions .btn-one i {
    float: left;
    position: relative;
    overflow: hidden;
    width: 31px;
    height: 20px;
    margin-top: -.5em
}

.lions .btn-two {
    padding: 21px 25px;
    background: #fff;
    cursor: pointer;
    color: #1c1b1f;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: all .5s ease
}

.lions .btn-two:hover:before {
    width: 100%;
    left: 0
}

.lions .btn-two:hover {
    color: #fff!important
}

.lions .btn-two:before {
    position: absolute;
    content: "";
    background: #1c1b1f;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .5s ease
}

.lions .tab__right__content .tab__list {
    padding-bottom: 35px
}
.lions .tab__right__content .tab__list li {
    /* font-family: var(--roboto); */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center
}
.lions .tab__right__content .tab__list li span {
    margin-right: 10px
}
.lions .tab__btn {
    display: inline-block
}
.lions .tab__left__content img {
    width: 100%
}
.lions .anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat;
}
.lions .service__content .icon.icons-1 {
    width: 439px;
    height: 425px;
    left: -100px;
    bottom: 0
}
.lions .service__content .icon.icons-2 {
    width: 505px;
    height: 353px;
    right: -100px;
    bottom: 0
}
.lions.service__section {
    padding-bottom: 0;
}

@media only screen and (max-width: 1300px) {
    .lions .service__content {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .lions .anim-icon, .lions .header_top .header_top_right {
        display: none;
    }
}


@media only screen and (max-width: 928px) {
    .lions .service__tab__section ul.tab-btns li:before {
        display:none
    }

    .lions .service__tab__section ul.tab-btns {
        flex-wrap: wrap
    }

    .lions .service__tab__section ul.tab-btns li {
        border-left: 1px solid hsla(0,0%,100%,.07);
        border-right: 1px solid hsla(0,0%,100%,.07);
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 599px) {
    .lions .service__tab__section ul.tab-btns li {
        width: 100%;
        text-align: center
    }
}

/* 17 */
.lions.download__section .download__one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    margin-bottom: 20px;
    padding: 20px 35px
}
.lions.download__section h3 {
	font-weight: 700;
    font-size: 30px;
	padding-bottom: 30px;
}
.lions.download__section .download__one .left__one {
    display: flex;
    align-items: center
}

.lions.download__section .download__one .left__one .icon span {
    font-size: 40px;
    margin-right: 20px;
	color: #f13131;
}

.lions.download__section .download__one button {
    background: rgba(241,49,49,.1);
    padding: 10px 17px;
    font-weight: 600;
    font-size: 15px;
    color: #f13131;
    text-transform: uppercase;
	border: none;
}
.lions .content__side .services__single h3 {
    padding: 60px 0 20px;
}
.lions.download__section p {
    position: relative;
    /* font-family: var(--inter); */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #6e6e6e;
    margin-bottom: 0;
    transition: all .5s ease;
}

/* 18 */
/* Faq’s section */
.section-18 h1, .section-18 h2, .section-18 h3, .section-18 h4, .section-18 h5, .section-18 h6 {
    position: relative;
    font-style: normal;
    color: #1c1b1f;
    margin-bottom: 0;
    transition: all .5s ease;
}
.section-18 .main__title h2 {
    padding: 20px 0 30px;
    font-size: 50px;
    line-height: 55px;
        font-weight: 800;
}
.section-18 .sub__title h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f13131;
}
.section-18 p {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #6e6e6e;
    margin-bottom: 0;
    transition: all .5s ease;
}
.section-18 img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.section-18.faq__section.four .faq__content .tab__text {
    padding-bottom: 40px
}
.section-18 .faq__content .tab__text {
    padding-bottom: 50px
}
.section-18.faq__section .icon.layer-bg {
    width: 180px;
    height: 180px;
    left: 341px!important;
    top: 150px!important
}
.section-18 .faq__left__content {
    margin-top: -80px;
    padding-left: 80px;
    position: relative
}
.section-18 .faq__right__section {
    margin-left: 30px
}
.section-18 .faq__left__content:before {
    content: "";
    position: absolute;
    border-radius: 350px;
    width: 600px;
    height: 294px;
    z-index: -1;
    left: 0;
    bottom: 150px
}
.section-18 .anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat;
}
.section-18.faq__section .icon.icons-2 {
    width: 495px;
    height: 570px;
    right: 0;
    bottom: 0
}
.section-18 .accordion-box-style1 {
    position: relative;
    display: block
}
.section-18 .accordion-box-style1 .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 30px 100px rgba(0,0,0,.1)
}
.section-18 .accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 30px;
    transition: all .5s ease
}
.section-18 .accordion-box-style1 .accordion .accord-btn.active {
    transition: all .4s linear;
    box-shadow: none;
    background: transparent
}
.section-18 .accordion-box-style1 .accordion .accord-content {
    position: relative;
    padding: 10px 65px 39px 30px;
    display: none;
}
.section-18 .accordion-box-style1 .accordion .accord-content.collapsed {
    display: block
}
.section-18 .accordion-box-style1 .accordion .accord-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0
}
.section-18 .accordion-box-style1 .accordion .accord-btn.active .plus {
    display: none
}
.section-18 .accordion-box-style1 .collapse-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%)
}
.section-18 .accordion-box-style1 .accordion .accord-btn .minace {
    display: none
}
.section-18 .accordion-box-style1 .accordion .accord-btn.active .minace {
    display: block
}
.section-18 .accordion-box-style1 .accordion .accord-btn h5 span {
    margin-right: 22px
}
.section-18 .accordion-box-style1 .accordion .accord-btn h5 {
    font-weight: 500
}
.section-18 .faq__left__content:before {
    background: #f2f2f2
}
.section-18 .accordion-box-style1 .accordion,.accordion-box-style1 .accordion .accord-btn {
    background: #fff;
}
.section-18 .accordion-box-style1 .accordion .accord-content p,.accordion-box-style1 .collapse-icon span {
    color: #1c1b1f;
}
.section-18 .accordion-box-style1 .accordion .accord-btn.active .minace span {
    color: #f13131;
}
.section-18 .accordion-box-style1 .accordion .accord-btn h5 span {
    color: #1c1b1f;
}

@media only screen and (max-width: 1200px) {
    .section-18 .faq__right__four {
        margin-right: 0;
        margin-top: 0
    }
    .section-18 .faq__need .help__left {
        padding: 30px
    }
    .section-18.faq__section.four .faq__right__section {
        margin-top: 0
    }
    .section-18 .faq__right__section {
        margin-left: 0
    }
}

@media only screen and (max-width: 991px) {
    .section-18 .faq__left__content:before {
        display: none
    }
    .section-18 .faq__left__content {
        margin-top: 0;
        padding-left: 0;
        text-align: center
    }
    .section-18 .faq__right__section {
        margin-left: 0;
        padding: 100px 0 0
    }
}

/* 19 */
/* Modern Service Standard */
.about-quality-section {
    background-color: #F8F8FA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 0px 90px 0px;
}
.about-quality-section .container {
    display: flex;
    position: relative;
}
.about-quality-column.column-left,
.about-quality-column.column-right {
    width: 100%;
}
.about-quality-column.column-left .about-quality-element {
    padding: 0px 15px 0px 15px;
    margin: 0px 0px 30px 0px;
}
.about-quality-section .about-quality-element img {
    max-width: 100%;
    height: auto;
}
.about-quality-section .theme-color,
.bbf-section .theme-color {
    color: #fd4a36;
}
.about-quality-section .te-bn-subtitle,
.bbf-section .te-bn-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-quality-section .te-bn-title {
    font-size: 45px;
    font-weight: 900;
    color: #172b56;
    line-height: 1.2;
    margin: 0px 0px 20px 0px;
}
.about-quality-section .te-bn-text {
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    line-height: 1.7;
    margin: 0;
}
.about-quality-section .te-bn-flist {
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.about-quality-section .te-bn-flist li {
    margin-bottom: 12px;
}
.about-quality-section .te-bn-flist i {
    margin-right: 15px;
    vertical-align: middle;
    color: #fd4a36;
}
/* risght part */
.about-quality-populated {
    padding: 0px 15px 0px 24px;
}
@media (min-width: 768px) {
    .about-quality-column.column-left {
        width: 41.666666666%;
    }
    .about-quality-column.column-right {
        width: 58.333%;
    }
}
@media (max-width: 1024px) {
    .about-quality-section .container {
        flex-wrap: wrap;
    }
}

/* section-20 */
/* bigger-better-faster-section */
.bbf-section {
    background-color: #F9F9F9;
    background-image: url(../../../theme/images/sections/section-20/bg-1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
.bbf-section .column-left {
    background-image: url(https://wp1.themevibrant.com/newwp/buildnox2/wp-content/uploads/2023/03/image-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 85px 60px 60px 60px;
}
.bbf-section .background-overlay {
    background-color: #061E52;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}
.bbf-section .bbf-element {
    position: relative;
}
.bbf-section.section h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.bbf-section .bbf-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px 0px 20px 0px;
}
.bbf-section .bbf-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.bbf-section .bbf-btn i {
    margin-left: 10px;
}
.bbf-section .bbf-btn:hover {
    color: #FF792D;
}
.bbf-video_icon {
    background-color: #fd4a36;
    position: absolute;
    top: -35px;
    right: 0;
    padding: 33px;
}
.bbf-section .video-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 20px;
    border: 10px solid #fea59b;
    background-origin: padding-box;
    background-color: #fff;
    padding-left: 5px;
    color: #061e52;
}
.bbf-section .video-btn:hover {
    color: #fff;
    background: #fd4a36;
}

.ripple {
	position: relative;
	display: inline-block;
}
.ripple:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
        right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}
@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

/*  23 */
/* Our Services Section Start */
.awaikenthemes-section .image-anime{
    position: relative;
    overflow: hidden;
}
.awaikenthemes-section .image-anime:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.awaikenthemes-section .image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/* Section Styles */
.awaikenthemes-section .section-row {
    margin-bottom: 80px;
}
.awaikenthemes-section .section-row .section-title {
    margin-bottom: 0;
}
.awaikenthemes-section .section-row .section-title.section-title-center {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.awaikenthemes-section .section-title {
    margin-bottom: 40px;
}
.awaikenthemes-section .section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-left: 16px;
    margin-bottom: 10px;
}
.awaikenthemes-section .section-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FED403;
    width: 6px;
    height: 6px;
}
.awaikenthemes-section .section-title h2 {
    font-size: 48px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    cursor: none;
}

/* Satisfy Client Images */
.awaikenthemes-section .satisfy-client-images {
    display: flex;
    align-items: center;
}
.awaikenthemes-section .satisfy-client-image {
    position: relative;
    display: inline-block;
    margin-left: -14px;
    border: 1px solid #0D0D0D;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.awaikenthemes-section .satisfy-client-image:first-child {
    margin: 0;
}
.awaikenthemes-section .satisfy-client-image figure {
    display: block;
    margin: 0;
}
.awaikenthemes-section .satisfy-client-image figure img {
    width: 100%;
    max-width: 48px;
    border-radius: 50%;
}
.awaikenthemes-section .satisfy-client-image.add-more {
    width: 50px;
    height: 50px;
    background-color: #FED403;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.awaikenthemes-section .satisfy-client-image.add-more i {
    font-size: 20px;
    color: #0D0D0D;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

/* Section Footer Text */
.awaikenthemes-section .section-footer-text {
    margin-top: 30px;
    text-align: center;
}
.awaikenthemes-section .section-footer-text p {
    color: #0D0D0D;
    margin-bottom: 0;
}
.awaikenthemes-section .section-footer-text p a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #FED403;
    transition: all 0.3s ease-in-out;
}
.awaikenthemes-section .section-footer-text p a:hover {
    color: #0D0D0D;
}
.awaikenthemes-section .section-footer-text ul {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.awaikenthemes-section .section-footer-text ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #0D0D0D;
    margin-right: 5px;
}
.awaikenthemes-section .section-footer-text ul li:last-child {
    margin: 0;
}
.our-services-silver .section-footer-text ul li i{
    color: #FED403;
}
.section-footer-text.section-satisfy-img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section-footer-text.section-satisfy-img ul{
    margin: 0;
}
.section-footer-text.section-satisfy-img .satisfy-client-image{
    border-color: #fff;
}
.section-footer-text.section-satisfy-img .satisfy-client-image figure img{
    max-width: 30px;
}
.section-footer-text.section-satisfy-img .satisfy-client-image.add-more{
    width: 32px;
    height: 32px;
}
.section-footer-text.section-satisfy-img .satisfy-client-image.add-more img{
    max-width: 16px;
}
.section-footer-text.section-satisfy-img .satisfy-client-image.add-more i{
    font-size: 16px;
}

/* Our Services Silver Section - EXACT CSS FROM THEME */
.awaikenthemes-section.our-services-silver,
.awaikenthemes-section.our-services {
    background: #F5F5F5 url(../../../theme/images/sections/section-23/service-bg-shape.png) no-repeat;
    background-position: top right;
    background-size: auto;
    padding: 100px 0;
}
.our-services-silver .service-item-silver {
    background: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.our-services-silver .service-item-header-silver{
    padding: 30px 30px 0;
}
.our-services-silver .service-item-header-silver .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: #FED403;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.our-services-silver .service-item-header-silver .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0D0D0D;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.our-services-silver .service-item-silver:hover .service-item-header-silver .icon-box::before{
    transform: rotate(0) scale(1);
}
.our-services-silver .service-item-header-silver .icon-box img{
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.our-services-silver .service-item-silver:hover .service-item-header-silver .icon-box img{
    filter: brightness(0) invert(1);
}
.our-services-silver .service-item-content-silver h3,
.our-features-gold .feature-item-gold h3{
    font-size: 20px;
}
.our-services-silver .service-item-content-silver p,
.our-features-gold .feature-item-gold p{
    margin: 10px 0 0;
    color: #666;
}
.our-services-silver .service-item-image-silver a{
    display: block;
    cursor: none;
}
.our-services-silver .service-item-image-silver figure{
    display: block;
    mask-image: url(../../../theme/images/sections/section-23/service-image-shap-silver.svg);
    background-image: url(../../../theme/images/sections/section-23/service-image-shap-silver.svg);
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    max-width: 355px;
    max-height: 175px;
    margin: 0 auto;
    mask-size: 100% 100%;
}
.our-services-silver .service-item-image-silver figure img{
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
} 
.our-services-silver .service-item-silver:hover .service-item-image-silver figure img{
    transform: scale(1.06);
}
/* hover custom-cursor */
.custom-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: inherit;
    transition: all 0.2s;
}
.custom-cursor.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Responsive Styles - FROM THEME */
@media only screen and (max-width: 1199px){
    .our-services-silver .section-title h2{
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px){
    .our-services-silver .section-title h2{
        font-size: 36px;
    }
    .our-services-silver{
        padding: 80px 0;
    }
    .our-services-silver .service-item-header-silver{
        padding: 20px 20px 0;
    }
    .our-services-silver .service-item-image-silver figure{
        max-height: 150px;
    }
}

@media only screen and (max-width: 767px){
    .our-services-silver .section-title h2{
        font-size: 30px;
    }
    .our-services-silver{
        padding: 50px 0;
    }
    .our-services-silver .section-row{
        margin-bottom: 50px;
    }
    .our-services-silver .section-footer-text ul li{
        font-size: 16px;
    }
}

/* 24 */
/* Our Features Section */
.our-features-gold {
    background: linear-gradient(180deg, #F5F5F5 50%, #fff 50%);
    padding: 100px 0;
}
.our-features-gold .feature-item-gold {
    background: #fff;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px 40px 0 40px;
}
.our-features-gold .feature-item-image-gold {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}
.our-features-gold .feature-item-image-gold img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.our-features-gold figure {
    margin: 0;
}

@media only screen and (max-width: 1440px) {
    .our-features-gold .feature-item-gold {
        padding: 30px 30px 0 30px;
    }
}
@media only screen and (max-width: 991px){
    .awaikenthemes-section{
        padding: 50px 0;
    }
}

/* 25 */
.awaikenthemes-section .our-services {
    background: var(--secondary-color) url(../images/service-bg-shape.png) no-repeat;
    background-position: top right;
    background-size: auto;
    padding: 100px 0;
}
.awaikenthemes-section .service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    background: #fff;
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 15px;
}
.awaikenthemes-section .service-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
}
.awaikenthemes-section .service-item-title a,
.awaikenthemes-section .service-item-title h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: #0D0D0D;
    font-weight: 600;
    text-decoration: none;
}
.awaikenthemes-section .service-item-content {
    border-top: 1px solid #0D0D0D1A;
    margin-top: 15px;
    padding-top: 15px;
}
.awaikenthemes-section .service-item-content p {
    margin: 0;
}
.awaikenthemes-section .service-image-box {
    position: relative;
}
.awaikenthemes-section .service-item-image figure {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.awaikenthemes-section .service-item-image img {
    width: 100%;
    aspect-ratio: 1 / 0.81;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
}
.awaikenthemes-section .service-item-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1;
}
.awaikenthemes-section .service-item.active .service-item-image img, 
.awaikenthemes-section .service-item:hover .service-item-image img {
    transform: scale(1.08);
}
.awaikenthemes-section .service-item.active .service-item-btn,
.awaikenthemes-section .service-item:hover .service-item-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.awaikenthemes-section .service-item-btn a {
    width: 50px;
    height: 50px;
    background: #FED403;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.awaikenthemes-section .service-item-btn a img {
    width: 100%;
    max-width: 20px;
    transition: all 0.4s ease-in-out;
    transform: rotate(-45deg);
}
.awaikenthemes-section .service-benefit-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 25px;
    max-width: 900px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.awaikenthemes-section .service-benefit-list ul li {
    position: relative;
    background: #fff;
    font-size: 16px;
    line-height: 1.5em;
    color: #0D0D0D;
    padding: 10px 16px 10px 32px;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}
.awaikenthemes-section .service-benefit-list ul li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #FED403;
    width: 6px;
    height: 6px;
}
.awaikenthemes-section .service-benefit-list ul li:hover {
    background: #0D0D0D;
    color: #fff;
}
.awaikenthemes-section .section-footer-text p span {
    font-size: 14px;
    font-weight: 500;
    background: #FED403;
    color: #0D0D0D;
    padding: 3px 10px;
    border-radius: 20px;
    margin-right: 10px;
}



/* 23 24 25 */
@media (min-width: 576px) {
    .awaikenthemes-section .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .awaikenthemes-section .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .awaikenthemes-section .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .awaikenthemes-section .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .awaikenthemes-section .container {
        max-width: 1320px;
    }
}
.awaikenthemes-section .container {
    max-width: 1500px;
}

/* 26 */
/* roofing-contractors-section */
.roofing-contractors-section .roofing-contractors-heading {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D7D7D7;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 38px 0px;
}
.roofing-contractors-section .left-col,
.roofing-contractors-section .right-col {
    width: 100%;
    position: relative;
}
.bravis-themes .section-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 3.2px;
    color: #999999;
    padding-left: 23px;
    display: inline-block;
    margin-bottom: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bravis-themes .section-subtitle::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    width: 8px;
    height: 8px;
    background-color: #d52212;
}
.bravis-themes .section-title {
    color: #121315;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 500;
}
.roofing-contractors-section .heading-right {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
    gap: 50px;
}

/* main part */
.roofing-contractors-section .roofing-contractors-main {
    margin-top: 33px;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
.roofing-contractors-section .row-gap-default {
    margin: 52px 0 0;
}
.bravis-themes .item-inner {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 25px;
}
.bravis-themes .more-btn {
    color: #fff;
    background-color: #D52212;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    border-radius: 0px 0px 0px 0px;
    padding: 4px 6px 4px 35px;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.bravis-themes .more-btn i {
    color: #FFFFFF;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #000000;
    margin-left: 20px;
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
}
.bravis-themes .more-btn i::before {
    display: block;
    transform: rotate(-45deg);
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bravis-themes .more-btn:hover i::before {
    transform: rotate(0);
}
.roofing-contractors-section .icon-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #666666;
    font-size: 16px;
}
.roofing-contractors-section .icon-box .item-title {
    font-size: 18px;
    color: #121315;
    font-weight: 700;
}
.roofing-contractors-main .right-col {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #D7D7D7;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0 15px 45px;
    display: flex;
    align-items: center;
}
.roofing-contractors-section .content-top {
    display: flex;
    align-items: center;
    column-gap: 25px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 16px;
    margin-bottom: 23px;
}
.roofing-contractors-section .item-number {
    font-size: 70px;
    font-weight: 700;
    color: #d52212;
    line-height: 1;
}
.roofing-contractors-section .carousel-wrap {
    width: 100%;
}
.roofing-contractors-section .carousel-wrap .item-title {
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
}
.roofing-contractors-section .carousel-wrap .item-desc {
    color: #121315;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.roofing-contractors-section .owl-nav {
    display: none !important;
}
.roofing-contractors-section .owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}
.roofing-contractors-section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 13px;
    background-color: #1e2023;
}
.roofing-contractors-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: #d52212;
}

@media (min-width: 768px) {
    .roofing-contractors-section .left-col {
        width: 62.306%;
        padding-right: 30px;
    }
    .roofing-contractors-section .right-col {
        width: 37.694%;
    }
}
@media (max-width: 1600px) {
    .roofing-contractors-main .right-col {
        padding: 15px 0 15px 15px;
    }
}
@media (max-width: 1199px) {
    .roofing-contractors-section .more-btn {
        margin: 0 0 30px;
    }
}
@media (max-width: 1024px) {
    .roofing-contractors-section .heading-right {
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        gap: 20px 40px;
    }
}
@media (max-width: 991px) {
    .roofing-contractors-section .section-title,
    .our-works-section .section-title {
        font-size: 32px;
        margin: 0 0 40px;
    }
    .roofing-contractors-section .carousel-wrap .item-title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .roofing-contractors-section.section-padding,
    .our-works-section.section-padding,
    .lions-experience-section.section-padding{
        padding: 60px 0;
    }
    .roofing-contractors-section .section-title,
    .our-works-section .section-title {
        font-size: 25px;
        line-height: 40px;
    }
    .roofing-contractors-section .roofing-contractors-heading,
    .roofing-contractors-section .roofing-contractors-main {
        max-width: calc(100% - 30px);
    }
    .roofing-contractors-main .right-col {
        border: none;
        padding: 20px 0 0;
    }
}

/* 27 */
/* our-works-section */
.our-works-section {
    background-color: #f4eae0;
}
.our-works-section .left-col {
    overflow: hidden;
}
.our-works-section .right-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 15px 0px 35px;
}
.our-works-section .section-title {
    margin: 0;
}
.our-works-section .item-inner {
    position: relative;
    margin: 25px 0px 43px 0px;
}
.our-works-section .left-col .col-wrap {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 65px 15px 0px 65px;
}
.our-works-section .image-main {
    position: absolute;
    max-width: 100%;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.our-works-section .image-item {
    width: var(--container-widget-width, 49%);
    max-width: 49%;
    --container-widget-width: 49%;
    --container-widget-flex-grow: 0;
    z-index: 2;
}
.our-works-section img {
    max-width: 100%;
    height: auto;
}
.our-works-section .section-subtitle::before,
.our-works-section .more-btn {
    background-color: #a3723e;
}
.our-works-section .more-btn:hover,
.lions-experience-section .more-btn:hover {
    background-color: #000;
}
.our-works-section .more-btn:hover i,
.lions-experience-section .more-btn:hover i {
    background-color: #fff;
    color: #000;
}

@media (max-width: 1600px) {
    .our-works-section .right-col {
        padding: 0px 15px 0px 15px;
    }
}
@media (max-width: 1200px) {
    .our-works-section .left-col .col-wrap {
        padding: 65px 15px 50px 65px;
    }
    .our-works-section .left-col .item-inner {
        margin: 0;
    }
    .our-works-section .image-main {
        left: 27%;
        width: var(--container-widget-width, 50%);
        max-width: 50%;
    }
    .our-works-section .image-item {
        width: var(--container-widget-width, 50%);
        max-width: 50%;
    }
    .our-works-section .image-item.image-left {
        text-align: right;
    }
}
@media (max-width: 1024px) {
    .our-works-section .left-col .col-wrap {
        padding: 0px 0px 40px 0px;
    }
}
@media (max-width: 767px) {
    .our-works-section .left-col .col-wrap {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .our-works-section .left-col {
        width: 45.378%;
    }
    .our-works-section .right-col {
        width: 54.622%;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .our-works-section .left-col,
    .our-works-section .right-col {
        width: 100%;
    }
}

/* 28 */
.lions-experience-section .container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
    gap: 50px;
}
.lions-experience-section .left-col .item-image img {
    max-width: max-content;
}
.lions-experience-section .right-col .col-container {
    padding: 15px;
}
.lions-experience-section .experience-box {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.lions-experience-section .experience-box .experience-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #F26522;
    padding: 50px 15px 41px 15px;
    gap: 20px;
}
.lions-experience-section .counter-number {
    display: flex;
}
.lions-experience-section .counter-value {
    font-size: 80px;
    line-height: 1;
}
.lions-experience-section .counter-suffix {
    font-size: 40px;
    font-weight: 300;
}
.lions-experience-section .counter-subtitle {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.28px;
    margin-bottom: 0px;
}
.lions-experience-section .info-col {
    display: flex;
    align-items: center;
    background-color: #1E2023;
    background-image: url(https://demo.bravisthemes.com/graviton/wp-content/uploads/2024/10/rrr.png);
    background-position: center center;
    padding: 10px;
}
.lions-experience-section .title-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.lions-experience-section .section-title {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0px;
    max-width: 484px;
    text-wrap: balance;
}
.lions-experience-section .experience-content {
    margin: 42px 0 0 0;
}
.lions-experience-section .experience-list {
    margin: 0 0 40px;
}
.lions-experience-section .experience-list .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
    color: #121315;
    font-size: 18px;
    font-weight: 600;
}
.lions-experience-section .experience-list .item-icon {
    color: #f45b1e;
    font-size: 20px;
    line-height: 1;
    min-width: 28px;
}
.lions-experience-section .more-btn {
    background-color: #f45b1e;
}

@media (min-width: 992px) {
    .lions-experience-section .container {
        gap: 0;
    }
    .lions-experience-section .left-col {
        width: 100%;
        max-width: 26.497%;
    }
    .lions-experience-section .right-col {
        width: 100%;
        max-width: 73.503%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .experience-box .experience-col {
        width: 100%;
        max-width: 22.674%;
    }
    .lions-experience-section .info-col {
        width: 100%;
        max-width: 77.325%;
    }
    .lions-experience-section .experience-content {
        margin: 42px 0 0 200px;
    }
}
@media (min-width: 1200px) {
    .lions-experience-section .experience-content {
        margin: 42px 0 0 167px;
    }
}


/* 29 */
.blog__three.v2 {
    position: relative;
    background-color: #1E2023;
}
.blog__three.v2 .blog__three-right {
    max-width: 100%;
}
.blog__three.v2 .section-title {
    color: #fff;
}
.blog__three.v2 .columns_sticky .item-inner {
    margin: 25px 0px 43px 0px;
}
.blog__three.v2 .columns_sticky .item-inner p {
    color: #C2C2C2;
}
.blog__three.v2 .section-subtitle::before,
.bravis-themes .more-btn {
    background-color: #f45b1e;
}
.section.blog__three.v2 .card_sticky {
    gap: 40px;
    top: auto;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 40px 30px 22px;
}
.section.blog__three.v2 .blog__three-item-image {
    width: 100%;
}
.section.blog__three.v2 .blog__three-item-image img,
.section.blog__three.v2 .blog__three-item-content {
    border-radius: 0;
}
.section.blog__three.v2 .blog__three-item-image img {
    max-height: 229px;
    max-width: 296px;
    width: 100%;
}
.section.blog__three.v2 .blog__three-item-content {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.section.blog__three.v2 .blog__three-item-content h4 {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 21px;
}
.section.blog__three.v2 .blog__three-item-content .item-inner {
    margin: 0;
}
.section.blog__three.v2 .blog__three-item-content .more_btn {
    font-size: 14px;
    color: #121315;
    text-align: right;
}
.section.blog__three.v2 .blog__three-item-content .more_btn i {
    margin-left: 5px;
}
.section.blog__three.v2 .blog__three-item-content .more_btn:hover i {
    color: #f45b1e;
}
.section.blog__three.v2 .blog__three-item-content .more_btn i::before {
    display: block;
    transform: rotate(-45deg);
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section.blog__three.v2 .blog__three-item-content .more_btn:hover i::before {
    transform: rotate(0deg);
}
.blog__three.v2 .container {
    position: relative;
    z-index: 2;
}
.blog__three.v2 .bg-1,
.blog__three.v2 .bg-2 {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.blog__three.v2 .bg-1 {
    top: 0;
    left: 0;
    width: 265px;
}
.blog__three.v2 .bg-1 img {
    width: 100%;
    height: auto;
    display: block;
}
.blog__three.v2 .bg-2 {
    top: 100%;
    left: -80px;
    width: 688px;
}
.blog__three.v2 .bg-2 img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1600px) {
    .blog__three.v2 .bg-1 {
        left: -188px;
    }
}
@media (max-width: 991px) {
    .blog__three.v2 .bg-1,
    .blog__three.v2 .bg-2 {
        display: none;
    }
}

/* 30 */
.our-service-section.section-padding {
    padding: 100px 0 0;
}
.our-service-section {
    background-image: url(https://demo.bravisthemes.com/graviton/wp-content/uploads/2024/01/bg-wc-1.webp);
    background-position: top left;
    background-repeat: no-repeat;
}
.our-service-section .section-title {
    /* font-size: 32px; */
    margin-bottom: 15px;
}
.our-service-section .section-subtitle {
    font-size: 22px;
    text-transform: capitalize;
    color: #121315;
    margin-bottom: 25px;
}
.our-service-section .our-service-subtitle {
    color: #121315;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}
.our-service-section .left-col {
    padding: 0px 0px 0px 70px;
    display: flex;
    align-items: flex-end;
}
.our-service-section .left-col img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.our-service-section .right-col {
    padding: 60px 15px 15px 15px;
}
.our-service-section .our-service-wrap {
    display: grid;
    gap: 40px;
}
.our-service-section .service-item-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 32px;
}
.our-service-section .awards-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    position: relative;
    max-width: 200px;
    margin: auto;
}
.our-service-section .awards-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.our-service-section .item-inner {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .our-service-section .left-col {
        padding: 0px 20px 0px 20px;
    }
}
@media (min-width: 768px) {
    .our-service-section .right-col {
        padding: 0 15px;
    }
    .our-service-section .section-title {
        font-size: 32px;
    }
    .our-service-section .our-service-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 0 100px;
    }
    .our-service-section .service-item:last-child {
        grid-column: span 2 / span 2;
    }
    .our-service-section .awards-item:not(:last-child)::after {
        position: absolute;
        content: "";
        background-color: #d7d7d7;
        width: 1px;
        height: 80%;
        top: 10%;
        right: -20px;
    }
}
@media (min-width: 992px) {
    .our-service-section .left-col {
        width: 35.144%;
    }
    .our-service-section .right-col {
        width: 64.856%;
    }
}


/* 31 */
/* ── SECTION ── */
.tab-section {
    position: relative;
    overflow: hidden;
    background-color: #1E2023;
}
/* orange geometric corner */
.tab-section .bg-top,
.tab-section .bg-bottom {
    display: none;
    position: absolute;
    width: auto;
}
.tab-section .bg-top {
    right: 195px;
    top: -519px;
}
.tab-section .bg-bottom {
    bottom: -592px;
}
.tab-section .section-title {
    color: #fff;
    max-width: 1170px;
    margin-bottom: 50px;
}
.tab-section .item-inner {
    color: #CDCDCD;
    margin-bottom: 40px;
}
/* ── CONTENT GRID ── */
.tab-section .content-grid {
    display: grid;
    gap: 0;
    align-items: stretch;
    grid-template-columns: 1fr;
    min-height: auto;
}
.tab-section .image-side {
    position: relative;
}
.tab-section .image-side .img-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.tab-section .image-side .img-slide.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
}
.tab-section .image-side .img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    will-change: transform;
}
.tab-section .image-side:hover .img-slide.active img {
    transform: scale(1.03);
}
@keyframes imgSlideUp {
    from { transform: translateY(60px) scale(1.05); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}
.tab-section .image-side .img-slide.animate-in img {
    animation: imgSlideUp 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
/* ── INFO SIDE ── */
.tab-section .info-side {
    padding: 15px 0 15px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
/* ── TABS ── */
.tab-section .tabs {
    display: flex;
    gap: 0;
    margin-bottom: 48px;
}
.tab-section .tab-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0 0 16px;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
    transition: color 0.25s;
    white-space: nowrap;
}
.tab-section .tab-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #f45b1e;
    width: 0%;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tab-section .tab-btn:hover,
.tab-section .tab-btn.active {
    color: #fff; 
}
.tab-section .tab-btn:hover::after,
.tab-section .tab-btn.active::after {
    width: 100%;
    right: auto;
    left: 0;
}
/* ── TAB PANELS ── */
.tab-section .tab-panel {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
}
.tab-section .panels-wrapper {
    position: relative;
    flex: 1;
    overflow: hidden;
}
.tab-section .tab-panel.active {
    display: block;
    position: relative;
}
.tab-section .panels-wrapper .section-title {
    margin-bottom: 20px;
}

/* Slide in from right */
@keyframes panelSlideIn {
    from { opacity: 0; transform: translateX(50px); }
    to   { opacity: 1; transform: translateX(0); }
}
/* Slide out to left (exit) */
@keyframes panelSlideOut {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(-50px); }
}
.tab-section .tab-panel.animate-in {
    animation: panelSlideIn 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.tab-section .tab-panel.animate-out {
    display: block; /* keep visible during exit */
    animation: panelSlideOut 0.3s ease forwards;
    pointer-events: none;
}
/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .tab-section .image-side { height: 320px; }
    .tab-section .image-side .img-slide { position: absolute; inset: 0; }
    .tab-section .image-side .img-slide.active { position: absolute; }
    .tab-section .info-side { padding: 40px 0 0; }
    .tab-section .tabs { flex-wrap: wrap; gap: 8px; }
    .tab-section .tab-btn { margin-right: 16px; }
}
@media (min-width: 992px) {
    .tab-section .bg-bottom,
    .tab-section .section-title {
        display: block;
    }
    .tab-section .panels-wrapper {
        min-height: 380px;
    }
    .tab-section .content-grid {
        grid-template-columns: 1fr 1fr;
        min-height: 520px;
    }
}
@media (min-width: 1400px) {
    .tab-section .info-side {
        padding: 15px 0 15px 60px;
    }
    .tab-section .tab-btn {
        margin-right: 25px;
    }
}


/* 32 */
/* our-offer-section */
.our-offer-section {
    background-image: url(https://elevate.themewant.com/investor/wp-content/uploads/2024/03/illustations.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
.our-offer-section .section-subtitle {
    margin: 0 0 16px;
}
.our-offer-section .section-title {
    margin: 0 0 30px;
}
.our-offer-section .offer-main-wrap {
    padding: 0 0 50px 0;
}
.our-offer-section .more-btn {
    background-color: #0A0A0A;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}
.our-offer-section .more-btn i {
    color: #000000;
    background-color: #fff;
}
.our-offer-section .more-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #FF3E3E;
    transform: translateY(110%);
    transition: 0.3s;
    z-index: -1;
}
.our-offer-section .more-btn:hover::after {
    transform: translateY(0%);
}
.our-offer-section .offer-list-item {
    display: flex;
    gap: 22px;
    padding: 30px;
    background-color: #F6F6F6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D3D3D340;
}
.our-offer-section .offer-list-item svg {
    fill: #0A0A0A;
}
.our-offer-section .offer-list-item:hover {
    background-image: url(https://elevate.themewant.com/investor/wp-content/uploads/2024/03/hover-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.our-offer-section .offer-list-item:hover .list-item-title,
.our-offer-section .offer-list-item:hover .item-inner,
.our-offer-section .offer-list-item:hover .more_btn {
    color: #fff;
}
.our-offer-section .offer-list-item:hover svg {
    fill: #fff;
}
.our-offer-section .list-item-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    transition: 0.3s;
}
.our-offer-section .offer-list-item .item-inner {
    margin-bottom: 15px;
}
.our-offer-section .offer-list-item .more_btn {
    display: flex;
    align-items: center;
    text-transform: none;
    color: #0C0A0A;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}
.our-offer-section .offer-list-item .more_btn i {
    margin-left: 7px;
    transition: 0.3s;
}
.our-offer-section .offer-list-item .more_btn:hover {
    color: #FF3E3E;
}
.our-offer-section .offer-list-item .more_btn:hover i {
    margin-left: 10px;
}
.our-offer-section .icon-box-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.our-offer-section .icon-box-wrapper {
    display: flex;
    align-items: center;
}
.our-offer-section .icon-box-icon {
    padding: 20px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.our-offer-section .icon-box-title {
    font-size: 14px;
    font-weight: 500;
    color: #6E777D;
}
.our-offer-section .icon-box-content a {
    color: #0C0A0A;
    font-size: 24px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .our-offer-section .offer-main-wrap {
        padding: 15px 60px 0 0;
    }
    .our-offer-section .icon-box-row {
        gap: 60px;
    }
}

/* 33 */
.work-together-section .work-together-wrap {
    display: flex;
    background-image: url(https://elevate.themewant.com/investor/wp-content/uploads/2024/03/cta.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    text-align: center;
} 
.work-together-section .section-title {
    font-weight: 700;
}
.work-together-section .work-together-subtitle {
    color: #6E777D;
}
.work-together-section .col {
    display: none;
}
.work-together-section .icon-box-wrapper {
    display: flex;
    align-items: center;
    padding: 0 0 0 100px;
}
.work-together-section .icon-box-icon {
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.work-together-section .icon-box-title {
    color: #fff;
    background-color: #000;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.work-together-section .icon-box-content a {
    color: #FFFDFD;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 600;
}
.work-together-section .icon-box-content a:hover {
    color: #f25743;
}

@media (min-width: 768px) {
    .work-together-section .section-title {
        font-size: 45px;
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .work-together-section .work-together-wrap {
        background-position: top center;
        text-align: left;
    }
    .work-together-section .col {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .work-together-section .icon-box-wrapper {
        padding: 0 0 0 100px;
    }
    .work-together-section .icon-box-content a {
        font-size: 36px;
    }
}


/* 34 */
.vs-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.vs-wrapper .vs-stage {
    position: relative;
    width: 100%;
    height: 100vh;
}
.vs-wrapper .vs-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    transform: translateY(100%);
    transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
}
.vs-wrapper .vs-slide.is-active {
    transform: translateY(0);
    z-index: 2;
}
.vs-wrapper .vs-slide.is-above {
    transform: translateY(-100%);
    z-index: 1;
}
.vs-wrapper .vs-slide.is-below {
    transform: translateY(100%);
    z-index: 1;
}

/* ── LEFT ── */
.vs-wrapper .vs-left {
    width: 52%;
    flex-shrink: 0;
    overflow: hidden;
}
.vs-wrapper .vs-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── RIGHT  ── */
.vs-wrapper .vs-right {
    flex: 1;
    background: #f2f2ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 56px;
    text-align: center;
}
.vs-wrapper .vs-right h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    color: #1c2226;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}
.vs-wrapper .vs-thumb {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 28px;
}
.vs-wrapper .vs-right p {
    font-size: 0.9rem;
    font-weight: 300;
    color: #5a5a50;
    line-height: 1.9;
    max-width: 360px;
}

/* ── NAV ARROWS ── */
.vs-wrapper .vs-nav {
    position: absolute;
    left: calc(52% - 22px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 43px;
    height: 128px;
    background-color: #fff;
    border: 1px solid #dce2e1;
    border-radius: 100px;
    overflow: hidden;
}
.vs-wrapper .vs-nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23px;
    height: 1px;
    background-color: #dce2e1;
}
.vs-wrapper .vs-nav-btn {
    width: 100%;
    height: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: background 0.2s, transform 0.2s;
}
.vs-wrapper .vs-nav-btn:hover { background: #dce2e1; }
.vs-wrapper .vs-nav-btn:disabled { cursor: default; pointer-events: none; }
